You are here

protected function GeocodioSettings::getEditableConfigNames in Geolocation Field 8.3

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

modules/geolocation_geocodio/src/Form/GeocodioSettings.php, line 48

Class

GeocodioSettings
Implements the Geocodio form controller.

Namespace

Drupal\geolocation_geocodio\Form

Code

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