MediaWiki REL1_35
MediaWiki\Hook\UndeleteForm__showRevisionHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\UndeleteForm__showRevisionHook:

Public Member Functions

 onUndeleteForm__showRevision (&$archive, $title)
 This hook is called in UndeleteForm::showRevision, after creating a PageArchive object.
 

Detailed Description

Stable to implement.

Definition at line 13 of file UndeleteForm__showRevisionHook.php.

Member Function Documentation

◆ onUndeleteForm__showRevision()

MediaWiki\Hook\UndeleteForm__showRevisionHook::onUndeleteForm__showRevision ( $archive,
  $title 
)

This hook is called in UndeleteForm::showRevision, after creating a 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: