function FormStateDecoratorBase::getLimitValidationErrors

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Form/FormStateDecoratorBase.php \Drupal\Core\Form\FormStateDecoratorBase::getLimitValidationErrors()
  2. 10 core/lib/Drupal/Core/Form/FormStateDecoratorBase.php \Drupal\Core\Form\FormStateDecoratorBase::getLimitValidationErrors()
  3. 11.x core/lib/Drupal/Core/Form/FormStateDecoratorBase.php \Drupal\Core\Form\FormStateDecoratorBase::getLimitValidationErrors()

Overrides FormStateInterface::getLimitValidationErrors

1 call to FormStateDecoratorBase::getLimitValidationErrors()
SubformState::getLimitValidationErrors in core/lib/Drupal/Core/Form/SubformState.php
Retrieves the limited validation error sections.
1 method overrides FormStateDecoratorBase::getLimitValidationErrors()
SubformState::getLimitValidationErrors in core/lib/Drupal/Core/Form/SubformState.php
Retrieves the limited validation error sections.

File

core/lib/Drupal/Core/Form/FormStateDecoratorBase.php, line 146

Class

FormStateDecoratorBase
Decorates another form state.

Namespace

Drupal\Core\Form

Code

public function getLimitValidationErrors() {
    return $this->decoratedFormState
        ->getLimitValidationErrors();
}

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