public function FormState::getValidateHandlers in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Form/FormState.php \Drupal\Core\Form\FormState::getValidateHandlers()
Gets the validate handlers.
Return value
array An array of validate handlers.
Overrides FormStateInterface::getValidateHandlers
File
- core/
lib/ Drupal/ Core/ Form/ FormState.php, line 835
Class
- FormState
- Stores information about the state of a form.
Namespace
Drupal\Core\FormCode
public function getValidateHandlers() {
return $this->validate_handlers;
}