You are here

public function AcquiaContentHubUnregisterEvent::getWebhookUuid in Acquia Content Hub 8.2

Returns webhook UUID.

Return value

string Webhook UUID:

File

src/Event/AcquiaContentHubUnregisterEvent.php, line 101

Class

AcquiaContentHubUnregisterEvent
Event dispatched on webhook deletion.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getWebhookUuid() : string {
  return $this->webhookUuid;
}