You are here

protected property SwitchUserForm::$csrfToken in Devel 8

Same name and namespace in other branches
  1. 8.3 src/Form/SwitchUserForm.php \Drupal\devel\Form\SwitchUserForm::csrfToken
  2. 8.2 src/Form/SwitchUserForm.php \Drupal\devel\Form\SwitchUserForm::csrfToken
  3. 4.x src/Form/SwitchUserForm.php \Drupal\devel\Form\SwitchUserForm::csrfToken

The csrf token generator.

Type: \Drupal\Core\Access\CsrfTokenGenerator

File

src/Form/SwitchUserForm.php, line 22

Class

SwitchUserForm
Defines a form that allows privileged users to generate entities.

Namespace

Drupal\devel\Form

Code

protected $csrfToken;