|
RequestDataCollector::getRoute |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
Gets the route name. |
|
MenuRouterTest::$default_theme |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Name of the default theme to use for tests. |
|
UrlMatcherTest::$routeDocument |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/UrlMatcherTest.php |
|
|
UrlMatcherTest::$routeCompiled |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/UrlMatcherTest.php |
|
|
NestedMatcher::getRouteFilters |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php |
Sorts the filters and flattens them. |
|
MenuRouterTest::testExoticPath |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test path containing "exotic" characters. |
|
MenuRouterTest::testMenuHidden |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests menu link depth and parents of local tasks and menu callbacks. |
|
MenuRouterTest::menuLoadRouter |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Load the router for a given path. |
|
CompiledRoute::$patternOutline |
property |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
The pattern outline of this route. |
|
RouteSubscriber::dynamicRoutes |
function |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
Adds routes to enabled REST resources. |
|
CompiledRoute::getRequirements |
function |
drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the requirements. |
|
RouteCompiler::REGEX_DELIMITER |
constant |
drupal/core/lib/Drupal/Core/Routing/RouteCompiler.php |
Utility constant to use for regular expressions against the path. |
|
RouteCompiler::REGEX_DELIMITER |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php |
|
|
MockRouteProvider::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockRouteProvider.php |
Constructs a new MockRouteProvider. |
|
RouteProviderTest::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Constructor for UnitTestBase. |
|
RouteTest::testRouteParameters |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Annotation/RouteTest.php |
@dataProvider getValidParameters |
|
RouteCompilerTest::testCompile |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
@dataProvider provideCompileData |
|
RouteCollectionTest::testRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
|
RouteCollectionTest::testCount |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
|
RegisterRouteEnhancersPass.php |
file |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterRouteEnhancersPass.php |
Contains Drupal\Core\DependencyInjection\Compiler\RegisterRouteEnhancersPass. |
|
CompiledRoute::getStaticPrefix |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the static prefix. |
|
DynamicRouterTest::testContext |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
rather trivial, but we want 100% coverage |
|
ApacheMatcherDumper::dumpRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php |
Dumps a single route |
|
RouterPermissionTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterPermissionTest.php |
Modules to enable. |
|
PhpMatcherDumper::compileRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Compiles a single Route to PHP code used to match it against the path info. |
|
RouteSubscriber::dynamicRoutes |
function |
drupal/core/modules/views/lib/Drupal/views/EventSubscriber/RouteSubscriber.php |
Adds routes defined by all views. |
|
DisplayPageTest::$routerDumper |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php |
The router dumper to get all routes. |
|
RouteContentEnhancerTest::setUp |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php |
|
|
RouterListenerTest::getPortData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
|
DynamicRouter::$sortedEnhancers |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Cached sorted list of enhancers |
|
DynamicRouter::$uriFilterRegexp |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
The regexp pattern that needs to be matched before a dynamic lookup is made |
|
RouteEnhancerInterface::enhance |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteEnhancerInterface.php |
Update the defaults based on its own data and the request. |
|
DynamicRouter::addRouteEnhancer |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
Add route enhancers to the router to let them generate information on
matched routes. |
|
NestedMatcher::setRouteProvider |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php |
Sets the route provider for the matching plan. |
|
RouterListener::onKernelRequest |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
|
|
RouterDataCollector::guessRoute |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
|
|
MenuRouterTest::testMenuSetItem |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test menu_set_item(). |
|
ChainRouter::getRouteCollection |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Gets the RouteCollection instance associated with this Router. |
|
AnnotationClassLoader::addRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
|
RouteProvider::getRoutesByNames |
function |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
Find many routes by their names using the provided list of names. |
|
RouteCollectionTest::testRemove |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
|
RouteCompilerInterface::compile |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompilerInterface.php |
Compiles the current route instance. |
|
CompiledRoute::getPathVariables |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the path variables. |
|
CompiledRoute::getHostVariables |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the host variables. |
|
DynamicRouterTest::testGenerate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
DynamicRouterTest::testSupports |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
DynamicRouterTest::testMatchUrl |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
|
PhpMatcherDumper::compileRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Generates PHP code to match a RouteCollection with all its routes. |
|
RouteTestSubscriber::alterRoutes |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php |
Alters an existing test route. |
|
RouteCollection::addRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Adds requirements to all routes. |