You are here

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

Class

TimeTrackingSettingsForm
Time tracking settings form.

Namespace

Drupal\pm_timetracking\Form

Code

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

  // Empty implementation of the abstract submit class.
}