MediaWiki
1.39.10
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:49
User
internal since 1.36
Definition
User.php:70
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 Tue Oct 1 2024 01:15:43 for MediaWiki by
1.10.0