MediaWiki REL1_35
MediaWiki\Hook\UndeleteForm__showHistoryHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\UndeleteForm__showHistoryHook:

Public Member Functions

 onUndeleteForm__showHistory (&$archive, $title)
 This hook is called in UndeleteForm::showHistory, after creating the PageArchive object.
 

Detailed Description

Stable to implement.

Definition at line 13 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: