MediaWiki master
MediaWiki\ChangeTags\Hook\ChangeTagsListActiveHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onChangeTagsListActive (&$tags)
 Use this hook to nominate which of the tags your extension uses are in active use.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "ChangeTagsListActive" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 12 of file ChangeTagsListActiveHook.php.

Member Function Documentation

◆ onChangeTagsListActive()

MediaWiki\ChangeTags\Hook\ChangeTagsListActiveHook::onChangeTagsListActive ( & $tags)

Use this hook to nominate which of the tags your extension uses are in active use.

Since
1.35
Parameters
string[]&$tagsList of all active tags. Append to this array.
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


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