MediaWiki REL1_35
MediaWiki\ChangeTags\Hook\ListDefinedTagsHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\ChangeTags\Hook\ListDefinedTagsHook:

Public Member Functions

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

Detailed Description

Stable to implement.

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