public function SubTaskSettingsForm::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_sub_task/ src/ Form/ SubTaskSettingsForm.php, line 33
Class
- SubTaskSettingsForm
- Sub Task settings form.
Namespace
Drupal\pm_sub_task\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Empty implementation of the abstract submit class.
}