RouterListener::$context |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
|
RouterListener::$request |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
|
RouteObjectInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php |
|
ChainRouter::__construct |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
|
ChainRouter::sortRouters |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Sort routers by priority.
The highest priority number is the highest priority (reverse sorting) |
CompiledRoute::$numParts |
property |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
The number of parts in the path of this route. |
RouteSubscriber::$config |
property |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
The Drupal configuration factory. |
RouteCompiler::MAX_PARTS |
constant |
drupal/core/lib/Drupal/Core/Routing/RouteCompiler.php |
The maximum number of path elements for a route pattern; |
RouteBuildEvent::$module |
property |
drupal/core/lib/Drupal/Core/Routing/RouteBuildEvent.php |
The module name that provides the route. |
RegisterRouteFiltersPass |
class |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterRouteFiltersPass.php |
Adds services tagged 'nested_matcher' to the tagged_matcher service. |
MatcherDumper::addRoutes |
function |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
Adds additional routes to be dumped. |
MatcherDumper::getRoutes |
function |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
Gets the routes to match. |
RouterTest::testCanRoute |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Confirms that the router can get to a controller. |
CompiledRoute::getTokens |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the tokens. |
RouterPermissionTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterPermissionTest.php |
Contains Drupal\system\Tests\Routing\RouterPermissionTest. |
DynamicRouterTest::setUp |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
views.route_access_check |
service |
drupal/core/modules/views/views.services.yml |
Drupal\views\ViewsAccessCheck |
MatcherDumper::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php |
Gets the routes to dump. |
RouteObject::getRouteKey |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php |
Get the route key. |
DumperRoute::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php |
Constructor. |
RouteContentEnhancer.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteContentEnhancer.php |
|
GeneratorDumper::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php |
|
RouteFilterInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/RouteFilterInterface.php |
|
RouteMock::getRequirement |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/RouteMock.php |
Returns the requirement for the given key. |
RouterListenerTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
DynamicRouter::$generator |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
|
DynamicRouter::$enhancers |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
|
DynamicRouter::getMatcher |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
|
RestExport::collectRoutes |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/display/RestExport.php |
Adds the route entry of a view to the collection. |
DynamicRouter::setContext |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Sets the request context. |
DynamicRouter::getContext |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Gets the request context. |
ChainRouter::matchRequest |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Loops through all routes and tries to match the passed request. |
RouteSubscriber::$manager |
property |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
The plugin manager for REST plugins. |
CompiledRoute::getPattern |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the pattern. |
CompiledRoute::getOptions |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the options. |
ResourceInterface::routes |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/ResourceInterface.php |
Returns a collection of routes with URL path information for the resource. |
XmlFileLoader::parseRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php |
Parses a route and adds it to the RouteCollection. |
RouteCompiler::SEPARATORS |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php |
This string defines the characters that are automatically considered separators in front of
optional placeholders (with default and no static text following). Such a single separator
can be left out together with the optional placeholder from matching… |
RouteBuilder::$dispatcher |
property |
drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php |
The event dispatcher to notify of routes. |
RouteBuilder::__construct |
function |
drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php |
Construcs the RouteBuilder using the passed MatcherDumperInterface. |
RouteProvider::$tableName |
property |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
The name of the SQL table from which to read the routes. |
CompiledRoute::$variables |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
CompiledRoute::$hostRegex |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
RouteTest::testSchemeIsBC |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
RouteTest::testMethodIsBC |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
RouteSubscriber::$manager |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
The entity type manager |
FieldUIRouteTest::getInfo |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUIRouteTest.php |
|
RouteMock::getRouteContent |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/RouteMock.php |
Get the content document this route entry stands for. If non-null,
the ControllerClassMapper uses it to identify a controller and
the content is passed to the controller. |
RouteCollection::addPrefix |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Adds a prefix to the path of all child routes. |
Role::alterRouteDefinition |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Role.php |
Allows access plugins to alter the route definition of a view. |