You are here

public function AcquiaContentHubUnregisterEvent::isDeleteWebhookOnly in Acquia Content Hub 8.2

Returns info about delete process.

Return value

bool TRUE if we delete only webhook and not client.

File

src/Event/AcquiaContentHubUnregisterEvent.php, line 111

Class

AcquiaContentHubUnregisterEvent
Event dispatched on webhook deletion.

Namespace

Drupal\acquia_contenthub\Event

Code

public function isDeleteWebhookOnly() : bool {
  return $this->deleteWebhookOnly;
}