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