TaggedContainerInterface is the interface implemented when a container knows how to deals with tags.
- author Fabien Potencier
AbstractInterface
- Implements
Psr\Container\ContainerInterface Symfony \Component \DependencyInjection \ContainerInterface
Constants |
Methods |
public abstract findTaggedServiceIds(string $name) : array Returns service ids for a given tag.
|