| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Interface for a hook to provide a description of itself for administrator information. More...
| 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. | |
Interface for a hook to provide a description of itself for administrator information.
| 
 | static | 
Hook purpose description in Markdown format used on Hooks overview page.
It should include description of callback priority setting rules if applicable.
| string | 
Implemented in core\hook\navigation\primary_extend, core_user\hook\after_login_completed, and tool_mfa\hook\after_user_passed_mfa.
| 
 | static | 
List of tags that describe this hook.
| string[] | 
Implemented in core\hook\navigation\primary_extend, core_user\hook\after_login_completed, and tool_mfa\hook\after_user_passed_mfa.