private property Event::$propagationStopped

Type: Boolean Whether no further event listeners should be triggered

File

drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php, line 35

Class

Event
Event is the base class for classes containing event data.

Namespace

Symfony\Component\EventDispatcher

Code

private $propagationStopped = false;