function ConfigNamesMapper::getConfigNames
Returns an array of configuration names for the mapper.
Return value
array An array of configuration names for the mapper.
Overrides ConfigMapperInterface::getConfigNames
5 calls to ConfigNamesMapper::getConfigNames()
- ConfigNamesMapper::getConfigData in core/
modules/ config_translation/ src/ ConfigNamesMapper.php  - Returns an array with all configuration data.
 - ConfigNamesMapper::getLangcode in core/
modules/ config_translation/ src/ ConfigNamesMapper.php  - Returns the original language code of the configuration.
 - ConfigNamesMapper::hasSchema in core/
modules/ config_translation/ src/ ConfigNamesMapper.php  - Checks that all pieces of this configuration mapper have a schema.
 - ConfigNamesMapper::hasTranslatable in core/
modules/ config_translation/ src/ ConfigNamesMapper.php  - Checks if pieces of this configuration mapper have translatables.
 - ConfigNamesMapper::hasTranslation in core/
modules/ config_translation/ src/ ConfigNamesMapper.php  - Checks whether there is already a translation for this mapper.
 
File
- 
              core/
modules/ config_translation/ src/ ConfigNamesMapper.php, line 362  
Class
- ConfigNamesMapper
 - Configuration mapper base implementation.
 
Namespace
Drupal\config_translationCode
public function getConfigNames() {
  return $this->pluginDefinition['names'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.