public function FormBase::resetConfigFactory in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::resetConfigFactory()
- 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 143
Class
- FormBase
- Provides a base class for forms.
Namespace
Drupal\Core\FormCode
public function resetConfigFactory() {
$this->configFactory = NULL;
}