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

Public Member Functions

 isPropagationStopped ()
 Is propagation stopped?
 

Static Public Member Functions

static get_hook_description ()
 Hook purpose description in Markdown format used on Hooks overview page.
 
static get_hook_tags ()
 List of tags that describe this hook.
 

Member Function Documentation

◆ get_hook_description()

static core_user\hook\after_login_completed::get_hook_description ( )
static

Hook purpose description in Markdown format used on Hooks overview page.

It should include description of callback priority setting rules if applicable.

Return values
string

Implements core\hook\described_hook.

◆ get_hook_tags()

static core_user\hook\after_login_completed::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: