MobileFrontend
Mobile optimised frontend for MediaWiki
|
This is a hook handler interface, see docs/Hooks.md in core. More...
Public Member Functions | |
onRequestContextCreateSkinMobile (MobileContext $mobileContext, Skin $skin) | |
This is a hook handler interface, see docs/Hooks.md in core.
Use the hook name "RequestContextCreateSkinMobile" to register handlers implementing this interface.
@stable to implement
MobileFrontend\Hooks\RequestContextCreateSkinMobileHook::onRequestContextCreateSkinMobile | ( | MobileContext | $mobileContext, |
Skin | $skin ) |
MobileContext | $mobileContext | |
Skin | $skin |
Implemented in MobileFrontend\Hooks\HookRunner.