MediaWiki 1.39.10
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSpecialVersionVersionUrl ( $version, &$versionUrl) | |
This hook is called when building the URL for Special:Version. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialVersionVersionUrl" to register handlers implementing this interface.
Definition at line 12 of file SpecialVersionVersionUrlHook.php.
MediaWiki\Hook\SpecialVersionVersionUrlHook::onSpecialVersionVersionUrl | ( | $version, | |
& | $versionUrl ) |
This hook is called when building the URL for Special:Version.
string | $version | Current MediaWiki version |
string | &$versionUrl | Raw url to link to (eg: release notes) |
Implemented in MediaWiki\HookContainer\HookRunner.