You are here

public function EpicSettingsForm::submitForm in Drupal PM (Project Management) 4.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.

Overrides FormInterface::submitForm

File

modules/pm_epic/src/Form/EpicSettingsForm.php, line 33

Class

EpicSettingsForm
Epic settings form.

Namespace

Drupal\pm_epic\Form

Code

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

  // Empty implementation of the abstract submit class.
}