You are here

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

The current user account.

Type: \Drupal\Core\Session\AccountInterface

File

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

Class

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

Namespace

Drupal\jsonapi_resources_test\Resource

Code

protected $currentUser;