You are here

public function AcquiaContentHubUnregisterEvent::getOrphanedEntities in Acquia Content Hub 8.2

Returns the orphaned entities.

Return value

array Array of orphaned entities.

File

src/Event/AcquiaContentHubUnregisterEvent.php, line 221

Class

AcquiaContentHubUnregisterEvent
Event dispatched on webhook deletion.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getOrphanedEntities() : array {
  return $this->orphanedEntities;
}