1 config.inc | public Config::getData() |
Gets all data from this configuration object.
This call provides API symmetry with Config::setData().
@since 1.23.0 Method added.
Return value
array: All of the data from this config object.
See also
File
- core/
includes/ config.inc, line 630 - This is the API for configuration storage.
Class
- Config
- Defines the default configuration object.
Code
public function getData() {
return $this->get();
}