interface AssetProxyRepositoryInterface (View source)

Methods

getAssetProxy(string $identifier)

No description

void
filterByType(AssetTypeFilter $assetType = null)

No description

findBySearchTerm(string $searchTerm)

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

Parameters

AssetTypeFilter $assetType

Return Value

void

AssetProxyQueryResultInterface findBySearchTerm(string $searchTerm)

No description

Parameters

string $searchTerm

Return Value

AssetProxyQueryResultInterface

AssetProxyQueryResultInterface findByTag(Tag $tag)

No description

Parameters

Tag $tag

Return Value

AssetProxyQueryResultInterface

AssetProxyQueryResultInterface findUntagged()

No description

int countAll()

Count all assets, regardless of tag or collection

Return Value

int