Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
core\hook\described_hook Interface Reference
Inheritance diagram for core\hook\described_hook:
core\hook\navigation\primary_extend core_user\hook\after_login_completed tool_mfa\hook\after_user_passed_mfa

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\hook\described_hook::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

Implemented in core\hook\navigation\primary_extend, core_user\hook\after_login_completed, and tool_mfa\hook\after_user_passed_mfa.

◆ get_hook_tags()

static core\hook\described_hook::get_hook_tags ( )
static

List of tags that describe this hook.

Return values
string[]

Implemented in core\hook\navigation\primary_extend, core_user\hook\after_login_completed, and tool_mfa\hook\after_user_passed_mfa.


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