AssetSourceInterface
interface AssetSourceInterface (View source)
Methods
static AssetSourceInterface
createFromConfiguration(string $assetSourceIdentifier, array $assetSourceOptions)
This factory method is used instead of a constructor in order to not dictate a __construct() signature in this interface (which might conflict with an asset source's implementation or generated Flow proxy class).
string
getIdentifier()
A unique string which identifies the concrete asset source.
string
getLabel()
No description
getAssetProxyRepository()
No description
bool
isReadOnly()
No description
Details
static AssetSourceInterface
createFromConfiguration(string $assetSourceIdentifier, array $assetSourceOptions)
This factory method is used instead of a constructor in order to not dictate a __construct() signature in this interface (which might conflict with an asset source's implementation or generated Flow proxy class).
string
getIdentifier()
A unique string which identifies the concrete asset source.
Must match /^[a-z][a-z0-9-]{0,62}[a-z]$/
string
getLabel()
No description
AssetProxyRepositoryInterface
getAssetProxyRepository()
No description
bool
isReadOnly()
No description