MediaWiki
REL1_41
PageHistoryBeforeListHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Article
;
6
use
IContextSource
;
7
15
interface
PageHistoryBeforeListHook
{
25
public
function
onPageHistoryBeforeList
( $article, $context );
26
}
Article
Legacy class representing an editable page and handling UI for some page actions.
Definition
Article.php:61
IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:64
MediaWiki\Hook\PageHistoryBeforeListHook
This is a hook handler interface, see docs/Hooks.md.
Definition
PageHistoryBeforeListHook.php:15
MediaWiki\Hook\PageHistoryBeforeListHook\onPageHistoryBeforeList
onPageHistoryBeforeList( $article, $context)
This hook is called when a history page list is about to be constructed.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
actions
Hook
PageHistoryBeforeListHook.php
Generated on Wed Nov 27 2024 07:22:41 for MediaWiki by
1.10.0