Webiny\Component\Storage\Directory\Directory::getStorage PHP Method

getStorage() public method

Get Storage used by the DirectoryInterface instance
public getStorage ( ) : Storage
return Webiny\Component\Storage\Storage
    public function getStorage()
    {
        return $this->storage;
    }