You are here

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\QueueWorker

Code

public function getEntityManager() {
  return $this->importEntityManager;
}