Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1428517
PageHistoryBeforeListHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
688 B
Referenced Files
None
Subscribers
None
PageHistoryBeforeListHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
use
Article
;
use
MediaWiki\Context\IContextSource
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "PageHistoryBeforeList" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
PageHistoryBeforeListHook
{
/**
* This hook is called when a history page list is about to be constructed.
*
* @since 1.35
*
* @param Article $article The article that the history is loading for
* @param IContextSource $context
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onPageHistoryBeforeList
(
$article
,
$context
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 16:20 (12 h, 26 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
db/3a/766e5845b6742b9e808b4fe5d211
Default Alt Text
PageHistoryBeforeListHook.php (688 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment