public function FormInterface::submitForm

Form submission handler.

Parameters

array $form: An associative array containing the structure of the form.

array $form_state: An associative array containing the current state of the form.

55 methods override FormInterface::submitForm()
ActionAdminManageForm::submitForm in drupal/core/modules/action/lib/Drupal/action/Form/ActionAdminManageForm.php
Form submission handler.
AdminBlockDeleteForm::submitForm in drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php
Form submission handler.
BanAdmin::submitForm in drupal/core/modules/ban/lib/Drupal/ban/Form/BanAdmin.php
Form submission handler.
BanDelete::submitForm in drupal/core/modules/ban/lib/Drupal/ban/Form/BanDelete.php
Form submission handler.
BlockListController::submitForm in drupal/core/modules/block/lib/Drupal/block/BlockListController.php
Implements \Drupal\Core\Form\FormInterface::submitForm().

... See full list

File

drupal/core/lib/Drupal/Core/Form/FormInterface.php, line 54
Contains \Drupal\Core\Form\FormInterface.

Class

FormInterface
Provides an interface for a Form.

Namespace

Drupal\Core\Form

Code

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