122 $dataPath = $this->localBasePath .
'/' .
$options[
'data'];
123 $data = json_decode( file_get_contents( $dataPath ),
true );
137 &&
$options[
'selectorWithoutVariant'];
142 throw new InvalidArgumentException(
143 "Given 'selectorWithoutVariant' but no 'selectorWithVariant'."
147 throw new InvalidArgumentException(
148 "Given 'selectorWithVariant' but no 'selectorWithoutVariant'."
152 throw new InvalidArgumentException(
153 "Incompatible 'selector' and 'selectorWithVariant'+'selectorWithoutVariant' given."
157 throw new InvalidArgumentException(
158 "None of 'prefix', 'selector' or 'selectorWithVariant'+'selectorWithoutVariant' given."
162 foreach (
$options as $member => $option ) {
166 if ( !is_array( $option ) ) {
167 throw new InvalidArgumentException(
168 "Invalid list error. '$option' given, array expected."
171 if ( !isset( $option[
'default'] ) ) {
173 $option = [
'default' => $option ];
175 foreach ( $option as $skin => $data ) {
176 if ( !is_array( $option ) ) {
177 throw new InvalidArgumentException(
178 "Invalid list error. '$option' given, array expected."
182 $this->{$member} = $option;
186 case 'selectorWithoutVariant':
187 case 'selectorWithVariant':
188 $this->{$member} = (
string)$option;
192 $this->selectorWithoutVariant = $this->selectorWithVariant = (
string)$option;
237 if ( !isset( $this->imageObjects ) ) {
239 $this->imageObjects = [];
241 if ( !isset( $this->imageObjects[$skin] ) ) {
242 $this->imageObjects[
$skin] = [];
243 if ( !isset( $this->images[$skin] ) ) {
244 $this->images[
$skin] = isset( $this->images[
'default'] ) ?
245 $this->images[
'default'] :
248 foreach ( $this->images[$skin] as $name =>
$options ) {
251 $allowedVariants = array_merge(
255 if ( isset( $this->variants[$skin] ) ) {
256 $variantConfig = array_intersect_key(
257 $this->variants[$skin],
258 array_fill_keys( $allowedVariants,
true )
268 $this->localBasePath,
275 return $this->imageObjects[
$skin];
286 if ( !isset( $this->globalVariants ) ) {
288 $this->globalVariants = [];
290 if ( !isset( $this->globalVariants[$skin] ) ) {
291 $this->globalVariants[
$skin] = [];
292 if ( !isset( $this->variants[$skin] ) ) {
293 $this->variants[
$skin] = isset( $this->variants[
'default'] ) ?
294 $this->variants[
'default'] :
297 foreach ( $this->variants[$skin] as $name =>
$config ) {
304 return $this->globalVariants[
$skin];
322 $selectors[
'selectorWithoutVariant'],
329 $rules[] =
"$selector {\n\t$declarations\n}";
331 foreach (
$image->getVariants() as $variant ) {
334 $selectors[
'selectorWithVariant'],
338 '{variant}' => $variant,
341 $rules[] =
"$selector {\n\t$declarations\n}";
345 $style = implode(
"\n", $rules );
346 return [
'all' => $style ];
362 $imageDataUri =
$image->getDataUri(
$context, $variant,
'original' );
363 $primaryUrl = $imageDataUri ?:
$image->getUrl(
$context, $script, $variant,
'original' );
368 return implode(
"\n\t", $declarations );
384 $primaryUrl = CSSMin::buildUrlValue( $primary );
385 $fallbackUrl = CSSMin::buildUrlValue(
$fallback );
387 "background-image: $fallbackUrl;",
388 "background-image: linear-gradient(transparent, transparent), $primaryUrl;",
407 $summary = parent::getDefinitionSummary(
$context );
415 'selectorWithoutVariant',
416 'selectorWithVariant',
418 $options[$member] = $this->{$member};
439 $files = array_values( array_unique( $files ) );
440 return array_map( [ __CLASS__,
'safeFileHash' ], $files );
458 if ( array_key_exists(
'localBasePath',
$options ) ) {
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for and distribution as defined by Sections through of this document Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License Legal Entity shall mean the union of the acting entity and all other entities that control are controlled by or are under common control with that entity For the purposes of this definition control direct or to cause the direction or management of such whether by contract or including but not limited to software source documentation and configuration files Object form shall mean any form resulting from mechanical transformation or translation of a Source including but not limited to compiled object generated and conversions to other media types Work shall mean the work of whether in Source or Object made available under the as indicated by a copyright notice that is included in or attached to the whether in Source or Object that is based or other modifications as a an original work of authorship For the purposes of this Derivative Works shall not include works that remain separable or merely the Work and Derivative Works thereof Contribution shall mean any work of including the original version of the Work and any modifications or additions to that Work or Derivative Works that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner For the purposes of this definition
Object passed around to modules which contains information about the state of a specific loader reque...
ResourceLoader module for generated and embedded images.
getImage( $name, ResourceLoaderContext $context)
Get a ResourceLoaderImage object for given image.
loadFromDefinition()
Parse definition and external JSON data, if referenced.
getStyles(ResourceLoaderContext $context)
string $localBasePath
Local base path, see __construct()
__construct( $options=[], $localBasePath=null)
Constructs a new module from an options array.
getDefinitionSummary(ResourceLoaderContext $context)
Get the definition summary for this module.
static extractLocalBasePath( $options, $localBasePath=null)
Extract a local base path from module definition information.
getSelectors()
Get CSS selector templates used by this module.
getCssDeclarations( $primary, $fallback)
SVG support using a transparent gradient to guarantee cross-browser compatibility (browsers able to u...
getFileHashes(ResourceLoaderContext $context)
Helper method for getDefinitionSummary.
getPrefix()
Get CSS class prefix used by this module.
getStyleDeclarations(ResourceLoaderContext $context, ResourceLoaderImage $image, $script, $variant=null)
getGlobalVariants(ResourceLoaderContext $context)
Get list of variants in this module that are 'global', i.e., available for every image regardless of ...
getImages(ResourceLoaderContext $context)
Get ResourceLoaderImage objects for all images.
Class encapsulating an image used in a ResourceLoaderImageModule.
Abstraction for ResourceLoader modules, with name registration and maxage functionality.
const ORIGIN_CORE_SITEWIDE
getSource()
Get the origin of this module.
getName()
Get this module's name.
This code would result in ircNotify being run twice when an article is and once for brion Hooks can return three possible true was required This is the default since MediaWiki *some string
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable modifiable after all normalizations have been except for the $wgMaxImageArea check $image
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped & $options
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
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned $skin