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
Tue, Aug 18, 20:00 (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
df/af/306e881f2f81b191850f636c51c2
Default Alt Text
PageHistoryBeforeListHook.php (688 B)

Event Timeline