function RestExampleClientSettings::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',
  ];
}