You are here

interface ContentHubQueueItemInterface in Acquia Content Hub 8

Interface for Content Hub Queue Items.

@package Drupal\acquia_contenthub\QueueItem

Hierarchy

Expanded class hierarchy of ContentHubQueueItemInterface

All classes that implement ContentHubQueueItemInterface

File

src/QueueItem/ContentHubQueueItemInterface.php, line 10

Namespace

Drupal\acquia_contenthub\QueueItem
View source
interface ContentHubQueueItemInterface {

  /**
   * Get a property on the QueueItem.
   *
   * @param string $property
   *   A property key.
   *
   * @return bool|mixed
   *   The value on the queue item.
   */
  public function get($property);

}

Members

Namesort descending Modifiers Type Description Overrides
ContentHubQueueItemInterface::get public function Get a property on the QueueItem. 1