You are here

public function BoardSettingsForm::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_board/src/Form/BoardSettingsForm.php, line 33

Class

BoardSettingsForm
Form to administer Board settings.

Namespace

Drupal\pm_board\Form

Code

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

  // Empty implementation of the abstract submit class.
}