You are here

public static function FormInterface::submitFormElement in Express 8

Form submission handler.

Parameters

\Drupal\bootstrap\Utility\Element $form: The Element object that comprises the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

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

File

themes/contrib/bootstrap/src/Plugin/Form/FormInterface.php, line 83
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 submitFormElement(Element $form, FormStateInterface $form_state);