You are here

protected property ContainerAwareEventDispatcher::$unsorted in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php \Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher::unsorted

Whether listeners need to be sorted prior to dispatch, keyed by event name.

Type: TRUE[]

File

core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php, line 64

Class

ContainerAwareEventDispatcher
A performance optimized container aware event dispatcher.

Namespace

Drupal\Component\EventDispatcher

Code

protected $unsorted;