You are here

public function SettingsForm::registerAllSubmit in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/Form/SettingsForm.php \Drupal\opigno_moxtra\Form\SettingsForm::registerAllSubmit()

File

src/Form/SettingsForm.php, line 280

Class

SettingsForm
Implements the Opigno Moxtra settings form.

Namespace

Drupal\opigno_moxtra\Form

Code

public function registerAllSubmit(array &$form, FormStateInterface $form_state) {
  $this
    ->setBatch();
}