You are here

protected property BundleField::$entityTypeManager in Display Suite 8.2

Same name in this branch
  1. 8.2 src/Plugin/Derivative/BundleField.php \Drupal\ds\Plugin\Derivative\BundleField::entityTypeManager
  2. 8.2 src/Plugin/DsField/BundleField.php \Drupal\ds\Plugin\DsField\BundleField::entityTypeManager

The EntityDisplayRepository service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/DsField/BundleField.php, line 23

Class

BundleField
Defines a generic bundle field.

Namespace

Drupal\ds\Plugin\DsField

Code

protected $entityTypeManager;