MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onGetLocalURL__Internal ( $title, &$url, $query) | |
Use this hook to modify local URLs to internal pages. | |
Stable to implement.
Definition at line 12 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.