You are here

public function WebhookConfig::isNonBlocking in Webhooks 8

Is non-blocking?

Return value

bool Whether the webhooks is non-blocking.

Overrides WebhookConfigInterface::isNonBlocking

File

src/Entity/WebhookConfig.php, line 292

Class

WebhookConfig
Defines the Webhook entity.

Namespace

Drupal\webhooks\Entity

Code

public function isNonBlocking() {
  return $this->non_blocking;
}