I would like to know if there is a way to find the marked services in Command.
I have a team that extends ContainerAwareCommand , I can get into the container, but I would like to get all the services marked with a specific tag. For example, I would like to have something like this:
$this->getContainer()->findTaggedServiceIds('smtp.transport')
source share