public function TaggedContainerInterface::findTaggedServiceIds in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/TaggedContainerInterface.php \Symfony\Component\DependencyInjection\TaggedContainerInterface::findTaggedServiceIds()
Returns service ids for a given tag.
Parameters
string $name The tag name:
Return value
array An array of tags
1 method overrides TaggedContainerInterface::findTaggedServiceIds()
- ContainerBuilder::findTaggedServiceIds in vendor/
symfony/ dependency-injection/ ContainerBuilder.php - Returns service ids for a given tag.
File
- vendor/
symfony/ dependency-injection/ TaggedContainerInterface.php, line 28
Class
- TaggedContainerInterface
- TaggedContainerInterface is the interface implemented when a container knows how to deals with tags.
Namespace
Symfony\Component\DependencyInjectionCode
public function findTaggedServiceIds($name);