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

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

+ Inheritance diagram for MobileFrontend\Hooks\BeforePageDisplayMobileHook:

Public Member Functions

 onBeforePageDisplayMobile (OutputPage &$out, Skin &$skin)
 

Detailed Description

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

Use the hook name "BeforePageDisplayMobile" to register handlers implementing this interface.

@stable to implement

Member Function Documentation

◆ onBeforePageDisplayMobile()

MobileFrontend\Hooks\BeforePageDisplayMobileHook::onBeforePageDisplayMobile ( OutputPage & $out,
Skin & $skin )
Parameters
OutputPage&$out
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: