MediaWiki REL1_37
|
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. | |
Interface for configuration instances.
Definition at line 30 of file Config.php.
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.
Referenced by EditPage\__construct(), LocalIdLookup\__construct(), ResourceLoader\__construct(), PopulateImageSha1\doDBUpdates(), MediaWiki\emitBufferedStatsdData(), MultiConfig\get(), ApiQueryUserInfo\getCentralUserInfo(), QueryPage\getDisabledQueryPages(), Installer\getInstallerConfig(), ApiUpload\getMinUploadChunkSize(), ResourceLoaderUserModule\getPages(), ResourceLoaderUserStylesModule\getPages(), ResourceLoaderWikiModule\getPages(), ContentSecurityPolicy\isNonceRequired(), ContentSecurityPolicy\makeCSPDirectives(), MediaWiki\MediaWikiServices\newInstance(), 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.