MediaWiki  master
PageHistoryBeforeListHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 use Article;
7 
25  public function onPageHistoryBeforeList( $article, $context );
26 }
Legacy class representing an editable page and handling UI for some page actions.
Definition: Article.php:61
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.