Provides an interface for validating form submissions.
Hierarchy
- interface \Drupal\Core\Form\FormValidatorInterface
File
- core/lib/Drupal/Core/Form/FormValidatorInterface.php, line 8
Namespace
Drupal\Core\Form
Members
Name | Modifiers | Type | Description |
---|---|---|---|
FormValidatorInterface::executeValidateHandlers | public | function | Executes custom validation handlers for a given form. |
FormValidatorInterface::setInvalidTokenError | public | function | Sets a form_token error on the given form state. |
FormValidatorInterface::validateForm | public | function | Validates user-submitted form data in the $form_state. |
Please login to continue.