function FormStateDecoratorBase::clearErrors
Clears all errors against all form elements made by self::setErrorByName().
Overrides FormStateInterface::clearErrors
File
-
core/
lib/ Drupal/ Core/ Form/ FormStateDecoratorBase.php, line 656
Class
- FormStateDecoratorBase
- Decorates another form state.
Namespace
Drupal\Core\FormCode
public function clearErrors() {
$this->decoratedFormState
->clearErrors();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.