You are here

protected function BaiduMapsSettings::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_baidu/src/Form/BaiduMapsSettings.php, line 41

Class

BaiduMapsSettings
Implements the Baidu Maps form controller.

Namespace

Drupal\geolocation_baidu\Form

Code

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