MediaWiki REL1_39
|
A SettingsSource is meant to represent any kind of local or remote store from which settings can be read, be it a local file, remote URL, database, etc. More...
Public Member Functions | |
load () | |
Loads and returns all settings from this source as an associative array. | |
A SettingsSource is meant to represent any kind of local or remote store from which settings can be read, be it a local file, remote URL, database, etc.
It is concerned with reading (and possibly decoding) settings data.
Definition at line 16 of file SettingsSource.php.
MediaWiki\Settings\Source\SettingsSource::load | ( | ) |
Loads and returns all settings from this source as an associative array.
SettingsBuilderException |
Implemented in MediaWiki\Settings\Cache\CachedSource, MediaWiki\Settings\Source\ArraySource, MediaWiki\Settings\Source\EtcdSource, MediaWiki\Settings\Source\FileSource, MediaWiki\Settings\Source\PhpSettingsSource, and MediaWiki\Settings\Source\ReflectionSchemaSource.