ContainerAwareEventDispatcher::$unsorted

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php \Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher::unsorted
  2. 10 core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php \Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher::unsorted
  3. 11.x 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;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.