You are here

protected function ExtraFieldDisplayManager::getEntityTypeManager in Extra Field 8.2

Returns the entity type manager.

Return value

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

Overrides ExtraFieldManagerBase::getEntityTypeManager

File

src/Plugin/ExtraFieldDisplayManager.php, line 134

Class

ExtraFieldDisplayManager
Manages Extra Field display plugins.

Namespace

Drupal\extra_field\Plugin

Code

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