interface TaggedContainerInterface implementsContainerInterface

TaggedContainerInterface is the interface implemented when a container knows how to deals with tags.

Methods

array
findTaggedServiceIds(string$name)

Returns service ids for a given tag.

Details

array findTaggedServiceIds(string$name)

Returns service ids for a given tag.

Parameters

string $name The tag name

Return Value

array