You are here

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

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

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

Class

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

Namespace

Drupal\jsonapi_resources_test\Resource

Code

protected $entityTypeManager;