MediaWiki master
|
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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ChangeTagsListActive" to register handlers implementing this interface.
Definition at line 12 of file ChangeTagsListActiveHook.php.
MediaWiki\ChangeTags\Hook\ChangeTagsListActiveHook::onChangeTagsListActive | ( | & | $tags | ) |
Use this hook to nominate which of the tags your extension uses are in active use.
string[] | &$tags | List of all active tags. Append to this array. |
Implemented in MediaWiki\HookContainer\HookRunner.