public ConfigNamesMapper::getBaseRouteName()
Returns the name of the base route the mapper is attached to.
Return value
string The name of the base route the mapper is attached to.
Overrides ConfigMapperInterface::getBaseRouteName
File
- core/modules/config_translation/src/ConfigNamesMapper.php, line 175
Class
- ConfigNamesMapper
- Configuration mapper base implementation.
Namespace
Drupal\config_translation
Code
public function getBaseRouteName() { return $this->pluginDefinition['base_route_name']; }
Please login to continue.