var/cache/dev/ContainerMBEyLVQ/getTwig_CacheWarmerService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerMBEyLVQ;
  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 getTwig_CacheWarmerService extends appAppKernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'twig.cache_warmer' shared service.
  12.      *
  13.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  14.      *
  15.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('''''The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.');
  20.         return $container->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($container->privates['.service_locator.aq4MYft'] ?? $container->load('get_ServiceLocator_Aq4MYftService'))->withContext('twig.cache_warmer'$container), ($container->privates['templating.finder'] ?? $container->load('getTemplating_FinderService')), [(\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Sales/Resources/views') => 'Sales', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Accounts/Resources/views') => 'Accounts', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Datev/Resources/views') => 'Datev', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Purchase/Resources/views') => 'Purchase', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Inventory/Resources/views') => 'Inventory', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/FixedAsset/Resources/views') => 'FixedAsset', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Project/Resources/views') => 'Project', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Production/Resources/views') => 'Production', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Demo/Resources/views') => 'Demo', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/System/Resources/views') => 'System', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Loan/Resources/views') => 'Loan', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views') => 'HoneybeeWeb', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Task/Resources/views') => 'Task', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Buddybee/Resources/views') => 'Buddybee', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Authentication/Resources/views') => 'Authentication', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/MarketPlace/Resources/views') => 'MarketPlace', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/Sophia/Resources/views') => 'Sophia', (\dirname(__DIR__4).'/src/ApplicationBundle/Modules/OperationService/Resources/views') => 'OperationService', (\dirname(__DIR__4).'/src/CompanyGroupBundle/Modules/Blockchain/Resources/views') => 'Blockchain', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  21.     }
  22. }