MediaWiki REL1_35
MediaWiki\ChangeTags\Hook\ChangeTagsListActiveHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\ChangeTags\Hook\ChangeTagsListActiveHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 9 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: