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