public function WebhookConfigInterface::isNonBlocking in Webhooks 8
Is non-blocking?
Return value
bool Whether the webhook is non-blocking.
1 method overrides WebhookConfigInterface::isNonBlocking()
- WebhookConfig::isNonBlocking in src/
Entity/ WebhookConfig.php - Is non-blocking?
File
- src/
Entity/ WebhookConfigInterface.php, line 98
Class
- WebhookConfigInterface
- Provides an interface for defining Webhook entities.
Namespace
Drupal\webhooks\EntityCode
public function isNonBlocking();