You are here

public function HandleWebhookEvent::getPayload in Acquia Content Hub 8.2

Get the payload of the incoming webhook request.

Return value

array The payload.

File

src/Event/HandleWebhookEvent.php, line 96

Class

HandleWebhookEvent
An event for responding to incoming webhooks from the ContentHub Service.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getPayload() {
  return $this->payload;
}