You are here

protected function ServiceSettingsForm::getConfig in Services 8.4

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

Get service setting config object.

Return value

\Drupal\Core\Config\Config An instantiated configuration object.

1 call to ServiceSettingsForm::getConfig()
ServiceSettingsForm::buildForm in src/Form/ServiceSettingsForm.php
Form constructor.

File

src/Form/ServiceSettingsForm.php, line 88

Class

ServiceSettingsForm
Class \Drupal\services\Form\ServiceSettingsForm.

Namespace

Drupal\services\Form

Code

protected function getConfig() {
  return $this
    ->config($this
    ->configName());
}