MediaWiki REL1_31
ResourceLoaderUploadDialogModule.php
Go to the documentation of this file.
1<?php
29
30 protected $targets = [ 'desktop', 'mobile' ];
31
37 $config = $context->getResourceLoader()->getConfig();
39 'wgUploadDialog' => $config->get( 'UploadDialog' ),
40 ] );
41 }
42
46 public function enableModuleContentVersion() {
47 return true;
48 }
49}
Object passed around to modules which contains information about the state of a specific loader reque...
Abstraction for ResourceLoader modules, with name registration and maxage functionality.
ResourceLoader module for the upload dialog configuration data.
static makeConfigSetScript(array $configuration)
Returns JS code which will set the MediaWiki configuration array to the given value.
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction you ll probably need to make sure the header is varied on and they can depend only on the ResourceLoaderContext $context
Definition hooks.txt:2811
get( $name)
Get a configuration variable such as "Sitename" or "UploadMaintenance.".