9 lines
1.6 KiB
PHP
9 lines
1.6 KiB
PHP
<?php
|
|
|
|
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
|
|
|
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
|
|
// Returns the public 'mbo.cdc.context_builder' shared service.
|
|
|
|
return $this->services['mbo.cdc.context_builder'] = new \PrestaShop\Module\Mbo\Service\View\ContextBuilder(${($_ = isset($this->services['prestashop.adapter.legacy.context']) ? $this->services['prestashop.adapter.legacy.context'] : $this->getPrestashop_Adapter_Legacy_ContextService()) && false ?: '_'}, ${($_ = isset($this->services['prestashop.core.admin.module.repository']) ? $this->services['prestashop.core.admin.module.repository'] : $this->getPrestashop_Core_Admin_Module_RepositoryService()) && false ?: '_'}, ${($_ = isset($this->services['prestashop.router']) ? $this->services['prestashop.router'] : $this->load('getPrestashop_RouterService.php')) && false ?: '_'}, ${($_ = isset($this->services['mbo.cdc.distribution_authentication_provider']) ? $this->services['mbo.cdc.distribution_authentication_provider'] : $this->load('getMbo_Cdc_DistributionAuthenticationProviderService.php')) && false ?: '_'}, ${($_ = isset($this->services['doctrine.cache.provider']) ? $this->services['doctrine.cache.provider'] : ($this->services['doctrine.cache.provider'] = new \Doctrine\Common\Cache\FilesystemCache(($this->targetDirs[0].'/doctrine')))) && false ?: '_'}, ${($_ = isset($this->services['mbo.accounts.data_provider']) ? $this->services['mbo.accounts.data_provider'] : ($this->services['mbo.accounts.data_provider'] = new \PrestaShop\Module\Mbo\Accounts\Provider\AccountsDataProvider('5.2.5'))) && false ?: '_'});
|