You are here

protected property WebhookDispatcher::$eventDispatcher in Webhooks 8

The event dispatcher.

Type: \Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher

File

src/Plugin/QueueWorker/WebhookDispatcher.php, line 29

Class

WebhookDispatcher
A Webhook dispatcher that dispatches webhooks on CRON run.

Namespace

Drupal\webhooks\Plugin\QueueWorker

Code

protected $eventDispatcher;