FormState::getValidateHandlers

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;
}
doc_Drupal
2016-10-29 09:15:58
Comments
Leave a Comment

Please login to continue.