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\webhooksCode
public function getStatus() {
return $this->status;
}