Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4118628
ChangeTagsListActiveHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
609 B
Referenced Files
None
Subscribers
None
ChangeTagsListActiveHook.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment