Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4136254
SpecialListusersQueryInfoHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
678 B
Referenced Files
None
Subscribers
None
SpecialListusersQueryInfoHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
use
MediaWiki\Pager\UsersPager
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "SpecialListusersQueryInfo" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
SpecialListusersQueryInfoHook
{
/**
* This hook is called right before the end of UsersPager::getQueryInfo()
*
* @since 1.35
*
* @param UsersPager $pager The UsersPager instance
* @param array &$query The query array to be returned
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onSpecialListusersQueryInfo
(
$pager
,
&
$query
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 13:36 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
41/72/29096ee65e1a20233d55721b7338
Default Alt Text
SpecialListusersQueryInfoHook.php (678 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment