MediaWiki REL1_34
|
Static Public Member Functions | |
static | onAPIQuerySiteInfoGeneralInfo (ApiQuerySiteInfo $api, array &$data) |
Hook: APIQuerySiteInfoGeneralInfo. | |
static | onContentHandlerDefaultModelFor (Title $title, &$model) |
Convert the content model of a message that is actually JSON to JSON. | |
static | onLinksUpdate (LinksUpdate $linksUpdate) |
Callback for LinksUpdate hook Post-output processing of references property, for proper db storage Deferred to avoid performance overhead when outputting the page. | |
static | onLinksUpdateComplete (LinksUpdate $linksUpdate) |
Callback for LinksUpdateComplete hook If $wgCiteCacheRawReferencesOnParse is set to false, purges the cache when references are modified. | |
static | onResourceLoaderGetConfigVars (array &$vars) |
Adds extra variables to the global config. | |
static | onResourceLoaderRegisterModules (ResourceLoader $resourceLoader) |
Conditionally register resource loader modules that depends on the VisualEditor MediaWiki extension. | |
static | onResourceLoaderTestModules (array &$testModules, ResourceLoader $resourceLoader) |
Conditionally register the unit testing module for the ext.cite.visualEditor module only if that module is loaded. | |
Definition at line 9 of file CiteHooks.php.
|
static |
Hook: APIQuerySiteInfoGeneralInfo.
Expose configs via action=query&meta=siteinfo
ApiQuerySiteInfo | $api | |
array | &$data |
Definition at line 282 of file CiteHooks.php.
|
static |
Convert the content model of a message that is actually JSON to JSON.
This only affects validation and UI when saving and editing, not loading the content.
Title | $title | |
string | &$model |
Definition at line 19 of file CiteHooks.php.
References $title, CONTENT_MODEL_JSON, and NS_MEDIAWIKI.
|
static |
Callback for LinksUpdate hook Post-output processing of references property, for proper db storage Deferred to avoid performance overhead when outputting the page.
LinksUpdate | $linksUpdate |
Definition at line 204 of file CiteHooks.php.
References $cache, Cite\CACHE_DURATION_ONPARSE, Cite\EXT_DATA_KEY, LinksUpdate\getParserOutput(), LinksUpdate\getTitle(), and Cite\MAX_STORAGE_LENGTH.
|
static |
Callback for LinksUpdateComplete hook If $wgCiteCacheRawReferencesOnParse is set to false, purges the cache when references are modified.
LinksUpdate | $linksUpdate |
Definition at line 240 of file CiteHooks.php.
References $cache, Cite\EXT_DATA_KEY, LinksUpdate\getAddedProperties(), LinksUpdate\getRemovedProperties(), and LinksUpdate\getTitle().
|
static |
Adds extra variables to the global config.
array | &$vars |
Definition at line 268 of file CiteHooks.php.
|
static |
Conditionally register resource loader modules that depends on the VisualEditor MediaWiki extension.
ResourceLoader | $resourceLoader |
Definition at line 73 of file CiteHooks.php.
References $resourceLoader.
|
static |
Conditionally register the unit testing module for the ext.cite.visualEditor module only if that module is loaded.
array | &$testModules | The array of registered test modules |
ResourceLoader | $resourceLoader |
Definition at line 38 of file CiteHooks.php.
References $resourceLoader.