MediaWiki master
MediaWiki\Hook\UndeleteForm__showHistoryHook Interface Reference

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.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "UndeleteForm::showHistory" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 16 of file UndeleteForm__showHistoryHook.php.

Member Function Documentation

◆ onUndeleteForm__showHistory()

MediaWiki\Hook\UndeleteForm__showHistoryHook::onUndeleteForm__showHistory ( & $archive,
$title )

This hook is called in UndeleteForm::showHistory, after creating the PageArchive object.

Since
1.35
Parameters
PageArchive&$archivePageArchive object
Title$titleTitle object of the page that we're viewing
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: