You are here

protected function Ip2CountrySettingsForm::getEditableConfigNames in IP-based Determination of a Visitor's Country 8

Gets the configuration names that will be editable.

Return value

array An array of configuration object names that are editable if called in conjunction with the trait's config() method.

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

src/Form/Ip2CountrySettingsForm.php, line 129

Class

Ip2CountrySettingsForm
Configure ip2country settings for this site.

Namespace

Drupal\ip2country\Form

Code

protected function getEditableConfigNames() {
  return [
    'ip2country.settings',
  ];
}