protected function SimpleMobileMenuForm::getEditableConfigNames in Simple Mobile Menu 8
Same name and namespace in other branches
- 8.2 src/Form/SimpleMobileMenuForm.php \Drupal\simple_mobile_menu\Form\SimpleMobileMenuForm::getEditableConfigNames()
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/ SimpleMobileMenuForm.php, line 23
Class
- SimpleMobileMenuForm
- Provides a simple mobile menu settings form.
Namespace
Drupal\simple_mobile_menu\FormCode
protected function getEditableConfigNames() {
return [
'simple_mobile_menu.settings',
];
}