Page MenuHomeWickedGov Phorge

PageHistoryBeforeListHook.php
No OneTemporary

Size
688 B
Referenced Files
None
Subscribers
None

PageHistoryBeforeListHook.php

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

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)

Event Timeline