interface SupportsTaggingInterface (View source)

Methods

findByTag(Tag $tag)

NOTE: This needs to be refactored to use a tag identifier instead of Media's domain model before it can become a public API for other asset sources.

int
countUntagged()

No description

int
countByTag(Tag $tag)

No description

Details

AssetProxyQueryResultInterface findByTag(Tag $tag)

NOTE: This needs to be refactored to use a tag identifier instead of Media's domain model before it can become a public API for other asset sources.

Parameters

Tag $tag

Return Value

AssetProxyQueryResultInterface

AssetProxyQueryResultInterface findUntagged()

No description

int countUntagged()

No description

Return Value

int

int countByTag(Tag $tag)

No description

Parameters

Tag $tag

Return Value

int