MediaWiki
REL1_40
UndeleteForm__showHistoryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
use
PageArchive
;
7
8
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
16
interface
UndeleteForm__showHistoryHook
{
26
public
function
onUndeleteForm__showHistory
( &$archive,
$title
);
27
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:82
PageArchive
Used to show archived pages and eventually restore them.
Definition
PageArchive.php:32
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:39
includes
specials
Hook
UndeleteForm__showHistoryHook.php
Generated on Thu Jun 27 2024 14:04:16 for MediaWiki by
1.10.0