You are here

protected property EntityShareBlockFieldEnhancer::$entityTypeManager in Entity Share 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/jsonapi/FieldEnhancer/EntityShareBlockFieldEnhancer.php \Drupal\entity_share\Plugin\jsonapi\FieldEnhancer\EntityShareBlockFieldEnhancer::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/jsonapi/FieldEnhancer/EntityShareBlockFieldEnhancer.php, line 32

Class

EntityShareBlockFieldEnhancer
Prepare block field value to be able to handle block content entities.

Namespace

Drupal\entity_share\Plugin\jsonapi\FieldEnhancer

Code

protected $entityTypeManager;