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

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

+ Inheritance diagram for MobileFrontend\Hooks\SpecialMobileEditWatchlistImagesHook:

Public Member Functions

 onSpecialMobileEditWatchlist__images (IContextSource $context, array &$watchlist, array &$images)
 

Detailed Description

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

Use the hook name "SpecialMobileEditWatchlist::images" to register handlers implementing this interface.

@stable to implement

Member Function Documentation

◆ onSpecialMobileEditWatchlist__images()

MobileFrontend\Hooks\SpecialMobileEditWatchlistImagesHook::onSpecialMobileEditWatchlist__images ( IContextSource $context,
array & $watchlist,
array & $images )
Parameters
IContextSource$context
string[][]&$watchlistArray of ns => Array of dbkeys
string[][]&$imagesArray of ns => Array of dbkeys for files
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: