You are here

public function AcquiaContentHubUnregisterEvent::setOrphanedEntitiesAmount in Acquia Content Hub 8.2

Sets the amount of orphaned entities.

Parameters

int $amount: Amount of orphaned entities.

File

src/Event/AcquiaContentHubUnregisterEvent.php, line 191

Class

AcquiaContentHubUnregisterEvent
Event dispatched on webhook deletion.

Namespace

Drupal\acquia_contenthub\Event

Code

public function setOrphanedEntitiesAmount(int $amount) : void {
  $this->orphanedEntitiesCount = $amount;
}