AssetProxyRepositoryInterface
interface AssetProxyRepositoryInterface (View source)
Methods
getAssetProxy(string $identifier)
No description
void
findAll()
No description
findBySearchTerm(string $searchTerm)
No description
findUntagged()
No description
int
countAll()
Count all assets, regardless of tag or collection
Details
AssetProxyInterface
getAssetProxy(string $identifier)
No description
void
filterByType(AssetTypeFilter $assetType = null)
No description
AssetProxyQueryResultInterface
findAll()
No description
AssetProxyQueryResultInterface
findBySearchTerm(string $searchTerm)
No description
AssetProxyQueryResultInterface
findByTag(Tag $tag)
No description
AssetProxyQueryResultInterface
findUntagged()
No description
int
countAll()
Count all assets, regardless of tag or collection