You are here

protected function ServiceSettingsForm::configName in Services 9.0.x

Same name and namespace in other branches
  1. 8.4 src/Form/ServiceSettingsForm.php \Drupal\services\Form\ServiceSettingsForm::configName()

Define the configuration name.

Return value

string A string to use as the config name.

2 calls to ServiceSettingsForm::configName()
ServiceSettingsForm::getConfig in src/Form/ServiceSettingsForm.php
Get service setting config object.
ServiceSettingsForm::getEditableConfigNames in src/Form/ServiceSettingsForm.php
Gets the configuration names that will be editable.

File

src/Form/ServiceSettingsForm.php, line 78

Class

ServiceSettingsForm
Class \Drupal\services\Form\ServiceSettingsForm.

Namespace

Drupal\services\Form

Code

protected function configName() {
  return 'services.settings';
}