public function WebhookConfigInterface::hasResponseOk in Webhooks 8
Check last response.
Return value
bool If the last response was ok true, otherwise false.
1 method overrides WebhookConfigInterface::hasResponseOk()
- WebhookConfig::hasResponseOk in src/
Entity/ WebhookConfig.php - Check if last response was ok.
File
- src/
Entity/ WebhookConfigInterface.php, line 66
Class
- WebhookConfigInterface
- Provides an interface for defining Webhook entities.
Namespace
Drupal\webhooks\EntityCode
public function hasResponseOk();