public function AcquiaContentHubUnregisterEvent::getOrphanedEntitiesAmount in Acquia Content Hub 8.2
Returns the amount of orphaned entities.
Return value
int Amount of orphaned entities.
File
- src/
Event/ AcquiaContentHubUnregisterEvent.php, line 201
Class
- AcquiaContentHubUnregisterEvent
- Event dispatched on webhook deletion.
Namespace
Drupal\acquia_contenthub\EventCode
public function getOrphanedEntitiesAmount() : int {
return $this->orphanedEntitiesCount;
}