You are here

public function FormBase::resetConfigFactory in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::resetConfigFactory()

Resets the configuration factory.

1 call to FormBase::resetConfigFactory()
SiteConfigureForm::submitForm in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Form submission handler.

File

core/lib/Drupal/Core/Form/FormBase.php, line 147

Class

FormBase
Provides a base class for forms.

Namespace

Drupal\Core\Form

Code

public function resetConfigFactory() {
  $this->configFactory = NULL;
}