You are here

public function EntityRow::getEntityTypeManager in Views Parity Row 8

Returns the entity type manager.

Return value

\Drupal\Core\Entity\EntityTypeManagerInterface The entity type manager.

Overrides EntityRow::getEntityTypeManager

File

src/Plugin/views/row/EntityRow.php, line 118

Class

EntityRow
Generic entity row plugin to provide a common base for all entity types.

Namespace

Drupal\views_parity_row\Plugin\views\row

Code

public function getEntityTypeManager() {
  return $this->entityTypeManager;
}