You are here

protected property RelationshipFieldAccess::$entityAccessChecker in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/Access/RelationshipFieldAccess.php \Drupal\jsonapi\Access\RelationshipFieldAccess::entityAccessChecker

The JSON:API entity access checker.

Type: \Drupal\jsonapi\Access\EntityAccessChecker

File

core/modules/jsonapi/src/Access/RelationshipFieldAccess.php, line 40

Class

RelationshipFieldAccess
Defines a class to check access to related and relationship routes.

Namespace

Drupal\jsonapi\Access

Code

protected $entityAccessChecker;