MediaWiki master
PageHistoryBeforeListHook.php
Go to the documentation of this file.
1<?php
2
4
7
25 public function onPageHistoryBeforeList( $article, $context );
26}
27
29class_alias( PageHistoryBeforeListHook::class, 'MediaWiki\\Hook\\PageHistoryBeforeListHook' );
Legacy class representing an editable page and handling UI for some page actions.
Definition Article.php:65
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.
Interface for objects which can provide a MediaWiki context on request.