function SwitchUserPageForm::submitForm

Overrides FormInterface::submitForm

File

src/Form/SwitchUserPageForm.php, line 69

Class

SwitchUserPageForm
Define an accessible form to switch the user.

Namespace

Drupal\devel\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) : void {
    // Nothing to do here. This is delegated to devel.switch via http call.
}