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

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

+ Inheritance diagram for MobileFrontend\Hooks\BeforeSpecialMobileDiffDisplayHook:

Public Member Functions

 onBeforeSpecialMobileDiffDisplay (OutputPage &$output, MobileContext $mobileContext, array $revisions)
 

Detailed Description

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

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

@stable to implement

Member Function Documentation

◆ onBeforeSpecialMobileDiffDisplay()

MobileFrontend\Hooks\BeforeSpecialMobileDiffDisplayHook::onBeforeSpecialMobileDiffDisplay ( OutputPage & $output,
MobileContext $mobileContext,
array $revisions )
Parameters
OutputPage&$output
MobileContext$mobileContext
(RevisionRecord|null)[]$revisions
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: