You are here

protected function YandexMapsSettings::getEditableConfigNames in Geolocation Field 8.2

Same name and namespace in other branches
  1. 8.3 modules/geolocation_yandex/src/Form/YandexMapsSettings.php \Drupal\geolocation_yandex\Form\YandexMapsSettings::getEditableConfigNames()

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_yandex/src/Form/YandexMapsSettings.php, line 41

Class

YandexMapsSettings
Implements the Yandex Maps form controller.

Namespace

Drupal\geolocation_yandex\Form

Code

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