MediaWiki
REL1_37
UndeleteForm__showHistoryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
PageArchive
;
6
use
Title
;
7
8
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
16
interface
UndeleteForm__showHistoryHook
{
26
public
function
onUndeleteForm__showHistory
( &$archive,
$title
);
27
}
PageArchive
Used to show archived pages and eventually restore them.
Definition
PageArchive.php:37
Title
Represents a title within MediaWiki.
Definition
Title.php:48
MediaWiki\Hook\UndeleteForm__showHistoryHook
This is a hook handler interface, see docs/Hooks.md.
Definition
UndeleteForm__showHistoryHook.php:16
MediaWiki\Hook\UndeleteForm__showHistoryHook\onUndeleteForm__showHistory
onUndeleteForm__showHistory(&$archive, $title)
This hook is called in UndeleteForm::showHistory, after creating the PageArchive object.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition
testCompression.php:38
includes
specials
Hook
UndeleteForm__showHistoryHook.php
Generated on Fri Apr 5 2024 23:40:56 for MediaWiki by
1.9.8