var/cache/dev/ContainerNh6Q2J8/getSonata_Block_Cache_Handler_DefaultService.php line 20

Open in your IDE?
  1. <?php
  2. namespace ContainerNh6Q2J8;
  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 getSonata_Block_Cache_Handler_DefaultService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'sonata.block.cache.handler.default' shared service.
  12.      *
  13.      * @return \Sonata\BlockBundle\Cache\HttpCacheHandler
  14.      *
  15.      * @deprecated Since sonata-project/block-bundle 4.11: The "sonata.block.cache.handler.default" service is deprecated since sonata-project/block-bundle 4.11 and will be removed in 5.0.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('sonata-project/block-bundle''4.11''The "sonata.block.cache.handler.default" service is deprecated since sonata-project/block-bundle 4.11 and will be removed in 5.0.');
  20.         return $container->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler();
  21.     }
  22. }