I believe the relocation of findTaggedServiceIds from Container to ContainerBuilder was a recent change over the weekend, as I just became aware of it today while upgrading our Symfony2 application. I imagine quite a few people might still need a way to access tagged services in the post-compile context, so I wanted to present this snippet:
https://gist.github.com/785089 Thanks to Kris Wallsmith for suggesting I an SPL "holder" class, as I was previously making a custom class just to insert and fetch tagged services. Using an SPL class removed the need for extra classes, and actually makes the iteration (see "example.php" in the gist) much easier. -- jeremy mikola -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
