MobileFrontend
Mobile optimised frontend for MediaWiki
|
This is a hook runner class, see docs/Hooks.md in core. More...
Public Member Functions | |
__construct (HookContainer $hookContainer) | |
onBeforePageDisplayMobile (OutputPage &$out, Skin &$skin) | |
@inheritDoc | |
onBeforeSpecialMobileDiffDisplay (OutputPage &$output, MobileContext $mobileContext, array $revisions) | |
@inheritDoc | |
onEnterMobileMode (MobileContext $mobileContext) | |
@inheritDoc | |
onGetMobileUrl (?string &$subdomainTokenReplacement, MobileContext $context) | |
@inheritDoc | |
onMobileFrontendBeforeDOM (MobileContext $mobileContext, MobileFormatter $formatter) | |
@inheritDoc | |
onMobileFrontendContentProvider (IContentProvider &$provider, OutputPage $out) | |
@inheritDoc | |
onMobileFrontendFeaturesRegistration (FeaturesManager $featuresManager) | |
@inheritDoc | |
onMobileSpecialPageStyles (string $id, OutputPage $out) | |
@inheritDoc | |
onRequestContextCreateSkinMobile (MobileContext $mobileContext, Skin $skin) | |
@inheritDoc | |
onSpecialMobileEditWatchlist__images (IContextSource $context, array &$watchlist, array &$images) | |
@inheritDoc | |
This is a hook runner class, see docs/Hooks.md in core.
MobileFrontend\Hooks\HookRunner::onBeforePageDisplayMobile | ( | OutputPage & | $out, |
Skin & | $skin ) |
@inheritDoc
Implements MobileFrontend\Hooks\BeforePageDisplayMobileHook.
MobileFrontend\Hooks\HookRunner::onBeforeSpecialMobileDiffDisplay | ( | OutputPage & | $output, |
MobileContext | $mobileContext, | ||
array | $revisions ) |
@inheritDoc
Implements MobileFrontend\Hooks\BeforeSpecialMobileDiffDisplayHook.
MobileFrontend\Hooks\HookRunner::onEnterMobileMode | ( | MobileContext | $mobileContext | ) |
@inheritDoc
Implements MobileFrontend\Hooks\EnterMobileModeHook.
MobileFrontend\Hooks\HookRunner::onGetMobileUrl | ( | ?string & | $subdomainTokenReplacement, |
MobileContext | $context ) |
@inheritDoc
Implements MobileFrontend\Hooks\GetMobileUrlHook.
MobileFrontend\Hooks\HookRunner::onMobileFrontendBeforeDOM | ( | MobileContext | $mobileContext, |
MobileFormatter | $formatter ) |
@inheritDoc
Implements MobileFrontend\Hooks\MobileFrontendBeforeDOMHook.
MobileFrontend\Hooks\HookRunner::onMobileFrontendContentProvider | ( | IContentProvider & | $provider, |
OutputPage | $out ) |
@inheritDoc
Implements MobileFrontend\Hooks\MobileFrontendContentProviderHook.
MobileFrontend\Hooks\HookRunner::onMobileFrontendFeaturesRegistration | ( | FeaturesManager | $featuresManager | ) |
@inheritDoc
Implements MobileFrontend\Hooks\MobileFrontendFeaturesRegistrationHook.
MobileFrontend\Hooks\HookRunner::onMobileSpecialPageStyles | ( | string | $id, |
OutputPage | $out ) |
@inheritDoc
Implements MobileFrontend\Hooks\MobileSpecialPageStylesHook.
MobileFrontend\Hooks\HookRunner::onRequestContextCreateSkinMobile | ( | MobileContext | $mobileContext, |
Skin | $skin ) |
@inheritDoc
Implements MobileFrontend\Hooks\RequestContextCreateSkinMobileHook.
MobileFrontend\Hooks\HookRunner::onSpecialMobileEditWatchlist__images | ( | IContextSource | $context, |
array & | $watchlist, | ||
array & | $images ) |
@inheritDoc
Implements MobileFrontend\Hooks\SpecialMobileEditWatchlistImagesHook.