You are here

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

The current user account.

Type: \Drupal\Core\Session\AccountInterface

File

tests/modules/jsonapi_resources_test/src/Resource/AddReminder.php, line 29

Class

AddReminder
Processes a request to create a reminder node for a user.

Namespace

Drupal\jsonapi_resources_test\Resource

Code

protected $currentUser;