MobileFrontend
Mobile optimised frontend for MediaWiki
|
This is a hook handler interface, see docs/Hooks.md in core. More...
Public Member Functions | |
onGetMobileUrl (?string &$subdomainTokenReplacement, MobileContext $context) | |
This is a hook handler interface, see docs/Hooks.md in core.
Use the hook name "GetMobileUrl" to register handlers implementing this interface.
@stable to implement
MobileFrontend\Hooks\GetMobileUrlHook::onGetMobileUrl | ( | ?string & | $subdomainTokenReplacement, |
MobileContext | $context ) |
string | null | &$subdomainTokenReplacement | |
MobileContext | $context |
Implemented in MobileFrontend\Hooks\HookRunner.