You are here

public function FormInterface::submitForm in Drupal 9

Same name and namespace in other branches
  1. 8 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.

214 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.
AjaxCssForm::submitForm in core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php
Form submission handler.
AjaxFormBlock::submitForm in core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php
Form submission handler.

... 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);