MediaWiki master
MediaWiki\ChangeTags\Hook\ListDefinedTagsHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onListDefinedTags (&$tags)
 This hook is called when trying to find all defined tags.
 

Detailed Description

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

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

Stability: stable
to implement

Definition at line 12 of file ListDefinedTagsHook.php.

Member Function Documentation

◆ onListDefinedTags()

MediaWiki\ChangeTags\Hook\ListDefinedTagsHook::onListDefinedTags ( & $tags)

This hook is called when trying to find all defined tags.

Since
1.35
Parameters
string[]&$tagsList of tags
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: