Pantheon\Terminus\DataStore\DataStoreAwareTrait::getDataStore PHP Method

getDataStore() public method

public getDataStore ( ) : mixed
return mixed
    public function getDataStore()
    {
        return $this->data_store;
    }
DataStoreAwareTrait