Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Form/FormInterface.php \Drupal\Core\Form\FormInterface::submitForm()
  2. 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.

209 methods override FormInterface::submitForm()
ActionAdminManageForm::submitForm in core/modules/action/src/Form/ActionAdminManageForm.php
Form submission handler.
ActionsTest::submitForm in core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php
Form submission handler.
AddFormBase::submitForm in core/modules/media_library/src/Form/AddFormBase.php
Form submission handler.
AjaxFormsTestAjaxElementsForm::submitForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestAjaxElementsForm.php
Form submission handler.
AjaxFormsTestCommandsForm::submitForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php
.

... See full list

File

core/lib/Drupal/Core/Form/FormInterface.php, line 55

Class

FormInterface
Provides an interface for a Form.

Namespace

Drupal\Core\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state);