MediaWiki REL1_33
|
Interface for configuration instances. More...
Public Member Functions | |
get ( $name) | |
Get a configuration variable such as "Sitename" or "UploadMaintenance.". | |
has ( $name) | |
Check whether a configuration option is set for the given name. | |
Config::get | ( | $name | ) |
Get a configuration variable such as "Sitename" or "UploadMaintenance.".
string | $name | Name of configuration option |
ConfigException |
Implemented in EtcdConfig, GlobalVarConfig, HashConfig, and MultiConfig.
References $name.
Referenced by MWLBFactory\applyDefaultConfig(), MediaWiki\emitBufferedStatsdData(), MultiConfig\get(), ApiQueryUserInfo\getCentralUserInfo(), Installer\getInstallerConfig(), ResourceLoaderSkinModule\getLogoData(), ResourceLoaderUserModule\getPages(), ResourceLoaderUserStylesModule\getPages(), ResourceLoaderWikiModule\getPages(), PasswordFactory\init(), ContentSecurityPolicy\isNonceRequired(), ContentSecurityPolicy\makeCSPDirectives(), MediaWiki\MediaWikiServices\newInstance(), MediaWiki\preOutputCommit(), MWLBFactory\sanityCheckServerConfig(), MediaWiki\Session\CookieSessionProvider\setConfig(), Maintenance\setLBFactoryTriggers(), MWLBFactory\setSchemaAliases(), MediaWiki\Auth\AuthManagerTest\testProviderCreation(), and OutputPage\transformResourcePath().
Config::has | ( | $name | ) |
Check whether a configuration option is set for the given name.
string | $name | Name of configuration option |
Implemented in EtcdConfig, GlobalVarConfig, HashConfig, and MultiConfig.