Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2752019
AncientPagesQueryHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
683 B
Referenced Files
None
Subscribers
None
AncientPagesQueryHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "AncientPagesQuery" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
AncientPagesQueryHook
{
/**
* Use this hook to modify the query used by Special:AncientPages.
*
* @since 1.35
*
* @param array &$tables tables to join in the query
* @param array &$conds conditions for the query
* @param array &$joinConds join conditions for the query
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onAncientPagesQuery
(
&
$tables
,
&
$conds
,
&
$joinConds
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 19:28 (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5e/03/26623c6cc0eed82afbe105dd2165
Default Alt Text
AncientPagesQueryHook.php (683 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment