propagationStopped = true; } /** * {@inheritDoc} * * @since 22.0.0 * @see \Psr\EventDispatcher\StoppableEventInterface */ public function isPropagationStopped(): bool { return $this->propagationStopped; } }