You are here

protected property PullBase::$eventDispatcher in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 modules/salesforce_pull/src/Plugin/QueueWorker/PullBase.php \Drupal\salesforce_pull\Plugin\QueueWorker\PullBase::eventDispatcher
  2. 8.3 modules/salesforce_pull/src/Plugin/QueueWorker/PullBase.php \Drupal\salesforce_pull\Plugin\QueueWorker\PullBase::eventDispatcher

Event dispatcher service.

Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface

File

modules/salesforce_pull/src/Plugin/QueueWorker/PullBase.php, line 62

Class

PullBase
Provides base functionality for the Salesforce Pull Queue Workers.

Namespace

Drupal\salesforce_pull\Plugin\QueueWorker

Code

protected $eventDispatcher;