You are here

public function MaestroProcessVariablesSettingsForm::submitForm in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/MaestroProcessVariablesSettingsForm.php \Drupal\maestro\Form\MaestroProcessVariablesSettingsForm::submitForm()

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.

Overrides FormInterface::submitForm

File

src/Form/MaestroProcessVariablesSettingsForm.php, line 30

Class

MaestroProcessVariablesSettingsForm
Class MaestroProcessVariablesSettingsForm.

Namespace

Drupal\maestro\Form

Code

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

  // Empty implementation of the abstract submit class.
}