Provides an interface for handling form errors.
Hierarchy
- interface \Drupal\Core\Form\FormErrorHandlerInterface
File
- core/lib/Drupal/Core/Form/FormErrorHandlerInterface.php, line 8
Namespace
Drupal\Core\Form
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| FormErrorHandlerInterface::handleFormErrors | public | function | Handles form errors after form validation. |
Please login to continue.