Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
tool_mfa\hook\after_user_passed_mfa Class Reference
Inheritance diagram for tool_mfa\hook\after_user_passed_mfa:
core\hook\described_hook Psr\EventDispatcher\StoppableEventInterface

Public Member Functions

 isPropagationStopped ()
 Is propagation stopped?
 

Static Public Member Functions

static get_hook_description ()
 Describes the hook purpose.
 
static get_hook_tags ()
 List of tags that describe this hook.
 

Member Function Documentation

◆ get_hook_description()

static tool_mfa\hook\after_user_passed_mfa::get_hook_description ( )
static

Describes the hook purpose.

Return values
string

Implements core\hook\described_hook.

◆ get_hook_tags()

static tool_mfa\hook\after_user_passed_mfa::get_hook_tags ( )
static

List of tags that describe this hook.

Return values
string[]

Implements core\hook\described_hook.

◆ isPropagationStopped()

Psr\EventDispatcher\StoppableEventInterface::isPropagationStopped ( )
inherited

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 class was generated from the following file: