You are here

public function ContentHubExportQueueForm::__construct in Acquia Content Hub 8.2

File

modules/acquia_contenthub_publisher/src/Form/ContentHubExportQueueForm.php, line 32

Class

ContentHubExportQueueForm
Implements a form to Process items from the Content Hub Export Queue.

Namespace

Drupal\acquia_contenthub_publisher\Form

Code

public function __construct(ContentHubExportQueue $export_queue) {
  $this->contentHubExportQueue = $export_queue;
}