public function FormStateInterface::isValidationEnforced in Drupal 8
Same name and namespace 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()
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();