You are here

public function UserModuleStatusSettingsForm::submitForm in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Form/UserModuleStatusSettingsForm.php \Drupal\opigno_module\Form\UserModuleStatusSettingsForm::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/UserModuleStatusSettingsForm.php, line 35

Class

UserModuleStatusSettingsForm
Class UserModuleStatusSettingsForm.

Namespace

Drupal\opigno_module\Form

Code

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

  // Empty implementation of the abstract submit class.
}