SwitchUserForm::$csrfToken

Same name in other branches
  1. 4.x src/Form/SwitchUserForm.php \Drupal\devel\Form\SwitchUserForm::csrfToken

The csrf token generator.

Type: csrfToken

File

src/Form/SwitchUserForm.php, line 20

Class

SwitchUserForm
Define a form to allow the user to switch and become another user.

Namespace

Drupal\devel\Form

Code

protected CsrfTokenGenerator $csrfToken;