public 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\Form
Code
public function getValidateHandlers() { return $this->validate_handlers; }
Please login to continue.