ConfigNamesMapper::getTypeName

public ConfigNamesMapper::getTypeName()

Returns the name of the type of data the mapper encapsulates.

Return value

string The name of the type of data the mapper encapsulates.

Overrides ConfigMapperInterface::getTypeName

File

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

Class

ConfigNamesMapper
Configuration mapper base implementation.

Namespace

Drupal\config_translation

Code

public function getTypeName() {
  return $this->t('Settings');
}
doc_Drupal
2016-10-29 08:54:20
Comments
Leave a Comment

Please login to continue.