You are here

protected function LiveWeatherSettingsForm::getEditableConfigNames in Live Weather 8.2

Same name and namespace in other branches
  1. 8 src/Form/LiveWeatherSettingsForm.php \Drupal\live_weather\Form\LiveWeatherSettingsForm::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

src/Form/LiveWeatherSettingsForm.php, line 27
Contains \Drupal\live_weather\Form\LiveWeatherSettingsForm.

Class

LiveWeatherSettingsForm
Live Weather Settings Form.

Namespace

Drupal\live_weather\Form

Code

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