MediaRouteProvider::createInstance |
function |
core/modules/media/src/Routing/MediaRouteProvider.php |
Instantiates a new instance of this entity handler. |
MediaRouteProvider::getCanonicalRoute |
function |
core/modules/media/src/Routing/MediaRouteProvider.php |
Gets the canonical route. |
MediaRouteProvider::__construct |
function |
core/modules/media/src/Routing/MediaRouteProvider.php |
Constructs a new DefaultHtmlRouteProvider. |
MediaUiFunctionalTest::testMediaCollectionRoute |
function |
core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php |
Tests the media collection route. |
media_library.route_subscriber |
service |
core/modules/media_library/media_library.services.yml |
Drupal\media_library\Routing\RouteSubscriber |
media_test_embed.route_subscriber |
service |
core/modules/media/tests/modules/media_test_embed/media_test_embed.services.yml |
Drupal\media_test_embed\Routing\RouteSubscriber |
MenuAccessTest::assertMenuItemRoutesAccess |
function |
core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php |
Asserts route requests connected to menu items have the expected access. |
MenuAccessTest::assertUserRoutesAccess |
function |
core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php |
Asserts which routes a user has access to. |
MenuActiveTrail::$routeMatch |
property |
core/lib/Drupal/Core/Menu/MenuActiveTrail.php |
The route match object for the current page. |
MenuActiveTrailTest::$currentRouteMatch |
property |
core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php |
The current route match service. |
MenuLinkBase::getDeleteRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Returns route information for a route to delete the menu link. |
MenuLinkBase::getEditRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Returns route information for a custom edit form for the menu link. |
MenuLinkBase::getResetRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Returns route information for a route to reset the menu link. |
MenuLinkBase::getRouteName |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Returns the route name, if available. |
MenuLinkBase::getRouteParameters |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Returns the route parameters, if available. |
MenuLinkBase::getTranslateRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
Returns route information for a route to translate the menu link. |
MenuLinkContent::getDeleteRoute |
function |
core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php |
Returns route information for a route to delete the menu link. |
MenuLinkContent::getEditRoute |
function |
core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php |
Returns route information for a custom edit form for the menu link. |
MenuLinkContent::getTranslateRoute |
function |
core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php |
Returns route information for a route to translate the menu link. |
MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php |
Tests bubbleable metadata of menu links' outbound route/path processing. |
MenuLinkDefault::getResetRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkDefault.php |
Returns route information for a route to reset the menu link. |
MenuLinkInterface::getDeleteRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns route information for a route to delete the menu link. |
MenuLinkInterface::getEditRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns route information for a custom edit form for the menu link. |
MenuLinkInterface::getResetRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns route information for a route to reset the menu link. |
MenuLinkInterface::getRouteName |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the route name, if available. |
MenuLinkInterface::getRouteParameters |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the route parameters, if available. |
MenuLinkInterface::getTranslateRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns route information for a route to translate the menu link. |
MenuLinkManager::loadLinksByRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkManager.php |
|
MenuLinkManagerInterface::loadLinksByRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php |
Loads multiple plugin instances based on route. |
MenuLinksetRoutes |
class |
core/modules/system/src/Routing/MenuLinksetRoutes.php |
Dynamically defines routes for menu linkset endpoints. |
MenuLinksetRoutes.php |
file |
core/modules/system/src/Routing/MenuLinksetRoutes.php |
|
MenuLinksetRoutes::$providerIds |
property |
core/modules/system/src/Routing/MenuLinksetRoutes.php |
An array of enabled authentication provider IDs. |
MenuLinksetRoutes::alterRoutes |
function |
core/modules/system/src/Routing/MenuLinksetRoutes.php |
Alter routes. |
MenuLinksetRoutes::create |
function |
core/modules/system/src/Routing/MenuLinksetRoutes.php |
Instantiates a new instance of this class. |
MenuLinksetRoutes::getSubscribedEvents |
function |
core/modules/system/src/Routing/MenuLinksetRoutes.php |
|
MenuLinksetRoutes::onConfigSave |
function |
core/modules/system/src/Routing/MenuLinksetRoutes.php |
|
MenuLinksetRoutes::routes |
function |
core/modules/system/src/Routing/MenuLinksetRoutes.php |
Returns an array of route objects. |
MenuLinksetRoutes::__construct |
function |
core/modules/system/src/Routing/MenuLinksetRoutes.php |
EventSubscriber constructor. |
MenuLinkTree::$routeProvider |
property |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
The route provider to load routes by name. |
MenuLinkTree::getCurrentRouteMenuTreeParameters |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
|
MenuLinkTreeInterface::getCurrentRouteMenuTreeParameters |
function |
core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php |
Gets the link tree parameters for rendering a specific menu. |
MenuRouterRebuildSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
Rebuilds the default menu links and runs menu-specific code if necessary. |
MenuRouterRebuildSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
|
MenuRouterRebuildSubscriber::$connection |
property |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
The database connection. |
MenuRouterRebuildSubscriber::$lock |
property |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
|
MenuRouterRebuildSubscriber::$menuLinkManager |
property |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
The menu link plugin manager. |
MenuRouterRebuildSubscriber::$replicaKillSwitch |
property |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
The replica kill switch. |
MenuRouterRebuildSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
|
MenuRouterRebuildSubscriber::menuLinksRebuild |
function |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
Perform menu-specific rebuilding. |
MenuRouterRebuildSubscriber::onRouterRebuild |
function |
core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php |
Rebuilds the menu links and deletes the local_task cache tag. |