function SwitchUserForm::getFormId
Same name in other branches
- 4.x src/Form/SwitchUserForm.php \Drupal\devel\Form\SwitchUserForm::getFormId()
Overrides FormInterface::getFormId
File
-
src/
Form/ SwitchUserForm.php, line 42
Class
- SwitchUserForm
- Define a form to allow the user to switch and become another user.
Namespace
Drupal\devel\FormCode
public function getFormId() : string {
return 'devel_switchuser_form';
}