You are here

public function FormStateInterface::isValidationEnforced in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::isValidationEnforced()
  2. 10 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::isValidationEnforced()

Checks if validation is enforced.

Return value

bool If TRUE, validation will always be run.

2 methods override FormStateInterface::isValidationEnforced()
FormState::isValidationEnforced in core/lib/Drupal/Core/Form/FormState.php
Checks if validation is enforced.
FormStateDecoratorBase::isValidationEnforced in core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
Checks if validation is enforced.

File

core/lib/Drupal/Core/Form/FormStateInterface.php, line 809

Class

FormStateInterface
Provides an interface for an object containing the current state of a form.

Namespace

Drupal\Core\Form

Code

public function isValidationEnforced();