There used to be a how-to in the symfony2 doc on how to create a service (my_mailer) but I can't seem to find it anywhere.
Can anyone tell me where to find it, or some other tutorial on how to create a service in symfony2 ?
There used to be a how-to in the symfony2 doc on how to create a service (my_mailer) but I can't seem to find it anywhere.
Can anyone tell me where to find it, or some other tutorial on how to create a service in symfony2 ?
Service Container - http://symfony.com/doc/current/book/service_container.html
Creating/Configuring Services in the Container - http://symfony.com/doc/current/book/service_container.html#creating-configuring-services-in-the-container
Great example of a service - a Twig Extension - http://symfony.com/doc/current/cookbook/templating/twig_extension.html