MobileFrontend
Mobile optimised frontend for MediaWiki
|
This is a hook handler interface, see docs/Hooks.md in core. More...
Public Member Functions | |
onMobileSpecialPageStyles (string $id, OutputPage $out) | |
This is a hook handler interface, see docs/Hooks.md in core.
Use the hook name "MobileSpecialPageStyles" to register handlers implementing this interface.
@stable to implement
MobileFrontend\Hooks\MobileSpecialPageStylesHook::onMobileSpecialPageStyles | ( | string | $id, |
OutputPage | $out ) |
string | $id | |
OutputPage | $out |
Implemented in MobileFrontend\Hooks\HookRunner.