Manual:$wgConfigRegistry/it

This page is a translated version of the page Manual:$wgConfigRegistry and the translation is 11% complete.
Server URLs and file paths: $wgConfigRegistry
Registry of factory functions to create config objects
Introdotto nella versione:1.23.0 (Gerrit change 109850; git #I5a5857f)
Rimosso nella versione:Still in use
Valori concessi:(array)
Valore predefinito:
[
	'main' => 'GlobalVarConfig::newInstance'
]

Dettagli

Registry of factory functions to create Config objects.

MediaWiki core provides GlobalVarConfig and HashConfig . Extensions can create their own implementations of the interface if they wish, although it's typically not needed.

The main key must be set, and the value should be a valid callable. It's used for creating the main config object, which is available as the MainConfig service.