function ConfigNamesMapper::getBaseRouteName

Same name and namespace in other branches
  1. 9 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::getBaseRouteName()
  2. 10 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::getBaseRouteName()
  3. 11.x core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\ConfigNamesMapper::getBaseRouteName()

Overrides ConfigMapperInterface::getBaseRouteName

5 calls to ConfigNamesMapper::getBaseRouteName()
ConfigNamesMapper::getAddRouteName in core/modules/config_translation/src/ConfigNamesMapper.php
Returns route name for the translation add form route.
ConfigNamesMapper::getBaseRoute in core/modules/config_translation/src/ConfigNamesMapper.php
Returns the base route object the mapper is attached to.
ConfigNamesMapper::getDeleteRouteName in core/modules/config_translation/src/ConfigNamesMapper.php
Returns route name for the translation deletion route.
ConfigNamesMapper::getEditRouteName in core/modules/config_translation/src/ConfigNamesMapper.php
Returns route name for the translation edit form route.
ConfigNamesMapper::getOverviewRouteName in core/modules/config_translation/src/ConfigNamesMapper.php
Returns route name for the translation overview route.

File

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

Class

ConfigNamesMapper
Configuration mapper base implementation.

Namespace

Drupal\config_translation

Code

public function getBaseRouteName() {
    return $this->pluginDefinition['base_route_name'];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.