Page MenuHomeWickedGov Phorge

ChangeTagsListActiveHook.php
No OneTemporary

Size
609 B
Referenced Files
None
Subscribers
None

ChangeTagsListActiveHook.php

<?php
namespace MediaWiki\ChangeTags\Hook;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "ChangeTagsListActive" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface ChangeTagsListActiveHook {
/**
* Use this hook to nominate which of the tags your extension uses are in active use.
*
* @since 1.35
*
* @param string[] &$tags List of all active tags. Append to this array.
* @return bool|void True or no return value to continue or false to abort
*/
public function onChangeTagsListActive( &$tags );
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 02:53 (2 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ed/45/505d1bf66fa792d9727706b6e008
Default Alt Text
ChangeTagsListActiveHook.php (609 B)

Event Timeline