MediaWiki
master
PageHistoryBeforeListHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Article
;
6
use
MediaWiki\Context\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:70
MediaWiki\Context\IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:71
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 Sat Sep 7 2024 15:22:26 for MediaWiki by
1.10.0