You are here

protected property EntityResource::$entityAccessChecker in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/Controller/EntityResource.php \Drupal\jsonapi\Controller\EntityResource::entityAccessChecker
  2. 10 core/modules/jsonapi/src/Controller/EntityResource.php \Drupal\jsonapi\Controller\EntityResource::entityAccessChecker

The JSON:API entity access checker.

Type: \Drupal\jsonapi\Access\EntityAccessChecker

File

core/modules/jsonapi/src/Controller/EntityResource.php, line 122

Class

EntityResource
Process all entity requests.

Namespace

Drupal\jsonapi\Controller

Code

protected $entityAccessChecker;