| RouteTest::providerTestRouteWithParamQuery |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Data provider for testRouteWithParamQuery(). |
| RouteTest::testRoute |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Tests Route plugin based on providerTestRoute() values. |
| RouteTest::testRouteWithParamQuery |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Tests Route plugin based on providerTestRoute() values. |
| RouteTestSubscriber |
class |
core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php |
Listens to the dynamic route event and add a test route. |
| RouteTestSubscriber.php |
file |
core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php |
|
| RouteTestSubscriber::alterRoutes |
function |
core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php |
Alters existing routes for a specific collection. |
| route_access_response_subscriber |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\RouteAccessResponseSubscriber |
| route_enhancer.entity |
service |
core/core.services.yml |
Drupal\Core\Entity\Enhancer\EntityRouteEnhancer |
| route_enhancer.entity_revision |
service |
core/core.services.yml |
Drupal\Core\Routing\Enhancer\EntityRevisionRouteEnhancer |
| route_enhancer.form |
service |
core/core.services.yml |
Drupal\Core\Routing\Enhancer\FormRouteEnhancer |
| route_enhancer.param_conversion |
service |
core/core.services.yml |
Drupal\Core\Routing\Enhancer\ParamConversionEnhancer |
| route_http_method_subscriber |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\RouteMethodSubscriber |
| route_processor_csrf |
service |
core/core.services.yml |
Drupal\Core\Access\RouteProcessorCsrf |
| route_processor_current |
service |
core/core.services.yml |
Drupal\Core\RouteProcessor\RouteProcessorCurrent |
| route_processor_manager |
service |
core/core.services.yml |
Drupal\Core\RouteProcessor\RouteProcessorManager |
| route_special_attributes_subscriber |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\SpecialAttributesRouteSubscriber |
| route_subscriber.entity |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\EntityRouteAlterSubscriber |
| route_subscriber.module |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\ModuleRouteSubscriber |
| route_subscriber.no_big_pipe |
service |
core/modules/big_pipe/big_pipe.services.yml |
Drupal\big_pipe\EventSubscriber\NoBigPipeRouteAlterSubscriber |
| RoutingFixtures::complexRouteCollection |
function |
core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php |
Returns a complex set of routes for testing. |
| RoutingFixtures::contentRouteCollection |
function |
core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php |
Returns a Content-type restricted set of routes for testing. |
| RoutingFixtures::duplicatePathsRouteCollection |
function |
core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php |
Returns a complex set of routes for testing. |
| RoutingFixtures::mixedCaseRouteCollection |
function |
core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php |
Returns a complex set of routes for testing. |
| RoutingFixtures::sampleRouteCollection |
function |
core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php |
Returns a standard set of routes for testing. |
| RoutingFixtures::staticSampleRouteCollection |
function |
core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php |
Returns a static version of the routes. |
| SearchConfigSettingsFormTest::testRouteProtection |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Tests that the enable/disable/default routes are protected from CSRF. |
| SearchPage::routeBuilder |
function |
core/modules/search/src/Entity/SearchPage.php |
Wraps the route builder. |
| SearchPageRoutes |
class |
core/modules/search/src/Routing/SearchPageRoutes.php |
Provides dynamic routes for search. |
| SearchPageRoutes.php |
file |
core/modules/search/src/Routing/SearchPageRoutes.php |
|
| SearchPageRoutes::$searchPageRepository |
property |
core/modules/search/src/Routing/SearchPageRoutes.php |
The search page repository. |
| SearchPageRoutes::create |
function |
core/modules/search/src/Routing/SearchPageRoutes.php |
Instantiates a new instance of this class. |
| SearchPageRoutes::routes |
function |
core/modules/search/src/Routing/SearchPageRoutes.php |
Returns an array of route objects. |
| SearchPageRoutes::__construct |
function |
core/modules/search/src/Routing/SearchPageRoutes.php |
Constructs a new search route subscriber. |
| SectionStorageInterface::buildRoutes |
function |
core/modules/layout_builder/src/SectionStorageInterface.php |
Provides the routes needed for Layout Builder UI. |
| SectionStorageInterface::deriveContextsFromRoute |
function |
core/modules/layout_builder/src/SectionStorageInterface.php |
Derives the available plugin contexts from route values. |
| SectionStorageInterface::extractIdFromRoute |
function |
core/modules/layout_builder/src/SectionStorageInterface.php |
Configures the plugin based on route values. |
| SectionStorageManager::loadFromRoute |
function |
core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php |
Loads a section storage populated with a section list derived from a route. |
| SectionStorageManagerInterface::loadFromRoute |
function |
core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php |
Loads a section storage populated with a section list derived from a route. |
| SectionStorageManagerTest::testLoadFromRoute |
function |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
@covers ::loadFromRoute[[api-linebreak]] |
| SectionStorageManagerTest::testLoadFromRouteNull |
function |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
@covers ::loadFromRoute[[api-linebreak]] |
| serialization.user_route_alter_subscriber |
service |
core/modules/serialization/serialization.services.yml |
Drupal\serialization\EventSubscriber\UserRouteAlterSubscriber |
| settings_tray.route_processor_off_canvas_form_bc |
service |
core/modules/settings_tray/settings_tray.services.yml |
\Drupal\settings_tray\RouteProcessor\BlockEntityOffCanvasFormRouteProcessorBC |
| ShortcutLinksTest::testShortcutLinkChangeRoute |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests that changing the route of a shortcut link works. |
| ShortcutLocalTasksTest::getShortcutPageRoutes |
function |
core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php |
Provides a list of routes to test. |
| SimpleConfigSectionStorage::buildRoutes |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php |
Provides the routes needed for Layout Builder UI. |
| SimpleConfigSectionStorage::deriveContextsFromRoute |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php |
Derives the available plugin contexts from route values. |
| SimpleConfigSectionStorage::extractIdFromRoute |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php |
Configures the plugin based on route values. |
| 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 |
Alters existing routes for a specific collection. |