NeosAssetSource
final class NeosAssetSource implements AssetSourceInterface (View source)
Asset source for Neos native assets
Properties
protected ThumbnailService | $thumbnailService | ||
protected AssetService | $assetService | ||
protected Bootstrap | $bootstrap | ||
protected bool | $asyncThumbnails | ||
protected ResourceManager | $resourceManager | ||
protected string | $iconPath | ||
protected string | $description |
Methods
__construct(string $assetSourceIdentifier, array $assetSourceOptions)
No description
static AssetSourceInterface
createFromConfiguration(string $assetSourceIdentifier, array $assetSourceOptions)
No description
string
getIdentifier()
No description
string
getLabel()
No description
string
getIconUri()
Returns the resource path to Assetsources icon
string
getDescription()
No description
getAssetProxyRepository()
No description
bool
isReadOnly()
No description
UriInterface|null
UriInterface|null
Details
__construct(string $assetSourceIdentifier, array $assetSourceOptions)
No description
static AssetSourceInterface
createFromConfiguration(string $assetSourceIdentifier, array $assetSourceOptions)
No description
string
getIdentifier()
No description
string
getLabel()
No description
string
getIconUri()
Returns the resource path to Assetsources icon
string
getDescription()
No description
AssetProxyRepositoryInterface
getAssetProxyRepository()
No description
bool
isReadOnly()
No description
UriInterface|null
getThumbnailUriForAsset(AssetInterface $asset)
Internal method used by NeosAssetProxy
UriInterface|null
getPreviewUriForAsset(AssetInterface $asset)
Internal method used by NeosAssetProxy