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

Return Value

ConfigurationInterface

bool isDefault()

Is this storage location default

Return Value

bool

Filesystem getFileSystemObject()

Returns the proper file system object for the current storage location by mapping it through Flysystem.

Return Value

Filesystem

mixed delete()

Delete this storage location

Return Value

mixed

mixed save()

Save a storage location

Return Value

mixed