MediaWiki
REL1_24
|
ResourceLoader module for populating language specific data. More...
Public Member Functions | |
getDependencies () | |
getModifiedHash (ResourceLoaderContext $context) | |
getModifiedTime (ResourceLoaderContext $context) | |
getScript (ResourceLoaderContext $context) | |
Protected Member Functions | |
getData (ResourceLoaderContext $context) | |
Get all the dynamic data for the content language to an array. | |
Protected Attributes | |
$targets = array( 'desktop', 'mobile' ) |
ResourceLoader module for populating language specific data.
Definition at line 28 of file ResourceLoaderLanguageDataModule.php.
ResourceLoaderLanguageDataModule::getData | ( | ResourceLoaderContext $ | context | ) | [protected] |
Get all the dynamic data for the content language to an array.
ResourceLoaderContext | $context |
Definition at line 38 of file ResourceLoaderLanguageDataModule.php.
References array(), Language\factory(), and ResourceLoaderContext\getLanguage().
Referenced by getModifiedHash(), and getScript().
Reimplemented from ResourceLoaderModule.
Definition at line 80 of file ResourceLoaderLanguageDataModule.php.
References array().
ResourceLoaderContext | $context |
Reimplemented from ResourceLoaderModule.
Definition at line 73 of file ResourceLoaderLanguageDataModule.php.
References getData().
ResourceLoaderContext | $context |
Reimplemented from ResourceLoaderModule.
Definition at line 65 of file ResourceLoaderLanguageDataModule.php.
References ResourceLoaderModule\getHashMtime().
ResourceLoaderContext | $context |
Reimplemented from ResourceLoaderModule.
Definition at line 54 of file ResourceLoaderLanguageDataModule.php.
References array(), Xml\encodeJsCall(), getData(), and ResourceLoaderContext\getLanguage().
ResourceLoaderLanguageDataModule::$targets = array( 'desktop', 'mobile' ) [protected] |
Reimplemented from ResourceLoaderModule.
Definition at line 30 of file ResourceLoaderLanguageDataModule.php.