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

Breadcrumb

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

function StoppableEventInterface::isPropagationStopped

Is propagation stopped?

This will typically only be used by the Dispatcher to determine if the previous listener halted propagation.

Return value

bool True if the Event is complete and no further listeners should be called. False to continue calling listeners.

1 method overrides StoppableEventInterface::isPropagationStopped()
Event::isPropagationStopped in vendor/symfony/event-dispatcher-contracts/Event.php
Is propagation stopped?

File

vendor/psr/event-dispatcher/src/StoppableEventInterface.php, line 25

Class

StoppableEventInterface
An Event whose processing may be interrupted when the event has been handled.

Namespace

Psr\EventDispatcher

Code

public function isPropagationStopped() : bool;
RSS feed
Powered by Drupal