var/cache/dev/ContainerXxANY6D/getDoctrine_Orm_DefaultConfigurationService.php line 45

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'doctrine.orm.default_configuration' shared service.
  6. include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  7. include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  8. include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  9. include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  10. include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  11. include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  12. include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  13. include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  14. include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  15. include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  16. include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  17. include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  18. include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  19. include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  20. include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  21. $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  22. $a = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  23. $b = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/Entity'), => ($this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity'), => ($this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Entity')]);
  24. $a->addDriver($b'App\\Entity');
  25. $a->addDriver($b'Gedmo\\Translatable\\Entity');
  26. $a->addDriver($b'Gedmo\\Translator\\Entity');
  27. $instance->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity''GedmoTranslator' => 'Gedmo\\Translator\\Entity']);
  28. $instance->setMetadataCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] ?? $this->load('getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService.php')));
  29. $instance->setQueryCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] ?? $this->load('getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService.php')));
  30. $instance->setResultCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->load('getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService.php')));
  31. $instance->setMetadataDriverImpl($a);
  32. $instance->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  33. $instance->setProxyNamespace('Proxies');
  34. $instance->setAutoGenerateProxyClasses(true);
  35. $instance->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  36. $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  37. $instance->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  38. $instance->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  39. $instance->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  40. $instance->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['App\\Repository\\ClienteFinalRepository' => function () {
  41.     return ($this->privates['App\\Repository\\ClienteFinalRepository'] ?? $this->load('getClienteFinalRepositoryService.php'));
  42. }, 'App\\Repository\\ColorCuentaRepository' => function () {
  43.     return ($this->privates['App\\Repository\\ColorCuentaRepository'] ?? $this->load('getColorCuentaRepositoryService.php'));
  44. }, 'App\\Repository\\ColorFormulaRepository' => function () {
  45.     return ($this->privates['App\\Repository\\ColorFormulaRepository'] ?? $this->load('getColorFormulaRepositoryService.php'));
  46. }, 'App\\Repository\\ColorIdiomaRepository' => function () {
  47.     return ($this->privates['App\\Repository\\ColorIdiomaRepository'] ?? $this->load('getColorIdiomaRepositoryService.php'));
  48. }, 'App\\Repository\\ColorPersonalRepository' => function () {
  49.     return ($this->privates['App\\Repository\\ColorPersonalRepository'] ?? $this->load('getColorPersonalRepositoryService.php'));
  50. }, 'App\\Repository\\ColorRepository' => function () {
  51.     return ($this->privates['App\\Repository\\ColorRepository'] ?? $this->load('getColorRepositoryService.php'));
  52. }, 'App\\Repository\\ComponenteIdiomaRepository' => function () {
  53.     return ($this->privates['App\\Repository\\ComponenteIdiomaRepository'] ?? $this->load('getComponenteIdiomaRepositoryService.php'));
  54. }, 'App\\Repository\\ComponentePersonalRepository' => function () {
  55.     return ($this->privates['App\\Repository\\ComponentePersonalRepository'] ?? $this->load('getComponentePersonalRepositoryService.php'));
  56. }, 'App\\Repository\\ComponenteRepository' => function () {
  57.     return ($this->privates['App\\Repository\\ComponenteRepository'] ?? $this->load('getComponenteRepositoryService.php'));
  58. }, 'App\\Repository\\ConfiguracionRepository' => function () {
  59.     return ($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->load('getConfiguracionRepositoryService.php'));
  60. }, 'App\\Repository\\ConvertidorEnvaseRepository' => function () {
  61.     return ($this->privates['App\\Repository\\ConvertidorEnvaseRepository'] ?? $this->load('getConvertidorEnvaseRepositoryService.php'));
  62. }, 'App\\Repository\\ConvertidorGrupoRepository' => function () {
  63.     return ($this->privates['App\\Repository\\ConvertidorGrupoRepository'] ?? $this->load('getConvertidorGrupoRepositoryService.php'));
  64. }, 'App\\Repository\\ConvertidorPrincipalRepository' => function () {
  65.     return ($this->privates['App\\Repository\\ConvertidorPrincipalRepository'] ?? $this->load('getConvertidorPrincipalRepositoryService.php'));
  66. }, 'App\\Repository\\ConvertidorRepository' => function () {
  67.     return ($this->privates['App\\Repository\\ConvertidorRepository'] ?? $this->load('getConvertidorRepositoryService.php'));
  68. }, 'App\\Repository\\CuentaGrupoColorRepository' => function () {
  69.     return ($this->privates['App\\Repository\\CuentaGrupoColorRepository'] ?? $this->load('getCuentaGrupoColorRepositoryService.php'));
  70. }, 'App\\Repository\\CuentaGrupoRepository' => function () {
  71.     return ($this->privates['App\\Repository\\CuentaGrupoRepository'] ?? $this->load('getCuentaGrupoRepositoryService.php'));
  72. }, 'App\\Repository\\CuentaRepository' => function () {
  73.     return ($this->privates['App\\Repository\\CuentaRepository'] ?? $this->load('getCuentaRepositoryService.php'));
  74. }, 'App\\Repository\\EnvaseConvertidorRepository' => function () {
  75.     return ($this->privates['App\\Repository\\EnvaseConvertidorRepository'] ?? $this->load('getEnvaseConvertidorRepositoryService.php'));
  76. }, 'App\\Repository\\EnvaseRepository' => function () {
  77.     return ($this->privates['App\\Repository\\EnvaseRepository'] ?? $this->load('getEnvaseRepositoryService.php'));
  78. }, 'App\\Repository\\EspectroPersonalRepository' => function () {
  79.     return ($this->privates['App\\Repository\\EspectroPersonalRepository'] ?? $this->load('getEspectroPersonalRepositoryService.php'));
  80. }, 'App\\Repository\\EspectroRepository' => function () {
  81.     return ($this->privates['App\\Repository\\EspectroRepository'] ?? $this->load('getEspectroRepositoryService.php'));
  82. }, 'App\\Repository\\EstadisticaRepository' => function () {
  83.     return ($this->privates['App\\Repository\\EstadisticaRepository'] ?? $this->load('getEstadisticaRepositoryService.php'));
  84. }, 'App\\Repository\\EtiquetaFrasePeligrosidadRepository' => function () {
  85.     return ($this->privates['App\\Repository\\EtiquetaFrasePeligrosidadRepository'] ?? $this->load('getEtiquetaFrasePeligrosidadRepositoryService.php'));
  86. }, 'App\\Repository\\EtiquetaRepository' => function () {
  87.     return ($this->privates['App\\Repository\\EtiquetaRepository'] ?? $this->load('getEtiquetaRepositoryService.php'));
  88. }, 'App\\Repository\\FormulaComponentePersonalRepository' => function () {
  89.     return ($this->privates['App\\Repository\\FormulaComponentePersonalRepository'] ?? $this->load('getFormulaComponentePersonalRepositoryService.php'));
  90. }, 'App\\Repository\\FormulaComponenteRepository' => function () {
  91.     return ($this->privates['App\\Repository\\FormulaComponenteRepository'] ?? $this->load('getFormulaComponenteRepositoryService.php'));
  92. }, 'App\\Repository\\FormulaCuentaRepository' => function () {
  93.     return ($this->privates['App\\Repository\\FormulaCuentaRepository'] ?? $this->load('getFormulaCuentaRepositoryService.php'));
  94. }, 'App\\Repository\\FormulaIdiomaRepository' => function () {
  95.     return ($this->privates['App\\Repository\\FormulaIdiomaRepository'] ?? $this->load('getFormulaIdiomaRepositoryService.php'));
  96. }, 'App\\Repository\\FormulaPersonalRepository' => function () {
  97.     return ($this->privates['App\\Repository\\FormulaPersonalRepository'] ?? $this->load('getFormulaPersonalRepositoryService.php'));
  98. }, 'App\\Repository\\FormulaPruebaRepository' => function () {
  99.     return ($this->privates['App\\Repository\\FormulaPruebaRepository'] ?? $this->load('getFormulaPruebaRepositoryService.php'));
  100. }, 'App\\Repository\\FormulaRepository' => function () {
  101.     return ($this->privates['App\\Repository\\FormulaRepository'] ?? $this->load('getFormulaRepositoryService.php'));
  102. }, 'App\\Repository\\FrasePeligrosidadIdiomaRepository' => function () {
  103.     return ($this->privates['App\\Repository\\FrasePeligrosidadIdiomaRepository'] ?? $this->load('getFrasePeligrosidadIdiomaRepositoryService.php'));
  104. }, 'App\\Repository\\FrasePeligrosidadRepository' => function () {
  105.     return ($this->privates['App\\Repository\\FrasePeligrosidadRepository'] ?? $this->load('getFrasePeligrosidadRepositoryService.php'));
  106. }, 'App\\Repository\\GrupoRepository' => function () {
  107.     return ($this->privates['App\\Repository\\GrupoRepository'] ?? $this->load('getGrupoRepositoryService.php'));
  108. }, 'App\\Repository\\HistoricoComponenteRepository' => function () {
  109.     return ($this->privates['App\\Repository\\HistoricoComponenteRepository'] ?? $this->load('getHistoricoComponenteRepositoryService.php'));
  110. }, 'App\\Repository\\HistoricoRepository' => function () {
  111.     return ($this->privates['App\\Repository\\HistoricoRepository'] ?? $this->load('getHistoricoRepositoryService.php'));
  112. }, 'App\\Repository\\IdiomaRepository' => function () {
  113.     return ($this->privates['App\\Repository\\IdiomaRepository'] ?? $this->load('getIdiomaRepositoryService.php'));
  114. }, 'App\\Repository\\OrdenRepository' => function () {
  115.     return ($this->privates['App\\Repository\\OrdenRepository'] ?? $this->load('getOrdenRepositoryService.php'));
  116. }, 'App\\Repository\\PastaRepository' => function () {
  117.     return ($this->privates['App\\Repository\\PastaRepository'] ?? $this->load('getPastaRepositoryService.php'));
  118. }, 'App\\Repository\\PictogramaEtiquetaRepository' => function () {
  119.     return ($this->privates['App\\Repository\\PictogramaEtiquetaRepository'] ?? $this->load('getPictogramaEtiquetaRepositoryService.php'));
  120. }, 'App\\Repository\\PictogramaRepository' => function () {
  121.     return ($this->privates['App\\Repository\\PictogramaRepository'] ?? $this->load('getPictogramaRepositoryService.php'));
  122. }, 'App\\Repository\\ProyectoRepository' => function () {
  123.     return ($this->privates['App\\Repository\\ProyectoRepository'] ?? $this->load('getProyectoRepositoryService.php'));
  124. }, 'App\\Repository\\TarifaRepository' => function () {
  125.     return ($this->privates['App\\Repository\\TarifaRepository'] ?? $this->load('getTarifaRepositoryService.php'));
  126. }, 'App\\Repository\\TarifasBesaConvertidoresRepository' => function () {
  127.     return ($this->privates['App\\Repository\\TarifasBesaConvertidoresRepository'] ?? $this->load('getTarifasBesaConvertidoresRepositoryService.php'));
  128. }, 'App\\Repository\\TarifasBesaPastaRepository' => function () {
  129.     return ($this->privates['App\\Repository\\TarifasBesaPastaRepository'] ?? $this->load('getTarifasBesaPastaRepositoryService.php'));
  130. }, 'App\\Repository\\TarifasPersonalesConvertidoresRepository' => function () {
  131.     return ($this->privates['App\\Repository\\TarifasPersonalesConvertidoresRepository'] ?? $this->load('getTarifasPersonalesConvertidoresRepositoryService.php'));
  132. }, 'App\\Repository\\TarifasPersonalesPastasRepository' => function () {
  133.     return ($this->privates['App\\Repository\\TarifasPersonalesPastasRepository'] ?? $this->load('getTarifasPersonalesPastasRepositoryService.php'));
  134. }, 'App\\Repository\\TipoCuentaRepository' => function () {
  135.     return ($this->privates['App\\Repository\\TipoCuentaRepository'] ?? $this->load('getTipoCuentaRepositoryService.php'));
  136. }, 'App\\Repository\\UnidadesRepository' => function () {
  137.     return ($this->privates['App\\Repository\\UnidadesRepository'] ?? $this->load('getUnidadesRepositoryService.php'));
  138. }, 'App\\Repository\\UsuarioRepository' => function () {
  139.     return ($this->privates['App\\Repository\\UsuarioRepository'] ?? $this->load('getUsuarioRepositoryService.php'));
  140. }])));
  141. return $instance;