You are here

public function ContentHubQueueItemInterface::get in Acquia Content Hub 8

Get a property on the QueueItem.

Parameters

string $property: A property key.

Return value

bool|mixed The value on the queue item.

1 method overrides ContentHubQueueItemInterface::get()
ContentHubQueueItemBase::get in src/QueueItem/ContentHubQueueItemBase.php
Get a property on the QueueItem.

File

src/QueueItem/ContentHubQueueItemInterface.php, line 21

Class

ContentHubQueueItemInterface
Interface for Content Hub Queue Items.

Namespace

Drupal\acquia_contenthub\QueueItem

Code

public function get($property);