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\EventDispatcherCode
public function isPropagationStopped() : bool;