MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSpecialSearchCreateLink ( $t, &$params) | |
This hook is called when making the message to create a page or go to the existing page. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialSearchCreateLink" to register handlers implementing this interface.
Definition at line 14 of file SpecialSearchCreateLinkHook.php.
MediaWiki\Hook\SpecialSearchCreateLinkHook::onSpecialSearchCreateLink | ( | $t, | |
& | $params ) |
This hook is called when making the message to create a page or go to the existing page.
Title | $t | Title object searched for |
array | &$params | An array of the default message name and page title (as parameter) |
Implemented in MediaWiki\HookContainer\HookRunner.