| SimpleConfigSectionStorage::buildRoutes |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php |
|
| SimpleConfigSectionStorage::deriveContextsFromRoute |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php |
|
| SpecialAttributesRouteSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php |
Provides a route subscriber which checks for invalid pattern variables. |
| SpecialAttributesRouteSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php |
|
| SpecialAttributesRouteSubscriber::alterRoutes |
function |
core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php |
|
| SpecialAttributesRouteSubscriber::onAlterRoutes |
function |
core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php |
Delegates the route altering to self::alterRoutes(). |
| SpecialAttributesRouteSubscriberTest |
class |
core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php |
Tests Drupal\Core\EventSubscriber\SpecialAttributesRouteSubscriber. |
| SpecialAttributesRouteSubscriberTest.php |
file |
core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php |
|
| SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingInvalidVariables |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php |
Provides a list of routes with invalid route variables. |
| SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingValidVariables |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php |
Provides a list of routes with valid route variables. |
| SpecialAttributesRouteSubscriberTest::testOnRouteBuildingInvalidVariables |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php |
Tests the onAlterRoutes method for invalid variables. |
| SpecialAttributesRouteSubscriberTest::testOnRouteBuildingValidVariables |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php |
Tests the onAlterRoutes method for valid variables. |
| StackedRouteMatchInterface |
interface |
core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php |
Defines an interface for a stack of route matches. |
| StackedRouteMatchInterface.php |
file |
core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php |
|
| StackedRouteMatchInterface::getCurrentRouteMatch |
function |
core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php |
Gets the current route match. |
| StackedRouteMatchInterface::getMasterRouteMatch |
function |
core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php |
Gets the master route match. |
| StackedRouteMatchInterface::getParentRouteMatch |
function |
core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php |
Returns the parent route match of the current. |
| StackedRouteMatchInterface::getRouteMatchFromRequest |
function |
core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php |
Returns a route match from a given request, if possible. |
| StaticRouteDiscoveryBase |
class |
core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php |
Provides functionality for a class subscribed to RoutingEvents::STATIC. |
| StaticRouteDiscoveryBase.php |
file |
core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php |
|
| StaticRouteDiscoveryBase::collectRoutes |
function |
core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php |
Creates a collection of routes to add to the route builder. |
| StaticRouteDiscoveryBase::createRoute |
function |
core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php |
Creates a route. |
| StaticRouteDiscoveryBase::getPriority |
function |
core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php |
Determines the priority of the route build event listener. |
| StaticRouteDiscoveryBase::getSubscribedEvents |
function |
core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php |
|
| StaticRouteDiscoveryBase::onRouteBuild |
function |
core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php |
Adds routes to the route builder. |
| StaticRouteDiscoveryBase::resetGlobals |
function |
core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php |
Gets an array of default values for a route. |
| StaticTest::alterRouteDefinition |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php |
|
| SupernovaGenerator::generateFromRoute |
function |
core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php |
|
| SupernovaGenerator::getPathFromRoute |
function |
core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php |
|
| system.access_route_alter_subscriber |
service |
core/modules/system/system.services.yml |
Drupal\system\EventSubscriber\AccessRouteAlterSubscriber |
| system.admin_path.route_subscriber |
service |
core/modules/system/system.services.yml |
Drupal\system\EventSubscriber\AdminRouteSubscriber |
| system.menus.route_subscriber |
service |
core/modules/system/system.services.yml |
Drupal\system\Routing\MenuLinksetRoutes |
| SystemBreadcrumbBlock::$routeMatch |
property |
core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php |
The current route match. |
| SystemConfigSubscriber::$routerBuilder |
property |
core/modules/system/src/SystemConfigSubscriber.php |
The router builder. |
| SystemLocalTasksTest::getSystemAdminRoutes |
function |
core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php |
Provides a list of routes to test. |
| TaxonomyLocalTasksTest::getTaxonomyPageRoutes |
function |
core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php |
Provides a list of routes to test. |
| taxonomy_term.taxonomy_term_route_context |
service |
core/modules/taxonomy/taxonomy.services.yml |
Drupal\taxonomy\ContextProvider\TermRouteContext |
| TermRouteContext |
class |
core/modules/taxonomy/src/ContextProvider/TermRouteContext.php |
Sets the current taxonomy term as a context on taxonomy term routes. |
| TermRouteContext.php |
file |
core/modules/taxonomy/src/ContextProvider/TermRouteContext.php |
|
| TermRouteContext::$routeMatch |
property |
core/modules/taxonomy/src/ContextProvider/TermRouteContext.php |
The route match object. |
| TermRouteContext::getAvailableContexts |
function |
core/modules/taxonomy/src/ContextProvider/TermRouteContext.php |
|
| TermRouteContext::getRuntimeContexts |
function |
core/modules/taxonomy/src/ContextProvider/TermRouteContext.php |
|
| TermRouteContext::__construct |
function |
core/modules/taxonomy/src/ContextProvider/TermRouteContext.php |
Constructs a new TermRouteContext. |
| TestControllers::testRouteName |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestDefaultHtmlRouteProvider |
class |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Stub class for testing DefaultHtmlRouteProvider. |
| TestDefaultHtmlRouteProvider::getAddFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
| TestDefaultHtmlRouteProvider::getAddPageRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
| TestDefaultHtmlRouteProvider::getCanonicalRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
| TestDefaultHtmlRouteProvider::getCollectionRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
| TestDefaultHtmlRouteProvider::getEntityTypeIdKeyType |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|