StorageLocationInterface
interface StorageLocationInterface (View source)
Methods
                    getConfigurationObject()
        
                                            
                
            Get the configuration for this storage location
                    bool
                
                
                    isDefault()
        
                                            
                
            Is this storage location default
                    Filesystem
                
                
                    getFileSystemObject()
        
                                            
                
            Returns the proper file system object for the current storage location by mapping it through Flysystem.
                    mixed
                
                
                    delete()
        
                                            
                
            Delete this storage location
                    mixed
                
                
                    save()
        
                                            
                
            Save a storage location
Details
        
                            ConfigurationInterface
    getConfigurationObject()
        
    
    Get the configuration for this storage location
        
                            bool
    isDefault()
        
    
    Is this storage location default
        
                            Filesystem
    getFileSystemObject()
        
    
    Returns the proper file system object for the current storage location by mapping it through Flysystem.
        
                            mixed
    delete()
        
    
    Delete this storage location
        
                            mixed
    save()
        
    
    Save a storage location