MediaWiki
fundraising/REL1_35
UndeleteForm__undeleteHook.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
13
interface
UndeleteForm__undeleteHook
{
27
public
function
onUndeleteForm__undelete
( &$archive,
$title
);
28
}
PageArchive
Used to show archived pages and eventually restore them.
Definition
PageArchive.php:32
Title
Represents a title within MediaWiki.
Definition
Title.php:42
MediaWiki\Hook\UndeleteForm__undeleteHook
Stable to implement.
Definition
UndeleteForm__undeleteHook.php:13
MediaWiki\Hook\UndeleteForm__undeleteHook\onUndeleteForm__undelete
onUndeleteForm__undelete(&$archive, $title)
This hook is called in UndeleteForm::undelete, after checks are conducted.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition
testCompression.php:38
includes
specials
Hook
UndeleteForm__undeleteHook.php
Generated on Mon Nov 25 2024 16:15:47 for MediaWiki by
1.10.0