MediaWiki REL1_31
|
Public Member Functions | |
extractInfo ( $path, array $info, $version) | |
getExtraAutoloaderPaths ( $dir, array $info) | |
Get the path for additional autoloaders, e.g. | |
getExtractedInfo () | |
getRequirements (array $info) | |
Get the requirements for the provided info. | |
Protected Member Functions | |
extractAttributes ( $path, array $info) | |
extractConfig1 (array $info) | |
Set configuration settings for manifest_version == 1. | |
extractConfig2 (array $info, $dir) | |
Set configuration settings for manifest_version == 2. | |
extractCredits ( $path, array $info) | |
extractExtensionMessagesFiles ( $dir, array $info) | |
extractHooks (array $info) | |
extractMessagesDirs ( $dir, array $info) | |
Set message-related settings, which need to be expanded to use absolute paths. | |
extractNamespaces (array $info) | |
Register namespaces with the appropriate global settings. | |
extractPathBasedGlobal ( $global, $dir, $paths) | |
extractResourceLoaderModules ( $dir, array $info) | |
storeToArray ( $path, $name, $value, &$array) | |
Protected Attributes | |
array | $attributes = [] |
Any thing else in the $info that hasn't already been processed. | |
callable[] | $callbacks = [] |
Things to be called once registration of these extensions are done keyed by the name of the extension that it belongs to. | |
array | $credits = [] |
array | $defines = [] |
Things that should be define()'d. | |
array | $extAttributes = [] |
Extension attributes, keyed by name => settings. | |
array | $globals |
Stuff that is going to be set to $GLOBALS. | |
Static Protected Attributes | |
static string[] | $coreAttributes |
Top-level attributes that come from MW core. | |
static array | $creditsAttributes |
Keys that are part of the extension credits. | |
static array | $globalSettings |
Keys that should be set to $GLOBALS. | |
static array | $mergeStrategies |
Mapping of global settings to their specific merge strategies. | |
static array | $notAttributes |
Things that are not 'attributes', but are not in $globalSettings or $creditsAttributes. | |
Private Member Functions | |
addConfigGlobal ( $key, $value, $extName) | |
Helper function to set a value to a specific global, if it isn't set already. | |
Definition at line 3 of file ExtensionProcessor.php.
|
private |
Helper function to set a value to a specific global, if it isn't set already.
string | $key | The config key with the prefix and anything |
mixed | $value | The value of the config |
string | $extName | Name of the extension |
Definition at line 509 of file ExtensionProcessor.php.
References $value, and globals.
Referenced by extractConfig1(), and extractConfig2().
|
protected |
string | $path | |
array | $info |
Definition at line 259 of file ExtensionProcessor.php.
References $value, and storeToArray().
Referenced by extractInfo().
|
protected |
Set configuration settings for manifest_version == 1.
array | $info |
Definition at line 459 of file ExtensionProcessor.php.
References addConfigGlobal().
Referenced by extractInfo().
|
protected |
Set configuration settings for manifest_version == 2.
array | $info | |
string | $dir |
Definition at line 482 of file ExtensionProcessor.php.
References $value, addConfigGlobal(), and ExtensionRegistry\MERGE_STRATEGY.
Referenced by extractInfo().
|
protected |
string | $path | |
array | $info |
Exception |
Definition at line 426 of file ExtensionProcessor.php.
References $credits, $name, $path, and globals.
Referenced by extractInfo().
|
protected |
Definition at line 394 of file ExtensionProcessor.php.
References globals.
Referenced by extractInfo().
|
protected |
Definition at line 304 of file ExtensionProcessor.php.
References $name, $value, and globals.
Referenced by extractInfo().
ExtensionProcessor::extractInfo | ( | $path, | |
array | $info, | ||
$version ) |
string | $path | |
array | $info | |
int | $version | manifest_version for info |
Implements Processor.
Definition at line 187 of file ExtensionProcessor.php.
References $name, extractAttributes(), extractConfig1(), extractConfig2(), extractCredits(), extractExtensionMessagesFiles(), extractHooks(), extractMessagesDirs(), extractNamespaces(), extractPathBasedGlobal(), extractResourceLoaderModules(), globals, and storeToArray().
|
protected |
Set message-related settings, which need to be expanded to use absolute paths.
string | $dir | |
array | $info |
Definition at line 410 of file ExtensionProcessor.php.
References $name, and globals.
Referenced by extractInfo().
|
protected |
Register namespaces with the appropriate global settings.
array | $info |
Definition at line 323 of file ExtensionProcessor.php.
References globals.
Referenced by extractInfo().
|
protected |
Definition at line 518 of file ExtensionProcessor.php.
References globals.
Referenced by extractInfo().
|
protected |
Definition at line 361 of file ExtensionProcessor.php.
References $name, and globals.
Referenced by extractInfo().
ExtensionProcessor::getExtraAutoloaderPaths | ( | $dir, | |
array | $info ) |
Get the path for additional autoloaders, e.g.
the one of Composer.
string | $dir | |
array | $info |
Implements Processor.
Definition at line 542 of file ExtensionProcessor.php.
ExtensionProcessor::getExtractedInfo | ( | ) |
Implements Processor.
Definition at line 267 of file ExtensionProcessor.php.
References $attributes, $callbacks, $credits, $defines, $globals, $value, globals, ExtensionRegistry\MERGE_STRATEGY, and storeToArray().
ExtensionProcessor::getRequirements | ( | array | $info | ) |
Get the requirements for the provided info.
array | $info |
Implements Processor.
Definition at line 300 of file ExtensionProcessor.php.
|
protected |
string | $path | |
string | $name | |
array | $value | |
array | &$array |
InvalidArgumentException |
Definition at line 531 of file ExtensionProcessor.php.
Referenced by extractAttributes(), extractInfo(), and getExtractedInfo().
|
protected |
Any thing else in the $info that hasn't already been processed.
Definition at line 171 of file ExtensionProcessor.php.
Referenced by getExtractedInfo().
|
protected |
Things to be called once registration of these extensions are done keyed by the name of the extension that it belongs to.
Definition at line 158 of file ExtensionProcessor.php.
Referenced by getExtractedInfo().
|
staticprotected |
Top-level attributes that come from MW core.
Definition at line 64 of file ExtensionProcessor.php.
|
protected |
Definition at line 163 of file ExtensionProcessor.php.
Referenced by extractCredits(), and getExtractedInfo().
|
staticprotected |
Keys that are part of the extension credits.
Definition at line 97 of file ExtensionProcessor.php.
|
protected |
Things that should be define()'d.
Definition at line 150 of file ExtensionProcessor.php.
Referenced by getExtractedInfo().
|
protected |
Extension attributes, keyed by name => settings.
Definition at line 179 of file ExtensionProcessor.php.
|
protected |
Stuff that is going to be set to $GLOBALS.
Some keys are pre-set to arrays so we can += to them
Definition at line 140 of file ExtensionProcessor.php.
Referenced by MockExtensionProcessor\__construct(), and getExtractedInfo().
|
staticprotected |
Keys that should be set to $GLOBALS.
Definition at line 10 of file ExtensionProcessor.php.
|
staticprotected |
Mapping of global settings to their specific merge strategies.
Definition at line 76 of file ExtensionProcessor.php.
|
staticprotected |
Things that are not 'attributes', but are not in $globalSettings or $creditsAttributes.
Definition at line 114 of file ExtensionProcessor.php.