MediaWiki
REL1_35
PageHistoryBeforeListHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Article
;
6
use
IContextSource
;
7
12
interface
PageHistoryBeforeListHook
{
22
public
function
onPageHistoryBeforeList
( $article, $context );
23
}
Article
Class for viewing MediaWiki article and history.
Definition
Article.php:46
IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:55
MediaWiki\Hook\PageHistoryBeforeListHook
Stable to implement.
Definition
PageHistoryBeforeListHook.php:12
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 Apr 6 2024 00:06:48 for MediaWiki by
1.9.8