You are here

protected function PwaExtrasSettingsForm::getEditableConfigNames in Progressive Web App 8

Same name and namespace in other branches
  1. 2.x modules/pwa_extras/src/Form/PwaExtrasSettingsForm.php \Drupal\pwa_extras\Form\PwaExtrasSettingsForm::getEditableConfigNames()

Return value

config settings.

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

modules/pwa_extras/src/Form/PwaExtrasSettingsForm.php, line 114

Class

PwaExtrasSettingsForm
PWA Extras admin settings form.

Namespace

Drupal\pwa_extras\Form

Code

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