Route::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Constructor. |
_menu_router_build |
function |
drupal/core/includes/menu.inc |
Builds the router table based on the data from hook_menu(). |
Route::unserialize |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
Route::setDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
Route::getDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php |
|
DumperRoute::$name |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php |
|
Route::getDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Returns the defaults. |
Route::setDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Sets the defaults. |
Route::addDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Adds defaults. |
RouteTestSubscriber |
class |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php |
Listens to the dynamic route event and add a test route. |
RouteAwareInterface |
interface |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteAwareInterface.php |
Interface to be implemented by content that wants to be compatible with the
DynamicRouter |
UrlMatcher::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
|
RouterDataCollector |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
RouterDataCollector. |
ChainRouterTest.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
ChainRouter::warmUp |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
check for each contained router if it can warmup |
RouteBuildEvent.php |
file |
drupal/core/lib/Drupal/Core/Routing/RouteBuildEvent.php |
Definition of Drupal\Core\Routing\RouteBuildEvent. |
RouterInterface.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouterInterface.php |
|
RouteCollection.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
|
CompiledRoute::$fit |
property |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
The fitness of this route. |
RouteBuilder::$lock |
property |
drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php |
The used lock backend instance. |
route_enhancer.ajax |
service |
drupal/core/core.services.yml |
Drupal\Core\Routing\Enhancer\AjaxEnhancer |
route_enhancer.form |
service |
drupal/core/core.services.yml |
Drupal\Core\Routing\Enhancer\FormEnhancer |
RouteCollectionTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
RouteSubscriber.php |
file |
drupal/core/modules/views/lib/Drupal/views/EventSubscriber/RouteSubscriber.php |
Contains \Drupal\views\EventSubscriber\RouteSubscriber. |
RouterTest::$router |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
|
RouterTest::$loader |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
|
RouteSubscriber.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Contains \Drupal\field_ui\Routing\RouteSubscriber. |
RouterTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
|
RouteTest::testPath |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
RouteTest::testHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
RouteSubscriber.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
|
Router::$collection |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
|
Router::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php |
Constructor. |
menu_router_rebuild |
function |
drupal/core/includes/menu.inc |
Populates the database tables used by various menu functions. |
DumperRoute::$route |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php |
|
RouteMock::setLocale |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/RouteMock.php |
|
RouteCollection::add |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Adds a route. |
RouteCollection::all |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Returns all routes in this collection. |
RouteCollection::get |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Gets a route by name. |
RouteContentEnhancer |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteContentEnhancer.php |
This enhancer sets the content to target field if the route provides content |
RouterTestBundle.php |
file |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouterTestBundle.php |
Definition of \Drupal\router_test\RouterTestBundle. |
DynamicRouter::match |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Tries to match a URL path with a set of routes. |
RouteObjectInterface |
interface |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php |
Classes for entries in the routing table may implement this interface in
addition to extending Symfony\Component\Routing\Route. |
RouteFilterInterface |
interface |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/RouteFilterInterface.php |
A RouteFilter takes a RouteCollection and returns a filtered subset. |
ChainRouter::$logger |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
|
ChainRouter::doMatch |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Loops through all routers and tries to match the passed request or url. |
router_test.info.yml |
file |
drupal/core/modules/system/tests/modules/router_test/router_test.info.yml |
drupal/core/modules/system/tests/modules/router_test/router_test.info.yml |
ResourceBase::routes |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php |
Implements ResourceInterface::routes(). |
RouterTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Modules to enable. |
FieldUIRouteTest.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUIRouteTest.php |
Contains \Drupal\field_ui\Tests\FieldUIRouteTest. |