function FormInterface::submitForm
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Form/FormInterface.php \Drupal\Core\Form\FormInterface::submitForm()
- 10 core/lib/Drupal/Core/Form/FormInterface.php \Drupal\Core\Form\FormInterface::submitForm()
- 9 core/lib/Drupal/Core/Form/FormInterface.php \Drupal\Core\Form\FormInterface::submitForm()
Form submission handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
18 methods override FormInterface::submitForm()
- AjaxCssForm::submitForm in core/
modules/ ckeditor/ tests/ modules/ src/ Form/ AjaxCssForm.php - Form submission handler.
- AjaxFormsTestCommandsForm::submitForm in core/
modules/ system/ tests/ modules/ ajax_forms_test/ src/ Form/ AjaxFormsTestCommandsForm.php - .
- ConfigureSectionForm::submitForm in core/
modules/ layout_builder/ src/ Form/ ConfigureSectionForm.php - Form submission handler.
- DeleteMultipleForm::submitForm in core/
lib/ Drupal/ Core/ Entity/ Form/ DeleteMultipleForm.php - Form submission handler.
- FormTestButtonClassForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestButtonClassForm.php - Form submission handler.
File
-
core/
lib/ Drupal/ Core/ Form/ FormInterface.php, line 55
Class
- FormInterface
- Provides an interface for a Form.
Namespace
Drupal\Core\FormCode
public function submitForm(array &$form, FormStateInterface $form_state);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.