MatcherDumper::$routes |
property |
core/lib/Drupal/Core/Routing/MatcherDumper.php |
The routes to be dumped. |
MatcherDumper::addRoutes |
function |
core/lib/Drupal/Core/Routing/MatcherDumper.php |
Adds additional routes to be dumped. |
MatcherDumper::addRoutes |
function |
core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php |
Adds additional routes to be dumped. |
MatcherDumper::getRoutes |
function |
core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php |
|
MatcherDumper::getRoutes |
function |
core/lib/Drupal/Core/Routing/MatcherDumper.php |
Gets the routes to match. |
MatcherDumperInterface::addRoutes |
function |
core/lib/Drupal/Core/Routing/MatcherDumperInterface.php |
Adds additional routes to be dumped. |
MatcherDumperTest::testAddAdditionalRoutes |
function |
core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php |
Confirms that we can add routes to the dumper when it already has some. |
MatcherDumperTest::testAddRoutes |
function |
core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php |
Confirms that we can add routes to the dumper. |
MatchingRouteNotFoundException |
class |
core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php |
No matching route was found. |
MatchingRouteNotFoundException.php |
file |
core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php |
|
MediaConfigSubscriber::$routeBuilder |
property |
core/modules/media/src/EventSubscriber/MediaConfigSubscriber.php |
The route builder. |
MediaRouteProvider |
class |
core/modules/media/src/Routing/MediaRouteProvider.php |
Provides HTML routes for media pages. |
MediaRouteProvider.php |
file |
core/modules/media/src/Routing/MediaRouteProvider.php |
|
MediaRouteProvider::$config |
property |
core/modules/media/src/Routing/MediaRouteProvider.php |
The media settings config. |
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 |
Loads multiple plugin instances based on route. |
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 |
|