Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
Psr\EventDispatcher\StoppableEventInterface Interface Reference
Inheritance diagram for Psr\EventDispatcher\StoppableEventInterface:
core\hook\navigation\primary_extend core_course\hook\before_course_deleted core_enrol\hook\before_enrol_instance_deleted core_user\hook\after_login_completed core_user\hook\before_user_deleted tool_mfa\hook\after_user_passed_mfa

Public Member Functions

 isPropagationStopped ()
 Is propagation stopped?
 

Member Function Documentation

◆ isPropagationStopped()

Psr\EventDispatcher\StoppableEventInterface::isPropagationStopped ( )

Is propagation stopped?

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

Return values
boolTrue if the Event is complete and no further listeners should be called. False to continue calling listeners.

The documentation for this interface was generated from the following file: