MobileFrontend
Mobile optimised frontend for MediaWiki
|
This is a hook handler interface, see docs/Hooks.md in core. More...
Public Member Functions | |
onBeforeSpecialMobileDiffDisplay (OutputPage &$output, MobileContext $mobileContext, array $revisions) | |
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
MobileFrontend\Hooks\BeforeSpecialMobileDiffDisplayHook::onBeforeSpecialMobileDiffDisplay | ( | OutputPage & | $output, |
MobileContext | $mobileContext, | ||
array | $revisions ) |
OutputPage | &$output | |
MobileContext | $mobileContext | |
(RevisionRecord|null)[] | $revisions |
Implemented in MobileFrontend\Hooks\HookRunner.