You are here

protected function ConfigFormBase::getConfig in Zoom API 8

Same name and namespace in other branches
  1. 2.0.x src/Form/ConfigFormBase.php \Drupal\zoomapi\Form\ConfigFormBase::getConfig()

Returns this modules configuration object.

2 calls to ConfigFormBase::getConfig()
ConfigForm::buildForm in src/Form/ConfigForm.php
Form constructor.
ConfigFormBase::submitForm in src/Form/ConfigFormBase.php
Form submission handler.

File

src/Form/ConfigFormBase.php, line 25

Class

ConfigFormBase
Config form base for our config form.

Namespace

Drupal\zoomapi\Form

Code

protected function getConfig() {
  return $this
    ->config(self::CONFIG_NAME);
}