MediaWiki REL1_37
UndeleteForm__undeleteHook.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
30 public function onUndeleteForm__undelete( &$archive, $title );
31}
Used to show archived pages and eventually restore them.
Represents a title within MediaWiki.
Definition Title.php:48
This is a hook handler interface, see docs/Hooks.md.
onUndeleteForm__undelete(&$archive, $title)
This hook is called in UndeleteForm::undelete, after checks are conducted.