var/cache/dev/Container3U8x176/getSylius_Grid_DataProviderService.php line 14

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 public 'sylius.grid.data_provider' shared service.
  6. include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Component/Data/DataProviderInterface.php';
  7. include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Component/Data/DataProvider.php';
  8. include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Component/Sorting/SorterInterface.php';
  9. include_once \dirname(__DIR__4).'/vendor/sylius/grid-bundle/src/Component/Sorting/Sorter.php';
  10. return $this->services['sylius.grid.data_provider'] = new \Sylius\Component\Grid\Data\DataProvider(($this->services['sylius.grid.data_source_provider'] ?? $this->load('getSylius_Grid_DataSourceProviderService.php')), ($this->services['sylius.grid.filters_applicator'] ?? $this->load('getSylius_Grid_FiltersApplicatorService.php')), ($this->services['sylius.grid.sorter'] ?? ($this->services['sylius.grid.sorter'] = new \Sylius\Component\Grid\Sorting\Sorter())));