You are here

protected function LiveWeatherForm::getEditableConfigNames in Live Weather 8

Same name and namespace in other branches
  1. 8.2 src/Form/LiveWeatherForm.php \Drupal\live_weather\Form\LiveWeatherForm::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/LiveWeatherForm.php, line 66
Contains \Drupal\live_weather\Form\LiveWeatherForm.

Class

LiveWeatherForm
Controller location for Live Weather Form.

Namespace

Drupal\live_weather\Form

Code

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