MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onUndeleteForm__showHistory (&$archive, $title) | |
This hook is called in UndeleteForm::showHistory, after creating the PageArchive object. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UndeleteForm::showHistory" to register handlers implementing this interface.
Definition at line 16 of file UndeleteForm__showHistoryHook.php.
MediaWiki\Hook\UndeleteForm__showHistoryHook::onUndeleteForm__showHistory | ( | & | $archive, |
$title ) |
This hook is called in UndeleteForm::showHistory, after creating the PageArchive object.
PageArchive | &$archive | PageArchive object |
Title | $title | Title object of the page that we're viewing |
Implemented in MediaWiki\HookContainer\HookRunner.