Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core\hook\described_hook Interface Reference
Inheritance diagram for core\hook\described_hook:
core_courseformat\hook\after_cm_name_edited core_user\hook\extend_bulk_user_actions

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_courseformat\hook\after_cm_name_edited, and core_user\hook\extend_bulk_user_actions.

◆ 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_courseformat\hook\after_cm_name_edited, and core_user\hook\extend_bulk_user_actions.


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