Page MenuHomeWickedGov Phorge

SpecialListusersQueryInfoHook.php
No OneTemporary

Size
678 B
Referenced Files
None
Subscribers
None

SpecialListusersQueryInfoHook.php

<?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

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)

Event Timeline