MediaWiki
REL1_41
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:76
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
ActionBeforeFormDisplayHook.php:3
includes
Hook
TitleExistsHook.php
Generated on Wed Nov 27 2024 07:23:27 for MediaWiki by
1.10.0