MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onTitleExists ( $title, &$exists) | |
This hook is called when determining whether a page exists at a given title. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "TitleExists" to register handlers implementing this interface.
Definition at line 14 of file TitleExistsHook.php.
MediaWiki\Hook\TitleExistsHook::onTitleExists | ( | $title, | |
& | $exists ) |
This hook is called when determining whether a page exists at a given title.
Title | $title | Title being tested |
bool | &$exists | Whether the title exists |
Implemented in MediaWiki\HookContainer\HookRunner.