MediaWiki master
UndeleteForm__showRevisionHook.php
Go to the documentation of this file.
1<?php
2
4
7
8// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
26 public function onUndeleteForm__showRevision( &$archive, $title );
27}
28
30class_alias( UndeleteForm__showRevisionHook::class, 'MediaWiki\\Hook\\UndeleteForm__showRevisionHook' );
Used to show archived pages and eventually restore them.
Represents a title within MediaWiki.
Definition Title.php:69
This is a hook handler interface, see docs/Hooks.md.
onUndeleteForm__showRevision(&$archive, $title)
This hook is called in UndeleteForm::showRevision, after creating a PageArchive object.