Manual:$wgConfigRegistry/tr

This page is a translated version of the page Manual:$wgConfigRegistry and the translation is 25% complete.
Sunucu URL'ler ve dosya yolları: $wgConfigRegistry
Yapılandırma nesneleri oluşturmak için fabrika işlevlerinin kaydı
Sürümde tanıtıldı:1.23.0 (Gerrit change 109850; git #I5a5857f)
Sürümde kaldırıldı:hala kullanımda
İzin verilen değerler:(array)
Varsayılan değer:
[
	'main' => 'GlobalVarConfig::newInstance'
]

Ayrıntılar

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 (available as the MainConfig service).