Bolt\Configuration\ConfigurationValueProxy::getData PHP Method

getData() public method

Get the data of the loaded config
public getData ( ) : array
return array
    public function getData()
    {
        $this->initialize();
        return $this->data;
    }