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