You are here

public function QuickFormInterface::submitForm in farmOS 2.x

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.

1 method overrides QuickFormInterface::submitForm()
QuickFormBase::submitForm in modules/core/quick/src/Plugin/QuickForm/QuickFormBase.php
Form submission handler.

File

modules/core/quick/src/Plugin/QuickForm/QuickFormInterface.php, line 96

Class

QuickFormInterface
Interface for quick forms.

Namespace

Drupal\farm_quick\Plugin\QuickForm

Code

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