MediaWiki master
|
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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ListDefinedTags" to register handlers implementing this interface.
Definition at line 12 of file ListDefinedTagsHook.php.
MediaWiki\ChangeTags\Hook\ListDefinedTagsHook::onListDefinedTags | ( | & | $tags | ) |
This hook is called when trying to find all defined tags.
string[] | &$tags | List of tags |
Implemented in MediaWiki\HookContainer\HookRunner.