GetTagItems
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.
Details
at line 25
__construct(StoreContext $context, Serialization $serialization, GetTaggedKeys $getTaggedKeys)
Create a new tag items query instance.
at line 38
Generator
execute(array $tags)
Execute the query.