var/cache/dev/ContainerBU7G59P/getDoctrineOrmListenerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerBU7G59P;
  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 getDoctrineOrmListenerService extends Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Codefog\HasteBundle\EventListener\DoctrineOrmListener' shared autowired service.
  12.      *
  13.      * @return \Codefog\HasteBundle\EventListener\DoctrineOrmListener
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/codefog/contao-haste/src/EventListener/DoctrineOrmListener.php';
  20.         $a = ($container->services['Codefog\\HasteBundle\\DoctrineOrmHelper'] ?? $container->load('getDoctrineOrmHelperService'));
  21.         if (isset($container->privates['Codefog\\HasteBundle\\EventListener\\DoctrineOrmListener'])) {
  22.             return $container->privates['Codefog\\HasteBundle\\EventListener\\DoctrineOrmListener'];
  23.         }
  24.         return $container->privates['Codefog\\HasteBundle\\EventListener\\DoctrineOrmListener'] = new \Codefog\HasteBundle\EventListener\DoctrineOrmListener($a);
  25.     }
  26. }