public function TaggedContainerInterface::findTaggedServiceIds

Returns service ids for a given tag.

@api

Parameters

string $name The tag name:

Return value

array An array of tags

1 method overrides TaggedContainerInterface::findTaggedServiceIds()
ContainerBuilder::findTaggedServiceIds in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php
Returns service ids for a given tag.

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/TaggedContainerInterface.php, line 32

Class

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

Namespace

Symfony\Component\DependencyInjection

Code

public function findTaggedServiceIds($name);