ConfigMapperPopulateEvent::getRouteMatch |
function |
core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php |
Gets the route match this event is related to. |
ConfigNamesMapper::$baseRoute |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The base route object that the mapper is attached to. |
ConfigNamesMapper::$routeCollection |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The available routes. |
ConfigNamesMapper::$routeProvider |
property |
core/modules/config_translation/src/ConfigNamesMapper.php |
The route provider. |
ConfigNamesMapper::getAddRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route object for a translation add form route. |
ConfigNamesMapper::getAddRouteName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns route name for the translation add form route. |
ConfigNamesMapper::getAddRouteParameters |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route parameters for the translation add form route. |
ConfigNamesMapper::getBaseRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the base route object the mapper is attached to. |
ConfigNamesMapper::getBaseRouteName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the name of the base route the mapper is attached to. |
ConfigNamesMapper::getBaseRouteParameters |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route parameters for the base route the mapper is attached to. |
ConfigNamesMapper::getDeleteRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route object for the translation deletion route. |
ConfigNamesMapper::getDeleteRouteName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns route name for the translation deletion route. |
ConfigNamesMapper::getDeleteRouteParameters |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route parameters for the translation deletion route. |
ConfigNamesMapper::getEditRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route object for a translation edit form route. |
ConfigNamesMapper::getEditRouteName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns route name for the translation edit form route. |
ConfigNamesMapper::getEditRouteParameters |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route parameters for the translation edit form route. |
ConfigNamesMapper::getOverviewRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route object for a translation overview route. |
ConfigNamesMapper::getOverviewRouteName |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns route name for the translation overview route. |
ConfigNamesMapper::getOverviewRouteParameters |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the route parameters for the translation overview route. |
ConfigNamesMapper::populateFromRouteMatch |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Populate the config mapper with route match data. |
ConfigNamesMapper::processRoute |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Allows to process all config translation routes. |
ConfigNamesMapper::setRouteCollection |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Sets the route collection. |
ConfigNamesMapperTest::$baseRoute |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The base route used for testing. |
ConfigNamesMapperTest::$routeProvider |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The route provider used for testing. |
ConfigNamesMapperTest::testGetAddRoute |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getAddRoute(). |
ConfigNamesMapperTest::testGetAddRouteName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getAddRouteName(). |
ConfigNamesMapperTest::testGetAddRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getAddRouteParameters(). |
ConfigNamesMapperTest::testGetBaseRoute |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getBaseRoute(). |
ConfigNamesMapperTest::testGetBaseRouteName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getBaseRouteName(). |
ConfigNamesMapperTest::testGetBaseRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getBaseRouteParameters(). |
ConfigNamesMapperTest::testGetDeleteRoute |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getRoute(). |
ConfigNamesMapperTest::testGetDeleteRouteName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getDeleteRouteName(). |
ConfigNamesMapperTest::testGetDeleteRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getDeleteRouteParameters(). |
ConfigNamesMapperTest::testGetEditRoute |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getEditRoute(). |
ConfigNamesMapperTest::testGetEditRouteName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getEditRouteName(). |
ConfigNamesMapperTest::testGetEditRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getEditRouteParameters(). |
ConfigNamesMapperTest::testGetOverviewRoute |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getOverviewRoute(). |
ConfigNamesMapperTest::testGetOverviewRouteName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getOverviewRouteName(). |
ConfigNamesMapperTest::testGetOverviewRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getOverviewRouteParameters(). |
ConfigNamesMapperTest::testPopulateFromRouteMatch |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::populateFromRouteMatch(). |
ConfigTranslationController::$router |
property |
core/modules/config_translation/src/Controller/ConfigTranslationController.php |
The dynamic router service. |
ConfigTranslationOverviewAccess::getMapperFromRouteMatch |
function |
core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php |
Gets a configuration mapper using a route match. |
config_translation.route_subscriber |
service |
core/modules/config_translation/config_translation.services.yml |
Drupal\config_translation\Routing\RouteSubscriber |
ConfirmFormHelperTest::testCancelLinkRoute |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
@covers ::buildCancelLink |
ConfirmFormHelperTest::testCancelLinkRouteWithParams |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
@covers ::buildCancelLink |
ConfirmFormHelperTest::testCancelLinkRouteWithUrl |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
@covers ::buildCancelLink |
ContentModerationRouteSubscriber |
class |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
Subscriber for moderated revisionable entity forms. |
ContentModerationRouteSubscriber.php |
file |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
|
ContentModerationRouteSubscriber::$entityTypeManager |
property |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
The entity type manager. |
ContentModerationRouteSubscriber::$moderatedEntityTypes |
property |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
An associative array of moderated entity types keyed by ID. |