services.xml 693 B

1234567891011121314151617181920
  1. <?xml version="1.0" ?>
  2. <container xmlns="http://symfony.com/schema/dic/services"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
  5. <!--
  6. <parameters>
  7. <parameter key="stats_d.example.class">StatsDBundle\StatsDBundle\Example</parameter>
  8. </parameters>
  9. <services>
  10. <service id="stats_d.example" class="%stats_d.example.class%">
  11. <argument type="service" id="service_id" />
  12. <argument>plain_value</argument>
  13. <argument>%parameter_name%</argument>
  14. </service>
  15. </services>
  16. -->
  17. </container>