You are here

protected function ConfigNamesMapper::processRoute in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::processRoute()
  2. 10 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::processRoute()

Allows to process all config translation routes.

Parameters

\Symfony\Component\Routing\Route $route: The route object to process.

4 calls to ConfigNamesMapper::processRoute()
ConfigNamesMapper::getAddRoute in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the route object for a translation add form route.
ConfigNamesMapper::getDeleteRoute in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the route object for the translation deletion route.
ConfigNamesMapper::getEditRoute in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the route object for a translation edit form route.
ConfigNamesMapper::getOverviewRoute in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the route object for a translation overview route.
1 method overrides ConfigNamesMapper::processRoute()
ConfigEntityMapper::processRoute in core/modules/config_translation/src/ConfigEntityMapper.php
Allows to process all config translation routes.

File

core/modules/config_translation/src/ConfigNamesMapper.php, line 218

Class

ConfigNamesMapper
Configuration mapper base implementation.

Namespace

Drupal\config_translation

Code

protected function processRoute(Route $route) {
}