protected function Language::getConfigKey in Flags 8
Gets config key that holds list of mapping entities.
Return value
string
Overrides BaseMapping::getConfigKey
File
- src/
Mapping/ Language.php, line 19
Class
- Language
- Maps language code to country/territory code.
Namespace
Drupal\flags\MappingCode
protected function getConfigKey() {
return 'flags.language_flag_mapping';
}