Provides an interface for processing form submissions.
Hierarchy
- interface \Drupal\Core\Form\FormSubmitterInterface
File
- core/lib/Drupal/Core/Form/FormSubmitterInterface.php, line 8
Namespace
Drupal\Core\Form
Members
Name | Modifiers | Type | Description |
---|---|---|---|
FormSubmitterInterface::doSubmitForm | public | function | Handles the submitted form, executing callbacks and processing responses. |
FormSubmitterInterface::executeSubmitHandlers | public | function | Executes custom submission handlers for a given form. |
FormSubmitterInterface::redirectForm | public | function | Redirects the user to a URL after a form has been processed. |
Please login to continue.