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
Same name and namespace in other branches
  1. 8.4 src/Plugin/Derivative/BundleField.php \Drupal\ds\Plugin\Derivative\BundleField::entityTypeManager
  2. 8.3 src/Plugin/Derivative/BundleField.php \Drupal\ds\Plugin\Derivative\BundleField::entityTypeManager

The entity manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Derivative/BundleField.php, line 34

Class

BundleField
Provides a derivative for bundle fields.

Namespace

Drupal\ds\Plugin\Derivative

Code

protected $entityTypeManager;