RouteTest::testRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
EntityType::$route_base_path |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
The base router path for the entity type's field administration page. |
RouteCollection::getIterator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Gets the current RouteCollection as an Iterator that includes all routes. |
RouteCollection::addDefaults |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Adds defaults to all routes. |
RouteCollection::addResource |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Adds a resource for this collection. |
RouterListenerTest::testPort |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
@dataProvider getPortData |
MenuRouterTest::$admin_theme |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Name of the administrative theme to use for tests. |
RouterDataCollector::collect |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
Collects data for the given Request and Response. |
RouteFilterInterface::filter |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/RouteFilterInterface.php |
Filters the route collection against a request and returns all matching
routes. |
MenuRouterTest::testMenuName |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests for menu_name parameter for hook_menu(). |
RouterDataCollector::getName |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
Returns the name of the collector. |
RouteContentEnhancerTest.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php |
|
RouteSubscriber::__construct |
function |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
Constructs a RouteSubscriber object. |
router.matcher.final_matcher |
service |
drupal/core/core.services.yml |
Drupal\Core\Routing\UrlMatcher |
RouteBuildEvent::__construct |
function |
drupal/core/lib/Drupal/Core/Routing/RouteBuildEvent.php |
Constructs a RouteBuildEvent object. |
RouteBuilder::$moduleHandler |
property |
drupal/core/lib/Drupal/Core/Routing/RouteBuilder.php |
The extension handler for retieving the list of enabled modules. |
RouteCompiler::computeRegexp |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php |
Computes the regexp used to match a specific token. It can be static text or a subpattern. |
RouteProviderTest::$fixtures |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
A collection of shared fixture data for tests. |
ChainRouterTest::testContext |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
context must be propagated to chained routers and be stored locally |
RouteCollectionTest::testGet |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
RegisterRouteFiltersPass.php |
file |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterRouteFiltersPass.php |
Contains Drupal\Core\DependencyInjection\Compiler\RegisterNestedMatchersPass. |
ChainRouterTest::testSupport |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
@expectedException \Symfony\Component\Routing\Exception\RouteNotFoundException |
CompiledRoute::$staticPrefix |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
DynamicRouterTest::$enhancer |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
CompiledRoute::getHostTokens |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
Returns the host tokens. |
RouteSubscriber::__construct |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Constructs a RouteSubscriber object. |
_menu_router_translate_route |
function |
drupal/core/includes/menu.inc |
Translates a route name to its router item path. |
RouteObject::getRouteContent |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.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. |
MenuLink::buildFromRouterItem |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Builds a menu link entity from a router item. |
RouteCollection::getResources |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Returns an array of resources loaded to build this collection. |
PathPluginBase::collectRoutes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php |
Adds the route entry of a view to the collection. |
RouteContentEnhancer::$target |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteContentEnhancer.php |
|
RouteContentEnhancer::enhance |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteContentEnhancer.php |
If the route has a non-null content and if that content class is in the
injected map, returns that controller. |
NestedMatcher::$routeProvider |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php |
The route provider responsible for the first-pass match. |
NestedMatcher::addRouteFilter |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php |
Adds a partial matcher to the matching plan. |
ChainRouter::$routeCollection |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
|
RouteCompiler::compilePattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php |
|
RouteTest::getValidParameters |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Annotation/RouteTest.php |
|
RouteProvider::getRouteByName |
function |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
Find the route using the provided route name (and parameters). |
ChainRouterTest::testPriority |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
ChainRouterTest::testGenerate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
CompiledRoute::$pathVariables |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
CompiledRoute::$hostVariables |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php |
|
DynamicRouterTest::$generator |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php |
|
RouterTest::testDynamicRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Checks that dynamically defined and altered routes work correctly. |
RouterPermissionTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterPermissionTest.php |
|
_drupal_valid_path_new_router |
function |
drupal/core/includes/path.inc |
Temporary helper function to check a path in the new routing system. |
RouteCollection::addCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Adds a route collection at the end of the current set by appending all
routes of the added collection. |
RedirectRouteInterface::getUri |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php |
Get the absolute uri to redirect to external domains. |
RouteAwareInterface::getRoutes |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteAwareInterface.php |
Get the routes that point to this content. |