You are here

public static function FormInterface::submitForm in Express 8

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.

2 methods override FormInterface::submitForm()
FormBase::submitForm in themes/contrib/bootstrap/src/Plugin/Form/FormBase.php
Form submission handler.
SettingBase::submitForm in themes/contrib/bootstrap/src/Plugin/Setting/SettingBase.php
Form submission handler.

File

themes/contrib/bootstrap/src/Plugin/Form/FormInterface.php, line 73
Contains \Drupal\bootstrap\Plugin\Form\FormInterface.

Class

FormInterface
Defines the interface for an object oriented form alter.

Namespace

Drupal\bootstrap\Plugin\Form

Code

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