Prose\FromTestEnvironment::getAllSettings PHP Method

getAllSettings() public method

We've standardised on 'getConfig()' as the documented name for this functionality across all three of the config-related modules.
public getAllSettings ( ) : object
return object
    public function getAllSettings()
    {
        return $this->getConfig();
    }