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