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