MediaWiki
master
TitleExistsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
14
interface
TitleExistsHook
{
24
public
function
onTitleExists
( $title, &$exists );
25
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:69
MediaWiki\Hook\TitleExistsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
TitleExistsHook.php:14
MediaWiki\Hook\TitleExistsHook\onTitleExists
onTitleExists( $title, &$exists)
This hook is called when determining whether a page exists at a given title.
MediaWiki\Hook
Definition
AlternateEditHook.php:3
includes
Hook
TitleExistsHook.php
Generated on Mon Aug 17 2026 23:25:48 for MediaWiki by
1.10.0