Page MenuHomeWickedGov Phorge

AncientPagesQueryHook.php
No OneTemporary

Size
683 B
Referenced Files
None
Subscribers
None

AncientPagesQueryHook.php

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

Mime Type
text/x-php
Expires
Fri, Jul 3, 19:28 (1 d, 5 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5e/03/26623c6cc0eed82afbe105dd2165
Default Alt Text
AncientPagesQueryHook.php (683 B)

Event Timeline