You are here

protected property DsEntityRow::$entityTypeManager in Display Suite 8.2

Same name and namespace in other branches
  1. 8.4 src/Plugin/Derivative/DsEntityRow.php \Drupal\ds\Plugin\Derivative\DsEntityRow::entityTypeManager
  2. 8.3 src/Plugin/Derivative/DsEntityRow.php \Drupal\ds\Plugin\Derivative\DsEntityRow::entityTypeManager

The entity manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Derivative/DsEntityRow.php, line 38

Class

DsEntityRow
Provides DS views row plugin definitions for all non-special entity types.

Namespace

Drupal\ds\Plugin\Derivative

Code

protected $entityTypeManager;