function FormBase::resetConfigFactory

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

Resets the configuration factory.

File

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

Class

FormBase
Provides a base class for forms.

Namespace

Drupal\Core\Form

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.