MobileFrontend
Mobile optimised frontend for MediaWiki
Loading...
Searching...
No Matches
MobileFrontend\Hooks\RequestContextCreateSkinMobileHook Interface Reference

This is a hook handler interface, see docs/Hooks.md in core. More...

+ Inheritance diagram for MobileFrontend\Hooks\RequestContextCreateSkinMobileHook:

Public Member Functions

 onRequestContextCreateSkinMobile (MobileContext $mobileContext, Skin $skin)
 

Detailed Description

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

Member Function Documentation

◆ onRequestContextCreateSkinMobile()

MobileFrontend\Hooks\RequestContextCreateSkinMobileHook::onRequestContextCreateSkinMobile ( MobileContext $mobileContext,
Skin $skin )
Parameters
MobileContext$mobileContext
Skin$skin
Returns
bool|void True or no return value to continue or false to abort

Implemented in MobileFrontend\Hooks\HookRunner.


The documentation for this interface was generated from the following file: