You are here

protected property WebformEntityReferenceEntityFormatter::$entityTypeManager in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/Field/FieldFormatter/WebformEntityReferenceEntityFormatter.php \Drupal\webform\Plugin\Field\FieldFormatter\WebformEntityReferenceEntityFormatter::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Field/FieldFormatter/WebformEntityReferenceEntityFormatter.php, line 39

Class

WebformEntityReferenceEntityFormatter
Plugin implementation of the 'Webform rendered entity' formatter.

Namespace

Drupal\webform\Plugin\Field\FieldFormatter

Code

protected $entityTypeManager;