MediaWiki
REL1_37
TitleMoveHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Status
;
6
use
Title
;
7
use
User
;
8
16
interface
TitleMoveHook
{
30
public
function
onTitleMove
(
Title
$old,
Title
$nt,
User
$user, $reason,
Status
&$status );
31
}
Status
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition
Status.php:44
Title
Represents a title within MediaWiki.
Definition
Title.php:48
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition
User.php:69
MediaWiki\Hook\TitleMoveHook
This is a hook handler interface, see docs/Hooks.md.
Definition
TitleMoveHook.php:16
MediaWiki\Hook\TitleMoveHook\onTitleMove
onTitleMove(Title $old, Title $nt, User $user, $reason, Status &$status)
This hook is called before moving an article (title).
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
TitleMoveHook.php
Generated on Fri Apr 5 2024 23:40:18 for MediaWiki by
1.9.8