MediaWiki REL1_35
|
Stable to implement. 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. | |
Stable to implement.
Definition at line 12 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.