var/cache/dev/ContainerRXdXI6z/getCmf_CustomerExporterManagerService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerRXdXI6z;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getCmf_CustomerExporterManagerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'cmf.customer_exporter_manager' shared autowired service.
  12.      *
  13.      * @return \CustomerManagementFrameworkBundle\CustomerList\ExporterManager
  14.      *
  15.      * @deprecated The "cmf.customer_exporter_manager" service is deprecated. Use "CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface" instead
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('''''The "cmf.customer_exporter_manager" service is deprecated. Use "CustomerManagementFrameworkBundle\\CustomerList\\ExporterManagerInterface" instead');
  20.         return $container->services['cmf.customer_exporter_manager'] = new \CustomerManagementFrameworkBundle\CustomerList\ExporterManager($container->parameters['pimcore_customer_management_framework.customer_list.exporters']);
  21.     }
  22. }