A SettingsFormat is meant to detect supported file types and/or decode source contents into settings arrays.
More...
|
| decode (string $data) |
| Decodes the given settings data and returns an associative array. More...
|
|
A SettingsFormat is meant to detect supported file types and/or decode source contents into settings arrays.
- Since
- 1.38
- Stability: stable
- to implement
Definition at line 15 of file SettingsFormat.php.
◆ decode()
MediaWiki\Settings\Source\Format\SettingsFormat::decode |
( |
string |
$data | ) |
|
◆ supportsFileExtension()
static MediaWiki\Settings\Source\Format\SettingsFormat::supportsFileExtension |
( |
string |
$ext | ) |
|
|
static |
The documentation for this interface was generated from the following file: