interface ContentHubQueueItemInterface in Acquia Content Hub 8
Interface for Content Hub Queue Items.
@package Drupal\acquia_contenthub\QueueItem
Hierarchy
- interface \Drupal\acquia_contenthub\QueueItem\ContentHubQueueItemInterface
Expanded class hierarchy of ContentHubQueueItemInterface
All classes that implement ContentHubQueueItemInterface
File
- src/QueueItem/ ContentHubQueueItemInterface.php, line 10 
Namespace
Drupal\acquia_contenthub\QueueItemView 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
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| ContentHubQueueItemInterface:: | public | function | Get a property on the QueueItem. | 1 | 
