You are here

protected function ExpertsForm::getEditableConfigNames in FAQ_Ask 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/ExpertsForm.php, line 33
Contains \Drupal\faq_ask\Form\ExpertsForm.

Class

ExpertsForm
Form for the FAQ settings page - categories tab.

Namespace

Drupal\faq_ask\Form

Code

protected function getEditableConfigNames() {
  return [];
}