function 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.
