function SwitchUserPageForm::validateForm

Overrides FormBase::validateForm

File

src/Form/SwitchUserPageForm.php, line 62

Class

SwitchUserPageForm
Define an accessible form to switch the user.

Namespace

Drupal\devel\Form

Code

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