partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

actions.xml (813B)


      1 <?xml version="1.0" ?>
      2 
      3 <container xmlns="http://symfony.com/schema/dic/services"
      4            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      5            xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
      6 
      7     <services>
      8         <service id="partkeepr.batchjob.execute" class="PartKeepr\BatchJobBundle\Action\ExecuteBatchJobAction">
      9             <argument type="service" id="api.data_provider"/>
     10             <argument type="service" id="api.iri_converter"/>
     11             <argument type="service" id="doctrine.orm.default_entity_manager"/>
     12             <argument type="service" id="doctrine_reflection_service.search_filter"/>
     13             <argument type="service" id="doctrine_reflection_service"/>
     14         </service>
     15     </services>
     16 </container>