MediaWiki
master
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:78
PageArchive
Used to show archived pages and eventually restore them.
Definition
PageArchive.php:35
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
includes
specials
Hook
UndeleteForm__showHistoryHook.php
Generated on Sun Nov 3 2024 02:25:21 for MediaWiki by
1.10.0