| AdminContext::$routeMatch |
property |
core/lib/Drupal/Core/Routing/AdminContext.php |
The route match. |
| AdminContext::isAdminRoute |
function |
core/lib/Drupal/Core/Routing/AdminContext.php |
Determines whether the active route is an admin one. |
| AdminHtmlRouteProvider |
class |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
Provides HTML routes for entities with administrative add/edit/delete pages. |
| AdminHtmlRouteProvider.php |
file |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
|
| AdminHtmlRouteProvider::getAddFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
|
| AdminHtmlRouteProvider::getAddPageRoute |
function |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
|
| AdminHtmlRouteProvider::getDeleteFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
|
| AdminHtmlRouteProvider::getDeleteMultipleFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
|
| AdminHtmlRouteProvider::getEditFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
|
| AdminRouteSubscriber |
class |
core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php |
Adds the _admin_route option to each admin HTML route. |
| AdminRouteSubscriber.php |
file |
core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php |
|
| AdminRouteSubscriber::alterRoutes |
function |
core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php |
|
| AdminRouteSubscriber::getSubscribedEvents |
function |
core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php |
|
| AdminRouteSubscriber::isHtmlRoute |
function |
core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php |
Determines whether the given route is an HTML route. |
| AdminRouteSubscriberTest |
class |
core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php |
Tests Drupal\system\EventSubscriber\AdminRouteSubscriber. |
| AdminRouteSubscriberTest.php |
file |
core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php |
|
| AdminRouteSubscriberTest::providerTestAlterRoutes |
function |
core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php |
Provides data to testAlterRoutes(). |
| AdminRouteSubscriberTest::testAlterRoutes |
function |
core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php |
Tests alter routes. |
| AjaxTest::testAjaxWithAdminRoute |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php |
|
| ApiController::$finishedRoute |
property |
core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php |
The route to redirect to after the stage has been applied. |
| ArgumentsResolverTest::testGetArgumentRouteNoTypeHintAndValue |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Tests getArgument() with a named parameter with no type hint and a value. |
| argument_resolver.route_match |
service |
core/core.services.yml |
Drupal\Core\Controller\ArgumentResolver\RouteMatchValueResolver |
| AssetRoutes |
class |
core/modules/system/src/Routing/AssetRoutes.php |
Defines a routes' callback to register a URL for serving assets. |
| AssetRoutes.php |
file |
core/modules/system/src/Routing/AssetRoutes.php |
|
| AssetRoutes::create |
function |
core/modules/system/src/Routing/AssetRoutes.php |
|
| AssetRoutes::routes |
function |
core/modules/system/src/Routing/AssetRoutes.php |
Returns an array of route objects. |
| AssetRoutes::__construct |
function |
core/modules/system/src/Routing/AssetRoutes.php |
Constructs an asset routes object. |
| AuthenticationManager::appliesToRoutedRequest |
function |
core/lib/Drupal/Core/Authentication/AuthenticationManager.php |
|
| AuthenticationProviderFilterInterface::appliesToRoutedRequest |
function |
core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php |
Checks whether the authentication method is allowed on a given route. |
| BanAdminTest::testRouteParameter |
function |
core/modules/ban/tests/src/Unit/BanAdminTest.php |
Test passing an IP address as a route parameter. |
| BcRoute |
class |
core/lib/Drupal/Core/Routing/BcRoute.php |
A backwards compatibility route. |
| BcRoute.php |
file |
core/lib/Drupal/Core/Routing/BcRoute.php |
|
| BcRoute::__construct |
function |
core/lib/Drupal/Core/Routing/BcRoute.php |
|
| BigPipeStrategy::$routeMatch |
property |
core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php |
The current route match. |
| BlockContentLocalTasksTest::getBlockContentListingRoutes |
function |
core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php |
Provides a list of routes to test. |
| BlockContentRouteAccessTest |
class |
core/modules/block_content/tests/src/Functional/BlockContentRouteAccessTest.php |
Tests access to block_content routes. |
| BlockContentRouteAccessTest.php |
file |
core/modules/block_content/tests/src/Functional/BlockContentRouteAccessTest.php |
|
| BlockContentRouteAccessTest::$defaultTheme |
property |
core/modules/block_content/tests/src/Functional/BlockContentRouteAccessTest.php |
|
| BlockContentRouteAccessTest::$modules |
property |
core/modules/block_content/tests/src/Functional/BlockContentRouteAccessTest.php |
|
| BlockContentRouteAccessTest::testBlockContentReusableAccess |
function |
core/modules/block_content/tests/src/Functional/BlockContentRouteAccessTest.php |
Tests access to block_content entity routes based on the reusable field. |
| BlockContentRouteProvider |
class |
core/modules/block_content/src/Routing/BlockContentRouteProvider.php |
Provides HTML routes for block_content entities. |
| BlockContentRouteProvider.php |
file |
core/modules/block_content/src/Routing/BlockContentRouteProvider.php |
|
| BlockContentRouteProvider::getCanonicalRoute |
function |
core/modules/block_content/src/Routing/BlockContentRouteProvider.php |
|
| BlockContentRouteProvider::getDeleteFormRoute |
function |
core/modules/block_content/src/Routing/BlockContentRouteProvider.php |
|
| BlockContentRouteProvider::getEditFormRoute |
function |
core/modules/block_content/src/Routing/BlockContentRouteProvider.php |
|
| BlockContentRouteProvider::getRoutes |
function |
core/modules/block_content/src/Routing/BlockContentRouteProvider.php |
|
| BlockContentTypeRouteProvider |
class |
core/modules/block_content/src/Routing/BlockContentTypeRouteProvider.php |
Provides HTML routes for block_content_type entities. |
| BlockContentTypeRouteProvider.php |
file |
core/modules/block_content/src/Routing/BlockContentTypeRouteProvider.php |
|
| BlockContentTypeRouteProvider::getRoutes |
function |
core/modules/block_content/src/Routing/BlockContentTypeRouteProvider.php |
|
| BlockLibraryController::$routeMatch |
property |
core/modules/block/src/Controller/BlockLibraryController.php |
The route match. |