MobileFrontend
Mobile optimised frontend for MediaWiki
|
▼NMobileFrontend | Hooks for Advanced Mobile Contributions |
▼NAmc | |
CHooks | |
CManager | |
COutreach | |
CUserMode | |
▼NApi | |
CApiParseExtender | Adds the mobileformat param to API calls which use ApiParse |
CApiWebappManifest | Return the webapp manifest for this wiki |
▼NContentProviders | |
CDefaultContentProvider | |
CIContentProvider | |
▼NDevices | |
CAMFDeviceDetector | Detect mobile and tablet devices using environment variables set by the Apache Mobile Filter (AMF) module |
CCustomHeaderDeviceDetector | Detects mobile devices by testing whether a custom request header is present |
CDeviceDetector | Detects the properties of the device that's making the request on behalf of the user |
CDeviceDetectorService | MobileFrontend's device detector |
CDeviceProperties | A Data Transfer Object whose properties are whether the device making the request is a mobile device, a tablet device, or neither |
CUADeviceDetector | Detect mobile and tablet devices by testing whether the User-Agent request header matches a list of regular expressions |
▼NFeatures | |
CBetaUserMode | |
CFeature | |
CFeaturesManager | |
CIFeature | |
CIUserMode | |
CIUserSelectableMode | |
CLoggedInUserMode | |
CStableUserMode | |
CUserModes | |
▼NHooks | |
CHookRunner | This is a hook runner class, see docs/Hooks.md in core |
CMobileFrontendBeforeDOMHook | This is a hook handler interface, see docs/Hooks.md in core |
CMobileFrontendContentProviderHook | This is a hook handler interface, see docs/Hooks.md in core |
CMobileFrontendFeaturesRegistrationHook | This is a hook handler interface, see docs/Hooks.md in core |
CRequestContextCreateSkinMobileHook | This is a hook handler interface, see docs/Hooks.md in core |
CSpecialMobileEditWatchlistImagesHook | This is a hook handler interface, see docs/Hooks.md in core |
▼NModels | |
CMobileCollection | A collection of pages, which are represented by the MobilePage class |
CMobilePage | Retrieves information specific to a mobile page Currently this only provides helper functions for creating Page Thumbnail |
▼NResourceLoaderModules | |
CMobileConfig | A callback to deliver JavaScript config necessary for MobileFrontend |
▼NTransforms | |
▼NUtils | |
CHtmlClassUtils | Simple utility for working with html classes as with set |
CHtmlStyleUtils | Simple utility class for working with html styles as with key-value array |
CIMobileTransform | @codeCoverageIgnore |
CLazyImageTransform | |
CMakeSectionsTransform | Implements IMobileTransform, that splits the body of the document into sections demarcated by the $headings elements |
CMoveLeadParagraphTransform | |
CNativeLazyImageTransform | Transforms Parsoid content so that it works with lazy loaded images |
CNoTransform | |
CRemovableClassesTransform | |
CBaseDomainExtractorInterface | Helper for operations on domain names |
CWMFBaseDomainExtractor | Utility class to find base domain for given host |
CExtMobileFrontend | Implements additional functions to use in MobileFrontend |
CMobileContext | Provide various request-dependant methods to use in mobile context |
CMobileFormatter | Converts HTML into a mobile-friendly version |
CMobileFrontendEditorHooks | |
CMobileFrontendHooks | Hook handlers for MobileFrontend extension |
CMobileFrontendSkinHooks | |
CSpecialMobileDiff | Show the difference between two revisions of a page |
CSpecialMobileEditWatchlist | The mobile version of the watchlist editing page |
CSpecialMobileHistory | Mobile formatted history of a page |
CSpecialMobileLanguages | |
CSpecialMobileOptions | Adds a special page with mobile specific preferences |
CSpecialUploads |