MediaWiki REL1_35
MovePageIsValidMoveHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Status;
6use Title;
7
23 public function onMovePageIsValidMove( $oldTitle, $newTitle, $status );
24}
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition Status.php:44
Represents a title within MediaWiki.
Definition Title.php:42
onMovePageIsValidMove( $oldTitle, $newTitle, $status)
Use this hook to specify whether a page can be moved for technical reasons.