MediaWiki
REL1_37
TitleExistsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
14
interface
TitleExistsHook
{
24
public
function
onTitleExists
(
$title
, &$exists );
25
}
Title
Represents a title within MediaWiki.
Definition
Title.php:48
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
$title
$title
Definition
testCompression.php:38
includes
Hook
TitleExistsHook.php
Generated on Fri Apr 5 2024 23:40:18 for MediaWiki by
1.9.8