MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onPageHistoryBeforeList ( $article, $context) | |
This hook is called when a history page list is about to be constructed. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "PageHistoryBeforeList" to register handlers implementing this interface.
Definition at line 15 of file PageHistoryBeforeListHook.php.
MediaWiki\Hook\PageHistoryBeforeListHook::onPageHistoryBeforeList | ( | $article, | |
$context ) |
This hook is called when a history page list is about to be constructed.
Article | $article | The article that the history is loading for |
IContextSource | $context |
Implemented in MediaWiki\HookContainer\HookRunner.