You are here

protected property CurrentUserInfo::$tokenGenerator in JSON:API Resources 8

The CSRF token generator.

Type: \Drupal\Core\Access\CsrfTokenGenerator

File

tests/modules/jsonapi_resources_test/src/Resource/CurrentUserInfo.php, line 48

Class

CurrentUserInfo
Processes a request for the authenticated user's information.

Namespace

Drupal\jsonapi_resources_test\Resource

Code

protected $tokenGenerator;