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 |
Gets the add-form route. |
AdminHtmlRouteProvider::getAddPageRoute |
function |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
Gets the add page route. |
AdminHtmlRouteProvider::getDeleteFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
Gets the delete-form route. |
AdminHtmlRouteProvider::getDeleteMultipleFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
Returns the delete multiple form route. |
AdminHtmlRouteProvider::getEditFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php |
Gets the edit-form route. |
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 |
Alters existing routes for a specific collection. |
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 |
Instantiates a new instance of this class. |
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 |
Checks whether the authentication method is allowed on a given route. |
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 |
The theme to install as the default for testing. |
BlockContentRouteAccessTest::$modules |
property |
core/modules/block_content/tests/src/Functional/BlockContentRouteAccessTest.php |
Modules to install. |
BlockContentRouteAccessTest::testBlockContentReusableAccess |
function |
core/modules/block_content/tests/src/Functional/BlockContentRouteAccessTest.php |
Tests access to block_content entity routes based on the reusable field. |
BlockLibraryController::$routeMatch |
property |
core/modules/block/src/Controller/BlockLibraryController.php |
The route match. |
BlockUiTest::testRouteProtection |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests that the enable/disable routes are protected from CSRF. |
BulkForm::$routeMatch |
property |
core/modules/views/src/Plugin/views/field/BulkForm.php |
The current route match service. |
BulkFormTest::testConfirmRouteWithParameters |
function |
core/modules/views/tests/src/Functional/BulkFormTest.php |
Tests that route parameters are passed to the confirmation form route. |
CacheableMetadataCalculationTest::alterRouteDefinition |
function |
core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CacheableMetadataCalculationTest.php |
Allows access plugins to alter the route definition of a view. |
CacheableRouteProviderInterface |
interface |
core/lib/Drupal/Core/Routing/CacheableRouteProviderInterface.php |
Extends the router provider interface to provide caching support. |
CacheableRouteProviderInterface.php |
file |
core/lib/Drupal/Core/Routing/CacheableRouteProviderInterface.php |
|
CacheableRouteProviderInterface::addExtraCacheKeyPart |
function |
core/lib/Drupal/Core/Routing/CacheableRouteProviderInterface.php |
Adds a cache key part to be used in the cache ID of the route collection. |
CacheRouterRebuildSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php |
Clear cache tags when the router is rebuilt. |
CacheRouterRebuildSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php |
|