You are here

protected property EventDispatcherCollection::$eventDispatchers in Payment 8.2

The event dispatchers.

Type: \Drupal\payment\EventDispatcherInterface[]

File

src/EventDispatcherCollection.php, line 21

Class

EventDispatcherCollection
Dispatches events to a collection of event dispatchers.

Namespace

Drupal\payment

Code

protected $eventDispatchers = [];