You are here

protected function StyledGoogleMapSettingsForm::getEditableConfigNames in Styled Google Map 8.2

Same name and namespace in other branches
  1. 8 src/Form/styledGoogleMapSettingsForm.php \Drupal\styled_google_map\Form\styledGoogleMapSettingsForm::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/StyledGoogleMapSettingsForm.php, line 53

Class

StyledGoogleMapSettingsForm
Configure example settings for this site.

Namespace

Drupal\styled_google_map\Form

Code

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