You are here

public function ContentHubImportQueueBase::__construct in Acquia Content Hub 8

Constructs a \Drupal\Component\Plugin\PluginBase object.

Parameters

array $configuration: A configuration array containing information about the plugin instance.

string $plugin_id: The plugin_id for the plugin instance.

mixed $plugin_definition: The plugin implementation definition.

Overrides PluginBase::__construct

File

src/Plugin/QueueWorker/ContentHubImportQueueBase.php, line 30

Class

ContentHubImportQueueBase
Abstract Class ContentHubImportQueueBase.

Namespace

Drupal\acquia_contenthub\Plugin\QueueWorker

Code

public function __construct(ImportEntityManager $import_entity_manager) {
  $this->importEntityManager = $import_entity_manager;
}