You are here

function fastly_get_webhook in Fastly 7.2

Returns the Webhook object.

2 calls to fastly_get_webhook()
Fastly::__construct in ./fastly.api.inc
Construct function for the Fastly class.
Vcl::__construct in ./fastly.vcl.inc
Sets data to be processed, sets Credentials VclHandler constructor.

File

./fastly.module, line 166
Fastly module.

Code

function fastly_get_webhook() {
  return new Webhook();
}