MediaWiki REL1_35
PageHistoryBeforeListHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Article;
7
22 public function onPageHistoryBeforeList( $article, $context );
23}
Class for viewing MediaWiki article and history.
Definition Article.php:46
Interface for objects which can provide a MediaWiki context on request.
onPageHistoryBeforeList( $article, $context)
This hook is called when a history page list is about to be constructed.