function RestExampleClientSettings::getEditableConfigNames
Same name in other branches
- 4.0.x modules/rest_example/src/Form/RestExampleClientSettings.php \Drupal\rest_example\Form\RestExampleClientSettings::getEditableConfigNames()
Overrides ConfigFormBaseTrait::getEditableConfigNames
File
-
modules/
rest_example/ src/ Form/ RestExampleClientSettings.php, line 73
Class
- RestExampleClientSettings
- Setup form for a Drupal REST client.
Namespace
Drupal\rest_example\FormCode
public function getEditableConfigNames() {
return [
'rest_example.settings',
];
}