MobileFrontend
Mobile optimised frontend for MediaWiki
|
This is a hook handler interface, see docs/Hooks.md in core. More...
Public Member Functions | |
onSpecialMobileEditWatchlist__images (IContextSource $context, array &$watchlist, array &$images) | |
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
MobileFrontend\Hooks\SpecialMobileEditWatchlistImagesHook::onSpecialMobileEditWatchlist__images | ( | IContextSource | $context, |
array & | $watchlist, | ||
array & | $images ) |
IContextSource | $context | |
string[][] | &$watchlist | Array of ns => Array of dbkeys |
string[][] | &$images | Array of ns => Array of dbkeys for files |
Implemented in MobileFrontend\Hooks\HookRunner.