Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Event.php

function Event::isPropagationStopped

Same name in this branch
  1. 11.1.x vendor/composer/composer/src/Composer/EventDispatcher/Event.php \Composer\EventDispatcher\Event::isPropagationStopped()

Overrides StoppableEventInterface::isPropagationStopped

File

vendor/symfony/event-dispatcher-contracts/Event.php, line 35

Class

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

Namespace

Symfony\Contracts\EventDispatcher

Code

public function isPropagationStopped() : bool {
    return $this->propagationStopped;
}
RSS feed
Powered by Drupal