Provides an interface for a Form that has a base form ID.
This will become the $form_state->getBaseInfo()['base_form_id'] used to generate the name of hook_form_BASE_FORM_ID_alter().
Hierarchy
- interface \Drupal\Core\Form\FormInterface
- interface \Drupal\Core\Form\BaseFormIdInterface
File
- core/lib/Drupal/Core/Form/BaseFormIdInterface.php, line 11
Namespace
Drupal\Core\Form
Members
Name | Modifiers | Type | Description |
---|---|---|---|
BaseFormIdInterface::getBaseFormId | public | function | Returns a string identifying the base form. |
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.