MediaWiki
REL1_39
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:48
IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:58
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 Mon Nov 25 2024 06:54:56 for MediaWiki by
1.10.0