You are here

ContentHubImportQueue.php in Acquia Content Hub 8

File

src/Plugin/QueueWorker/ContentHubImportQueue.php
View source
<?php

namespace Drupal\acquia_contenthub\Plugin\QueueWorker;


/**
 * Import content from the Acquia Content Hub service.
 *
 * @QueueWorker(
 *   id = "acquia_contenthub_import_queue",
 *   title = @Translation("Import Content from Acquia Content Hub")
 * )
 */
class ContentHubImportQueue extends ContentHubImportQueueBase {

}

Classes

Namesort descending Description
ContentHubImportQueue Import content from the Acquia Content Hub service.