I have read the symfony2 docs about tagged services
But i could not understand their example. Is there any other source or tutorial which can help me understanding why to use them
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the Tags section of the Service Container chapter:
Basically, you tag a service for other services and/or components to know they can use it for their specific purposes.