ConfigNamesMapper::getBaseRouteName

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'];
}
doc_Drupal
2016-10-29 08:54:17
Comments
Leave a Comment

Please login to continue.