You are here

public function FormComponentWithSubmitInterface::formSubmit in Flexiform 8

Perform submission logic.

Form array @var \Drupal\Core\Form\FormStateInterface $form_state

1 method overrides FormComponentWithSubmitInterface::formSubmit()
FormElementComponent::formSubmit in src/Plugin/FormComponentType/FormElementComponent.php
Perform submission logic.

File

src/FormComponent/FormComponentWithSubmitInterface.php, line 19

Class

FormComponentWithSubmitInterface
Interface for form components that contain their own submission logic.

Namespace

Drupal\flexiform\FormComponent

Code

public function formSubmit(array $form, FormStateInterface $form_state);