function RestExampleClientSettings::getEditableConfigNames

Same name in other branches
  1. 3.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\Form

Code

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