public function OpignoAnswerSettingsForm::submitForm in Opigno module 8
Same name and namespace in other branches
- 3.x src/Form/OpignoAnswerSettingsForm.php \Drupal\opigno_module\Form\OpignoAnswerSettingsForm::submitForm()
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
- src/
Form/ OpignoAnswerSettingsForm.php, line 35
Class
- OpignoAnswerSettingsForm
- Class OpignoAnswerSettingsForm.
Namespace
Drupal\opigno_module\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Empty implementation of the abstract submit class.
}