You are here

public function M4032404Form::getEditableConfigNames in 403 to 404 8

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/M4032404Form.php, line 56

Class

M4032404Form
Class M4032404Form.

Namespace

Drupal\m4032404\Form

Code

public function getEditableConfigNames() {
  return [
    'm4032404.settings',
  ];
}