class GetTagItems

Get all items (keys and values) for the given tags.

Iterates through all keys associated with the given tags, fetching their values in batches for efficiency.

Constants

private CHUNK_SIZE

Methods

__construct(StoreContext $context, Serialization $serialization, GetTaggedKeys $getTaggedKeys)

Create a new tag items query instance.

execute(array $tags)

Execute the query.

Details

at line 25
__construct(StoreContext $context, Serialization $serialization, GetTaggedKeys $getTaggedKeys)

Create a new tag items query instance.

Parameters

StoreContext $context
Serialization $serialization
GetTaggedKeys $getTaggedKeys

at line 38
Generator execute(array $tags)

Execute the query.

Parameters

array $tags

Array of tag names

Return Value

Generator

Yields key => value pairs