function FormBase::resetConfigFactory
Same name in other branches
- 9 core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::resetConfigFactory()
- 8.9.x core/lib/Drupal/Core/Form/FormBase.php \Drupal\Core\Form\FormBase::resetConfigFactory()
- 10 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
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;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.