MediaWiki REL1_35
TitleIsMovableHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
25 public function onTitleIsMovable( $title, &$result );
26}
Represents a title within MediaWiki.
Definition Title.php:42
onTitleIsMovable( $title, &$result)
This hook is called when determining if it is possible to move a page.