|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

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.
Implemented in MediaWiki\HookContainer\HookRunner.