You are here

public function Webhook::getStatus in Webhooks 8

Retrieve the current Webhook status.

Return value

bool TRUE indicates no errors, FALSE indicates an error occurred.

File

src/Webhook.php, line 315

Class

Webhook
Class Webhook .

Namespace

Drupal\webhooks

Code

public function getStatus() {
  return $this->status;
}