Elgg\Config::getStorageObject PHP Method

getStorageObject() public method

We need this, for now, to construct some services.
public getStorageObject ( ) : stdClass
return stdClass
    public function getStorageObject()
    {
        return $this->config;
    }