You are here

protected property ConsentFormatter::$entityTypeManager in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 8 modules/gdpr_consent/src/Plugin/Field/FieldFormatter/ConsentFormatter.php \Drupal\gdpr_consent\Plugin\Field\FieldFormatter\ConsentFormatter::entityTypeManager
  2. 3.0.x modules/gdpr_consent/src/Plugin/Field/FieldFormatter/ConsentFormatter.php \Drupal\gdpr_consent\Plugin\Field\FieldFormatter\ConsentFormatter::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/gdpr_consent/src/Plugin/Field/FieldFormatter/ConsentFormatter.php, line 29

Class

ConsentFormatter
Plugin implementation of the gdpr_consent_formatter formatter.

Namespace

Drupal\gdpr_consent\Plugin\Field\FieldFormatter

Code

protected $entityTypeManager;