MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onGetLocalURL__Article ( $title, &$url) | |
Use this hook to modify local URLs specifically pointing to article paths without any fancy queries or variants. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "GetLocalURL::Article" to register handlers implementing this interface.
Definition at line 15 of file GetLocalURL__ArticleHook.php.
MediaWiki\Hook\GetLocalURL__ArticleHook::onGetLocalURL__Article | ( | $title, | |
& | $url ) |
Use this hook to modify local URLs specifically pointing to article paths without any fancy queries or variants.
Title | $title | Title object of page |
string | &$url | String value as output (out parameter, can modify) |
Implemented in MediaWiki\HookContainer\HookRunner.