You are here

public function Webhook::getPayload in Webhooks 8

Get the payload.

Return value

array The payload array.

File

src/Webhook.php, line 147

Class

Webhook
Class Webhook .

Namespace

Drupal\webhooks

Code

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