You are here

protected property MetadataGenerator::$accessChecker in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/quickedit/src/MetadataGenerator.php \Drupal\quickedit\MetadataGenerator::accessChecker

An object that checks if a user has access to edit a given entity field.

Type: \Drupal\quickedit\Access\EditEntityFieldAccessCheckInterface

File

core/modules/quickedit/src/MetadataGenerator.php, line 26
Contains \Drupal\quickedit\MetadataGenerator.

Class

MetadataGenerator
Generates in-place editing metadata for an entity field.

Namespace

Drupal\quickedit

Code

protected $accessChecker;