41 foreach ( $themes as $skin => $theme ) {
49 strtolower( $theme ) .
'/' .
52 $localDataPath = $this->localBasePath .
'/' . $dataPath;
55 if ( !file_exists( $localDataPath ) ) {
58 $data = json_decode( file_get_contents( $localDataPath ),
true );
62 $fixPath =
function ( &
$path ) use ( $dataPath ) {
63 $path = dirname( $dataPath ) .
'/' .
$path;
65 array_walk( $data[
'images'],
function ( &
$value ) use ( $fixPath ) {
66 if ( is_string(
$value[
'file'] ) ) {
67 $fixPath(
$value[
'file'] );
68 } elseif ( is_array(
$value[
'file'] ) ) {
69 array_walk_recursive(
$value[
'file'], $fixPath );
74 foreach ( $data as $key =>
$value ) {
88 "Mismatched OOUI theme images definition: " .
89 "key '$key' of theme '$theme' for module '$module' " .
90 "does not match other themes"
99 if ( substr( $module, 0, 5 ) ===
'icons' ) {
100 $definition[
'selectorWithoutVariant'] =
'.oo-ui-icon-{name}, .mw-ui-icon-{name}:before';
101 $definition[
'selectorWithVariant'] =
'.oo-ui-image-{variant}.oo-ui-icon-{name}, ' .
102 '.mw-ui-icon-{name}-{variant}:before';
108 parent::loadFromDefinition();
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
static getSkinThemeMap()
Return a map of skin names (in lowercase) to OOUI theme names, defining which theme a given skin shou...
trait ResourceLoaderOOUIModule
Convenience methods for dealing with OOUI themes and their relations to MW skins.
getThemeImagesPath( $theme, $module)
ResourceLoader module for generated and embedded images.
loadFromDefinition()
Parse definition and external JSON data, if referenced.
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