MediaWiki REL1_35
UndeleteForm__showHistoryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use Title;
7
8// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
23 public function onUndeleteForm__showHistory( &$archive, $title );
24}
Used to show archived pages and eventually restore them.
Represents a title within MediaWiki.
Definition Title.php:42
onUndeleteForm__showHistory(&$archive, $title)
This hook is called in UndeleteForm::showHistory, after creating the PageArchive object.