Provides an interface for a Form.
Hierarchy
- interface \Drupal\Core\Form\FormInterface
Related topics
- Form generation
- Describes how to generate and manipulate forms and process form submissions.
File
- core/lib/Drupal/Core/Form/FormInterface.php, line 10
Namespace
Drupal\Core\Form
Members
Name | Modifiers | Type | Description |
---|---|---|---|
FormInterface::buildForm | public | function | Form constructor. |
FormInterface::getFormId | public | function | Returns a unique string identifying the form. |
FormInterface::submitForm | public | function | Form submission handler. |
FormInterface::validateForm | public | function | Form validation handler. |
Please login to continue.