You are here

public function NotConfirmedEntitiesFoundEvent::getItems in Acquia Content Hub 8.2

Returns the list of "stale" entities".

Return value

array the list of "stale" entities.

File

modules/acquia_contenthub_publisher/src/Event/NotConfirmedEntitiesFoundEvent.php, line 37

Class

NotConfirmedEntitiesFoundEvent
Event for not entities not yet in a confirmed state.

Namespace

Drupal\acquia_contenthub_publisher\Event

Code

public function getItems() : array {
  return $this->items;
}