MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onGetLocalURL__Internal ( $title, &$url, $query) | |
Use this hook to modify local URLs to internal pages. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "GetLocalURL::Internal" to register handlers implementing this interface.
Definition at line 15 of file GetLocalURL__InternalHook.php.
MediaWiki\Hook\GetLocalURL__InternalHook::onGetLocalURL__Internal | ( | $title, | |
& | $url, | ||
$query | |||
) |
Use this hook to modify local URLs to internal pages.
Title | $title | Title object of page |
string | &$url | String value as output (out parameter, can modify) |
string | $query | Query options as string passed to Title::getLocalURL() |
Implemented in MediaWiki\HookContainer\HookRunner.