protected function ContentEntityHandler::getEntityTypeManager in Acquia Content Hub 8.2
Get the entity type manager.
Return value
\Drupal\Core\Entity\EntityTypeManagerInterface Entity type manager service.
File
- src/
EventSubscriber/ Cdf/ ContentEntityHandler.php, line 258
Class
- ContentEntityHandler
- The Content entity CDF creator.
Namespace
Drupal\acquia_contenthub\EventSubscriber\CdfCode
protected function getEntityTypeManager() : EntityTypeManagerInterface {
return \Drupal::entityTypeManager();
}