cache_context.route.name.is_layout_builder_ui |
service |
core/modules/layout_builder/layout_builder.services.yml |
Drupal\layout_builder\Cache\LayoutBuilderUiCacheContext |
cache_router_rebuild_subscriber |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\CacheRouterRebuildSubscriber |
CollectRoutesTest |
class |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
Tests the REST export view plugin. |
CollectRoutesTest.php |
file |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
|
CollectRoutesTest::$restExport |
property |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
The REST export instance. |
CollectRoutesTest::$routes |
property |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
The RouteCollection. |
CollectRoutesTest::setUp |
function |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
|
CollectRoutesTest::testRoutesRequirements |
function |
core/modules/rest/tests/src/Unit/CollectRoutesTest.php |
Tests if adding a requirement to a route only modify one route. |
CommentDefaultFormatter::$routeMatch |
property |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
|
CompiledRoute |
class |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
A compiled route contains derived information from a route object. |
CompiledRoute.php |
file |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
|
CompiledRoute::$fit |
property |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
The fitness of this route. |
CompiledRoute::$numParts |
property |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
The number of parts in the path of this route. |
CompiledRoute::$patternOutline |
property |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
The pattern outline of this route. |
CompiledRoute::getDefaults |
function |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the defaults. |
CompiledRoute::getFit |
function |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the fit of this route. |
CompiledRoute::getNumParts |
function |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the number of parts in this route's path. |
CompiledRoute::getOptions |
function |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the options. |
CompiledRoute::getPatternOutline |
function |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the pattern outline of this route. |
CompiledRoute::getRequirements |
function |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
Returns the requirements. |
CompiledRoute::serialize |
function |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
|
CompiledRoute::unserialize |
function |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
|
CompiledRoute::__construct |
function |
core/lib/Drupal/Core/Routing/CompiledRoute.php |
Constructs a new compiled route object. |
ConfigEntityMapper::getBaseRouteParameters |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Returns the route parameters for the base route the mapper is attached to. |
ConfigEntityMapper::getOverviewRouteName |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Returns route name for the translation overview route. |
ConfigEntityMapper::populateFromRouteMatch |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Populate the config mapper with route match data. |
ConfigEntityMapper::processRoute |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Allows to process all config translation routes. |
ConfigEntityMapperTest::$routeProvider |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The route provider used for testing. |
ConfigEntityMapperTest::testGetOverviewRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getOverviewRouteParameters(). |
ConfigFieldMapper::getBaseRouteParameters |
function |
core/modules/config_translation/src/ConfigFieldMapper.php |
Returns the route parameters for the base route the mapper is attached to. |
ConfigFieldMapper::getOverviewRouteName |
function |
core/modules/config_translation/src/ConfigFieldMapper.php |
Returns route name for the translation overview route. |
ConfigLocalTasksTest::getConfigAdminRoutes |
function |
core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php |
Provides a list of routes to test. |
ConfigMapperInterface::getAddRoute |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route object for a translation add form route. |
ConfigMapperInterface::getAddRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation add form route. |
ConfigMapperInterface::getAddRouteParameters |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route parameters for the translation add form route. |
ConfigMapperInterface::getBaseRoute |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the base route object the mapper is attached to. |
ConfigMapperInterface::getBaseRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the name of the base route the mapper is attached to. |
ConfigMapperInterface::getBaseRouteParameters |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route parameters for the base route the mapper is attached to. |
ConfigMapperInterface::getDeleteRoute |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route object for the translation deletion route. |
ConfigMapperInterface::getDeleteRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation deletion route. |
ConfigMapperInterface::getDeleteRouteParameters |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route parameters for the translation deletion route. |
ConfigMapperInterface::getEditRoute |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route object for a translation edit form route. |
ConfigMapperInterface::getEditRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation edit form route. |
ConfigMapperInterface::getEditRouteParameters |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route parameters for the translation edit form route. |
ConfigMapperInterface::getOverviewRoute |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route object for a translation overview route. |
ConfigMapperInterface::getOverviewRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation overview route. |
ConfigMapperInterface::getOverviewRouteParameters |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route parameters for the translation overview route. |
ConfigMapperInterface::populateFromRouteMatch |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Populate the config mapper with route match data. |
ConfigMapperInterface::setRouteCollection |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Sets the route collection. |
ConfigMapperPopulateEvent::$routeMatch |
property |
core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php |
The route match this event is related to. |