You are here

protected function QueuerAddForm::getEditableConfigNames in Purge 8.3

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

modules/purge_ui/src/Form/QueuerAddForm.php, line 45

Class

QueuerAddForm
Add a queuer.

Namespace

Drupal\purge_ui\Form

Code

protected function getEditableConfigNames() {
  return [];
}