public function ConfigMapperInterface::getLangcodeFromConfig in Drupal 9
Same name and namespace in other branches
- 8 core/modules/config_translation/src/ConfigMapperInterface.php \Drupal\config_translation\ConfigMapperInterface::getLangcodeFromConfig()
- 10 core/modules/config_translation/src/ConfigMapperInterface.php \Drupal\config_translation\ConfigMapperInterface::getLangcodeFromConfig()
Returns the language code of a configuration object given its name.
Parameters
string $config_name: The name of the configuration object.
Return value
string The language code of the configuration object.
1 method overrides ConfigMapperInterface::getLangcodeFromConfig()
- ConfigNamesMapper::getLangcodeFromConfig in core/
modules/ config_translation/ src/ ConfigNamesMapper.php - Returns the language code of a configuration object given its name.
File
- core/
modules/ config_translation/ src/ ConfigMapperInterface.php, line 214
Class
- ConfigMapperInterface
- Defines an interface for configuration mapper.
Namespace
Drupal\config_translationCode
public function getLangcodeFromConfig($config_name);