public function ContentHubImportQueueBase::getEntityManager in Acquia Content Hub 8
Accessor for the entity manager.
Return value
\Drupal\acquia_contenthub\ImportEntityManager The Import Entity Manager.
File
- src/
Plugin/ QueueWorker/ ContentHubImportQueueBase.php, line 49
Class
- ContentHubImportQueueBase
- Abstract Class ContentHubImportQueueBase.
Namespace
Drupal\acquia_contenthub\Plugin\QueueWorkerCode
public function getEntityManager() {
return $this->importEntityManager;
}