You are here

protected property RelationshipFieldAccess::$entityAccessChecker in Drupal 9

Same name and namespace in other branches
  1. 8 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 41

Class

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

Namespace

Drupal\jsonapi\Access

Code

protected $entityAccessChecker;