You are here

protected function HidePreviewConfigForm::getEditableConfigNames in Hide Preview Button 8

Returns the editable config names.

Return value

array Returns an array of the editable config names.

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

src/Form/HidePreviewConfigForm.php, line 125

Class

HidePreviewConfigForm
This class renders and manages the configuration form of the module.

Namespace

Drupal\hide_preview\Form

Code

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