protected function ConfigFormBase::getConfig in Zoom API 2.0.x
Same name and namespace in other branches
- 8 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\FormCode
protected function getConfig() {
return $this
->config(self::CONFIG_NAME);
}