var/cache/dev/ContainerNQm5Dx3/App_KernelDevDeDebugContainer.php line 8750

Open in your IDE?
  1. <?php
  2. namespace ContainerNQm5Dx3;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13. */
  14. class App_KernelDevDeDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43. '.container.private.session' => 'get_Container_Private_SessionService',
  44. '.container.private.twig' => 'get_Container_Private_TwigService',
  45. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46. 'App\\Action\\CartController' => 'getCartControllerService',
  47. 'App\\Action\\Category\\GetCategoryTreeAction' => 'getGetCategoryTreeActionService',
  48. 'App\\Action\\GetCTSearchresultAction' => 'getGetCTSearchresultActionService',
  49. 'App\\Action\\GetCartCountAction' => 'getGetCartCountActionService',
  50. 'App\\Action\\GetHomeAction' => 'getGetHomeActionService',
  51. 'App\\Action\\GetMenuSlotAction' => 'getGetMenuSlotActionService',
  52. 'App\\Action\\GetMoreCTSearchresultAction' => 'getGetMoreCTSearchresultActionService',
  53. 'App\\Action\\GetProductAttributeLabelByKey' => 'getGetProductAttributeLabelByKeyService',
  54. 'App\\Action\\GetProductBoxesBySkusAction' => 'getGetProductBoxesBySkusActionService',
  55. 'App\\Action\\GetProductGridBySkusAction' => 'getGetProductGridBySkusActionService',
  56. 'App\\Action\\GetProductSkusAction' => 'getGetProductSkusActionService',
  57. 'App\\Action\\GetSearchResultAction' => 'getGetSearchResultActionService',
  58. 'App\\Action\\GetStartUpAction' => 'getGetStartUpActionService',
  59. 'App\\Action\\GetStatusAction' => 'getGetStatusActionService',
  60. 'App\\Action\\GetStoryGridAction' => 'getGetStoryGridActionService',
  61. 'App\\Action\\GetStoryGridInitAction' => 'getGetStoryGridInitActionService',
  62. 'App\\Action\\LoggingAction' => 'getLoggingActionService',
  63. 'App\\Action\\OciBackgroundSearch' => 'getOciBackgroundSearchService',
  64. 'App\\Action\\Product\\GetDetailAction' => 'getGetDetailActionService',
  65. 'App\\Action\\Product\\GetDetailESAction' => 'getGetDetailESActionService',
  66. 'App\\Action\\Product\\GetProductsAction' => 'getGetProductsActionService',
  67. 'App\\Action\\RedirectAction' => 'getRedirectActionService',
  68. 'App\\Module\\Account\\Action\\ChangeCustomerEmailAction' => 'getChangeCustomerEmailActionService',
  69. 'App\\Module\\Account\\Action\\ChangeCustomerPasswordAction' => 'getChangeCustomerPasswordActionService',
  70. 'App\\Module\\Account\\Action\\GetDataAction' => 'getGetDataActionService',
  71. 'App\\Module\\Account\\Action\\GetLoginAction' => 'getGetLoginActionService',
  72. 'App\\Module\\Account\\Action\\GetOrdersAction' => 'getGetOrdersActionService',
  73. 'App\\Module\\Account\\Action\\GetOverviewAction' => 'getGetOverviewActionService',
  74. 'App\\Module\\Account\\Action\\PunchoutCXMLFactory' => 'getPunchoutCXMLFactoryService',
  75. 'App\\Module\\Account\\Action\\RegisterAccountAction' => 'getRegisterAccountActionService',
  76. 'App\\Module\\Account\\Action\\RequestPasswordAction' => 'getRequestPasswordActionService',
  77. 'App\\Module\\Account\\Action\\ResetPasswordAction' => 'getResetPasswordActionService',
  78. 'App\\Module\\Account\\Action\\StartOCISessionAction' => 'getStartOCISessionActionService',
  79. 'App\\Module\\Account\\Action\\StartOCISwitchAction' => 'getStartOCISwitchActionService',
  80. 'App\\Module\\Account\\Action\\StartcXMLSessionAction' => 'getStartcXMLSessionActionService',
  81. 'App\\Module\\Address\\Action\\CreateAddressAction' => 'getCreateAddressActionService',
  82. 'App\\Module\\Address\\Action\\GetAddressAction' => 'getGetAddressActionService',
  83. 'App\\Module\\Address\\Action\\GetModifyAddressModalAction' => 'getGetModifyAddressModalActionService',
  84. 'App\\Module\\Address\\Action\\ModifyAddressAction' => 'getModifyAddressActionService',
  85. 'App\\Module\\Address\\Action\\RemoveAddressAction' => 'getRemoveAddressActionService',
  86. 'App\\Module\\Api\\Action\\HrefLangAction' => 'getHrefLangActionService',
  87. 'App\\Module\\Cart\\Action\\ApplyVoucherAction' => 'getApplyVoucherActionService',
  88. 'App\\Module\\Cart\\Action\\CartPriceAction' => 'getCartPriceActionService',
  89. 'App\\Module\\Cart\\Action\\RemoveVoucherAction' => 'getRemoveVoucherActionService',
  90. 'App\\Module\\Catalog\\Action\\FacetService' => 'getFacetServiceService',
  91. 'App\\Module\\Catalog\\Action\\GetCatalogAction' => 'getGetCatalogActionService',
  92. 'App\\Module\\Catalog\\Action\\GetListingAction' => 'getGetListingActionService',
  93. 'App\\Module\\Catalog\\Action\\GetMoreProductsAction' => 'getGetMoreProductsActionService',
  94. 'App\\Module\\Checkout\\Action\\AddCartItemsToShoppingListAction' => 'getAddCartItemsToShoppingListActionService',
  95. 'App\\Module\\Checkout\\Action\\AddManyAction' => 'getAddManyActionService',
  96. 'App\\Module\\Checkout\\Action\\GetLoginAction' => 'getGetLoginAction2Service',
  97. 'App\\Module\\Checkout\\Action\\GetSuggestAction' => 'getGetSuggestActionService',
  98. 'App\\Module\\Checkout\\Action\\RegisterAction' => 'getRegisterActionService',
  99. 'App\\Module\\Cms\\Action\\DisplayExceptionAction' => 'getDisplayExceptionActionService',
  100. 'App\\Module\\Cms\\Action\\GetContentAction' => 'getGetContentActionService',
  101. 'App\\Module\\Mailing\\Action\\GetOptOutAction' => 'getGetOptOutActionService',
  102. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Mapper\\PriceResponseMapper' => 'getPriceResponseMapperService',
  103. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Mapper\\SapPriceRequestMapper' => 'getSapPriceRequestMapperService',
  104. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\SapPriceAction' => 'getSapPriceActionService',
  105. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Validator\\SapPriceRequestValidator' => 'getSapPriceRequestValidatorService',
  106. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Stock\\FilteredStockAction' => 'getFilteredStockActionService',
  107. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Stock\\Mapper\\FilteredStockMapper' => 'getFilteredStockMapperService',
  108. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Stock\\Validator\\FilteredStockRequestValidator' => 'getFilteredStockRequestValidatorService',
  109. 'App\\Module\\Paqato\\Action\\GetTrackingAction' => 'getGetTrackingActionService',
  110. 'App\\Module\\ShoppingList\\Action\\AddAction' => 'getAddActionService',
  111. 'App\\Module\\ShoppingList\\Action\\GetShoppingListAction' => 'getGetShoppingListActionService',
  112. 'App\\Module\\ShoppingList\\Action\\RemoveAction' => 'getRemoveActionService',
  113. 'App\\Module\\ShoppingList\\Action\\ShowForwardedListAction' => 'getShowForwardedListActionService',
  114. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController' => 'getCartController2Service',
  115. 'App\\Module\\ShortSimpleCheckout\\Controller\\CheckoutInputsController' => 'getCheckoutInputsControllerService',
  116. 'App\\Module\\ShortSimpleCheckout\\Controller\\ConfirmController' => 'getConfirmControllerService',
  117. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController' => 'getCustomFieldControllerService',
  118. 'App\\Module\\ShortSimpleCheckout\\Controller\\FinishController' => 'getFinishControllerService',
  119. 'App\\Module\\ShortSimpleCheckout\\Controller\\PaymentRedirectController' => 'getPaymentRedirectControllerService',
  120. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController' => 'getShippingPaymentControllerService',
  121. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  122. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  123. 'best_it.redis.storage.key_value' => 'getBestIt_Redis_Storage_KeyValueService',
  124. 'best_it_short_simple_checkout.controller_facade.cart_controller_facade' => 'getBestItShortSimpleCheckout_ControllerFacade_CartControllerFacadeService',
  125. 'best_it_short_simple_checkout.controller_facade.confirm_controller_facade' => 'getBestItShortSimpleCheckout_ControllerFacade_ConfirmControllerFacadeService',
  126. 'best_it_short_simple_checkout.controller_facade.custom_field_controller_facade' => 'getBestItShortSimpleCheckout_ControllerFacade_CustomFieldControllerFacadeService',
  127. 'best_it_short_simple_checkout.controller_facade.finish_controller_facade' => 'getBestItShortSimpleCheckout_ControllerFacade_FinishControllerFacadeService',
  128. 'best_it_short_simple_checkout.controller_facade.shipping_payment_controller_facade' => 'getBestItShortSimpleCheckout_ControllerFacade_ShippingPaymentControllerFacadeService',
  129. 'cache.app' => 'getCache_AppService',
  130. 'cache.app_clearer' => 'getCache_AppClearerService',
  131. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  132. 'cache.system' => 'getCache_SystemService',
  133. 'cache.system_clearer' => 'getCache_SystemClearerService',
  134. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  135. 'cache_warmer' => 'getCacheWarmerService',
  136. 'console.command_loader' => 'getConsole_CommandLoaderService',
  137. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  138. 'error_controller' => 'getErrorControllerService',
  139. 'event_dispatcher' => 'getEventDispatcherService',
  140. 'http_kernel' => 'getHttpKernelService',
  141. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  142. 'monolog.logger.cart' => 'getMonolog_Logger_CartService',
  143. 'monolog.logger.es' => 'getMonolog_Logger_EsService',
  144. 'monolog.logger.middlewareConnector' => 'getMonolog_Logger_MiddlewareConnectorService',
  145. 'monolog.logger.sap' => 'getMonolog_Logger_SapService',
  146. 'request_stack' => 'getRequestStackService',
  147. 'routing.loader' => 'getRouting_LoaderService',
  148. 'services_resetter' => 'getServicesResetterService',
  149. 'translator' => 'getTranslatorService',
  150. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  151. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  152. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  153. 'cache_clearer' => 'getCacheClearerService',
  154. 'filesystem' => 'getFilesystemService',
  155. 'serializer' => 'getSerializerService',
  156. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  157. 'form.factory' => 'getForm_FactoryService',
  158. 'form.type.file' => 'getForm_Type_FileService',
  159. 'profiler' => 'getProfilerService',
  160. 'twig' => 'getTwigService',
  161. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  162. 'security.token_storage' => 'getSecurity_TokenStorageService',
  163. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  164. 'session' => 'getSessionService',
  165. 'validator' => 'getValidatorService',
  166. ];
  167. $this->aliases = [
  168. ];
  169. $this->privates['service_container'] = function () {
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  176. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  177. include_once \dirname(__DIR__, 4).'/src/CommerceTool/CategoryProvider.php';
  178. include_once \dirname(__DIR__, 4).'/src/CommerceTool/ProductProvider.php';
  179. include_once \dirname(__DIR__, 4).'/src/CommerceTool/ProductSearchProvider.php';
  180. include_once \dirname(__DIR__, 4).'/src/Infrastructure/Logger/RequestDecoratorProcessor.php';
  181. include_once \dirname(__DIR__, 4).'/src/Infrastructure/Logger/RequestDetailsLogger.php';
  182. include_once \dirname(__DIR__, 4).'/src/Integration/Frontend/Formatter/PriceFormatter.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  184. include_once \dirname(__DIR__, 4).'/src/Locale/LocaleListener.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserInterface.php';
  186. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Customer/CustomerInterface.php';
  187. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Model/DeniosCustomerInterface.php';
  188. include_once \dirname(__DIR__, 4).'/src/Module/Account/Entity/User.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Repository/ObjectRepository.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Model/ByKeySearchRepositoryInterface.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Model/ByKeySearchRepositoryTrait.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Helper/DocumentManagerAwareTrait.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Helper/QueryHelperAwareTrait.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-async-pool/src/PoolAwareTrait.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Helper/FilterManagerAwareTrait.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Repository/DefaultRepository.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Model/DefaultRepository.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Repository/ServiceEntityRepository.php';
  202. include_once \dirname(__DIR__, 4).'/src/Repository/CustomerRepository.php';
  203. include_once \dirname(__DIR__, 4).'/src/Module/Account/Repository/CustomerRepository.php';
  204. include_once \dirname(__DIR__, 4).'/src/Module/Account/Subscriber/ExcludeVatSubscriber.php';
  205. include_once \dirname(__DIR__, 4).'/src/Module/Api/UrlProvider.php';
  206. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Builder/StorefrontFacetBuilder.php';
  207. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Builder/StorefrontFacet/FacetBuilderInterface.php';
  208. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Builder/StorefrontFacet/SliderFacetBuilder.php';
  209. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Builder/StorefrontFacet/AbstractFacetBuilder.php';
  210. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Builder/StorefrontFacet/SelectionFacetBuilder.php';
  211. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Builder/StorefrontFacet/Option/OptionBuilder.php';
  212. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Builder/StorefrontFacet/NumberSelectionFacetBuilder.php';
  213. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Provider/CategoryTreeProvider.php';
  214. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Normalizer/CartNormalizerInterface.php';
  215. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Normalizer/CartNormalizer.php';
  216. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Normalizer/LineItemNormalizer.php';
  217. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Provider/Customer/CustomerProviderInterface.php';
  218. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Provider/DeniosCustomerProviderInterface.php';
  219. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Provider/AnonymousCustomerProviderDecorator.php';
  220. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Provider/Customer/CustomerProvider.php';
  221. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Provider/Cart/CartProviderInterface.php';
  222. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Provider/CartProvider.php';
  223. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Infrastructure/Repository/Commercetools/AbstractSdkRepository.php';
  224. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Repository/Commercetools/ShippingMethodRepository.php';
  225. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Infrastructure/Repository/Commercetools/SdkShippingMethodRepository.php';
  226. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/CartCustomFieldSubscriber.php';
  227. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Provider/CmsContentProvider.php';
  228. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Provider/CmsUnpublishedContentProvider.php';
  229. include_once \dirname(__DIR__, 4).'/src/Module/StoryblokService/Business/StoryblokClient.php';
  230. include_once \dirname(__DIR__, 4).'/src/Module/StoryblokService/Business/PreviewStoryblokClient.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  233. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Business/Factory/UriCleanerTrait.php';
  234. include_once \dirname(__DIR__, 4).'/src/Shared/Business/Factory/BaseHttpClientFactory.php';
  235. include_once \dirname(__DIR__, 4).'/src/Module/StoryblokService/Business/Factory/HttpClientFactory.php';
  236. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Repository/StoryRepository.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/storyblok/php-client/src/Storyblok/BaseClient.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/storyblok/php-client/src/Storyblok/Client.php';
  239. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Subscriber/PreviewSubscriber.php';
  240. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Business/Http/Client/CacheManager.php';
  241. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Repository/Commercetools/CartRepository.php';
  242. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Infrastructure/Repository/Commercetools/SdkCartRepository.php';
  243. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Facade/ShoppingListFacade.php';
  244. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Generator/LinkGenerator.php';
  245. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Manager/ShoppingListManager.php';
  246. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Provider/ShoppingListProvider.php';
  247. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Repository/ShoppingListRepository.php';
  248. include_once \dirname(__DIR__, 4).'/src/Module/Store/Integration/Subscriber/LocaleSubscriber.php';
  249. include_once \dirname(__DIR__, 4).'/src/Provider/ProductProvider.php';
  250. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Builder/StorefrontFilterBuilder.php';
  251. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Parser/StorefrontFacetInputNameParser.php';
  252. include_once \dirname(__DIR__, 4).'/src/Subscriber/DownloadTokenSubscriber.php';
  253. include_once \dirname(__DIR__, 4).'/src/Subscriber/LoggRequestSubscriber.php';
  254. include_once \dirname(__DIR__, 4).'/src/Subscriber/PunchoutCookiePolicySubscriber.php';
  255. include_once \dirname(__DIR__, 4).'/src/Subscriber/PunchoutLoginSubscriber.php';
  256. include_once \dirname(__DIR__, 4).'/src/Subscriber/SecurityHeaderSubscriber.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/commercetools/commercetools-sdk/lib/commercetools-base/src/Client/ApiResource.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/commercetools/commercetools-sdk/lib/commercetools-api/src/Client/ApiRequestBuilder.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/commercetools/commercetools-sdk/src/Client/ApiRequestBuilder.php';
  260. include_once \dirname(__DIR__, 4).'/src/Infrastructure/Commercetools/Api/Factory/ApiRequestBuilderFactory.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/commercetools/php-sdk/src/Core/AbstractHttpClient.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/commercetools/php-sdk/src/Core/Client.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm-bundle/src/Factory/ClientFactory.php';
  264. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Commercetools/SimpleClientFactory.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Repository/CartRepository.php';
  266. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/GivenOrderValidatorEventSubscriber.php';
  267. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Validator/Order/OrderValidatorInterface.php';
  268. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Validator/OrderValidatorDecorator.php';
  269. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Validator/Order/OrderValidator.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php';
  271. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Elasticsearch/ClientFactory.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/unzerdev/php-sdk/src/Interfaces/UnzerParentInterface.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/unzerdev/php-sdk/src/Interfaces/PaymentServiceInterface.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/unzerdev/php-sdk/src/Interfaces/ResourceServiceInterface.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/unzerdev/php-sdk/src/Interfaces/WebhookServiceInterface.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/unzerdev/php-sdk/src/Interfaces/CancelServiceInterface.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/unzerdev/php-sdk/src/Unzer.php';
  278. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Factory/UnzerClientFactory.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  284. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Factory/StripeClientFactory.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Filter/FilterManagerInterface.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Filter/FilterManager.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/DocumentManagerInterface.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/ClientAwareTrait.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/MetadataFactoryAwareTrait.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/DocumentManager.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadataFactory.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Mapping/ClassMetadataFactory.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Mapping/Driver/AnnotationDriver.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/commercetools/php-sdk/src/Commons/Helper/QueryHelper.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/RepositoryFactoryInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/RepositoryFactory.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/UnitOfWorkFactoryInterface.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/ActionBuilderProcessorAwareTrait.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Helper/EventManagerAwareTrait.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Helper/ListenerInvokerAwareTrait.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/UnitOfWorkFactory.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/ActionBuilder/ActionBuilderProcessorInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/ActionBuilder/ActionBuilderComposite.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/ActionBuilder/ActionBuilderFactoryInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/ActionBuilder/ActionBuilderFactory.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Event/ListenersInvoker.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/best-it/redis-bundle/src/Storage/StorageClientInterface.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/best-it/redis-bundle/src/Storage/StorageClient.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/best-it/routing-bundle/src/Router/ChainRouterInterface.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/best-it/routing-bundle/src/Router/ChainRouter.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/best-it/routing-bundle/src/Router/AbstractRouter.php';
  478. include_once \dirname(__DIR__, 4).'/src/Routing/AbstractCommerceRouter.php';
  479. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Routing/CategoryRouter.php';
  480. include_once \dirname(__DIR__, 4).'/src/Locale/LocaleResolver.php';
  481. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Routing/CmsRedirectRouter.php';
  482. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Routing/CmsRouter.php';
  483. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Routing/PreviewRouter.php';
  484. include_once \dirname(__DIR__, 4).'/src/Routing/DefaultLocaleRedirectRouter.php';
  485. include_once \dirname(__DIR__, 4).'/src/Routing/I18nRouter.php';
  486. include_once \dirname(__DIR__, 4).'/src/Routing/I18nLoader.php';
  487. include_once \dirname(__DIR__, 4).'/src/Routing/ProductRouter.php';
  488. include_once \dirname(__DIR__, 4).'/src/Routing/StatusRouter.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/ClientInterface.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Client.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Connection/ParametersInterface.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Connection/Parameters.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Factory/PredisParametersFactory.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Configuration/OptionsInterface.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Configuration/Options.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Connection/FactoryInterface.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Connection/Factory.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Client/Predis/Connection/ConnectionFactory.php';
  529. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Persistence/CheckoutCartPersisterInterface.php';
  530. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Persistence/CheckoutCartPersister.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Repository/OrderRepositoryInterface.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Repository/OrderRepository.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm/src/Model/ProductProjectionRepository.php';
  534. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartRequiredListener.php';
  535. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Validator/Cart/CartValidatorInterface.php';
  536. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Validator/Cart/CartValidator.php';
  537. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Validator/Cart/EmptyCartValidator.php';
  538. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Validator/AddressMissingValidatorDecorator.php';
  539. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Validator/Cart/AddressMissingValidator.php';
  540. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Validator/Cart/PaymentTypeValidator.php';
  541. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Validator/UnpublishLineItemValidatorDecorator.php';
  542. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Validator/Cart/UnpublishLineItemValidator.php';
  543. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Validator/CartHasBillingAddressOrUserLogin.php';
  544. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Validator/CartHasPricesValidator.php';
  545. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Validator/Cart/CartPricesChangedValidator.php';
  546. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/CustomField/PaymentTypeAccessor.php';
  547. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Manager/FlashBagManagerInterface.php';
  548. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Manager/FlashBagManager.php';
  549. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/CustomField/ObjectHandler.php';
  550. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/CustomField/ConfigBag.php';
  551. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/CustomField/Validator.php';
  552. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/CustomField/Transformer.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataTransformerInterface.php';
  554. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/CustomField/Transformer/StringToIntegerTransformer.php';
  555. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Manager/PaymentTypeManagerInterface.php';
  556. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Manager/PaymentTypeManager.php';
  557. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Collector/PaymentTypeCollector.php';
  558. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Adapter/PaymentTypeAdapterInterface.php';
  559. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Adapter/AbstractPaymentTypeAdapter.php';
  560. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/AbstractPaymentTypeAdapter.php';
  561. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Denios/InvoiceAdapter.php';
  562. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Denios/PrePaymentAdapter.php';
  563. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Stripe/AbstractStripePaymentTypeAdapter.php';
  564. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Stripe/AllPaymentTypesAdapter.php';
  565. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Stripe/CreditCardAdapter.php';
  566. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/AbstractUnzerPaymentTypeAdapter.php';
  567. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/BancontactAdapter.php';
  568. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/CreditCardAdapter.php';
  569. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/IdealAdapter.php';
  570. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/PayPalAdapter.php';
  571. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/PostfinanceAdapter.php';
  572. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/Przelewy24Adapter.php';
  573. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/SofortAdapter.php';
  574. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Collector/PaymentHandlerCollector.php';
  575. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Handler/PaymentHandlerInterface.php';
  576. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Handler/AbstractPaymentHandler.php';
  577. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Handler/DeniosHandler.php';
  578. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Helper/Stripe/MetadataSanitiserTrait.php';
  579. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Helper/PaymentResourceTrait.php';
  580. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Handler/StripeHandler.php';
  581. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Factory/StripePaymentIntentFactory.php';
  582. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Helper/Unzer/OrderIdSanitiserTrait.php';
  583. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Handler/UnzerHandler.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  591. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/Facade/CartControllerFacadeInterface.php';
  592. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/Facade/CartControllerFacade.php';
  593. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Provider/DistributionChannelProvider.php';
  594. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/Facade/CustomFieldControllerFacadeInterface.php';
  595. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/Facade/CustomFieldControllerFacade.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  660. include_once \dirname(__DIR__, 4).'/src/Module/Account/Twig/Globals/UserExtension.php';
  661. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Twig/Globals/CategoryTreeExtension.php';
  662. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Twig/Functions/CheckoutExtension.php';
  663. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Generator/LinkGenerator.php';
  664. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Builder/ForwardCartBuilder.php';
  665. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Twig/Globals/CartExtension.php';
  666. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Twig/Functions/PunchoutProductExtension.php';
  667. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Twig/Functions/StoryblokExtension.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/storyblok/richtext-resolver/src/Schema.php';
  669. include_once \dirname(__DIR__, 4).'/src/Module/Cms/RichText/InternalLinkAwareRichTextSchema.php';
  670. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Twig/Functions/StoryblokIncludeExtension.php';
  671. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Twig/Globals/CmsExtension.php';
  672. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Twig/Functions/ShoppingListExtension.php';
  673. include_once \dirname(__DIR__, 4).'/src/Twig/Filters/AttributesExtension.php';
  674. include_once \dirname(__DIR__, 4).'/src/Twig/Filters/Base64Extension.php';
  675. include_once \dirname(__DIR__, 4).'/src/Twig/Filters/ComponentDataExtension.php';
  676. include_once \dirname(__DIR__, 4).'/src/Twig/Filters/CustomEmptyTextFallbackTranslatorExtension.php';
  677. include_once \dirname(__DIR__, 4).'/src/Twig/Filters/CustomPunchoutTranslatorExtension.php';
  678. include_once \dirname(__DIR__, 4).'/src/Twig/Filters/JsonDecodeExtension.php';
  679. include_once \dirname(__DIR__, 4).'/src/Twig/Filters/PrepareForCssContentAttributeExtension.php';
  680. include_once \dirname(__DIR__, 4).'/src/Twig/Filters/PriceExtension.php';
  681. include_once \dirname(__DIR__, 4).'/src/Twig/Filters/TagWrapExtension.php';
  682. include_once \dirname(__DIR__, 4).'/src/Twig/Filters/UniqueExtension.php';
  683. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/AddressExtension.php';
  684. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/CategorieExtension.php';
  685. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/ConditionalLinkExtension.php';
  686. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/CrossSellExtension.php';
  687. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/CtEnvironmentByEnvExtension.php';
  688. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/CustomTranslatorExtension.php';
  689. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/DownloadExtension.php';
  690. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/FormExtension.php';
  691. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/HashExtension.php';
  692. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/JsonExtension.php';
  693. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/LoggerExtension.php';
  694. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/LogoExtension.php';
  695. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/PageEndHtmlExtension.php';
  696. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/ProductExtension.php';
  697. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/SortOptionsExtension.php';
  698. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/UniqidExtension.php';
  699. include_once \dirname(__DIR__, 4).'/src/Twig/Functions/UrlProviderExtension.php';
  700. include_once \dirname(__DIR__, 4).'/src/Twig/Globals/StoreContextExtension.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/gglnx/twig-try-catch/src/Extension/TryCatchExtension.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
  713. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Twig/CsrfTokenExtension.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  726. include_once __DIR__.'/proxy-classes.php';
  727. };
  728. }
  729. public function compile(): void
  730. {
  731. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  732. }
  733. public function isCompiled(): bool
  734. {
  735. return true;
  736. }
  737. public function getRemovedIds(): array
  738. {
  739. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  740. }
  741. protected function createProxy($class, \Closure $factory)
  742. {
  743. return $factory();
  744. }
  745. /**
  746. * Gets the public '.container.private.cache_clearer' shared service.
  747. *
  748. * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  749. */
  750. protected function get_Container_Private_CacheClearerService()
  751. {
  752. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  754. return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  755. yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  756. }, 1));
  757. }
  758. /**
  759. * Gets the public '.container.private.filesystem' shared service.
  760. *
  761. * @return \Symfony\Component\Filesystem\Filesystem
  762. */
  763. protected function get_Container_Private_FilesystemService()
  764. {
  765. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  766. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  767. }
  768. /**
  769. * Gets the public '.container.private.form.factory' shared service.
  770. *
  771. * @return \Symfony\Component\Form\FormFactory
  772. */
  773. protected function get_Container_Private_Form_FactoryService()
  774. {
  775. $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  776. if (isset($this->services['.container.private.form.factory'])) {
  777. return $this->services['.container.private.form.factory'];
  778. }
  779. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  780. }
  781. /**
  782. * Gets the public '.container.private.form.type.file' shared service.
  783. *
  784. * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  785. */
  786. protected function get_Container_Private_Form_Type_FileService()
  787. {
  788. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  789. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  790. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  791. return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  792. }
  793. /**
  794. * Gets the public '.container.private.profiler' shared service.
  795. *
  796. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  797. */
  798. protected function get_Container_Private_ProfilerService()
  799. {
  800. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  801. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  802. $a->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  803. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  804. $a->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  805. $a->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  806. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  807. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  808. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  809. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  810. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  811. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  812. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  813. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  814. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  815. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  816. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  817. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  818. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  819. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  820. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  821. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  822. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  823. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  824. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  825. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  826. if ($this->has('kernel')) {
  827. $g->setKernel($b);
  828. }
  829. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  830. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  831. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  832. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  833. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  834. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  835. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  836. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDeDebugContainer'), $c));
  837. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  838. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  839. $instance->add($d);
  840. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  841. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  842. $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  843. $instance->add($e);
  844. $instance->add($f);
  845. $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService())));
  846. $instance->add($g);
  847. return $instance;
  848. }
  849. /**
  850. * Gets the public '.container.private.security.authorization_checker' shared service.
  851. *
  852. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  853. */
  854. protected function get_Container_Private_Security_AuthorizationCheckerService()
  855. {
  856. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  857. if (isset($this->services['.container.private.security.authorization_checker'])) {
  858. return $this->services['.container.private.security.authorization_checker'];
  859. }
  860. return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false);
  861. }
  862. /**
  863. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  864. *
  865. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  866. */
  867. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  868. {
  869. return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  870. }
  871. /**
  872. * Gets the public '.container.private.security.password_encoder' shared service.
  873. *
  874. * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  875. *
  876. * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  877. */
  878. protected function get_Container_Private_Security_PasswordEncoderService()
  879. {
  880. trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  881. return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  882. }
  883. /**
  884. * Gets the public '.container.private.security.token_storage' shared service.
  885. *
  886. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  887. */
  888. protected function get_Container_Private_Security_TokenStorageService()
  889. {
  890. return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  891. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  892. ], [
  893. 'request_stack' => '?',
  894. ]));
  895. }
  896. /**
  897. * Gets the public '.container.private.serializer' shared service.
  898. *
  899. * @return \Symfony\Component\Serializer\Serializer
  900. */
  901. protected function get_Container_Private_SerializerService()
  902. {
  903. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  904. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  905. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  906. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  907. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  908. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  909. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  910. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  911. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  912. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  913. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  914. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  915. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  916. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  917. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  918. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  919. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  920. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  921. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  922. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  923. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  924. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  925. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  926. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  927. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  928. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  929. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  930. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  931. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  932. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  933. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  934. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  935. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  936. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  937. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  938. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  939. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  940. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  941. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  942. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  943. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  944. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  945. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  946. $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  947. $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  948. $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  949. $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  950. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 2 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 3 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 4 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 5 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 6 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 7 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(NULL), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b, $c, $a, $d, new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b), NULL, [], $d)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  951. }
  952. /**
  953. * Gets the public '.container.private.session' shared service.
  954. *
  955. * @return \Symfony\Component\HttpFoundation\Session\Session
  956. */
  957. protected function get_Container_Private_SessionService()
  958. {
  959. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  960. if (isset($this->services['.container.private.session'])) {
  961. return $this->services['.container.private.session'];
  962. }
  963. return $this->services['.container.private.session'] = $a->createSession();
  964. }
  965. /**
  966. * Gets the public '.container.private.twig' shared service.
  967. *
  968. * @return \Twig\Environment
  969. */
  970. protected function get_Container_Private_TwigService()
  971. {
  972. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  973. $a->addPath((\dirname(__DIR__, 4).'/templates/'.$this->getEnv('string:TEMPLATE_THEME')));
  974. $a->addPath((\dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Resources/views'));
  975. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  976. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  977. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  978. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  979. $a->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  980. $a->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  981. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  982. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  983. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  984. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  985. $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  986. $e = ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService());
  987. $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  988. $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  989. $h = ($this->privates['App\\Module\\Catalog\\Provider\\CategoryTreeProvider'] ?? $this->getCategoryTreeProviderService());
  990. $i = ($this->privates['App\\Module\\Checkout\\Provider\\CartProvider'] ?? $this->getCartProviderService());
  991. $j = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  992. $k = ($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService());
  993. $l = ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService());
  994. $m = ($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService());
  995. $n = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  996. $n->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
  997. $o = new \Symfony\Bridge\Twig\AppVariable();
  998. $o->setEnvironment('dev');
  999. $o->setDebug(true);
  1000. if ($this->has('.container.private.security.token_storage')) {
  1001. $o->setTokenStorage($g);
  1002. }
  1003. if ($this->has('request_stack')) {
  1004. $o->setRequestStack($f);
  1005. }
  1006. $p = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1007. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1008. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1009. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1010. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1011. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
  1012. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1013. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1014. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  1015. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1016. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $e)));
  1017. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1018. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1019. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1020. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  1021. $instance->addExtension(new \App\Module\Account\Twig\Globals\UserExtension(($this->privates['App\\Module\\Account\\Entity\\User'] ?? $this->getUserService())));
  1022. $instance->addExtension(new \App\Module\Catalog\Twig\Globals\CategoryTreeExtension($h));
  1023. $instance->addExtension(new \App\Module\Checkout\Twig\Functions\CheckoutExtension(new \App\Module\Checkout\Generator\LinkGenerator($e, new \App\Module\Checkout\Builder\ForwardCartBuilder($i))));
  1024. $instance->addExtension(new \App\Module\Checkout\Twig\Globals\CartExtension($i, ($this->privates['App\\Module\\Checkout\\Normalizer\\CartNormalizer'] ?? $this->getCartNormalizerService()), ($this->services['best_it_short_simple_checkout.controller_facade.cart_controller_facade'] ?? $this->getBestItShortSimpleCheckout_ControllerFacade_CartControllerFacadeService())));
  1025. $instance->addExtension(new \App\Module\Cms\Twig\Functions\PunchoutProductExtension());
  1026. $instance->addExtension(new \App\Module\Cms\Twig\Functions\StoryblokExtension($j, $k, new \App\Module\Cms\RichText\InternalLinkAwareRichTextSchema($k), $h));
  1027. $instance->addExtension(new \App\Module\Cms\Twig\Functions\StoryblokIncludeExtension($instance));
  1028. $instance->addExtension(new \App\Module\Cms\Twig\Globals\CmsExtension($k));
  1029. $instance->addExtension(new \App\Module\ShoppingList\Twig\Functions\ShoppingListExtension(($this->privates['App\\Module\\ShoppingList\\Facade\\ShoppingListFacade'] ?? $this->getShoppingListFacadeService()), ($this->privates['App\\Module\\ShoppingList\\Generator\\LinkGenerator'] ?? $this->getLinkGeneratorService())));
  1030. $instance->addExtension(new \App\Twig\Filters\AttributesExtension());
  1031. $instance->addExtension(new \App\Twig\Filters\Base64Extension());
  1032. $instance->addExtension(new \App\Twig\Filters\ComponentDataExtension());
  1033. $instance->addExtension(new \App\Twig\Filters\CustomEmptyTextFallbackTranslatorExtension($c));
  1034. $instance->addExtension(new \App\Twig\Filters\CustomPunchoutTranslatorExtension($c, $l));
  1035. $instance->addExtension(new \App\Twig\Filters\JsonDecodeExtension($j));
  1036. $instance->addExtension(new \App\Twig\Filters\PrepareForCssContentAttributeExtension());
  1037. $instance->addExtension(new \App\Twig\Filters\PriceExtension($l, ($this->privates['App\\Integration\\Frontend\\Formatter\\PriceFormatter'] ?? $this->getPriceFormatterService())));
  1038. $instance->addExtension(new \App\Twig\Filters\TagWrapExtension());
  1039. $instance->addExtension(new \App\Twig\Filters\UniqueExtension());
  1040. $instance->addExtension(new \App\Twig\Functions\AddressExtension());
  1041. $instance->addExtension(new \App\Twig\Functions\CategorieExtension(($this->privates['App\\CommerceTool\\CategoryProvider'] ?? $this->getCategoryProviderService())));
  1042. $instance->addExtension(new \App\Twig\Functions\ConditionalLinkExtension());
  1043. $instance->addExtension(new \App\Twig\Functions\CrossSellExtension($c));
  1044. $instance->addExtension(new \App\Twig\Functions\CtEnvironmentByEnvExtension(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
  1045. $instance->addExtension(new \App\Twig\Functions\CustomTranslatorExtension($c));
  1046. $instance->addExtension(new \App\Twig\Functions\DownloadExtension(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $this->getEnv('string:FORMSERVICE').'/file/', $this->getEnv('DOWNLOAD_JWT_PRIVATE_KEY'), $j));
  1047. $instance->addExtension(new \App\Twig\Functions\FormExtension(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService())));
  1048. $instance->addExtension(new \App\Twig\Functions\HashExtension());
  1049. $instance->addExtension(new \App\Twig\Functions\JsonExtension());
  1050. $instance->addExtension(new \App\Twig\Functions\LoggerExtension($j));
  1051. $instance->addExtension(new \App\Twig\Functions\LogoExtension());
  1052. $instance->addExtension(new \App\Twig\Functions\PageEndHtmlExtension());
  1053. $instance->addExtension(new \App\Twig\Functions\ProductExtension($m, ($this->privates['App\\CommerceTool\\ProductProvider'] ?? $this->getProductProvider2Service())));
  1054. $instance->addExtension(new \App\Twig\Functions\SortOptionsExtension($c));
  1055. $instance->addExtension(new \App\Twig\Functions\UniqidExtension());
  1056. $instance->addExtension(new \App\Twig\Functions\UrlProviderExtension(($this->privates['App\\Module\\Api\\UrlProvider'] ?? $this->getUrlProviderService()), $m));
  1057. $instance->addExtension(new \App\Twig\Globals\StoreContextExtension($l));
  1058. $instance->addExtension(new \Gglnx\TwigTryCatch\Extension\TryCatchExtension());
  1059. $instance->addExtension(new \Twig\Extension\DebugExtension());
  1060. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1061. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  1062. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', false],
  1063. ], [
  1064. 'webpack_encore.entrypoint_lookup_collection' => '?',
  1065. 'webpack_encore.tag_renderer' => '?',
  1066. ])));
  1067. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1068. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($n));
  1069. $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  1070. $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1071. $instance->addExtension(new \App\Module\ShortSimpleCheckout\Twig\CsrfTokenExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  1072. $instance->addGlobal('app', $o);
  1073. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1074. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
  1075. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
  1076. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
  1077. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
  1078. 'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates', 'twig.runtime.markdown', 'getTwig_Runtime_MarkdownService', false],
  1079. ], [
  1080. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1081. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1082. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1083. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1084. 'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  1085. ])));
  1086. $instance->addGlobal('formservice', $this->getEnv('FORMSERVICE'));
  1087. $instance->addGlobal('imageservice', $this->getEnv('IMAGESERVICE'));
  1088. $instance->addGlobal('orbitvuBaseUrl', 'https://live-contentserv-12o252nbkif6f-assetsbucket-17mc55qvsj9bm.s3.eu-central-1.amazonaws.com/360/');
  1089. $instance->addGlobal('frc_sitekey', $this->getEnv('FRC_SITEKEY'));
  1090. $instance->registerUndefinedFilterCallback([0 => $p, 1 => 'suggestFilter']);
  1091. $instance->registerUndefinedFunctionCallback([0 => $p, 1 => 'suggestFunction']);
  1092. $instance->registerUndefinedTokenParserCallback([0 => $p, 1 => 'suggestTag']);
  1093. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1094. return $instance;
  1095. }
  1096. /**
  1097. * Gets the public '.container.private.validator' shared service.
  1098. *
  1099. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1100. */
  1101. protected function get_Container_Private_ValidatorService()
  1102. {
  1103. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1104. }
  1105. /**
  1106. * Gets the public 'App\Action\CartController' shared autowired service.
  1107. *
  1108. * @return \App\Action\CartController
  1109. */
  1110. protected function getCartControllerService()
  1111. {
  1112. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartRequiredInterface.php';
  1113. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/CartController.php';
  1114. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartValidateInterface.php';
  1115. include_once \dirname(__DIR__, 4).'/src/Action/CartController.php';
  1116. return $this->services['App\\Action\\CartController'] = new \App\Action\CartController(($this->services['best_it_short_simple_checkout.controller_facade.cart_controller_facade'] ?? $this->getBestItShortSimpleCheckout_ControllerFacade_CartControllerFacadeService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), 'pages/cart/get_cart.html.twig', ($this->privates['App\\Module\\ShortSimpleCheckout\\Resolver\\SkuResolver'] ?? $this->getSkuResolverService()), ($this->privates['App\\Module\\Inquiry\\Business\\Builder\\InquiryDataBuilder'] ?? $this->getInquiryDataBuilderService()), ($this->privates['App\\Module\\Checkout\\Normalizer\\CartNormalizer'] ?? $this->getCartNormalizerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1117. }
  1118. /**
  1119. * Gets the public 'App\Action\Category\GetCategoryTreeAction' shared autowired service.
  1120. *
  1121. * @return \App\Action\Category\GetCategoryTreeAction
  1122. */
  1123. protected function getGetCategoryTreeActionService()
  1124. {
  1125. include_once \dirname(__DIR__, 4).'/src/Action/Category/GetCategoryTreeAction.php';
  1126. return $this->services['App\\Action\\Category\\GetCategoryTreeAction'] = new \App\Action\Category\GetCategoryTreeAction(($this->privates['App\\Module\\Catalog\\Provider\\CategoryTreeProvider'] ?? $this->getCategoryTreeProviderService()));
  1127. }
  1128. /**
  1129. * Gets the public 'App\Action\GetCTSearchresultAction' shared autowired service.
  1130. *
  1131. * @return \App\Action\GetCTSearchresultAction
  1132. */
  1133. protected function getGetCTSearchresultActionService()
  1134. {
  1135. include_once \dirname(__DIR__, 4).'/src/Action/GetCTSearchresultAction.php';
  1136. return $this->services['App\\Action\\GetCTSearchresultAction'] = new \App\Action\GetCTSearchresultAction();
  1137. }
  1138. /**
  1139. * Gets the public 'App\Action\GetCartCountAction' shared autowired service.
  1140. *
  1141. * @return \App\Action\GetCartCountAction
  1142. */
  1143. protected function getGetCartCountActionService()
  1144. {
  1145. include_once \dirname(__DIR__, 4).'/src/Action/GetCartCountAction.php';
  1146. return $this->services['App\\Action\\GetCartCountAction'] = new \App\Action\GetCartCountAction(($this->privates['App\\Module\\Checkout\\Provider\\CartProvider'] ?? $this->getCartProviderService()));
  1147. }
  1148. /**
  1149. * Gets the public 'App\Action\GetHomeAction' shared autowired service.
  1150. *
  1151. * @return \App\Action\GetHomeAction
  1152. */
  1153. protected function getGetHomeActionService()
  1154. {
  1155. include_once \dirname(__DIR__, 4).'/src/Action/GetHomeAction.php';
  1156. return $this->services['App\\Action\\GetHomeAction'] = new \App\Action\GetHomeAction();
  1157. }
  1158. /**
  1159. * Gets the public 'App\Action\GetMenuSlotAction' shared autowired service.
  1160. *
  1161. * @return \App\Action\GetMenuSlotAction
  1162. */
  1163. protected function getGetMenuSlotActionService()
  1164. {
  1165. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1166. include_once \dirname(__DIR__, 4).'/src/Action/GetMenuSlotAction.php';
  1167. $this->services['App\\Action\\GetMenuSlotAction'] = $instance = new \App\Action\GetMenuSlotAction(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()));
  1168. $instance->setContainer(($this->privates['.service_locator.7mKyeHz'] ?? $this->get_ServiceLocator_7mKyeHzService())->withContext('App\\Action\\GetMenuSlotAction', $this));
  1169. return $instance;
  1170. }
  1171. /**
  1172. * Gets the public 'App\Action\GetMoreCTSearchresultAction' shared autowired service.
  1173. *
  1174. * @return \App\Action\GetMoreCTSearchresultAction
  1175. */
  1176. protected function getGetMoreCTSearchresultActionService()
  1177. {
  1178. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1179. include_once \dirname(__DIR__, 4).'/src/Action/GetMoreCTSearchresultAction.php';
  1180. $this->services['App\\Action\\GetMoreCTSearchresultAction'] = $instance = new \App\Action\GetMoreCTSearchresultAction(($this->privates['App\\CommerceTool\\ProductProvider'] ?? $this->getProductProvider2Service()));
  1181. $instance->setContainer(($this->privates['.service_locator.7mKyeHz'] ?? $this->get_ServiceLocator_7mKyeHzService())->withContext('App\\Action\\GetMoreCTSearchresultAction', $this));
  1182. return $instance;
  1183. }
  1184. /**
  1185. * Gets the public 'App\Action\GetProductAttributeLabelByKey' shared autowired service.
  1186. *
  1187. * @return \App\Action\GetProductAttributeLabelByKey
  1188. */
  1189. protected function getGetProductAttributeLabelByKeyService()
  1190. {
  1191. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1192. include_once \dirname(__DIR__, 4).'/src/Action/GetProductAttributeLabelByKey.php';
  1193. $this->services['App\\Action\\GetProductAttributeLabelByKey'] = $instance = new \App\Action\GetProductAttributeLabelByKey(($this->privates['Commercetools\\Core\\Client'] ?? $this->getClientService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->services['best_it.redis.storage.key_value'] ?? $this->getBestIt_Redis_Storage_KeyValueService()));
  1194. $instance->setContainer(($this->privates['.service_locator.7mKyeHz'] ?? $this->get_ServiceLocator_7mKyeHzService())->withContext('App\\Action\\GetProductAttributeLabelByKey', $this));
  1195. return $instance;
  1196. }
  1197. /**
  1198. * Gets the public 'App\Action\GetProductBoxesBySkusAction' shared autowired service.
  1199. *
  1200. * @return \App\Action\GetProductBoxesBySkusAction
  1201. */
  1202. protected function getGetProductBoxesBySkusActionService()
  1203. {
  1204. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1205. include_once \dirname(__DIR__, 4).'/src/Action/GetProductBoxesBySkusAction.php';
  1206. $this->services['App\\Action\\GetProductBoxesBySkusAction'] = $instance = new \App\Action\GetProductBoxesBySkusAction(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1207. $instance->setContainer(($this->privates['.service_locator.7mKyeHz'] ?? $this->get_ServiceLocator_7mKyeHzService())->withContext('App\\Action\\GetProductBoxesBySkusAction', $this));
  1208. return $instance;
  1209. }
  1210. /**
  1211. * Gets the public 'App\Action\GetProductGridBySkusAction' shared autowired service.
  1212. *
  1213. * @return \App\Action\GetProductGridBySkusAction
  1214. */
  1215. protected function getGetProductGridBySkusActionService()
  1216. {
  1217. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1218. include_once \dirname(__DIR__, 4).'/src/Action/GetProductGridBySkusAction.php';
  1219. $this->services['App\\Action\\GetProductGridBySkusAction'] = $instance = new \App\Action\GetProductGridBySkusAction(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1220. $instance->setContainer(($this->privates['.service_locator.7mKyeHz'] ?? $this->get_ServiceLocator_7mKyeHzService())->withContext('App\\Action\\GetProductGridBySkusAction', $this));
  1221. return $instance;
  1222. }
  1223. /**
  1224. * Gets the public 'App\Action\GetProductSkusAction' shared autowired service.
  1225. *
  1226. * @return \App\Action\GetProductSkusAction
  1227. */
  1228. protected function getGetProductSkusActionService()
  1229. {
  1230. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1231. include_once \dirname(__DIR__, 4).'/src/Action/GetProductSkusAction.php';
  1232. $this->services['App\\Action\\GetProductSkusAction'] = $instance = new \App\Action\GetProductSkusAction(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\CommerceTool\\ProductProvider'] ?? $this->getProductProvider2Service()));
  1233. $instance->setContainer(($this->privates['.service_locator.7mKyeHz'] ?? $this->get_ServiceLocator_7mKyeHzService())->withContext('App\\Action\\GetProductSkusAction', $this));
  1234. return $instance;
  1235. }
  1236. /**
  1237. * Gets the public 'App\Action\GetSearchResultAction' shared autowired service.
  1238. *
  1239. * @return \App\Action\GetSearchResultAction
  1240. */
  1241. protected function getGetSearchResultActionService()
  1242. {
  1243. include_once \dirname(__DIR__, 4).'/src/Action/GetSearchResultAction.php';
  1244. return $this->services['App\\Action\\GetSearchResultAction'] = new \App\Action\GetSearchResultAction();
  1245. }
  1246. /**
  1247. * Gets the public 'App\Action\GetStartUpAction' shared autowired service.
  1248. *
  1249. * @return \App\Action\GetStartUpAction
  1250. */
  1251. protected function getGetStartUpActionService()
  1252. {
  1253. include_once \dirname(__DIR__, 4).'/src/Action/GetStartUpAction.php';
  1254. return $this->services['App\\Action\\GetStartUpAction'] = new \App\Action\GetStartUpAction(($this->privates['App\\Module\\Catalog\\Provider\\CategoryTreeProvider'] ?? $this->getCategoryTreeProviderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()));
  1255. }
  1256. /**
  1257. * Gets the public 'App\Action\GetStatusAction' shared autowired service.
  1258. *
  1259. * @return \App\Action\GetStatusAction
  1260. */
  1261. protected function getGetStatusActionService()
  1262. {
  1263. include_once \dirname(__DIR__, 4).'/src/Action/GetStatusAction.php';
  1264. return $this->services['App\\Action\\GetStatusAction'] = new \App\Action\GetStatusAction();
  1265. }
  1266. /**
  1267. * Gets the public 'App\Action\GetStoryGridAction' shared autowired service.
  1268. *
  1269. * @return \App\Action\GetStoryGridAction
  1270. */
  1271. protected function getGetStoryGridActionService()
  1272. {
  1273. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1274. include_once \dirname(__DIR__, 4).'/src/Action/GetStoryGridAction.php';
  1275. $this->services['App\\Action\\GetStoryGridAction'] = $instance = new \App\Action\GetStoryGridAction(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()));
  1276. $instance->setContainer(($this->privates['.service_locator.7mKyeHz'] ?? $this->get_ServiceLocator_7mKyeHzService())->withContext('App\\Action\\GetStoryGridAction', $this));
  1277. return $instance;
  1278. }
  1279. /**
  1280. * Gets the public 'App\Action\GetStoryGridInitAction' shared autowired service.
  1281. *
  1282. * @return \App\Action\GetStoryGridInitAction
  1283. */
  1284. protected function getGetStoryGridInitActionService()
  1285. {
  1286. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1287. include_once \dirname(__DIR__, 4).'/src/Action/GetStoryGridInitAction.php';
  1288. $this->services['App\\Action\\GetStoryGridInitAction'] = $instance = new \App\Action\GetStoryGridInitAction(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()));
  1289. $instance->setContainer(($this->privates['.service_locator.7mKyeHz'] ?? $this->get_ServiceLocator_7mKyeHzService())->withContext('App\\Action\\GetStoryGridInitAction', $this));
  1290. return $instance;
  1291. }
  1292. /**
  1293. * Gets the public 'App\Action\LoggingAction' shared autowired service.
  1294. *
  1295. * @return \App\Action\LoggingAction
  1296. */
  1297. protected function getLoggingActionService()
  1298. {
  1299. include_once \dirname(__DIR__, 4).'/src/Action/LoggingAction.php';
  1300. return $this->services['App\\Action\\LoggingAction'] = new \App\Action\LoggingAction(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1301. }
  1302. /**
  1303. * Gets the public 'App\Action\OciBackgroundSearch' shared autowired service.
  1304. *
  1305. * @return \App\Action\OciBackgroundSearch
  1306. */
  1307. protected function getOciBackgroundSearchService()
  1308. {
  1309. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1310. include_once \dirname(__DIR__, 4).'/src/Action/OciBackgroundSearch.php';
  1311. $this->services['App\\Action\\OciBackgroundSearch'] = $instance = new \App\Action\OciBackgroundSearch(($this->privates['App\\CommerceTool\\ProductProvider'] ?? $this->getProductProvider2Service()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['App\\Module\\Account\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), ($this->privates['App\\Module\\Account\\Factory\\UserFactory'] ?? $this->getUserFactoryService()), ($this->privates['Commercetools\\Core\\Client'] ?? $this->getClientService()));
  1312. $instance->setContainer(($this->privates['.service_locator.7mKyeHz'] ?? $this->get_ServiceLocator_7mKyeHzService())->withContext('App\\Action\\OciBackgroundSearch', $this));
  1313. return $instance;
  1314. }
  1315. /**
  1316. * Gets the public 'App\Action\Product\GetDetailAction' shared autowired service.
  1317. *
  1318. * @return \App\Action\Product\GetDetailAction
  1319. */
  1320. protected function getGetDetailActionService()
  1321. {
  1322. include_once \dirname(__DIR__, 4).'/src/Action/Product/GetDetailAction.php';
  1323. include_once \dirname(__DIR__, 4).'/src/Provider/VariantStructuredDataBuilder.php';
  1324. return $this->services['App\\Action\\Product\\GetDetailAction'] = new \App\Action\Product\GetDetailAction(($this->privates['App\\Module\\Inquiry\\Business\\Builder\\InquiryDataBuilder'] ?? $this->getInquiryDataBuilderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \App\Provider\VariantStructuredDataBuilder(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService())));
  1325. }
  1326. /**
  1327. * Gets the public 'App\Action\Product\GetDetailESAction' shared autowired service.
  1328. *
  1329. * @return \App\Action\Product\GetDetailESAction
  1330. */
  1331. protected function getGetDetailESActionService()
  1332. {
  1333. include_once \dirname(__DIR__, 4).'/src/Action/Product/GetDetailESAction.php';
  1334. return $this->services['App\\Action\\Product\\GetDetailESAction'] = new \App\Action\Product\GetDetailESAction(($this->privates['App\\Module\\Inquiry\\Business\\Builder\\InquiryDataBuilder'] ?? $this->getInquiryDataBuilderService()));
  1335. }
  1336. /**
  1337. * Gets the public 'App\Action\Product\GetProductsAction' shared autowired service.
  1338. *
  1339. * @return \App\Action\Product\GetProductsAction
  1340. */
  1341. protected function getGetProductsActionService()
  1342. {
  1343. include_once \dirname(__DIR__, 4).'/src/Action/Product/GetProductsAction.php';
  1344. return $this->services['App\\Action\\Product\\GetProductsAction'] = new \App\Action\Product\GetProductsAction(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), ($this->privates['App\\Module\\ShortSimpleCheckout\\Resolver\\SkuResolver'] ?? $this->getSkuResolverService()));
  1345. }
  1346. /**
  1347. * Gets the public 'App\Action\RedirectAction' shared autowired service.
  1348. *
  1349. * @return \App\Action\RedirectAction
  1350. */
  1351. protected function getRedirectActionService()
  1352. {
  1353. include_once \dirname(__DIR__, 4).'/src/Action/RedirectAction.php';
  1354. return $this->services['App\\Action\\RedirectAction'] = new \App\Action\RedirectAction();
  1355. }
  1356. /**
  1357. * Gets the public 'App\Module\Account\Action\ChangeCustomerEmailAction' shared autowired service.
  1358. *
  1359. * @return \App\Module\Account\Action\ChangeCustomerEmailAction
  1360. */
  1361. protected function getChangeCustomerEmailActionService()
  1362. {
  1363. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1364. include_once \dirname(__DIR__, 4).'/src/Action/AbstractFormAction.php';
  1365. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/ChangeCustomerEmailAction.php';
  1366. $this->services['App\\Module\\Account\\Action\\ChangeCustomerEmailAction'] = $instance = new \App\Module\Account\Action\ChangeCustomerEmailAction(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1367. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Account\\Action\\ChangeCustomerEmailAction', $this));
  1368. return $instance;
  1369. }
  1370. /**
  1371. * Gets the public 'App\Module\Account\Action\ChangeCustomerPasswordAction' shared autowired service.
  1372. *
  1373. * @return \App\Module\Account\Action\ChangeCustomerPasswordAction
  1374. */
  1375. protected function getChangeCustomerPasswordActionService()
  1376. {
  1377. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1378. include_once \dirname(__DIR__, 4).'/src/Action/AbstractFormAction.php';
  1379. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/ChangeCustomerPasswordAction.php';
  1380. $this->services['App\\Module\\Account\\Action\\ChangeCustomerPasswordAction'] = $instance = new \App\Module\Account\Action\ChangeCustomerPasswordAction(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Module\\Account\\Facade\\AuthenticationFacade'] ?? $this->getAuthenticationFacadeService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1381. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Account\\Action\\ChangeCustomerPasswordAction', $this));
  1382. return $instance;
  1383. }
  1384. /**
  1385. * Gets the public 'App\Module\Account\Action\GetDataAction' shared autowired service.
  1386. *
  1387. * @return \App\Module\Account\Action\GetDataAction
  1388. */
  1389. protected function getGetDataActionService()
  1390. {
  1391. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1392. include_once \dirname(__DIR__, 4).'/src/Action/AbstractFormAction.php';
  1393. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/GetDataAction.php';
  1394. $this->services['App\\Module\\Account\\Action\\GetDataAction'] = $instance = new \App\Module\Account\Action\GetDataAction(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1395. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Account\\Action\\GetDataAction', $this));
  1396. return $instance;
  1397. }
  1398. /**
  1399. * Gets the public 'App\Module\Account\Action\GetLoginAction' shared autowired service.
  1400. *
  1401. * @return \App\Module\Account\Action\GetLoginAction
  1402. */
  1403. protected function getGetLoginActionService()
  1404. {
  1405. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1406. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/GetLoginAction.php';
  1407. $this->services['App\\Module\\Account\\Action\\GetLoginAction'] = $instance = new \App\Module\Account\Action\GetLoginAction();
  1408. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Account\\Action\\GetLoginAction', $this));
  1409. return $instance;
  1410. }
  1411. /**
  1412. * Gets the public 'App\Module\Account\Action\GetOrdersAction' shared autowired service.
  1413. *
  1414. * @return \App\Module\Account\Action\GetOrdersAction
  1415. */
  1416. protected function getGetOrdersActionService()
  1417. {
  1418. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1419. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/GetOrdersAction.php';
  1420. $this->services['App\\Module\\Account\\Action\\GetOrdersAction'] = $instance = new \App\Module\Account\Action\GetOrdersAction(($this->privates['App\\Infrastructure\\Commercetools\\Provider\\OrderProvider'] ?? $this->getOrderProviderService()), ($this->privates['App\\Infrastructure\\Commercetools\\Normalizer\\Order\\OrderNormalizer'] ?? $this->getOrderNormalizerService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  1421. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Account\\Action\\GetOrdersAction', $this));
  1422. return $instance;
  1423. }
  1424. /**
  1425. * Gets the public 'App\Module\Account\Action\GetOverviewAction' shared autowired service.
  1426. *
  1427. * @return \App\Module\Account\Action\GetOverviewAction
  1428. */
  1429. protected function getGetOverviewActionService()
  1430. {
  1431. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1432. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/GetOverviewAction.php';
  1433. $this->services['App\\Module\\Account\\Action\\GetOverviewAction'] = $instance = new \App\Module\Account\Action\GetOverviewAction(($this->privates['App\\Infrastructure\\Commercetools\\Provider\\OrderProvider'] ?? $this->getOrderProviderService()), ($this->privates['App\\Infrastructure\\Commercetools\\Normalizer\\Order\\OrderNormalizer'] ?? $this->getOrderNormalizerService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  1434. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Account\\Action\\GetOverviewAction', $this));
  1435. return $instance;
  1436. }
  1437. /**
  1438. * Gets the public 'App\Module\Account\Action\PunchoutCXMLFactory' shared autowired service.
  1439. *
  1440. * @return \App\Module\Account\Action\PunchoutCXMLFactory
  1441. */
  1442. protected function getPunchoutCXMLFactoryService()
  1443. {
  1444. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/PunchoutCXMLFactory.php';
  1445. return $this->services['App\\Module\\Account\\Action\\PunchoutCXMLFactory'] = new \App\Module\Account\Action\PunchoutCXMLFactory(($this->privates['Commercetools\\Core\\Client'] ?? $this->getClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1446. }
  1447. /**
  1448. * Gets the public 'App\Module\Account\Action\RegisterAccountAction' shared autowired service.
  1449. *
  1450. * @return \App\Module\Account\Action\RegisterAccountAction
  1451. */
  1452. protected function getRegisterAccountActionService()
  1453. {
  1454. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1455. include_once \dirname(__DIR__, 4).'/src/Action/AbstractFormAction.php';
  1456. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/RegisterAccountAction.php';
  1457. $this->services['App\\Module\\Account\\Action\\RegisterAccountAction'] = $instance = new \App\Module\Account\Action\RegisterAccountAction(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1458. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Account\\Action\\RegisterAccountAction', $this));
  1459. return $instance;
  1460. }
  1461. /**
  1462. * Gets the public 'App\Module\Account\Action\RequestPasswordAction' shared autowired service.
  1463. *
  1464. * @return \App\Module\Account\Action\RequestPasswordAction
  1465. */
  1466. protected function getRequestPasswordActionService()
  1467. {
  1468. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1469. include_once \dirname(__DIR__, 4).'/src/Action/AbstractFormAction.php';
  1470. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/RequestPasswordAction.php';
  1471. $this->services['App\\Module\\Account\\Action\\RequestPasswordAction'] = $instance = new \App\Module\Account\Action\RequestPasswordAction(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Module\\Account\\Facade\\AuthenticationFacade'] ?? $this->getAuthenticationFacadeService()));
  1472. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Account\\Action\\RequestPasswordAction', $this));
  1473. return $instance;
  1474. }
  1475. /**
  1476. * Gets the public 'App\Module\Account\Action\ResetPasswordAction' shared autowired service.
  1477. *
  1478. * @return \App\Module\Account\Action\ResetPasswordAction
  1479. */
  1480. protected function getResetPasswordActionService()
  1481. {
  1482. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1483. include_once \dirname(__DIR__, 4).'/src/Action/AbstractFormAction.php';
  1484. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/ResetPasswordAction.php';
  1485. $this->services['App\\Module\\Account\\Action\\ResetPasswordAction'] = $instance = new \App\Module\Account\Action\ResetPasswordAction(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Module\\Account\\Facade\\AuthenticationFacade'] ?? $this->getAuthenticationFacadeService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()));
  1486. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Account\\Action\\ResetPasswordAction', $this));
  1487. return $instance;
  1488. }
  1489. /**
  1490. * Gets the public 'App\Module\Account\Action\StartOCISessionAction' shared autowired service.
  1491. *
  1492. * @return \App\Module\Account\Action\StartOCISessionAction
  1493. */
  1494. protected function getStartOCISessionActionService()
  1495. {
  1496. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/StartOCISessionAction.php';
  1497. return $this->services['App\\Module\\Account\\Action\\StartOCISessionAction'] = new \App\Module\Account\Action\StartOCISessionAction(($this->privates['Commercetools\\Core\\Client'] ?? $this->getClientService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['App\\Module\\Account\\Factory\\UserFactory'] ?? $this->getUserFactoryService()), ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['App\\Module\\Account\\Provider\\UserProvider'] ?? $this->getUserProviderService()));
  1498. }
  1499. /**
  1500. * Gets the public 'App\Module\Account\Action\StartOCISwitchAction' shared autowired service.
  1501. *
  1502. * @return \App\Module\Account\Action\StartOCISwitchAction
  1503. */
  1504. protected function getStartOCISwitchActionService()
  1505. {
  1506. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/StartOCISwitchAction.php';
  1507. return $this->services['App\\Module\\Account\\Action\\StartOCISwitchAction'] = new \App\Module\Account\Action\StartOCISwitchAction(($this->services['App\\Module\\Account\\Action\\StartOCISessionAction'] ?? $this->getStartOCISessionActionService()), ($this->services['App\\Action\\OciBackgroundSearch'] ?? $this->getOciBackgroundSearchService()));
  1508. }
  1509. /**
  1510. * Gets the public 'App\Module\Account\Action\StartcXMLSessionAction' shared autowired service.
  1511. *
  1512. * @return \App\Module\Account\Action\StartcXMLSessionAction
  1513. */
  1514. protected function getStartcXMLSessionActionService()
  1515. {
  1516. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1517. include_once \dirname(__DIR__, 4).'/src/Module/Account/Action/StartcXMLSessionAction.php';
  1518. $this->services['App\\Module\\Account\\Action\\StartcXMLSessionAction'] = $instance = new \App\Module\Account\Action\StartcXMLSessionAction();
  1519. $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1520. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Account\\Action\\StartcXMLSessionAction', $this));
  1521. return $instance;
  1522. }
  1523. /**
  1524. * Gets the public 'App\Module\Address\Action\CreateAddressAction' shared autowired service.
  1525. *
  1526. * @return \App\Module\Address\Action\CreateAddressAction
  1527. */
  1528. protected function getCreateAddressActionService()
  1529. {
  1530. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1531. include_once \dirname(__DIR__, 4).'/src/Action/AbstractFormAction.php';
  1532. include_once \dirname(__DIR__, 4).'/src/Module/Address/Action/CreateAddressAction.php';
  1533. $this->services['App\\Module\\Address\\Action\\CreateAddressAction'] = $instance = new \App\Module\Address\Action\CreateAddressAction(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Module\\Address\\AddressHandler'] ?? $this->getAddressHandlerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1534. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Address\\Action\\CreateAddressAction', $this));
  1535. return $instance;
  1536. }
  1537. /**
  1538. * Gets the public 'App\Module\Address\Action\GetAddressAction' shared autowired service.
  1539. *
  1540. * @return \App\Module\Address\Action\GetAddressAction
  1541. */
  1542. protected function getGetAddressActionService()
  1543. {
  1544. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1545. include_once \dirname(__DIR__, 4).'/src/Module/Address/Action/GetAddressAction.php';
  1546. $this->services['App\\Module\\Address\\Action\\GetAddressAction'] = $instance = new \App\Module\Address\Action\GetAddressAction(($this->privates['App\\Module\\Address\\Renderer\\AddressFormRenderer'] ?? $this->getAddressFormRendererService()));
  1547. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Address\\Action\\GetAddressAction', $this));
  1548. return $instance;
  1549. }
  1550. /**
  1551. * Gets the public 'App\Module\Address\Action\GetModifyAddressModalAction' shared autowired service.
  1552. *
  1553. * @return \App\Module\Address\Action\GetModifyAddressModalAction
  1554. */
  1555. protected function getGetModifyAddressModalActionService()
  1556. {
  1557. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1558. include_once \dirname(__DIR__, 4).'/src/Action/AbstractFormAction.php';
  1559. include_once \dirname(__DIR__, 4).'/src/Module/Address/Action/GetModifyAddressModalAction.php';
  1560. $a = ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService());
  1561. $this->services['App\\Module\\Address\\Action\\GetModifyAddressModalAction'] = $instance = new \App\Module\Address\Action\GetModifyAddressModalAction(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Module\\Address\\Provider\\AddressProvider'] ?? $this->getAddressProviderService()), $a, $a);
  1562. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Address\\Action\\GetModifyAddressModalAction', $this));
  1563. return $instance;
  1564. }
  1565. /**
  1566. * Gets the public 'App\Module\Address\Action\ModifyAddressAction' shared autowired service.
  1567. *
  1568. * @return \App\Module\Address\Action\ModifyAddressAction
  1569. */
  1570. protected function getModifyAddressActionService()
  1571. {
  1572. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1573. include_once \dirname(__DIR__, 4).'/src/Action/AbstractFormAction.php';
  1574. include_once \dirname(__DIR__, 4).'/src/Module/Address/Action/ModifyAddressAction.php';
  1575. $this->services['App\\Module\\Address\\Action\\ModifyAddressAction'] = $instance = new \App\Module\Address\Action\ModifyAddressAction(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Module\\Address\\AddressHandler'] ?? $this->getAddressHandlerService()), ($this->privates['App\\Module\\Address\\Provider\\AddressProvider'] ?? $this->getAddressProviderService()), ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()));
  1576. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Address\\Action\\ModifyAddressAction', $this));
  1577. return $instance;
  1578. }
  1579. /**
  1580. * Gets the public 'App\Module\Address\Action\RemoveAddressAction' shared autowired service.
  1581. *
  1582. * @return \App\Module\Address\Action\RemoveAddressAction
  1583. */
  1584. protected function getRemoveAddressActionService()
  1585. {
  1586. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1587. include_once \dirname(__DIR__, 4).'/src/Module/Address/Action/RemoveAddressAction.php';
  1588. $this->services['App\\Module\\Address\\Action\\RemoveAddressAction'] = $instance = new \App\Module\Address\Action\RemoveAddressAction(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkCustomerRepository'] ?? $this->getSdkCustomerRepositoryService()));
  1589. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Address\\Action\\RemoveAddressAction', $this));
  1590. return $instance;
  1591. }
  1592. /**
  1593. * Gets the public 'App\Module\Api\Action\HrefLangAction' shared autowired service.
  1594. *
  1595. * @return \App\Module\Api\Action\HrefLangAction
  1596. */
  1597. protected function getHrefLangActionService()
  1598. {
  1599. include_once \dirname(__DIR__, 4).'/src/Module/Api/Action/HrefLangAction.php';
  1600. return $this->services['App\\Module\\Api\\Action\\HrefLangAction'] = new \App\Module\Api\Action\HrefLangAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['App\\Module\\Api\\UrlProvider'] ?? $this->getUrlProviderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1601. }
  1602. /**
  1603. * Gets the public 'App\Module\Cart\Action\ApplyVoucherAction' shared autowired service.
  1604. *
  1605. * @return \App\Module\Cart\Action\ApplyVoucherAction
  1606. */
  1607. protected function getApplyVoucherActionService()
  1608. {
  1609. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Action/ApplyVoucherAction.php';
  1610. return $this->services['App\\Module\\Cart\\Action\\ApplyVoucherAction'] = new \App\Module\Cart\Action\ApplyVoucherAction();
  1611. }
  1612. /**
  1613. * Gets the public 'App\Module\Cart\Action\CartPriceAction' shared autowired service.
  1614. *
  1615. * @return \App\Module\Cart\Action\CartPriceAction
  1616. */
  1617. protected function getCartPriceActionService()
  1618. {
  1619. include_once \dirname(__DIR__, 4).'/src/Action/AbstractJsonController.php';
  1620. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Action/CartPriceAction.php';
  1621. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Price/AbstractPriceFinder.php';
  1622. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Price/CartPricesFinder.php';
  1623. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Price/SapPriceFinder.php';
  1624. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/RequestValidator/RequestParameterValidatorInterface.php';
  1625. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/Price/Validator/SapPriceRequestValidator.php';
  1626. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/RequestMapper/RequestMapperInterface.php';
  1627. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/Price/Mapper/SapPriceRequestMapper.php';
  1628. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Business/Mapper/RequestArticleMapper.php';
  1629. $a = ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService());
  1630. $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1631. return $this->services['App\\Module\\Cart\\Action\\CartPriceAction'] = new \App\Module\Cart\Action\CartPriceAction(($this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Validator\\SapPriceRequestValidator'] ?? ($this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Validator\\SapPriceRequestValidator'] = new \App\Module\MiddlewareConnector\Integration\Action\Price\Validator\SapPriceRequestValidator())), ($this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Mapper\\PriceResponseMapper'] ?? $this->getPriceResponseMapperService()), new \App\Module\Cart\Price\CartPricesFinder(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), $a, $b), ($this->services['monolog.logger.sap'] ?? $this->getMonolog_Logger_SapService()), ($this->privates['BestIt\\CommercetoolsODM\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), new \App\Module\Cart\Price\SapPriceFinder($a, $b, ($this->privates['App\\Module\\SapRequester\\Business\\Connector\\SapRequesterConnector'] ?? $this->getSapRequesterConnectorService()), ($this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Mapper\\SapPriceRequestMapper'] ?? ($this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Mapper\\SapPriceRequestMapper'] = new \App\Module\MiddlewareConnector\Integration\Action\Price\Mapper\SapPriceRequestMapper())), ($this->privates['App\\Module\\Cart\\Business\\Mapper\\RequestArticleMapper'] ?? ($this->privates['App\\Module\\Cart\\Business\\Mapper\\RequestArticleMapper'] = new \App\Module\Cart\Business\Mapper\RequestArticleMapper()))));
  1632. }
  1633. /**
  1634. * Gets the public 'App\Module\Cart\Action\RemoveVoucherAction' shared autowired service.
  1635. *
  1636. * @return \App\Module\Cart\Action\RemoveVoucherAction
  1637. */
  1638. protected function getRemoveVoucherActionService()
  1639. {
  1640. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Action/RemoveVoucherAction.php';
  1641. return $this->services['App\\Module\\Cart\\Action\\RemoveVoucherAction'] = new \App\Module\Cart\Action\RemoveVoucherAction();
  1642. }
  1643. /**
  1644. * Gets the public 'App\Module\Catalog\Action\FacetService' shared autowired service.
  1645. *
  1646. * @return \App\Module\Catalog\Action\FacetService
  1647. */
  1648. protected function getFacetServiceService()
  1649. {
  1650. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Action/FacetService.php';
  1651. return $this->services['App\\Module\\Catalog\\Action\\FacetService'] = new \App\Module\Catalog\Action\FacetService();
  1652. }
  1653. /**
  1654. * Gets the public 'App\Module\Catalog\Action\GetCatalogAction' shared autowired service.
  1655. *
  1656. * @return \App\Module\Catalog\Action\GetCatalogAction
  1657. */
  1658. protected function getGetCatalogActionService()
  1659. {
  1660. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Action/GetCatalogAction.php';
  1661. return $this->services['App\\Module\\Catalog\\Action\\GetCatalogAction'] = new \App\Module\Catalog\Action\GetCatalogAction();
  1662. }
  1663. /**
  1664. * Gets the public 'App\Module\Catalog\Action\GetListingAction' shared autowired service.
  1665. *
  1666. * @return \App\Module\Catalog\Action\GetListingAction
  1667. */
  1668. protected function getGetListingActionService()
  1669. {
  1670. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1671. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Action/GetListingAction.php';
  1672. $this->services['App\\Module\\Catalog\\Action\\GetListingAction'] = $instance = new \App\Module\Catalog\Action\GetListingAction(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), ($this->privates['App\\Module\\Catalog\\Provider\\CategoryTreeProvider'] ?? $this->getCategoryTreeProviderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1673. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Catalog\\Action\\GetListingAction', $this));
  1674. return $instance;
  1675. }
  1676. /**
  1677. * Gets the public 'App\Module\Catalog\Action\GetMoreProductsAction' shared autowired service.
  1678. *
  1679. * @return \App\Module\Catalog\Action\GetMoreProductsAction
  1680. */
  1681. protected function getGetMoreProductsActionService()
  1682. {
  1683. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1684. include_once \dirname(__DIR__, 4).'/src/Module/Catalog/Action/GetMoreProductsAction.php';
  1685. $this->services['App\\Module\\Catalog\\Action\\GetMoreProductsAction'] = $instance = new \App\Module\Catalog\Action\GetMoreProductsAction(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()));
  1686. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\Catalog\\Action\\GetMoreProductsAction', $this));
  1687. return $instance;
  1688. }
  1689. /**
  1690. * Gets the public 'App\Module\Checkout\Action\AddCartItemsToShoppingListAction' shared autowired service.
  1691. *
  1692. * @return \App\Module\Checkout\Action\AddCartItemsToShoppingListAction
  1693. */
  1694. protected function getAddCartItemsToShoppingListActionService()
  1695. {
  1696. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Action/AddCartItemsToShoppingListAction.php';
  1697. return $this->services['App\\Module\\Checkout\\Action\\AddCartItemsToShoppingListAction'] = new \App\Module\Checkout\Action\AddCartItemsToShoppingListAction();
  1698. }
  1699. /**
  1700. * Gets the public 'App\Module\Checkout\Action\AddManyAction' shared autowired service.
  1701. *
  1702. * @return \App\Module\Checkout\Action\AddManyAction
  1703. */
  1704. protected function getAddManyActionService()
  1705. {
  1706. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Action/AddManyAction.php';
  1707. $this->services['App\\Module\\Checkout\\Action\\AddManyAction'] = $instance = new \App\Module\Checkout\Action\AddManyAction(($this->services['best_it_short_simple_checkout.controller_facade.cart_controller_facade'] ?? $this->getBestItShortSimpleCheckout_ControllerFacade_CartControllerFacadeService()), ($this->privates['App\\Module\\Checkout\\Provider\\CartProvider'] ?? $this->getCartProviderService()), ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()));
  1708. $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1709. return $instance;
  1710. }
  1711. /**
  1712. * Gets the public 'App\Module\Checkout\Action\GetLoginAction' shared autowired service.
  1713. *
  1714. * @return \App\Module\Checkout\Action\GetLoginAction
  1715. */
  1716. protected function getGetLoginAction2Service()
  1717. {
  1718. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1719. include_once \dirname(__DIR__, 4).'/src/Action/AbstractFormAction.php';
  1720. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartRequiredInterface.php';
  1721. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartFilledInterface.php';
  1722. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Action/GetLoginAction.php';
  1723. $this->services['App\\Module\\Checkout\\Action\\GetLoginAction'] = $instance = new \App\Module\Checkout\Action\GetLoginAction(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()), ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Module\\Inquiry\\Business\\Builder\\InquiryDataBuilder'] ?? $this->getInquiryDataBuilderService()), ($this->privates['App\\Module\\Checkout\\Provider\\CartProvider'] ?? $this->getCartProviderService()));
  1724. $instance->setContainer(($this->privates['.service_locator.5eaIEle'] ?? $this->get_ServiceLocator_5eaIEleService())->withContext('App\\Module\\Checkout\\Action\\GetLoginAction', $this));
  1725. return $instance;
  1726. }
  1727. /**
  1728. * Gets the public 'App\Module\Checkout\Action\GetSuggestAction' shared autowired service.
  1729. *
  1730. * @return \App\Module\Checkout\Action\GetSuggestAction
  1731. */
  1732. protected function getGetSuggestActionService()
  1733. {
  1734. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Action/GetSuggestAction.php';
  1735. return $this->services['App\\Module\\Checkout\\Action\\GetSuggestAction'] = new \App\Module\Checkout\Action\GetSuggestAction(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), ($this->privates['App\\Module\\ShortSimpleCheckout\\Resolver\\SkuResolver'] ?? $this->getSkuResolverService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1736. }
  1737. /**
  1738. * Gets the public 'App\Module\Checkout\Action\RegisterAction' shared autowired service.
  1739. *
  1740. * @return \App\Module\Checkout\Action\RegisterAction
  1741. */
  1742. protected function getRegisterActionService()
  1743. {
  1744. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1745. include_once \dirname(__DIR__, 4).'/src/Action/AbstractFormAction.php';
  1746. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Action/RegisterAction.php';
  1747. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Facade/CheckoutRegisterFacade.php';
  1748. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Registration/AccountBuilder.php';
  1749. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Registration/Mapper/BillingAddressMapper.php';
  1750. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Registration/Mapper/ShippingAddressMapper.php';
  1751. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Integration/CartToCustomerConnector.php';
  1752. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Form/Exceptions/FormExceptionGenerator.php';
  1753. $a = ($this->privates['App\\Module\\Cart\\Persistence\\Cart\\CommercetoolsCartDataWriter'] ?? $this->getCommercetoolsCartDataWriterService());
  1754. $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1755. $this->services['App\\Module\\Checkout\\Action\\RegisterAction'] = $instance = new \App\Module\Checkout\Action\RegisterAction(new \App\Module\Checkout\Facade\CheckoutRegisterFacade(($this->privates['App\\Module\\Account\\Facade\\AuthenticationFacade'] ?? $this->getAuthenticationFacadeService()), ($this->privates['App\\Module\\Account\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), new \App\Module\Checkout\Registration\AccountBuilder(), new \App\Module\Checkout\Registration\Mapper\BillingAddressMapper(), new \App\Module\Checkout\Registration\Mapper\ShippingAddressMapper(), ($this->privates['App\\Module\\Checkout\\Provider\\CartProvider'] ?? $this->getCartProviderService()), new \App\Module\Checkout\Integration\CartToCustomerConnector($a), $a), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), new \App\Module\Checkout\Form\Exceptions\FormExceptionGenerator(($this->services['translator'] ?? $this->getTranslatorService()), $b), $b);
  1756. $instance->setContainer(($this->privates['.service_locator.5eaIEle'] ?? $this->get_ServiceLocator_5eaIEleService())->withContext('App\\Module\\Checkout\\Action\\RegisterAction', $this));
  1757. return $instance;
  1758. }
  1759. /**
  1760. * Gets the public 'App\Module\Cms\Action\DisplayExceptionAction' shared autowired service.
  1761. *
  1762. * @return \App\Module\Cms\Action\DisplayExceptionAction
  1763. */
  1764. protected function getDisplayExceptionActionService()
  1765. {
  1766. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Action/DisplayExceptionAction.php';
  1767. return $this->services['App\\Module\\Cms\\Action\\DisplayExceptionAction'] = new \App\Module\Cms\Action\DisplayExceptionAction(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1768. }
  1769. /**
  1770. * Gets the public 'App\Module\Cms\Action\GetContentAction' shared autowired service.
  1771. *
  1772. * @return \App\Module\Cms\Action\GetContentAction
  1773. */
  1774. protected function getGetContentActionService()
  1775. {
  1776. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Action/GetContentAction.php';
  1777. return $this->services['App\\Module\\Cms\\Action\\GetContentAction'] = new \App\Module\Cms\Action\GetContentAction();
  1778. }
  1779. /**
  1780. * Gets the public 'App\Module\Mailing\Action\GetOptOutAction' shared autowired service.
  1781. *
  1782. * @return \App\Module\Mailing\Action\GetOptOutAction
  1783. */
  1784. protected function getGetOptOutActionService()
  1785. {
  1786. include_once \dirname(__DIR__, 4).'/src/Module/Mailing/Action/GetOptOutAction.php';
  1787. include_once \dirname(__DIR__, 4).'/src/Module/Mailing/Repository/NewsletterOptOutRepository.php';
  1788. return $this->services['App\\Module\\Mailing\\Action\\GetOptOutAction'] = new \App\Module\Mailing\Action\GetOptOutAction(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), new \App\Module\Mailing\Repository\NewsletterOptOutRepository(($this->privates['snc_redis.key_value'] ?? $this->getSncRedis_KeyValueService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())));
  1789. }
  1790. /**
  1791. * Gets the public 'App\Module\MiddlewareConnector\Integration\Action\Price\Mapper\PriceResponseMapper' shared autowired service.
  1792. *
  1793. * @return \App\Module\MiddlewareConnector\Integration\Action\Price\Mapper\PriceResponseMapper
  1794. */
  1795. protected function getPriceResponseMapperService()
  1796. {
  1797. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/ResponseMapper/AbstractMapper.php';
  1798. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/Price/Mapper/PriceResponseMapper.php';
  1799. return $this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Mapper\\PriceResponseMapper'] = new \App\Module\MiddlewareConnector\Integration\Action\Price\Mapper\PriceResponseMapper(($this->privates['App\\Integration\\Frontend\\Formatter\\PriceFormatter'] ?? $this->getPriceFormatterService()));
  1800. }
  1801. /**
  1802. * Gets the public 'App\Module\MiddlewareConnector\Integration\Action\Price\Mapper\SapPriceRequestMapper' shared autowired service.
  1803. *
  1804. * @return \App\Module\MiddlewareConnector\Integration\Action\Price\Mapper\SapPriceRequestMapper
  1805. */
  1806. protected function getSapPriceRequestMapperService()
  1807. {
  1808. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/RequestMapper/RequestMapperInterface.php';
  1809. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/Price/Mapper/SapPriceRequestMapper.php';
  1810. return $this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Mapper\\SapPriceRequestMapper'] = new \App\Module\MiddlewareConnector\Integration\Action\Price\Mapper\SapPriceRequestMapper();
  1811. }
  1812. /**
  1813. * Gets the public 'App\Module\MiddlewareConnector\Integration\Action\Price\SapPriceAction' shared autowired service.
  1814. *
  1815. * @return \App\Module\MiddlewareConnector\Integration\Action\Price\SapPriceAction
  1816. */
  1817. protected function getSapPriceActionService()
  1818. {
  1819. include_once \dirname(__DIR__, 4).'/src/Action/AbstractJsonController.php';
  1820. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/Price/SapPriceAction.php';
  1821. return $this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\SapPriceAction'] = new \App\Module\MiddlewareConnector\Integration\Action\Price\SapPriceAction();
  1822. }
  1823. /**
  1824. * Gets the public 'App\Module\MiddlewareConnector\Integration\Action\Price\Validator\SapPriceRequestValidator' shared autowired service.
  1825. *
  1826. * @return \App\Module\MiddlewareConnector\Integration\Action\Price\Validator\SapPriceRequestValidator
  1827. */
  1828. protected function getSapPriceRequestValidatorService()
  1829. {
  1830. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/RequestValidator/RequestParameterValidatorInterface.php';
  1831. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/Price/Validator/SapPriceRequestValidator.php';
  1832. return $this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Validator\\SapPriceRequestValidator'] = new \App\Module\MiddlewareConnector\Integration\Action\Price\Validator\SapPriceRequestValidator();
  1833. }
  1834. /**
  1835. * Gets the public 'App\Module\MiddlewareConnector\Integration\Action\Stock\FilteredStockAction' shared autowired service.
  1836. *
  1837. * @return \App\Module\MiddlewareConnector\Integration\Action\Stock\FilteredStockAction
  1838. */
  1839. protected function getFilteredStockActionService()
  1840. {
  1841. include_once \dirname(__DIR__, 4).'/src/Action/AbstractJsonController.php';
  1842. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/Stock/FilteredStockAction.php';
  1843. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/RequestValidator/RequestParameterValidatorInterface.php';
  1844. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/Stock/Validator/FilteredStockRequestValidator.php';
  1845. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/ResponseMapper/AbstractMapper.php';
  1846. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/Stock/Mapper/FilteredStockMapper.php';
  1847. return $this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Stock\\FilteredStockAction'] = new \App\Module\MiddlewareConnector\Integration\Action\Stock\FilteredStockAction(($this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Stock\\Validator\\FilteredStockRequestValidator'] ?? ($this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Stock\\Validator\\FilteredStockRequestValidator'] = new \App\Module\MiddlewareConnector\Integration\Action\Stock\Validator\FilteredStockRequestValidator())), ($this->privates['App\\Module\\MiddlewareConnector\\Business\\Facade\\MiddlewareConnectorFacade'] ?? $this->getMiddlewareConnectorFacadeService()), ($this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Stock\\Mapper\\FilteredStockMapper'] ?? ($this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Stock\\Mapper\\FilteredStockMapper'] = new \App\Module\MiddlewareConnector\Integration\Action\Stock\Mapper\FilteredStockMapper())));
  1848. }
  1849. /**
  1850. * Gets the public 'App\Module\MiddlewareConnector\Integration\Action\Stock\Mapper\FilteredStockMapper' shared autowired service.
  1851. *
  1852. * @return \App\Module\MiddlewareConnector\Integration\Action\Stock\Mapper\FilteredStockMapper
  1853. */
  1854. protected function getFilteredStockMapperService()
  1855. {
  1856. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/ResponseMapper/AbstractMapper.php';
  1857. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/Stock/Mapper/FilteredStockMapper.php';
  1858. return $this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Stock\\Mapper\\FilteredStockMapper'] = new \App\Module\MiddlewareConnector\Integration\Action\Stock\Mapper\FilteredStockMapper();
  1859. }
  1860. /**
  1861. * Gets the public 'App\Module\MiddlewareConnector\Integration\Action\Stock\Validator\FilteredStockRequestValidator' shared autowired service.
  1862. *
  1863. * @return \App\Module\MiddlewareConnector\Integration\Action\Stock\Validator\FilteredStockRequestValidator
  1864. */
  1865. protected function getFilteredStockRequestValidatorService()
  1866. {
  1867. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/RequestValidator/RequestParameterValidatorInterface.php';
  1868. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Integration/Action/Stock/Validator/FilteredStockRequestValidator.php';
  1869. return $this->services['App\\Module\\MiddlewareConnector\\Integration\\Action\\Stock\\Validator\\FilteredStockRequestValidator'] = new \App\Module\MiddlewareConnector\Integration\Action\Stock\Validator\FilteredStockRequestValidator();
  1870. }
  1871. /**
  1872. * Gets the public 'App\Module\Paqato\Action\GetTrackingAction' shared autowired service.
  1873. *
  1874. * @return \App\Module\Paqato\Action\GetTrackingAction
  1875. */
  1876. protected function getGetTrackingActionService()
  1877. {
  1878. include_once \dirname(__DIR__, 4).'/src/Module/Paqato/Action/GetTrackingAction.php';
  1879. return $this->services['App\\Module\\Paqato\\Action\\GetTrackingAction'] = new \App\Module\Paqato\Action\GetTrackingAction(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()));
  1880. }
  1881. /**
  1882. * Gets the public 'App\Module\ShoppingList\Action\AddAction' shared autowired service.
  1883. *
  1884. * @return \App\Module\ShoppingList\Action\AddAction
  1885. */
  1886. protected function getAddActionService()
  1887. {
  1888. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Action/AddAction.php';
  1889. return $this->services['App\\Module\\ShoppingList\\Action\\AddAction'] = new \App\Module\ShoppingList\Action\AddAction(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1890. }
  1891. /**
  1892. * Gets the public 'App\Module\ShoppingList\Action\GetShoppingListAction' shared autowired service.
  1893. *
  1894. * @return \App\Module\ShoppingList\Action\GetShoppingListAction
  1895. */
  1896. protected function getGetShoppingListActionService()
  1897. {
  1898. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Action/GetShoppingListAction.php';
  1899. return $this->services['App\\Module\\ShoppingList\\Action\\GetShoppingListAction'] = new \App\Module\ShoppingList\Action\GetShoppingListAction(($this->privates['App\\Module\\Inquiry\\Business\\Builder\\InquiryDataBuilder'] ?? $this->getInquiryDataBuilderService()));
  1900. }
  1901. /**
  1902. * Gets the public 'App\Module\ShoppingList\Action\RemoveAction' shared autowired service.
  1903. *
  1904. * @return \App\Module\ShoppingList\Action\RemoveAction
  1905. */
  1906. protected function getRemoveActionService()
  1907. {
  1908. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Action/RemoveAction.php';
  1909. return $this->services['App\\Module\\ShoppingList\\Action\\RemoveAction'] = new \App\Module\ShoppingList\Action\RemoveAction();
  1910. }
  1911. /**
  1912. * Gets the public 'App\Module\ShoppingList\Action\ShowForwardedListAction' shared autowired service.
  1913. *
  1914. * @return \App\Module\ShoppingList\Action\ShowForwardedListAction
  1915. */
  1916. protected function getShowForwardedListActionService()
  1917. {
  1918. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1919. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Action/ShowForwardedListAction.php';
  1920. $this->services['App\\Module\\ShoppingList\\Action\\ShowForwardedListAction'] = $instance = new \App\Module\ShoppingList\Action\ShowForwardedListAction(($this->privates['App\\Module\\ShoppingList\\Normalizer\\ShoppingListNormalizer'] ?? $this->getShoppingListNormalizerService()), ($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), ($this->privates['App\\Module\\Store\\Business\\Facade\\StoreFacade'] ?? $this->getStoreFacadeService()), ($this->privates['App\\Module\\StructuredData\\TransactionalMail\\StructuredProductsFacadeInterface'] ?? $this->getStructuredProductsFacadeInterfaceService()));
  1921. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Module\\ShoppingList\\Action\\ShowForwardedListAction', $this));
  1922. return $instance;
  1923. }
  1924. /**
  1925. * Gets the public 'App\Module\ShortSimpleCheckout\Controller\CartController' shared autowired service.
  1926. *
  1927. * @return \App\Action\CartController
  1928. */
  1929. protected function getCartController2Service()
  1930. {
  1931. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartRequiredInterface.php';
  1932. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/CartController.php';
  1933. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartValidateInterface.php';
  1934. include_once \dirname(__DIR__, 4).'/src/Action/CartController.php';
  1935. return $this->services['App\\Module\\ShortSimpleCheckout\\Controller\\CartController'] = new \App\Action\CartController(($this->services['best_it_short_simple_checkout.controller_facade.cart_controller_facade'] ?? $this->getBestItShortSimpleCheckout_ControllerFacade_CartControllerFacadeService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), 'pages/cart/get_cart.html.twig', ($this->privates['App\\Module\\ShortSimpleCheckout\\Resolver\\SkuResolver'] ?? $this->getSkuResolverService()), ($this->privates['App\\Module\\Inquiry\\Business\\Builder\\InquiryDataBuilder'] ?? $this->getInquiryDataBuilderService()), ($this->privates['App\\Module\\Checkout\\Normalizer\\CartNormalizer'] ?? $this->getCartNormalizerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1936. }
  1937. /**
  1938. * Gets the public 'App\Module\ShortSimpleCheckout\Controller\CheckoutInputsController' shared service.
  1939. *
  1940. * @return \App\Module\ShortSimpleCheckout\Controller\CheckoutInputsController
  1941. */
  1942. protected function getCheckoutInputsControllerService()
  1943. {
  1944. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartRequiredInterface.php';
  1945. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartFilledInterface.php';
  1946. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/CheckoutInputsController.php';
  1947. return $this->services['App\\Module\\ShortSimpleCheckout\\Controller\\CheckoutInputsController'] = new \App\Module\ShortSimpleCheckout\Controller\CheckoutInputsController(($this->privates['best_it_short_simple_checkout.persistence.cart_persister'] ?? $this->getBestItShortSimpleCheckout_Persistence_CartPersisterService()), ($this->privates['best_it_short_simple_checkout.custom_field.object_handler'] ?? $this->getBestItShortSimpleCheckout_CustomField_ObjectHandlerService()));
  1948. }
  1949. /**
  1950. * Gets the public 'App\Module\ShortSimpleCheckout\Controller\ConfirmController' shared service.
  1951. *
  1952. * @return \App\Module\ShortSimpleCheckout\Controller\ConfirmController
  1953. */
  1954. protected function getConfirmControllerService()
  1955. {
  1956. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartRequiredInterface.php';
  1957. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartFilledInterface.php';
  1958. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartCompleteInterface.php';
  1959. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/ConfirmController.php';
  1960. return $this->services['App\\Module\\ShortSimpleCheckout\\Controller\\ConfirmController'] = new \App\Module\ShortSimpleCheckout\Controller\ConfirmController(($this->services['best_it_short_simple_checkout.controller_facade.confirm_controller_facade'] ?? $this->getBestItShortSimpleCheckout_ControllerFacade_ConfirmControllerFacadeService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), 'checkout/confirm.html.twig', ($this->privates['best_it_short_simple_checkout.manager.flash_bag_manager.default'] ?? $this->getBestItShortSimpleCheckout_Manager_FlashBagManager_DefaultService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['BestIt\\CommercetoolsODM\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()));
  1961. }
  1962. /**
  1963. * Gets the public 'App\Module\ShortSimpleCheckout\Controller\CustomFieldController' shared service.
  1964. *
  1965. * @return \App\Module\ShortSimpleCheckout\Controller\CustomFieldController
  1966. */
  1967. protected function getCustomFieldControllerService()
  1968. {
  1969. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartRequiredInterface.php';
  1970. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/CustomFieldController.php';
  1971. return $this->services['App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController'] = new \App\Module\ShortSimpleCheckout\Controller\CustomFieldController(($this->services['best_it_short_simple_checkout.controller_facade.custom_field_controller_facade'] ?? $this->getBestItShortSimpleCheckout_ControllerFacade_CustomFieldControllerFacadeService()));
  1972. }
  1973. /**
  1974. * Gets the public 'App\Module\ShortSimpleCheckout\Controller\FinishController' shared service.
  1975. *
  1976. * @return \App\Module\ShortSimpleCheckout\Controller\FinishController
  1977. */
  1978. protected function getFinishControllerService()
  1979. {
  1980. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/FinishController.php';
  1981. return $this->services['App\\Module\\ShortSimpleCheckout\\Controller\\FinishController'] = new \App\Module\ShortSimpleCheckout\Controller\FinishController(($this->services['best_it_short_simple_checkout.controller_facade.finish_controller_facade'] ?? $this->getBestItShortSimpleCheckout_ControllerFacade_FinishControllerFacadeService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), 'pages/checkout/get_finish.html.twig');
  1982. }
  1983. /**
  1984. * Gets the public 'App\Module\ShortSimpleCheckout\Controller\PaymentRedirectController' shared service.
  1985. *
  1986. * @return \App\Module\ShortSimpleCheckout\Controller\PaymentRedirectController
  1987. */
  1988. protected function getPaymentRedirectControllerService()
  1989. {
  1990. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/PaymentRedirectController.php';
  1991. return $this->services['App\\Module\\ShortSimpleCheckout\\Controller\\PaymentRedirectController'] = new \App\Module\ShortSimpleCheckout\Controller\PaymentRedirectController(($this->services['best_it_short_simple_checkout.controller_facade.confirm_controller_facade'] ?? $this->getBestItShortSimpleCheckout_ControllerFacade_ConfirmControllerFacadeService()));
  1992. }
  1993. /**
  1994. * Gets the public 'App\Module\ShortSimpleCheckout\Controller\ShippingPaymentController' shared service.
  1995. *
  1996. * @return \App\Module\ShortSimpleCheckout\Controller\ShippingPaymentController
  1997. */
  1998. protected function getShippingPaymentControllerService()
  1999. {
  2000. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartRequiredInterface.php';
  2001. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/EventListener/Cart/CartFilledInterface.php';
  2002. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/ShippingPaymentController.php';
  2003. return $this->services['App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController'] = new \App\Module\ShortSimpleCheckout\Controller\ShippingPaymentController(($this->services['best_it_short_simple_checkout.controller_facade.shipping_payment_controller_facade'] ?? $this->getBestItShortSimpleCheckout_ControllerFacade_ShippingPaymentControllerFacadeService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), 'pages/checkout/get_shipping_payment.html.twig');
  2004. }
  2005. /**
  2006. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2007. *
  2008. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2009. */
  2010. protected function getRedirectControllerService()
  2011. {
  2012. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2013. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2014. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2015. }
  2016. /**
  2017. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2018. *
  2019. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2020. */
  2021. protected function getTemplateControllerService()
  2022. {
  2023. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2024. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2025. }
  2026. /**
  2027. * Gets the public 'best_it.redis.storage.key_value' shared service.
  2028. *
  2029. * @return \BestIt\Redis\Storage\StorageClient
  2030. */
  2031. protected function getBestIt_Redis_Storage_KeyValueService()
  2032. {
  2033. return $this->services['best_it.redis.storage.key_value'] = new \BestIt\Redis\Storage\StorageClient(($this->privates['snc_redis.key_value'] ?? $this->getSncRedis_KeyValueService()), 'storage');
  2034. }
  2035. /**
  2036. * Gets the public 'best_it_short_simple_checkout.controller_facade.cart_controller_facade' shared service.
  2037. *
  2038. * @return \App\Module\ShortSimpleCheckout\Controller\Facade\CartControllerFacade
  2039. */
  2040. protected function getBestItShortSimpleCheckout_ControllerFacade_CartControllerFacadeService()
  2041. {
  2042. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2043. if (isset($this->services['best_it_short_simple_checkout.controller_facade.cart_controller_facade'])) {
  2044. return $this->services['best_it_short_simple_checkout.controller_facade.cart_controller_facade'];
  2045. }
  2046. return $this->services['best_it_short_simple_checkout.controller_facade.cart_controller_facade'] = new \App\Module\ShortSimpleCheckout\Controller\Facade\CartControllerFacade(($this->privates['best_it_short_simple_checkout.repository.product_repository'] ?? $this->getBestItShortSimpleCheckout_Repository_ProductRepositoryService()), ($this->privates['best_it_short_simple_checkout.custom_field.object_handler'] ?? $this->getBestItShortSimpleCheckout_CustomField_ObjectHandlerService()), $a, ($this->privates['best_it_short_simple_checkout.persistence.cart_persister'] ?? $this->getBestItShortSimpleCheckout_Persistence_CartPersisterService()), new \App\Module\Checkout\Provider\DistributionChannelProvider(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService())));
  2047. }
  2048. /**
  2049. * Gets the public 'best_it_short_simple_checkout.controller_facade.confirm_controller_facade' shared service.
  2050. *
  2051. * @return \App\Module\ShortSimpleCheckout\Controller\Facade\ConfirmControllerFacade
  2052. */
  2053. protected function getBestItShortSimpleCheckout_ControllerFacade_ConfirmControllerFacadeService()
  2054. {
  2055. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/Facade/ConfirmControllerFacadeInterface.php';
  2056. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/Facade/ConfirmControllerFacade.php';
  2057. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Provider/Order/OrderNumberProviderInterface.php';
  2058. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Provider/OrderNumberProvider.php';
  2059. include_once \dirname(__DIR__, 4).'/src/Module/OrderNumberGenerator/Business/ConnectorInterface.php';
  2060. include_once \dirname(__DIR__, 4).'/src/Module/OrderNumberGenerator/Business/OrderNumberGeneratorConnector.php';
  2061. include_once \dirname(__DIR__, 4).'/src/Module/OrderNumberGenerator/Business/Factory/HttpClientFactory.php';
  2062. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Normalizer/Address/AddressNormalizerInterface.php';
  2063. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Normalizer/Address/SimpleAddressNormalizer.php';
  2064. $a = ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService());
  2065. $this->services['best_it_short_simple_checkout.controller_facade.confirm_controller_facade'] = $instance = new \App\Module\ShortSimpleCheckout\Controller\Facade\ConfirmControllerFacade(($this->privates['best_it_short_simple_checkout.repository.order_repository'] ?? $this->getBestItShortSimpleCheckout_Repository_OrderRepositoryService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['best_it_short_simple_checkout.normalizer_address.simple_address_normalizer'] ?? ($this->privates['best_it_short_simple_checkout.normalizer_address.simple_address_normalizer'] = new \App\Module\ShortSimpleCheckout\Normalizer\Address\SimpleAddressNormalizer())), ($this->privates['App\\Module\\Checkout\\Normalizer\\CartNormalizer'] ?? $this->getCartNormalizerService()), ($this->privates['best_it_short_simple_checkout.manager.payment_type_manager'] ?? $this->getBestItShortSimpleCheckout_Manager_PaymentTypeManagerService()), ($this->privates['best_it_short_simple_checkout.custom_field.payment_type_accessor'] ?? ($this->privates['best_it_short_simple_checkout.custom_field.payment_type_accessor'] = new \App\Module\ShortSimpleCheckout\CustomField\PaymentTypeAccessor('order', 'paymentType'))), ($this->privates['App\\Module\\Shipping\\Repository\\ShippingTypesRepository'] ?? $this->getShippingTypesRepositoryService()), ($this->privates['best_it_short_simple_checkout.manager.flash_bag_manager.default'] ?? $this->getBestItShortSimpleCheckout_Manager_FlashBagManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \App\Module\Checkout\Provider\OrderNumberProvider($a, new \App\Module\OrderNumberGenerator\Business\OrderNumberGeneratorConnector((new \App\Module\OrderNumberGenerator\Business\Factory\HttpClientFactory('http://ordernumbergenerator.ordernumbergenerator:3000'))->__invoke())), ($this->privates['best_it_short_simple_checkout.repository.cart_repository'] ?? $this->getBestItShortSimpleCheckout_Repository_CartRepositoryService()), $a);
  2066. $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2067. return $instance;
  2068. }
  2069. /**
  2070. * Gets the public 'best_it_short_simple_checkout.controller_facade.custom_field_controller_facade' shared service.
  2071. *
  2072. * @return \App\Module\ShortSimpleCheckout\Controller\Facade\CustomFieldControllerFacade
  2073. */
  2074. protected function getBestItShortSimpleCheckout_ControllerFacade_CustomFieldControllerFacadeService()
  2075. {
  2076. return $this->services['best_it_short_simple_checkout.controller_facade.custom_field_controller_facade'] = new \App\Module\ShortSimpleCheckout\Controller\Facade\CustomFieldControllerFacade(($this->privates['best_it_short_simple_checkout.custom_field.object_handler'] ?? $this->getBestItShortSimpleCheckout_CustomField_ObjectHandlerService()), ($this->privates['best_it_short_simple_checkout.persistence.cart_persister'] ?? $this->getBestItShortSimpleCheckout_Persistence_CartPersisterService()));
  2077. }
  2078. /**
  2079. * Gets the public 'best_it_short_simple_checkout.controller_facade.finish_controller_facade' shared service.
  2080. *
  2081. * @return \App\Module\ShortSimpleCheckout\Controller\Facade\FinishControllerFacade
  2082. */
  2083. protected function getBestItShortSimpleCheckout_ControllerFacade_FinishControllerFacadeService()
  2084. {
  2085. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/Facade/FinishControllerFacadeInterface.php';
  2086. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/Facade/FinishControllerFacade.php';
  2087. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Normalizer/OrderNormalizerInterface.php';
  2088. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Normalizer/OrderNormalizer.php';
  2089. include_once \dirname(__DIR__, 4).'/src/Module/View/Business/Facade/DisplayPriceFacadeInterface.php';
  2090. include_once \dirname(__DIR__, 4).'/src/Module/View/Business/Facade/DisplayPriceFacade.php';
  2091. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Normalizer/Address/AddressNormalizerInterface.php';
  2092. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Normalizer/Address/SimpleAddressNormalizer.php';
  2093. $a = ($this->privates['App\\Integration\\Frontend\\Formatter\\PriceFormatter'] ?? $this->getPriceFormatterService());
  2094. $b = ($this->privates['best_it_short_simple_checkout.manager.payment_type_manager'] ?? $this->getBestItShortSimpleCheckout_Manager_PaymentTypeManagerService());
  2095. $this->services['best_it_short_simple_checkout.controller_facade.finish_controller_facade'] = $instance = new \App\Module\ShortSimpleCheckout\Controller\Facade\FinishControllerFacade(new \App\Module\Checkout\Normalizer\OrderNormalizer(($this->privates['best_it_short_simple_checkout.normalizer_address.simple_address_normalizer'] ?? ($this->privates['best_it_short_simple_checkout.normalizer_address.simple_address_normalizer'] = new \App\Module\ShortSimpleCheckout\Normalizer\Address\SimpleAddressNormalizer())), ($this->privates['App\\Module\\Checkout\\Normalizer\\LineItemNormalizer'] ?? $this->getLineItemNormalizerService()), $a, $b), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $b, ($this->privates['best_it_short_simple_checkout.custom_field.payment_type_accessor'] ?? ($this->privates['best_it_short_simple_checkout.custom_field.payment_type_accessor'] = new \App\Module\ShortSimpleCheckout\CustomField\PaymentTypeAccessor('order', 'paymentType'))), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['best_it_short_simple_checkout.repository.cart_repository'] ?? $this->getBestItShortSimpleCheckout_Repository_CartRepositoryService()), new \App\Module\View\Business\Facade\DisplayPriceFacade($a), ($this->privates['best_it_short_simple_checkout.repository.order_repository'] ?? $this->getBestItShortSimpleCheckout_Repository_OrderRepositoryService()));
  2096. $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2097. return $instance;
  2098. }
  2099. /**
  2100. * Gets the public 'best_it_short_simple_checkout.controller_facade.shipping_payment_controller_facade' shared service.
  2101. *
  2102. * @return \App\Module\ShortSimpleCheckout\Controller\Facade\ShippingPaymentControllerFacade
  2103. */
  2104. protected function getBestItShortSimpleCheckout_ControllerFacade_ShippingPaymentControllerFacadeService()
  2105. {
  2106. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/Facade/ShippingPaymentControllerFacadeInterface.php';
  2107. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Controller/Facade/ShippingPaymentControllerFacade.php';
  2108. include_once \dirname(__DIR__, 4).'/src/Module/Address/Client/ZipClientInterface.php';
  2109. include_once \dirname(__DIR__, 4).'/src/Module/Address/Client/ZippopotamClient.php';
  2110. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Normalizer/Address/AddressNormalizerInterface.php';
  2111. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Normalizer/Address/SimpleAddressNormalizer.php';
  2112. $a = ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService());
  2113. $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2114. return $this->services['best_it_short_simple_checkout.controller_facade.shipping_payment_controller_facade'] = new \App\Module\ShortSimpleCheckout\Controller\Facade\ShippingPaymentControllerFacade(($this->privates['best_it_short_simple_checkout.normalizer_address.simple_address_normalizer'] ?? ($this->privates['best_it_short_simple_checkout.normalizer_address.simple_address_normalizer'] = new \App\Module\ShortSimpleCheckout\Normalizer\Address\SimpleAddressNormalizer())), ($this->privates['App\\Module\\Checkout\\Normalizer\\CartNormalizer'] ?? $this->getCartNormalizerService()), ($this->privates['best_it_short_simple_checkout.manager.payment_type_manager'] ?? $this->getBestItShortSimpleCheckout_Manager_PaymentTypeManagerService()), ($this->privates['best_it_short_simple_checkout.custom_field.payment_type_accessor'] ?? ($this->privates['best_it_short_simple_checkout.custom_field.payment_type_accessor'] = new \App\Module\ShortSimpleCheckout\CustomField\PaymentTypeAccessor('order', 'paymentType'))), ($this->privates['App\\Module\\Shipping\\Repository\\ShippingTypesRepository'] ?? $this->getShippingTypesRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['best_it_short_simple_checkout.persistence.cart_persister'] ?? $this->getBestItShortSimpleCheckout_Persistence_CartPersisterService()), ($this->privates['App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkCartRepository'] ?? $this->getSdkCartRepositoryService()), $a, $b, new \App\Module\Address\Client\ZippopotamClient($a, $b, ($this->services['cache.app'] ?? $this->getCache_AppService())), ($this->privates['App\\Module\\Cart\\Business\\Facade\\CartPriceFacade'] ?? $this->getCartPriceFacadeService()));
  2115. }
  2116. /**
  2117. * Gets the public 'cache.app' shared service.
  2118. *
  2119. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2120. */
  2121. protected function getCache_AppService()
  2122. {
  2123. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ApsCxMvwj5', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  2124. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2125. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2126. }
  2127. /**
  2128. * Gets the public 'cache.app_clearer' shared service.
  2129. *
  2130. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2131. */
  2132. protected function getCache_AppClearerService()
  2133. {
  2134. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2135. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2136. return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  2137. }
  2138. /**
  2139. * Gets the public 'cache.global_clearer' shared service.
  2140. *
  2141. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2142. */
  2143. protected function getCache_GlobalClearerService()
  2144. {
  2145. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2146. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2147. return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  2148. }
  2149. /**
  2150. * Gets the public 'cache.system' shared service.
  2151. *
  2152. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2153. */
  2154. protected function getCache_SystemService()
  2155. {
  2156. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8PJDg6jbRH', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2157. }
  2158. /**
  2159. * Gets the public 'cache.system_clearer' shared service.
  2160. *
  2161. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2162. */
  2163. protected function getCache_SystemClearerService()
  2164. {
  2165. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2166. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2167. return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  2168. }
  2169. /**
  2170. * Gets the public 'cache.validator_expression_language' shared service.
  2171. *
  2172. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2173. */
  2174. protected function getCache_ValidatorExpressionLanguageService()
  2175. {
  2176. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fXueddHsaA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2177. }
  2178. /**
  2179. * Gets the public 'cache_warmer' shared service.
  2180. *
  2181. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2182. */
  2183. protected function getCacheWarmerService()
  2184. {
  2185. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2186. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2187. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2188. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2189. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2190. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2191. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2192. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2193. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2194. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2195. yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2196. yield 8 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__, 4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  2197. }, 9), true, ($this->targetDir.''.'/App_KernelDevDeDebugContainerDeprecations.log'));
  2198. }
  2199. /**
  2200. * Gets the public 'console.command_loader' shared service.
  2201. *
  2202. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2203. */
  2204. protected function getConsole_CommandLoaderService()
  2205. {
  2206. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2207. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2208. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2209. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  2210. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  2211. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  2212. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  2213. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  2214. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  2215. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  2216. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  2217. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  2218. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  2219. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  2220. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  2221. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  2222. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  2223. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  2224. 'console.command.messenger_consume_messages' => ['privates', '.console.command.messenger_consume_messages.lazy', 'get_Console_Command_MessengerConsumeMessages_LazyService', false],
  2225. 'console.command.messenger_setup_transports' => ['privates', '.console.command.messenger_setup_transports.lazy', 'get_Console_Command_MessengerSetupTransports_LazyService', false],
  2226. 'console.command.messenger_debug' => ['privates', '.console.command.messenger_debug.lazy', 'get_Console_Command_MessengerDebug_LazyService', false],
  2227. 'console.command.messenger_stop_workers' => ['privates', '.console.command.messenger_stop_workers.lazy', 'get_Console_Command_MessengerStopWorkers_LazyService', false],
  2228. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  2229. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  2230. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  2231. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  2232. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  2233. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  2234. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  2235. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  2236. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  2237. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  2238. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  2239. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  2240. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  2241. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  2242. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  2243. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  2244. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  2245. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  2246. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  2247. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  2248. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  2249. 'Snc\\RedisBundle\\Command\\RedisQueryCommand' => ['privates', 'Snc\\RedisBundle\\Command\\RedisQueryCommand', 'getRedisQueryCommandService', false],
  2250. ], [
  2251. 'console.command.about' => '?',
  2252. 'console.command.assets_install' => '?',
  2253. 'console.command.cache_clear' => '?',
  2254. 'console.command.cache_pool_clear' => '?',
  2255. 'console.command.cache_pool_prune' => '?',
  2256. 'console.command.cache_pool_delete' => '?',
  2257. 'console.command.cache_pool_list' => '?',
  2258. 'console.command.cache_warmup' => '?',
  2259. 'console.command.config_debug' => '?',
  2260. 'console.command.config_dump_reference' => '?',
  2261. 'console.command.container_debug' => '?',
  2262. 'console.command.container_lint' => '?',
  2263. 'console.command.debug_autowiring' => '?',
  2264. 'console.command.dotenv_debug' => '?',
  2265. 'console.command.event_dispatcher_debug' => '?',
  2266. 'console.command.messenger_consume_messages' => '?',
  2267. 'console.command.messenger_setup_transports' => '?',
  2268. 'console.command.messenger_debug' => '?',
  2269. 'console.command.messenger_stop_workers' => '?',
  2270. 'console.command.router_debug' => '?',
  2271. 'console.command.router_match' => '?',
  2272. 'console.command.translation_debug' => '?',
  2273. 'console.command.translation_extract' => '?',
  2274. 'console.command.validator_debug' => '?',
  2275. 'console.command.translation_pull' => '?',
  2276. 'console.command.translation_push' => '?',
  2277. 'console.command.xliff_lint' => '?',
  2278. 'console.command.yaml_lint' => '?',
  2279. 'console.command.form_debug' => '?',
  2280. 'console.command.secrets_set' => '?',
  2281. 'console.command.secrets_remove' => '?',
  2282. 'console.command.secrets_generate_key' => '?',
  2283. 'console.command.secrets_list' => '?',
  2284. 'console.command.secrets_decrypt_to_local' => '?',
  2285. 'console.command.secrets_encrypt_from_local' => '?',
  2286. 'twig.command.debug' => '?',
  2287. 'twig.command.lint' => '?',
  2288. 'security.command.debug_firewall' => '?',
  2289. 'security.command.user_password_encoder' => '?',
  2290. 'security.command.user_password_hash' => '?',
  2291. 'Snc\\RedisBundle\\Command\\RedisQueryCommand' => 'Snc\\RedisBundle\\Command\\RedisQueryCommand',
  2292. ]), ['about' => 'console.command.about', 'assets:install' => 'console.command.assets_install', 'cache:clear' => 'console.command.cache_clear', 'cache:pool:clear' => 'console.command.cache_pool_clear', 'cache:pool:prune' => 'console.command.cache_pool_prune', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'messenger:consume' => 'console.command.messenger_consume_messages', 'messenger:setup-transports' => 'console.command.messenger_setup_transports', 'debug:messenger' => 'console.command.messenger_debug', 'messenger:stop-workers' => 'console.command.messenger_stop_workers', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:extract' => 'console.command.translation_extract', 'translation:update' => 'console.command.translation_extract', 'debug:validator' => 'console.command.validator_debug', 'translation:pull' => 'console.command.translation_pull', 'translation:push' => 'console.command.translation_push', 'lint:xliff' => 'console.command.xliff_lint', 'lint:yaml' => 'console.command.yaml_lint', 'debug:form' => 'console.command.form_debug', 'secrets:set' => 'console.command.secrets_set', 'secrets:remove' => 'console.command.secrets_remove', 'secrets:generate-keys' => 'console.command.secrets_generate_key', 'secrets:list' => 'console.command.secrets_list', 'secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local', 'secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'redis:query' => 'Snc\\RedisBundle\\Command\\RedisQueryCommand']);
  2293. }
  2294. /**
  2295. * Gets the public 'container.env_var_processors_locator' shared service.
  2296. *
  2297. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2298. */
  2299. protected function getContainer_EnvVarProcessorsLocatorService()
  2300. {
  2301. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2302. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2303. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2304. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2305. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2306. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2307. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2308. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2309. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2310. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2311. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2312. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2313. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2314. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2315. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2316. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2317. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2318. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2319. ], [
  2320. 'base64' => '?',
  2321. 'bool' => '?',
  2322. 'const' => '?',
  2323. 'csv' => '?',
  2324. 'default' => '?',
  2325. 'file' => '?',
  2326. 'float' => '?',
  2327. 'int' => '?',
  2328. 'json' => '?',
  2329. 'key' => '?',
  2330. 'not' => '?',
  2331. 'query_string' => '?',
  2332. 'require' => '?',
  2333. 'resolve' => '?',
  2334. 'string' => '?',
  2335. 'trim' => '?',
  2336. 'url' => '?',
  2337. ]);
  2338. }
  2339. /**
  2340. * Gets the public 'error_controller' shared service.
  2341. *
  2342. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2343. */
  2344. protected function getErrorControllerService()
  2345. {
  2346. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2347. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2348. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2349. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2350. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2351. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  2352. if (isset($this->services['error_controller'])) {
  2353. return $this->services['error_controller'];
  2354. }
  2355. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2356. if (isset($this->services['error_controller'])) {
  2357. return $this->services['error_controller'];
  2358. }
  2359. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2360. return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController($a, NULL, new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($c), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer($b, ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($c, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($c, true)));
  2361. }
  2362. /**
  2363. * Gets the public 'event_dispatcher' shared service.
  2364. *
  2365. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2366. */
  2367. protected function getEventDispatcherService()
  2368. {
  2369. $a = new \Symfony\Bridge\Monolog\Logger('event');
  2370. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2371. $a->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  2372. $a->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  2373. $a->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  2374. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2375. $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2376. $instance->addListener('kernel.request', [0 => function () {
  2377. return ($this->privates['App\\Infrastructure\\Logger\\RequestDetailsLogger'] ?? $this->getRequestDetailsLoggerService());
  2378. }, 1 => 'onKernelRequest'], -1);
  2379. $instance->addListener('kernel.exception', [0 => function () {
  2380. return ($this->privates['App\\Subscriber\\ExceptionListener'] ?? $this->getExceptionListenerService());
  2381. }, 1 => 'onKernelException'], 1);
  2382. $instance->addListener('kernel.controller', [0 => function () {
  2383. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2384. }, 1 => 'onKernelController'], 0);
  2385. $instance->addListener('kernel.exception', [0 => function () {
  2386. return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  2387. }, 1 => 'onKernelException'], 0);
  2388. $instance->addListener('kernel.request', [0 => function () {
  2389. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2390. }, 1 => 'onKernelRequest'], 250);
  2391. $instance->addListener('kernel.response', [0 => function () {
  2392. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2393. }, 1 => 'onKernelResponse'], 0);
  2394. $instance->addListener('kernel.response', [0 => function () {
  2395. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2396. }, 1 => 'onResponse'], -10);
  2397. $instance->addListener('kernel.controller', [0 => function () {
  2398. return ($this->privates['best_it_short_simple_checkout.event_listener_cart.cart_required_listener'] ?? $this->getBestItShortSimpleCheckout_EventListenerCart_CartRequiredListenerService());
  2399. }, 1 => 'onKernelController'], 0);
  2400. $instance->addListener('kernel.request', [0 => function () {
  2401. return ($this->privates['App\\Locale\\LocaleListener'] ?? $this->getLocaleListenerService());
  2402. }, 1 => 'onKernelRequest'], 20);
  2403. $instance->addListener('kernel.request', [0 => function () {
  2404. return ($this->privates['App\\Module\\Account\\Subscriber\\ExcludeVatSubscriber'] ?? $this->getExcludeVatSubscriberService());
  2405. }, 1 => 'checkForVatParameter'], 64);
  2406. $instance->addListener('security.interactive_login', [0 => function () {
  2407. return ($this->privates['App\\Module\\Account\\Subscriber\\ExcludeVatSubscriber'] ?? $this->getExcludeVatSubscriberService());
  2408. }, 1 => 'addVatCookieBasedOnCustomerGroupOnLogin'], 0);
  2409. $instance->addListener('kernel.response', [0 => function () {
  2410. return ($this->privates['App\\Module\\Account\\Subscriber\\ExcludeVatSubscriber'] ?? $this->getExcludeVatSubscriberService());
  2411. }, 1 => 'addVatCookieBasedOnCustomerGroupToResponse'], 0);
  2412. $instance->addListener('best_it_short_simple_checkout.shipping_payment_index_dispatch', [0 => function () {
  2413. return ($this->privates['App\\Module\\Address\\Subscriber\\AddressFormSubscriber'] ?? $this->getAddressFormSubscriberService());
  2414. }, 1 => 'addCreateAddressFormToView'], 0);
  2415. $instance->addListener('best_it_short_simple_checkout.cart_create_order', [0 => function () {
  2416. return ($this->privates['App\\Module\\Checkout\\Integration\\Subscriber\\AddSapPricesToOrderSubscriber'] ?? $this->getAddSapPricesToOrderSubscriberService());
  2417. }, 1 => 'onCreateOrder'], 0);
  2418. $instance->addListener('kernel.controller', [0 => function () {
  2419. return ($this->privates['App\\Module\\Checkout\\Subscriber\\CartCustomFieldSubscriber'] ?? $this->getCartCustomFieldSubscriberService());
  2420. }, 1 => 'onKernelController'], 999);
  2421. $instance->addListener('best_it_short_simple_checkout.finish_index_dispatch', [0 => function () {
  2422. return ($this->privates['App\\Module\\Checkout\\Subscriber\\FinishSubscriber'] ?? $this->getFinishSubscriberService());
  2423. }, 1 => 'addCustomerToView'], 0);
  2424. $instance->addListener('security.interactive_login', [0 => function () {
  2425. return ($this->privates['App\\Module\\Checkout\\Subscriber\\LoginCartSubscriber'] ?? $this->getLoginCartSubscriberService());
  2426. }, 1 => 'mergeCarts'], 0);
  2427. $instance->addListener('best_it_short_simple_checkout.cart_create_order', [0 => function () {
  2428. return ($this->privates['App\\Module\\Checkout\\Subscriber\\OrderAddressToCustomerSubscriber'] ?? $this->getOrderAddressToCustomerSubscriberService());
  2429. }, 1 => 'updateCustomerAddress'], 0);
  2430. $instance->addListener('best_it_short_simple_checkout.order_created', [0 => function () {
  2431. return ($this->privates['App\\Module\\Checkout\\Subscriber\\OrderCreatedSubscriber'] ?? $this->getOrderCreatedSubscriberService());
  2432. }, 1 => 'sendConfirmationMail'], 9);
  2433. $instance->addListener('checkout.payment.received', [0 => function () {
  2434. return ($this->privates['App\\Module\\Checkout\\Subscriber\\PaymentReceivedSubscriber'] ?? $this->getPaymentReceivedSubscriberService());
  2435. }, 1 => 'sendConfirmationMail'], 0);
  2436. $instance->addListener('best_it_short_simple_checkout.cart_index_ajax_dispatch', [0 => function () {
  2437. return ($this->privates['App\\Module\\Checkout\\Subscriber\\RenderAjaxCartSubscriber'] ?? $this->getRenderAjaxCartSubscriberService());
  2438. }, 1 => 'render'], 0);
  2439. $instance->addListener('best_it_short_simple_checkout.shipping_payment_index_dispatch', [0 => function () {
  2440. return ($this->privates['App\\Module\\Checkout\\Subscriber\\ShippingPaymentSubscriber'] ?? $this->getShippingPaymentSubscriberService());
  2441. }, 1 => 'addCustomerToView'], 0);
  2442. $instance->addListener('kernel.view', [0 => function () {
  2443. return ($this->privates['App\\Module\\Cms\\Subscriber\\AccountSlotSubscriber'] ?? $this->getAccountSlotSubscriberService());
  2444. }, 1 => 'onKernelResponse'], 0);
  2445. $instance->addListener('kernel.view', [0 => function () {
  2446. return ($this->privates['App\\Module\\Cms\\Subscriber\\CategorySlotSubscriber'] ?? $this->getCategorySlotSubscriberService());
  2447. }, 1 => 'onKernelResponse'], 0);
  2448. $instance->addListener('best_it_short_simple_checkout.cart_index_dispatch', [0 => function () {
  2449. return ($this->privates['App\\Module\\Cms\\Subscriber\\CheckoutSlotSubscriber'] ?? $this->getCheckoutSlotSubscriberService());
  2450. }, 1 => 'addCheckoutSlots'], 0);
  2451. $instance->addListener('best_it_short_simple_checkout.shipping_payment_index_dispatch', [0 => function () {
  2452. return ($this->privates['App\\Module\\Cms\\Subscriber\\CheckoutSlotSubscriber'] ?? $this->getCheckoutSlotSubscriberService());
  2453. }, 1 => 'addCheckoutSlots'], 0);
  2454. $instance->addListener('best_it_short_simple_checkout.finish_index_dispatch', [0 => function () {
  2455. return ($this->privates['App\\Module\\Cms\\Subscriber\\CheckoutSlotSubscriber'] ?? $this->getCheckoutSlotSubscriberService());
  2456. }, 1 => 'addFinishSlot'], 0);
  2457. $instance->addListener('kernel.view', [0 => function () {
  2458. return ($this->privates['App\\Module\\Cms\\Subscriber\\DetailSlotSubscriber'] ?? $this->getDetailSlotSubscriberService());
  2459. }, 1 => 'onKernelResponse'], 0);
  2460. $instance->addListener('kernel.request', [0 => function () {
  2461. return ($this->privates['App\\Module\\Cms\\Subscriber\\PreviewSubscriber'] ?? ($this->privates['App\\Module\\Cms\\Subscriber\\PreviewSubscriber'] = new \App\Module\Cms\Subscriber\PreviewSubscriber($this->getEnv('STORYBLOK_PREVIEW_TOKEN'))));
  2462. }, 1 => 'onKernelRequest'], 32);
  2463. $instance->addListener('best_it_short_simple_checkout.shipping_payment_index_dispatch', [0 => function () {
  2464. return ($this->privates['App\\Module\\Payment\\Subscriber\\StripePaymentSubscriber'] ?? $this->getStripePaymentSubscriberService());
  2465. }, 1 => 'addPublicKeyToView'], 0);
  2466. $instance->addListener('best_it_short_simple_checkout.shipping_payment_index_dispatch', [0 => function () {
  2467. return ($this->privates['App\\Module\\Payment\\Subscriber\\UnzerPaymentSubscriber'] ?? $this->getUnzerPaymentSubscriberService());
  2468. }, 1 => 'addPublicKeyToView'], 0);
  2469. $instance->addListener('security.interactive_login', [0 => function () {
  2470. return ($this->privates['App\\Module\\ShoppingList\\Subscriber\\LoginShoppingListSubscriber'] ?? $this->getLoginShoppingListSubscriberService());
  2471. }, 1 => 'mergeShoppingLists'], 0);
  2472. $instance->addListener('kernel.response', [0 => function () {
  2473. return ($this->privates['App\\Module\\Store\\Integration\\Subscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  2474. }, 1 => 'attachCurrentLocale'], 0);
  2475. $instance->addListener('kernel.view', [0 => function () {
  2476. return ($this->privates['App\\Subscriber\\BreadcrumbSubscriber'] ?? $this->getBreadcrumbSubscriberService());
  2477. }, 1 => 'onKernelResponse'], 0);
  2478. $instance->addListener('kernel.request', [0 => function () {
  2479. return ($this->privates['App\\Subscriber\\DownloadTokenSubscriber'] ?? $this->getDownloadTokenSubscriberService());
  2480. }, 1 => 'onKernelRequest'], 0);
  2481. $instance->addListener('kernel.request', [0 => function () {
  2482. return ($this->privates['App\\Subscriber\\LoggRequestSubscriber'] ?? $this->getLoggRequestSubscriberService());
  2483. }, 1 => 'onKernelRequest'], 0);
  2484. $instance->addListener('kernel.response', [0 => function () {
  2485. return ($this->privates['App\\Subscriber\\PunchoutCookiePolicySubscriber'] ?? $this->getPunchoutCookiePolicySubscriberService());
  2486. }, 1 => 'onKernelResponse'], -1001);
  2487. $instance->addListener('kernel.request', [0 => function () {
  2488. return ($this->privates['App\\Subscriber\\PunchoutLoginSubscriber'] ?? $this->getPunchoutLoginSubscriberService());
  2489. }, 1 => 'onKernelRequest'], -64);
  2490. $instance->addListener('kernel.response', [0 => function () {
  2491. return ($this->privates['App\\Subscriber\\SecurityHeaderSubscriber'] ?? $this->getSecurityHeaderSubscriberService());
  2492. }, 1 => 'onKernelResponse'], -256);
  2493. $instance->addListener('kernel.controller', [0 => function () {
  2494. return ($this->privates['best_it_short_simple_checkout.event_listener.given_order_validator_event_subscriber'] ?? $this->getBestItShortSimpleCheckout_EventListener_GivenOrderValidatorEventSubscriberService());
  2495. }, 1 => 'onKernelController'], 0);
  2496. $instance->addListener('best_it_short_simple_checkout.shipping_payment_index_dispatch', [0 => function () {
  2497. return ($this->privates['app.module.checkout.subscriber.shipping_payment_subscriber'] ?? $this->getApp_Module_Checkout_Subscriber_ShippingPaymentSubscriberService());
  2498. }, 1 => 'addCustomerToView'], 0);
  2499. $instance->addListener('best_it_short_simple_checkout.finish_index_dispatch', [0 => function () {
  2500. return ($this->privates['app.module.checkout.subscriber.finish_subscriber'] ?? $this->getApp_Module_Checkout_Subscriber_FinishSubscriberService());
  2501. }, 1 => 'addCustomerToView'], 0);
  2502. $instance->addListener('kernel.response', [0 => function () {
  2503. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  2504. }, 1 => 'onKernelResponse'], 0);
  2505. $instance->addListener('kernel.response', [0 => function () {
  2506. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2507. }, 1 => 'onKernelResponse'], -1024);
  2508. $instance->addListener('kernel.request', [0 => function () {
  2509. return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2510. }, 1 => 'setDefaultLocale'], 100);
  2511. $instance->addListener('kernel.request', [0 => function () {
  2512. return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2513. }, 1 => 'onKernelRequest'], 16);
  2514. $instance->addListener('kernel.finish_request', [0 => function () {
  2515. return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2516. }, 1 => 'onKernelFinishRequest'], 0);
  2517. $instance->addListener('kernel.request', [0 => function () {
  2518. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2519. }, 1 => 'onKernelRequest'], 256);
  2520. $instance->addListener('kernel.response', [0 => function () {
  2521. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2522. }, 1 => 'onResponse'], -255);
  2523. $instance->addListener('kernel.controller_arguments', [0 => function () {
  2524. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2525. }, 1 => 'onControllerArguments'], 0);
  2526. $instance->addListener('kernel.exception', [0 => function () {
  2527. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2528. }, 1 => 'logKernelException'], 0);
  2529. $instance->addListener('kernel.exception', [0 => function () {
  2530. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2531. }, 1 => 'onKernelException'], -128);
  2532. $instance->addListener('kernel.response', [0 => function () {
  2533. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2534. }, 1 => 'removeCspHeader'], -128);
  2535. $instance->addListener('kernel.request', [0 => function () {
  2536. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2537. }, 1 => 'onKernelRequest'], 15);
  2538. $instance->addListener('kernel.finish_request', [0 => function () {
  2539. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2540. }, 1 => 'onKernelFinishRequest'], -15);
  2541. $instance->addListener('console.error', [0 => function () {
  2542. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2543. }, 1 => 'onConsoleError'], -128);
  2544. $instance->addListener('console.terminate', [0 => function () {
  2545. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2546. }, 1 => 'onConsoleTerminate'], -128);
  2547. $instance->addListener('console.error', [0 => function () {
  2548. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2549. }, 1 => 'onConsoleError'], 0);
  2550. $instance->addListener('kernel.request', [0 => function () {
  2551. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2552. }, 1 => 'configure'], 2048);
  2553. $instance->addListener('console.command', [0 => function () {
  2554. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2555. }, 1 => 'configure'], 2048);
  2556. $instance->addListener('kernel.request', [0 => function () {
  2557. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2558. }, 1 => 'onKernelRequest'], 32);
  2559. $instance->addListener('kernel.finish_request', [0 => function () {
  2560. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2561. }, 1 => 'onKernelFinishRequest'], 0);
  2562. $instance->addListener('kernel.exception', [0 => function () {
  2563. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2564. }, 1 => 'onKernelException'], -64);
  2565. $instance->addListener('kernel.request', [0 => function () {
  2566. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2567. }, 1 => 'onKernelRequest'], 128);
  2568. $instance->addListener('kernel.response', [0 => function () {
  2569. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2570. }, 1 => 'onKernelResponse'], -1000);
  2571. $instance->addListener('kernel.finish_request', [0 => function () {
  2572. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2573. }, 1 => 'onFinishRequest'], 0);
  2574. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  2575. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  2576. }, 1 => 'onMessageFailed'], 100);
  2577. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  2578. return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  2579. }, 1 => 'onMessageFailed'], 200);
  2580. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  2581. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2582. }, 1 => 'onWorkerRunning'], 100);
  2583. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  2584. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2585. }, 1 => 'onWorkerStarted'], 0);
  2586. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  2587. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2588. }, 1 => 'onWorkerRunning'], 0);
  2589. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  2590. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  2591. }, 1 => 'onWorkerStarted'], 100);
  2592. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  2593. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2594. }, 1 => 'onMessageFailed'], 0);
  2595. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  2596. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2597. }, 1 => 'onWorkerRunning'], 0);
  2598. $instance->addListener('kernel.response', [0 => function () {
  2599. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2600. }, 1 => 'onKernelResponse'], -100);
  2601. $instance->addListener('kernel.exception', [0 => function () {
  2602. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2603. }, 1 => 'onKernelException'], 0);
  2604. $instance->addListener('kernel.terminate', [0 => function () {
  2605. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2606. }, 1 => 'onKernelTerminate'], -1024);
  2607. $instance->addListener('kernel.controller', [0 => function () {
  2608. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2609. }, 1 => 'onKernelController'], 0);
  2610. $instance->addListener('kernel.response', [0 => function () {
  2611. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2612. }, 1 => 'onKernelResponse'], 0);
  2613. $instance->addListener('kernel.controller', [0 => function () {
  2614. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2615. }, 1 => 'onKernelController'], 0);
  2616. $instance->addListener('kernel.controller', [0 => function () {
  2617. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2618. }, 1 => 'onKernelController'], 0);
  2619. $instance->addListener('kernel.controller', [0 => function () {
  2620. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2621. }, 1 => 'onKernelController'], -128);
  2622. $instance->addListener('kernel.view', [0 => function () {
  2623. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2624. }, 1 => 'onKernelView'], 0);
  2625. $instance->addListener('kernel.controller', [0 => function () {
  2626. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2627. }, 1 => 'onKernelController'], 0);
  2628. $instance->addListener('kernel.response', [0 => function () {
  2629. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2630. }, 1 => 'onKernelResponse'], 0);
  2631. $instance->addListener('kernel.controller_arguments', [0 => function () {
  2632. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2633. }, 1 => 'onKernelControllerArguments'], 0);
  2634. $instance->addListener('kernel.controller_arguments', [0 => function () {
  2635. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2636. }, 1 => 'onKernelControllerArguments'], 0);
  2637. $instance->addListener('console.command', [0 => function () {
  2638. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2639. }, 1 => 'onCommand'], 255);
  2640. $instance->addListener('console.terminate', [0 => function () {
  2641. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2642. }, 1 => 'onTerminate'], -255);
  2643. $instance->addListener('kernel.finish_request', [0 => function () {
  2644. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2645. }, 1 => 'resetAssets'], 0);
  2646. $instance->addListener('kernel.response', [0 => function () {
  2647. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2648. }, 1 => 'onKernelResponse'], 0);
  2649. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  2650. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2651. }, 1 => 'onVoterVote'], 0);
  2652. $instance->addListener('kernel.request', [0 => function () {
  2653. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2654. }, 1 => 'configureLogoutUrlGenerator'], 8);
  2655. $instance->addListener('kernel.request', [0 => function () {
  2656. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2657. }, 1 => 'onKernelRequest'], 8);
  2658. $instance->addListener('kernel.finish_request', [0 => function () {
  2659. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2660. }, 1 => 'onKernelFinishRequest'], 0);
  2661. $instance->addListener('kernel.response', [0 => function () {
  2662. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2663. }, 1 => 'onKernelResponse'], -128);
  2664. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2665. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2666. }, 1 => 'onLogout'], 0);
  2667. return $instance;
  2668. }
  2669. /**
  2670. * Gets the public 'http_kernel' shared service.
  2671. *
  2672. * @return \Symfony\Component\HttpKernel\HttpKernel
  2673. */
  2674. protected function getHttpKernelService()
  2675. {
  2676. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2677. if (isset($this->services['http_kernel'])) {
  2678. return $this->services['http_kernel'];
  2679. }
  2680. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2681. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2682. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2683. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2684. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2685. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2686. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2687. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2688. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2689. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2690. }, 8)), $b));
  2691. }
  2692. /**
  2693. * Gets the public 'messenger.default_bus' shared service.
  2694. *
  2695. * @return \Symfony\Component\Messenger\TraceableMessageBus
  2696. */
  2697. protected function getMessenger_DefaultBusService()
  2698. {
  2699. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2700. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  2701. yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2702. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2703. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2704. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2705. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  2706. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  2707. }, 7)));
  2708. }
  2709. /**
  2710. * Gets the public 'monolog.logger.cart' shared service.
  2711. *
  2712. * @return \Symfony\Bridge\Monolog\Logger
  2713. */
  2714. protected function getMonolog_Logger_CartService()
  2715. {
  2716. $this->services['monolog.logger.cart'] = $instance = new \Symfony\Bridge\Monolog\Logger('cart');
  2717. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2718. $instance->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  2719. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2720. $instance->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  2721. $instance->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  2722. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2723. return $instance;
  2724. }
  2725. /**
  2726. * Gets the public 'monolog.logger.es' shared service.
  2727. *
  2728. * @return \Symfony\Bridge\Monolog\Logger
  2729. */
  2730. protected function getMonolog_Logger_EsService()
  2731. {
  2732. $this->services['monolog.logger.es'] = $instance = new \Symfony\Bridge\Monolog\Logger('es');
  2733. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2734. $instance->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  2735. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2736. $instance->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  2737. $instance->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  2738. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2739. return $instance;
  2740. }
  2741. /**
  2742. * Gets the public 'monolog.logger.middlewareConnector' shared service.
  2743. *
  2744. * @return \Symfony\Bridge\Monolog\Logger
  2745. */
  2746. protected function getMonolog_Logger_MiddlewareConnectorService()
  2747. {
  2748. $this->services['monolog.logger.middlewareConnector'] = $instance = new \Symfony\Bridge\Monolog\Logger('middlewareConnector');
  2749. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2750. $instance->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  2751. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2752. $instance->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  2753. $instance->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  2754. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2755. return $instance;
  2756. }
  2757. /**
  2758. * Gets the public 'monolog.logger.sap' shared service.
  2759. *
  2760. * @return \Symfony\Bridge\Monolog\Logger
  2761. */
  2762. protected function getMonolog_Logger_SapService()
  2763. {
  2764. $this->services['monolog.logger.sap'] = $instance = new \Symfony\Bridge\Monolog\Logger('sap');
  2765. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2766. $instance->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  2767. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2768. $instance->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  2769. $instance->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  2770. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2771. return $instance;
  2772. }
  2773. /**
  2774. * Gets the public 'request_stack' shared service.
  2775. *
  2776. * @return \Symfony\Component\HttpFoundation\RequestStack
  2777. */
  2778. protected function getRequestStackService()
  2779. {
  2780. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2781. }
  2782. /**
  2783. * Gets the public 'routing.loader' shared service.
  2784. *
  2785. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2786. */
  2787. protected function getRouting_LoaderService()
  2788. {
  2789. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2790. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  2791. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2792. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2793. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2794. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2795. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  2796. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2797. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2798. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2799. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2800. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2801. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2802. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2803. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2804. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2805. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2806. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2807. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2808. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2809. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2810. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  2811. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  2812. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2813. $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2814. $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)))));
  2815. $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2816. $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
  2817. $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
  2818. $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
  2819. $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
  2820. $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
  2821. $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2822. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  2823. ], [
  2824. 'kernel' => 'App\\Kernel',
  2825. ]), 'dev'));
  2826. $a->addLoader(($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  2827. $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotDirService());
  2828. $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotFileService());
  2829. $a->addLoader($c);
  2830. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
  2831. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
  2832. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2833. }
  2834. /**
  2835. * Gets the public 'services_resetter' shared service.
  2836. *
  2837. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2838. */
  2839. protected function getServicesResetterService()
  2840. {
  2841. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2842. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2843. if (isset($this->services['cache.app'])) {
  2844. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2845. }
  2846. if (isset($this->services['cache.system'])) {
  2847. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2848. }
  2849. if (isset($this->privates['cache.validator'])) {
  2850. yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2851. }
  2852. if (isset($this->privates['cache.serializer'])) {
  2853. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2854. }
  2855. if (isset($this->privates['cache.annotations'])) {
  2856. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2857. }
  2858. if (isset($this->privates['cache.property_info'])) {
  2859. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2860. }
  2861. if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2862. yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2863. }
  2864. if (isset($this->privates['.debug.http_client'])) {
  2865. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2866. }
  2867. if (isset($this->privates['debug.stopwatch'])) {
  2868. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2869. }
  2870. if (isset($this->services['event_dispatcher'])) {
  2871. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2872. }
  2873. if (isset($this->privates['session_listener'])) {
  2874. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2875. }
  2876. if (isset($this->privates['form.choice_list_factory.cached'])) {
  2877. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2878. }
  2879. if (isset($this->services['cache.validator_expression_language'])) {
  2880. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2881. }
  2882. if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  2883. yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  2884. }
  2885. if (isset($this->services['.container.private.profiler'])) {
  2886. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2887. }
  2888. if (isset($this->services['.container.private.validator'])) {
  2889. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2890. }
  2891. if (isset($this->privates['monolog.handler.cloudwatch'])) {
  2892. yield 'monolog.handler.cloudwatch' => ($this->privates['monolog.handler.cloudwatch'] ?? null);
  2893. }
  2894. if (isset($this->privates['monolog.handler.console_filter'])) {
  2895. yield 'monolog.handler.console_filter' => ($this->privates['monolog.handler.console_filter'] ?? null);
  2896. }
  2897. if (isset($this->privates['monolog.handler.main'])) {
  2898. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2899. }
  2900. if (isset($this->services['.container.private.twig'])) {
  2901. yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  2902. }
  2903. if (isset($this->privates['twig.form.engine'])) {
  2904. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2905. }
  2906. if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2907. yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2908. }
  2909. if (isset($this->privates['cache.webpack_encore'])) {
  2910. yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2911. }
  2912. if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2913. yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2914. }
  2915. if (isset($this->services['.container.private.security.token_storage'])) {
  2916. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2917. }
  2918. if (isset($this->privates['cache.security_expression_language'])) {
  2919. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2920. }
  2921. if (isset($this->privates['debug.security.firewall'])) {
  2922. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2923. }
  2924. if (isset($this->privates['.debug.http_client'])) {
  2925. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2926. }
  2927. }, function () {
  2928. return 0 + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['monolog.handler.cloudwatch'])) + (int) (isset($this->privates['monolog.handler.console_filter'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->services['.container.private.twig'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['.debug.http_client']));
  2929. }), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'cache.messenger.restart_workers_signal' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'messenger.transport.in_memory.factory' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'monolog.handler.cloudwatch' => [0 => 'reset'], 'monolog.handler.console_filter' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'twig' => [0 => 'resetGlobals'], 'twig.form.engine' => [0 => 'reset'], 'webpack_encore.tag_renderer' => [0 => 'reset'], 'cache.webpack_encore' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
  2930. }
  2931. /**
  2932. * Gets the public 'translator' shared service.
  2933. *
  2934. * @return \Symfony\Component\Translation\DataCollectorTranslator
  2935. */
  2936. protected function getTranslatorService()
  2937. {
  2938. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2939. }
  2940. /**
  2941. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2942. *
  2943. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2944. */
  2945. protected function getWebProfiler_Controller_ExceptionPanelService()
  2946. {
  2947. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2948. return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2949. }
  2950. /**
  2951. * Gets the public 'web_profiler.controller.profiler' shared service.
  2952. *
  2953. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2954. */
  2955. protected function getWebProfiler_Controller_ProfilerService()
  2956. {
  2957. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2958. return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__, 4));
  2959. }
  2960. /**
  2961. * Gets the public 'web_profiler.controller.router' shared service.
  2962. *
  2963. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2964. */
  2965. protected function getWebProfiler_Controller_RouterService()
  2966. {
  2967. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2968. return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), NULL, new RewindableGenerator(function () {
  2969. return new \EmptyIterator();
  2970. }, 0));
  2971. }
  2972. /**
  2973. * Gets the private '.console.command.about.lazy' shared service.
  2974. *
  2975. * @return \Symfony\Component\Console\Command\LazyCommand
  2976. */
  2977. protected function get_Console_Command_About_LazyService()
  2978. {
  2979. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2980. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2981. return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2982. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2983. });
  2984. }
  2985. /**
  2986. * Gets the private '.console.command.assets_install.lazy' shared service.
  2987. *
  2988. * @return \Symfony\Component\Console\Command\LazyCommand
  2989. */
  2990. protected function get_Console_Command_AssetsInstall_LazyService()
  2991. {
  2992. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2993. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2994. return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2995. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2996. });
  2997. }
  2998. /**
  2999. * Gets the private '.console.command.cache_clear.lazy' shared service.
  3000. *
  3001. * @return \Symfony\Component\Console\Command\LazyCommand
  3002. */
  3003. protected function get_Console_Command_CacheClear_LazyService()
  3004. {
  3005. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3006. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3007. return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  3008. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  3009. });
  3010. }
  3011. /**
  3012. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  3013. *
  3014. * @return \Symfony\Component\Console\Command\LazyCommand
  3015. */
  3016. protected function get_Console_Command_CachePoolClear_LazyService()
  3017. {
  3018. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3019. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3020. return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  3021. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  3022. });
  3023. }
  3024. /**
  3025. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  3026. *
  3027. * @return \Symfony\Component\Console\Command\LazyCommand
  3028. */
  3029. protected function get_Console_Command_CachePoolDelete_LazyService()
  3030. {
  3031. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3032. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3033. return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  3034. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  3035. });
  3036. }
  3037. /**
  3038. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  3039. *
  3040. * @return \Symfony\Component\Console\Command\LazyCommand
  3041. */
  3042. protected function get_Console_Command_CachePoolList_LazyService()
  3043. {
  3044. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3045. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3046. return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  3047. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  3048. });
  3049. }
  3050. /**
  3051. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  3052. *
  3053. * @return \Symfony\Component\Console\Command\LazyCommand
  3054. */
  3055. protected function get_Console_Command_CachePoolPrune_LazyService()
  3056. {
  3057. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3058. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3059. return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  3060. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  3061. });
  3062. }
  3063. /**
  3064. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  3065. *
  3066. * @return \Symfony\Component\Console\Command\LazyCommand
  3067. */
  3068. protected function get_Console_Command_CacheWarmup_LazyService()
  3069. {
  3070. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3071. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3072. return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  3073. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  3074. });
  3075. }
  3076. /**
  3077. * Gets the private '.console.command.config_debug.lazy' shared service.
  3078. *
  3079. * @return \Symfony\Component\Console\Command\LazyCommand
  3080. */
  3081. protected function get_Console_Command_ConfigDebug_LazyService()
  3082. {
  3083. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3084. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3085. return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  3086. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  3087. });
  3088. }
  3089. /**
  3090. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  3091. *
  3092. * @return \Symfony\Component\Console\Command\LazyCommand
  3093. */
  3094. protected function get_Console_Command_ConfigDumpReference_LazyService()
  3095. {
  3096. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3097. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3098. return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  3099. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  3100. });
  3101. }
  3102. /**
  3103. * Gets the private '.console.command.container_debug.lazy' shared service.
  3104. *
  3105. * @return \Symfony\Component\Console\Command\LazyCommand
  3106. */
  3107. protected function get_Console_Command_ContainerDebug_LazyService()
  3108. {
  3109. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3110. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3111. return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  3112. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  3113. });
  3114. }
  3115. /**
  3116. * Gets the private '.console.command.container_lint.lazy' shared service.
  3117. *
  3118. * @return \Symfony\Component\Console\Command\LazyCommand
  3119. */
  3120. protected function get_Console_Command_ContainerLint_LazyService()
  3121. {
  3122. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3123. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3124. return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  3125. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  3126. });
  3127. }
  3128. /**
  3129. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  3130. *
  3131. * @return \Symfony\Component\Console\Command\LazyCommand
  3132. */
  3133. protected function get_Console_Command_DebugAutowiring_LazyService()
  3134. {
  3135. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3136. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3137. return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring', false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  3138. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  3139. });
  3140. }
  3141. /**
  3142. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  3143. *
  3144. * @return \Symfony\Component\Console\Command\LazyCommand
  3145. */
  3146. protected function get_Console_Command_DotenvDebug_LazyService()
  3147. {
  3148. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3149. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3150. return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values', false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  3151. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  3152. });
  3153. }
  3154. /**
  3155. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  3156. *
  3157. * @return \Symfony\Component\Console\Command\LazyCommand
  3158. */
  3159. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  3160. {
  3161. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3162. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3163. return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  3164. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  3165. });
  3166. }
  3167. /**
  3168. * Gets the private '.console.command.form_debug.lazy' shared service.
  3169. *
  3170. * @return \Symfony\Component\Console\Command\LazyCommand
  3171. */
  3172. protected function get_Console_Command_FormDebug_LazyService()
  3173. {
  3174. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3175. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3176. return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information', false, function (): \Symfony\Component\Form\Command\DebugCommand {
  3177. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  3178. });
  3179. }
  3180. /**
  3181. * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  3182. *
  3183. * @return \Symfony\Component\Console\Command\LazyCommand
  3184. */
  3185. protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  3186. {
  3187. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3188. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3189. return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages', false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  3190. return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  3191. });
  3192. }
  3193. /**
  3194. * Gets the private '.console.command.messenger_debug.lazy' shared service.
  3195. *
  3196. * @return \Symfony\Component\Console\Command\LazyCommand
  3197. */
  3198. protected function get_Console_Command_MessengerDebug_LazyService()
  3199. {
  3200. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3201. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3202. return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses', false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  3203. return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  3204. });
  3205. }
  3206. /**
  3207. * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  3208. *
  3209. * @return \Symfony\Component\Console\Command\LazyCommand
  3210. */
  3211. protected function get_Console_Command_MessengerSetupTransports_LazyService()
  3212. {
  3213. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3214. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3215. return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport', false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  3216. return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  3217. });
  3218. }
  3219. /**
  3220. * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  3221. *
  3222. * @return \Symfony\Component\Console\Command\LazyCommand
  3223. */
  3224. protected function get_Console_Command_MessengerStopWorkers_LazyService()
  3225. {
  3226. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3227. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3228. return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message', false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  3229. return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  3230. });
  3231. }
  3232. /**
  3233. * Gets the private '.console.command.router_debug.lazy' shared service.
  3234. *
  3235. * @return \Symfony\Component\Console\Command\LazyCommand
  3236. */
  3237. protected function get_Console_Command_RouterDebug_LazyService()
  3238. {
  3239. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3240. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3241. return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  3242. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  3243. });
  3244. }
  3245. /**
  3246. * Gets the private '.console.command.router_match.lazy' shared service.
  3247. *
  3248. * @return \Symfony\Component\Console\Command\LazyCommand
  3249. */
  3250. protected function get_Console_Command_RouterMatch_LazyService()
  3251. {
  3252. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3253. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3254. return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  3255. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  3256. });
  3257. }
  3258. /**
  3259. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3260. *
  3261. * @return \Symfony\Component\Console\Command\LazyCommand
  3262. */
  3263. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3264. {
  3265. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3266. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3267. return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  3268. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3269. });
  3270. }
  3271. /**
  3272. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3273. *
  3274. * @return \Symfony\Component\Console\Command\LazyCommand
  3275. */
  3276. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3277. {
  3278. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3279. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3280. return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  3281. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3282. });
  3283. }
  3284. /**
  3285. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3286. *
  3287. * @return \Symfony\Component\Console\Command\LazyCommand
  3288. */
  3289. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3290. {
  3291. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3292. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3293. return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  3294. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3295. });
  3296. }
  3297. /**
  3298. * Gets the private '.console.command.secrets_list.lazy' shared service.
  3299. *
  3300. * @return \Symfony\Component\Console\Command\LazyCommand
  3301. */
  3302. protected function get_Console_Command_SecretsList_LazyService()
  3303. {
  3304. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3305. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3306. return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  3307. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3308. });
  3309. }
  3310. /**
  3311. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3312. *
  3313. * @return \Symfony\Component\Console\Command\LazyCommand
  3314. */
  3315. protected function get_Console_Command_SecretsRemove_LazyService()
  3316. {
  3317. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3318. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3319. return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  3320. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3321. });
  3322. }
  3323. /**
  3324. * Gets the private '.console.command.secrets_set.lazy' shared service.
  3325. *
  3326. * @return \Symfony\Component\Console\Command\LazyCommand
  3327. */
  3328. protected function get_Console_Command_SecretsSet_LazyService()
  3329. {
  3330. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3331. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3332. return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  3333. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3334. });
  3335. }
  3336. /**
  3337. * Gets the private '.console.command.translation_debug.lazy' shared service.
  3338. *
  3339. * @return \Symfony\Component\Console\Command\LazyCommand
  3340. */
  3341. protected function get_Console_Command_TranslationDebug_LazyService()
  3342. {
  3343. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3344. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3345. return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  3346. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3347. });
  3348. }
  3349. /**
  3350. * Gets the private '.console.command.translation_extract.lazy' shared service.
  3351. *
  3352. * @return \Symfony\Component\Console\Command\LazyCommand
  3353. */
  3354. protected function get_Console_Command_TranslationExtract_LazyService()
  3355. {
  3356. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3357. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3358. return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [0 => 'translation:update'], 'Extract missing translations keys from code to translation files.', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  3359. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3360. });
  3361. }
  3362. /**
  3363. * Gets the private '.console.command.translation_pull.lazy' shared service.
  3364. *
  3365. * @return \Symfony\Component\Console\Command\LazyCommand
  3366. */
  3367. protected function get_Console_Command_TranslationPull_LazyService()
  3368. {
  3369. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3370. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3371. return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  3372. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3373. });
  3374. }
  3375. /**
  3376. * Gets the private '.console.command.translation_push.lazy' shared service.
  3377. *
  3378. * @return \Symfony\Component\Console\Command\LazyCommand
  3379. */
  3380. protected function get_Console_Command_TranslationPush_LazyService()
  3381. {
  3382. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3383. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3384. return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  3385. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3386. });
  3387. }
  3388. /**
  3389. * Gets the private '.console.command.validator_debug.lazy' shared service.
  3390. *
  3391. * @return \Symfony\Component\Console\Command\LazyCommand
  3392. */
  3393. protected function get_Console_Command_ValidatorDebug_LazyService()
  3394. {
  3395. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3396. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3397. return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes', false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  3398. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3399. });
  3400. }
  3401. /**
  3402. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3403. *
  3404. * @return \Symfony\Component\Console\Command\LazyCommand
  3405. */
  3406. protected function get_Console_Command_XliffLint_LazyService()
  3407. {
  3408. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3409. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3410. return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors', false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  3411. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3412. });
  3413. }
  3414. /**
  3415. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3416. *
  3417. * @return \Symfony\Component\Console\Command\LazyCommand
  3418. */
  3419. protected function get_Console_Command_YamlLint_LazyService()
  3420. {
  3421. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3422. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3423. return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  3424. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3425. });
  3426. }
  3427. /**
  3428. * Gets the private '.debug.http_client' shared service.
  3429. *
  3430. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3431. */
  3432. protected function get_Debug_HttpClientService()
  3433. {
  3434. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3435. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3436. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3437. $b->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  3438. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3439. $b->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  3440. $b->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  3441. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3442. $a->setLogger($b);
  3443. return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3444. }
  3445. /**
  3446. * Gets the private '.errored..service_locator..c273rr.Denios\Data\Product\Product' shared service.
  3447. *
  3448. * @return \Denios\Data\Product\Product
  3449. */
  3450. protected function getProductService()
  3451. {
  3452. $this->throw('Cannot autowire service ".service_locator..c273rr": it references class "Denios\\Data\\Product\\Product" but no such service exists.');
  3453. }
  3454. /**
  3455. * Gets the private '.errored..service_locator..c273rr.Denios\Data\Product\Variant' shared service.
  3456. *
  3457. * @return \Denios\Data\Product\Variant
  3458. */
  3459. protected function getVariantService()
  3460. {
  3461. $this->throw('Cannot autowire service ".service_locator..c273rr": it references class "Denios\\Data\\Product\\Variant" but no such service exists.');
  3462. }
  3463. /**
  3464. * Gets the private '.errored..service_locator.0LYL4X9.App\Module\ShortSimpleCheckout\Customer\CustomerInterface' shared service.
  3465. *
  3466. * @return \App\Module\ShortSimpleCheckout\Customer\CustomerInterface
  3467. */
  3468. protected function getCustomerInterfaceService()
  3469. {
  3470. $this->throw('Cannot autowire service ".service_locator.0LYL4X9": it references interface "App\\Module\\ShortSimpleCheckout\\Customer\\CustomerInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "App\\Module\\Account\\Entity\\User", "App\\Module\\Checkout\\Model\\AnonymousCustomer".');
  3471. }
  3472. /**
  3473. * Gets the private '.errored..service_locator.0LYL4X9.Commercetools\Core\Model\Cart\Cart' shared service.
  3474. *
  3475. * @return \Commercetools\Core\Model\Cart\Cart
  3476. */
  3477. protected function getCartService()
  3478. {
  3479. $this->throw('Cannot autowire service ".service_locator.0LYL4X9": it references class "Commercetools\\Core\\Model\\Cart\\Cart" but no such service exists.');
  3480. }
  3481. /**
  3482. * Gets the private '.errored..service_locator.8XGIWFt.Commercetools\Core\Model\Cart\Cart' shared service.
  3483. *
  3484. * @return \Commercetools\Core\Model\Cart\Cart
  3485. */
  3486. protected function getCart2Service()
  3487. {
  3488. $this->throw('Cannot autowire service ".service_locator.8XGIWFt": it references class "Commercetools\\Core\\Model\\Cart\\Cart" but no such service exists.');
  3489. }
  3490. /**
  3491. * Gets the private '.errored..service_locator.Ho8iWfj.Denios\Data\Catalog\Category' shared service.
  3492. *
  3493. * @return \Denios\Data\Catalog\Category
  3494. */
  3495. protected function getCategoryService()
  3496. {
  3497. $this->throw('Cannot autowire service ".service_locator.Ho8iWfj": it references class "Denios\\Data\\Catalog\\Category" but no such service exists.');
  3498. }
  3499. /**
  3500. * Gets the private '.errored..service_locator.Nmg7Qjy.App\Module\ShortSimpleCheckout\Customer\CustomerInterface' shared service.
  3501. *
  3502. * @return \App\Module\ShortSimpleCheckout\Customer\CustomerInterface
  3503. */
  3504. protected function getCustomerInterface2Service()
  3505. {
  3506. $this->throw('Cannot autowire service ".service_locator.Nmg7Qjy": it references interface "App\\Module\\ShortSimpleCheckout\\Customer\\CustomerInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "App\\Module\\Account\\Entity\\User", "App\\Module\\Checkout\\Model\\AnonymousCustomer".');
  3507. }
  3508. /**
  3509. * Gets the private '.errored..service_locator.Nmg7Qjy.Commercetools\Core\Model\Order\Order' shared service.
  3510. *
  3511. * @return \Commercetools\Core\Model\Order\Order
  3512. */
  3513. protected function getOrderService()
  3514. {
  3515. $this->throw('Cannot autowire service ".service_locator.Nmg7Qjy": it references class "Commercetools\\Core\\Model\\Order\\Order" but no such service exists.');
  3516. }
  3517. /**
  3518. * Gets the private '.errored..service_locator.WI5_E0P.Commercetools\Core\Model\Order\Order' shared service.
  3519. *
  3520. * @return \Commercetools\Core\Model\Order\Order
  3521. */
  3522. protected function getOrder2Service()
  3523. {
  3524. $this->throw('Cannot autowire service ".service_locator.WI5_E0P": it references class "Commercetools\\Core\\Model\\Order\\Order" but no such service exists.');
  3525. }
  3526. /**
  3527. * Gets the private '.errored..service_locator.aeRvATa.Denios\Data\Cms\Story' shared service.
  3528. *
  3529. * @return \Denios\Data\Cms\Story
  3530. */
  3531. protected function getStoryService()
  3532. {
  3533. $this->throw('Cannot autowire service ".service_locator.aeRvATa": it references class "Denios\\Data\\Cms\\Story" but no such service exists.');
  3534. }
  3535. /**
  3536. * Gets the private '.errored..service_locator.c.2mrjU.Symfony\Component\DependencyInjection\ContainerBuilder' shared service.
  3537. *
  3538. * @return \Symfony\Component\DependencyInjection\ContainerBuilder
  3539. */
  3540. protected function getContainerBuilderService()
  3541. {
  3542. $this->throw('Cannot autowire service ".service_locator.c.2mrjU": it references class "Symfony\\Component\\DependencyInjection\\ContainerBuilder" but no such service exists. Try changing the type-hint to one of its parents: interface "Symfony\\Component\\DependencyInjection\\ContainerInterface", or interface "Psr\\Container\\ContainerInterface".');
  3543. }
  3544. /**
  3545. * Gets the private '.errored..service_locator.f4pgYMR.Throwable' shared service.
  3546. *
  3547. * @return \Throwable
  3548. */
  3549. protected function get_Errored__ServiceLocator_F4pgYMR_ThrowableService()
  3550. {
  3551. $this->throw('Cannot autowire service ".service_locator.f4pgYMR": it references interface "Throwable" but no such service exists. You should maybe alias this interface to one of these existing services: "App\\Exception\\NotLoggedInException", "App\\Exception\\ProductNotFoundException", "App\\Exception\\ResourceNotFoundException", "App\\Integration\\Commercetools\\Address\\DataSourceHandler\\UnsupportedDataSourceException", "App\\Module\\Checkout\\Exception\\CartFromOrderException", "App\\Module\\Checkout\\Exception\\ProductByIdNotFound", "App\\Module\\Checkout\\Exception\\ProductBySkuNotFound", "App\\Module\\Checkout\\Exception\\RegisterAccountModelDataIntegrityException", "App\\Module\\Checkout\\Registration\\Exception\\MissingConstraintException", "App\\Module\\MiddlewareConnector\\Business\\Http\\ResponseResolverException", "App\\Module\\Shared\\Domain\\DiscountCodeNotFound", "App\\Module\\Shared\\Domain\\DiscountDoesNotMatchCart", "App\\Module\\Shared\\Domain\\FailedRemovingDiscounts", "App\\Module\\Shared\\Domain\\FailedRetrievingDiscount", "App\\Module\\Shipping\\Exception\\InvalidAddressException", "App\\Module\\Shipping\\Exception\\ShipperHQException".');
  3552. }
  3553. /**
  3554. * Gets the private '.errored..service_locator.vHg1_6H.Illuminate\Support\Collection' shared service.
  3555. *
  3556. * @return \Illuminate\Support\Collection
  3557. */
  3558. protected function getCollectionService()
  3559. {
  3560. $this->throw('Cannot autowire service ".service_locator.vHg1_6H": it references class "Illuminate\\Support\\Collection" but no such service exists.');
  3561. }
  3562. /**
  3563. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3564. *
  3565. * @return \Symfony\Component\Config\Loader\LoaderInterface
  3566. */
  3567. protected function getLoaderInterfaceService()
  3568. {
  3569. $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  3570. }
  3571. /**
  3572. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3573. *
  3574. * @return \Symfony\Component\Console\Command\LazyCommand
  3575. */
  3576. protected function get_Security_Command_DebugFirewall_LazyService()
  3577. {
  3578. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3579. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3580. return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)', false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3581. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3582. });
  3583. }
  3584. /**
  3585. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3586. *
  3587. * @return \Symfony\Component\Console\Command\LazyCommand
  3588. */
  3589. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3590. {
  3591. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3592. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3593. return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password', false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3594. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3595. });
  3596. }
  3597. /**
  3598. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3599. *
  3600. * @return \Symfony\Component\Console\Command\LazyCommand
  3601. */
  3602. protected function get_Security_Command_UserPasswordHash_LazyService()
  3603. {
  3604. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3605. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3606. return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password', false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3607. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3608. });
  3609. }
  3610. /**
  3611. * Gets the private '.service_locator..c273rr' shared service.
  3612. *
  3613. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3614. */
  3615. protected function get_ServiceLocator__C273rrService()
  3616. {
  3617. return $this->privates['.service_locator..c273rr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3618. 'product' => ['privates', '.errored..service_locator..c273rr.Denios\\Data\\Product\\Product', NULL, 'Cannot autowire service ".service_locator..c273rr": it references class "Denios\\Data\\Product\\Product" but no such service exists.'],
  3619. 'variant' => ['privates', '.errored..service_locator..c273rr.Denios\\Data\\Product\\Variant', NULL, 'Cannot autowire service ".service_locator..c273rr": it references class "Denios\\Data\\Product\\Variant" but no such service exists.'],
  3620. ], [
  3621. 'product' => 'Denios\\Data\\Product\\Product',
  3622. 'variant' => 'Denios\\Data\\Product\\Variant',
  3623. ]);
  3624. }
  3625. /**
  3626. * Gets the private '.service_locator.0LYL4X9' shared service.
  3627. *
  3628. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3629. */
  3630. protected function get_ServiceLocator_0LYL4X9Service()
  3631. {
  3632. return $this->privates['.service_locator.0LYL4X9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3633. 'cart' => ['privates', '.errored..service_locator.0LYL4X9.Commercetools\\Core\\Model\\Cart\\Cart', NULL, 'Cannot autowire service ".service_locator.0LYL4X9": it references class "Commercetools\\Core\\Model\\Cart\\Cart" but no such service exists.'],
  3634. 'customer' => ['privates', '.errored..service_locator.0LYL4X9.App\\Module\\ShortSimpleCheckout\\Customer\\CustomerInterface', NULL, 'Cannot autowire service ".service_locator.0LYL4X9": it references interface "App\\Module\\ShortSimpleCheckout\\Customer\\CustomerInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "App\\Module\\Account\\Entity\\User", "App\\Module\\Checkout\\Model\\AnonymousCustomer".'],
  3635. ], [
  3636. 'cart' => 'Commercetools\\Core\\Model\\Cart\\Cart',
  3637. 'customer' => 'App\\Module\\ShortSimpleCheckout\\Customer\\CustomerInterface',
  3638. ]);
  3639. }
  3640. /**
  3641. * Gets the private '.service_locator.5G_CPnf' shared service.
  3642. *
  3643. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3644. */
  3645. protected function get_ServiceLocator_5GCPnfService()
  3646. {
  3647. return $this->privates['.service_locator.5G_CPnf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3648. 'App\\Action\\CartController::addLineItemAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3649. 'App\\Action\\CartController::addLineItemsAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3650. 'App\\Action\\CartController::changeLineItemQuantityAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3651. 'App\\Action\\CartController::getCartAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3652. 'App\\Action\\CartController::indexAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3653. 'App\\Action\\CartController::removeLineItemAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3654. 'App\\Action\\Product\\GetDetailAction::__invoke' => ['privates', '.service_locator..c273rr', 'get_ServiceLocator__C273rrService', false],
  3655. 'App\\Action\\Product\\GetDetailESAction::__invoke' => ['privates', '.service_locator..c273rr', 'get_ServiceLocator__C273rrService', false],
  3656. 'App\\Module\\Account\\Action\\ChangeCustomerPasswordAction::__invoke' => ['privates', '.service_locator.ugXw4HW', 'get_ServiceLocator_UgXw4HWService', false],
  3657. 'App\\Module\\Account\\Action\\GetLoginAction::__invoke' => ['privates', '.service_locator.7mED16g', 'get_ServiceLocator_7mED16gService', false],
  3658. 'App\\Module\\Account\\Action\\GetOrdersAction::__invoke' => ['privates', '.service_locator.ugXw4HW', 'get_ServiceLocator_UgXw4HWService', false],
  3659. 'App\\Module\\Account\\Action\\GetOverviewAction::__invoke' => ['privates', '.service_locator.7mED16g', 'get_ServiceLocator_7mED16gService', false],
  3660. 'App\\Module\\Account\\Action\\RegisterAccountAction::__invoke' => ['privates', '.service_locator.cjqQumK', 'get_ServiceLocator_CjqQumKService', false],
  3661. 'App\\Module\\Account\\Action\\StartcXMLSessionAction::__invoke' => ['privates', '.service_locator.TvjezS_', 'get_ServiceLocator_TvjezSService', false],
  3662. 'App\\Module\\Account\\Action\\StartcXMLSessionAction::getCustomTypeArnByKey' => ['privates', '.service_locator.A.7DmjJ', 'get_ServiceLocator_A_7DmjJService', false],
  3663. 'App\\Module\\Account\\Action\\StartcXMLSessionAction::graphQLRequest' => ['privates', '.service_locator.A.7DmjJ', 'get_ServiceLocator_A_7DmjJService', false],
  3664. 'App\\Module\\Account\\Action\\StartcXMLSessionAction::setup' => ['privates', '.service_locator.A.7DmjJ', 'get_ServiceLocator_A_7DmjJService', false],
  3665. 'App\\Module\\Address\\Action\\GetAddressAction::__invoke' => ['privates', '.service_locator.7mED16g', 'get_ServiceLocator_7mED16gService', false],
  3666. 'App\\Module\\Address\\Action\\RemoveAddressAction::__invoke' => ['privates', '.service_locator.ugXw4HW', 'get_ServiceLocator_UgXw4HWService', false],
  3667. 'App\\Module\\Cart\\Action\\ApplyVoucherAction::__invoke' => ['privates', '.service_locator.DUcoQ_R', 'get_ServiceLocator_DUcoQRService', false],
  3668. 'App\\Module\\Cart\\Action\\CartPriceAction::__invoke' => ['privates', '.service_locator.HLA_et6', 'get_ServiceLocator_HLAEt6Service', false],
  3669. 'App\\Module\\Cart\\Action\\RemoveVoucherAction::__invoke' => ['privates', '.service_locator.DUcoQ_R', 'get_ServiceLocator_DUcoQRService', false],
  3670. 'App\\Module\\Catalog\\Action\\GetCatalogAction::__invoke' => ['privates', '.service_locator.Ho8iWfj', 'get_ServiceLocator_Ho8iWfjService', false],
  3671. 'App\\Module\\Catalog\\Action\\GetListingAction::__invoke' => ['privates', '.service_locator.Ho8iWfj', 'get_ServiceLocator_Ho8iWfjService', false],
  3672. 'App\\Module\\Checkout\\Action\\AddCartItemsToShoppingListAction::__invoke' => ['privates', '.service_locator.vU6nHzt', 'get_ServiceLocator_VU6nHztService', false],
  3673. 'App\\Module\\Cms\\Action\\DisplayExceptionAction::__invoke' => ['privates', '.service_locator.f4pgYMR', 'get_ServiceLocator_F4pgYMRService', false],
  3674. 'App\\Module\\Cms\\Action\\GetContentAction::__invoke' => ['privates', '.service_locator.aeRvATa', 'get_ServiceLocator_AeRvATaService', false],
  3675. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Mapper\\SapPriceRequestMapper::map' => ['privates', '.service_locator.vHg1_6H', 'get_ServiceLocator_VHg16HService', false],
  3676. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\SapPriceAction::__invoke' => ['privates', '.service_locator.HLA_et6', 'get_ServiceLocator_HLAEt6Service', false],
  3677. 'App\\Module\\ShoppingList\\Action\\AddAction::__invoke' => ['privates', '.service_locator.e1lzr8O', 'get_ServiceLocator_E1lzr8OService', false],
  3678. 'App\\Module\\ShoppingList\\Action\\GetShoppingListAction::__invoke' => ['privates', '.service_locator.gY86dq8', 'get_ServiceLocator_GY86dq8Service', false],
  3679. 'App\\Module\\ShoppingList\\Action\\RemoveAction::__invoke' => ['privates', '.service_locator.e1lzr8O', 'get_ServiceLocator_E1lzr8OService', false],
  3680. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::addLineItemAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3681. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::addLineItemsAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3682. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::changeLineItemQuantityAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3683. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::getCartAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3684. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::indexAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3685. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::removeLineItemAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3686. 'App\\Module\\ShortSimpleCheckout\\Controller\\CheckoutInputsController::saveAction' => ['privates', '.service_locator.8XGIWFt', 'get_ServiceLocator_8XGIWFtService', false],
  3687. 'App\\Module\\ShortSimpleCheckout\\Controller\\ConfirmController::createOrderAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3688. 'App\\Module\\ShortSimpleCheckout\\Controller\\ConfirmController::indexAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3689. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController::setCartAction' => ['privates', '.service_locator.8XGIWFt', 'get_ServiceLocator_8XGIWFtService', false],
  3690. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController::setCustomLineItemAction' => ['privates', '.service_locator.8XGIWFt', 'get_ServiceLocator_8XGIWFtService', false],
  3691. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController::setLineItemAction' => ['privates', '.service_locator.8XGIWFt', 'get_ServiceLocator_8XGIWFtService', false],
  3692. 'App\\Module\\ShortSimpleCheckout\\Controller\\FinishController::indexAction' => ['privates', '.service_locator.WI5_E0P', 'get_ServiceLocator_WI5E0PService', false],
  3693. 'App\\Module\\ShortSimpleCheckout\\Controller\\FinishController::paymentRedirectAction' => ['privates', '.service_locator.Nmg7Qjy', 'get_ServiceLocator_Nmg7QjyService', false],
  3694. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController::indexAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3695. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController::selectBillingAddressAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3696. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController::selectPaymentTypeAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3697. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController::selectShippingAddressAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3698. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController::selectShippingTypeAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3699. 'kernel::build' => ['privates', '.service_locator.c.2mrjU', 'get_ServiceLocator_C_2mrjUService', false],
  3700. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3701. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3702. 'App\\Action\\CartController:addLineItemAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3703. 'App\\Action\\CartController:addLineItemsAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3704. 'App\\Action\\CartController:changeLineItemQuantityAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3705. 'App\\Action\\CartController:getCartAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3706. 'App\\Action\\CartController:indexAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3707. 'App\\Action\\CartController:removeLineItemAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3708. 'App\\Action\\Product\\GetDetailAction:__invoke' => ['privates', '.service_locator..c273rr', 'get_ServiceLocator__C273rrService', false],
  3709. 'App\\Action\\Product\\GetDetailAction' => ['privates', '.service_locator..c273rr', 'get_ServiceLocator__C273rrService', false],
  3710. 'App\\Action\\Product\\GetDetailESAction:__invoke' => ['privates', '.service_locator..c273rr', 'get_ServiceLocator__C273rrService', false],
  3711. 'App\\Action\\Product\\GetDetailESAction' => ['privates', '.service_locator..c273rr', 'get_ServiceLocator__C273rrService', false],
  3712. 'App\\Module\\Account\\Action\\ChangeCustomerPasswordAction:__invoke' => ['privates', '.service_locator.ugXw4HW', 'get_ServiceLocator_UgXw4HWService', false],
  3713. 'App\\Module\\Account\\Action\\ChangeCustomerPasswordAction' => ['privates', '.service_locator.ugXw4HW', 'get_ServiceLocator_UgXw4HWService', false],
  3714. 'App\\Module\\Account\\Action\\GetLoginAction:__invoke' => ['privates', '.service_locator.7mED16g', 'get_ServiceLocator_7mED16gService', false],
  3715. 'App\\Module\\Account\\Action\\GetLoginAction' => ['privates', '.service_locator.7mED16g', 'get_ServiceLocator_7mED16gService', false],
  3716. 'App\\Module\\Account\\Action\\GetOrdersAction:__invoke' => ['privates', '.service_locator.ugXw4HW', 'get_ServiceLocator_UgXw4HWService', false],
  3717. 'App\\Module\\Account\\Action\\GetOrdersAction' => ['privates', '.service_locator.ugXw4HW', 'get_ServiceLocator_UgXw4HWService', false],
  3718. 'App\\Module\\Account\\Action\\GetOverviewAction:__invoke' => ['privates', '.service_locator.7mED16g', 'get_ServiceLocator_7mED16gService', false],
  3719. 'App\\Module\\Account\\Action\\GetOverviewAction' => ['privates', '.service_locator.7mED16g', 'get_ServiceLocator_7mED16gService', false],
  3720. 'App\\Module\\Account\\Action\\RegisterAccountAction:__invoke' => ['privates', '.service_locator.cjqQumK', 'get_ServiceLocator_CjqQumKService', false],
  3721. 'App\\Module\\Account\\Action\\RegisterAccountAction' => ['privates', '.service_locator.cjqQumK', 'get_ServiceLocator_CjqQumKService', false],
  3722. 'App\\Module\\Account\\Action\\StartcXMLSessionAction:__invoke' => ['privates', '.service_locator.TvjezS_', 'get_ServiceLocator_TvjezSService', false],
  3723. 'App\\Module\\Account\\Action\\StartcXMLSessionAction' => ['privates', '.service_locator.TvjezS_', 'get_ServiceLocator_TvjezSService', false],
  3724. 'App\\Module\\Account\\Action\\StartcXMLSessionAction:getCustomTypeArnByKey' => ['privates', '.service_locator.A.7DmjJ', 'get_ServiceLocator_A_7DmjJService', false],
  3725. 'App\\Module\\Account\\Action\\StartcXMLSessionAction:graphQLRequest' => ['privates', '.service_locator.A.7DmjJ', 'get_ServiceLocator_A_7DmjJService', false],
  3726. 'App\\Module\\Account\\Action\\StartcXMLSessionAction:setup' => ['privates', '.service_locator.A.7DmjJ', 'get_ServiceLocator_A_7DmjJService', false],
  3727. 'App\\Module\\Address\\Action\\GetAddressAction:__invoke' => ['privates', '.service_locator.7mED16g', 'get_ServiceLocator_7mED16gService', false],
  3728. 'App\\Module\\Address\\Action\\GetAddressAction' => ['privates', '.service_locator.7mED16g', 'get_ServiceLocator_7mED16gService', false],
  3729. 'App\\Module\\Address\\Action\\RemoveAddressAction:__invoke' => ['privates', '.service_locator.ugXw4HW', 'get_ServiceLocator_UgXw4HWService', false],
  3730. 'App\\Module\\Address\\Action\\RemoveAddressAction' => ['privates', '.service_locator.ugXw4HW', 'get_ServiceLocator_UgXw4HWService', false],
  3731. 'App\\Module\\Cart\\Action\\ApplyVoucherAction:__invoke' => ['privates', '.service_locator.DUcoQ_R', 'get_ServiceLocator_DUcoQRService', false],
  3732. 'App\\Module\\Cart\\Action\\ApplyVoucherAction' => ['privates', '.service_locator.DUcoQ_R', 'get_ServiceLocator_DUcoQRService', false],
  3733. 'App\\Module\\Cart\\Action\\CartPriceAction:__invoke' => ['privates', '.service_locator.HLA_et6', 'get_ServiceLocator_HLAEt6Service', false],
  3734. 'App\\Module\\Cart\\Action\\CartPriceAction' => ['privates', '.service_locator.HLA_et6', 'get_ServiceLocator_HLAEt6Service', false],
  3735. 'App\\Module\\Cart\\Action\\RemoveVoucherAction:__invoke' => ['privates', '.service_locator.DUcoQ_R', 'get_ServiceLocator_DUcoQRService', false],
  3736. 'App\\Module\\Cart\\Action\\RemoveVoucherAction' => ['privates', '.service_locator.DUcoQ_R', 'get_ServiceLocator_DUcoQRService', false],
  3737. 'App\\Module\\Catalog\\Action\\GetCatalogAction:__invoke' => ['privates', '.service_locator.Ho8iWfj', 'get_ServiceLocator_Ho8iWfjService', false],
  3738. 'App\\Module\\Catalog\\Action\\GetCatalogAction' => ['privates', '.service_locator.Ho8iWfj', 'get_ServiceLocator_Ho8iWfjService', false],
  3739. 'App\\Module\\Catalog\\Action\\GetListingAction:__invoke' => ['privates', '.service_locator.Ho8iWfj', 'get_ServiceLocator_Ho8iWfjService', false],
  3740. 'App\\Module\\Catalog\\Action\\GetListingAction' => ['privates', '.service_locator.Ho8iWfj', 'get_ServiceLocator_Ho8iWfjService', false],
  3741. 'App\\Module\\Checkout\\Action\\AddCartItemsToShoppingListAction:__invoke' => ['privates', '.service_locator.vU6nHzt', 'get_ServiceLocator_VU6nHztService', false],
  3742. 'App\\Module\\Checkout\\Action\\AddCartItemsToShoppingListAction' => ['privates', '.service_locator.vU6nHzt', 'get_ServiceLocator_VU6nHztService', false],
  3743. 'App\\Module\\Cms\\Action\\DisplayExceptionAction:__invoke' => ['privates', '.service_locator.f4pgYMR', 'get_ServiceLocator_F4pgYMRService', false],
  3744. 'App\\Module\\Cms\\Action\\DisplayExceptionAction' => ['privates', '.service_locator.f4pgYMR', 'get_ServiceLocator_F4pgYMRService', false],
  3745. 'App\\Module\\Cms\\Action\\GetContentAction:__invoke' => ['privates', '.service_locator.aeRvATa', 'get_ServiceLocator_AeRvATaService', false],
  3746. 'App\\Module\\Cms\\Action\\GetContentAction' => ['privates', '.service_locator.aeRvATa', 'get_ServiceLocator_AeRvATaService', false],
  3747. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Mapper\\SapPriceRequestMapper:map' => ['privates', '.service_locator.vHg1_6H', 'get_ServiceLocator_VHg16HService', false],
  3748. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\SapPriceAction:__invoke' => ['privates', '.service_locator.HLA_et6', 'get_ServiceLocator_HLAEt6Service', false],
  3749. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\SapPriceAction' => ['privates', '.service_locator.HLA_et6', 'get_ServiceLocator_HLAEt6Service', false],
  3750. 'App\\Module\\ShoppingList\\Action\\AddAction:__invoke' => ['privates', '.service_locator.e1lzr8O', 'get_ServiceLocator_E1lzr8OService', false],
  3751. 'App\\Module\\ShoppingList\\Action\\AddAction' => ['privates', '.service_locator.e1lzr8O', 'get_ServiceLocator_E1lzr8OService', false],
  3752. 'App\\Module\\ShoppingList\\Action\\GetShoppingListAction:__invoke' => ['privates', '.service_locator.gY86dq8', 'get_ServiceLocator_GY86dq8Service', false],
  3753. 'App\\Module\\ShoppingList\\Action\\GetShoppingListAction' => ['privates', '.service_locator.gY86dq8', 'get_ServiceLocator_GY86dq8Service', false],
  3754. 'App\\Module\\ShoppingList\\Action\\RemoveAction:__invoke' => ['privates', '.service_locator.e1lzr8O', 'get_ServiceLocator_E1lzr8OService', false],
  3755. 'App\\Module\\ShoppingList\\Action\\RemoveAction' => ['privates', '.service_locator.e1lzr8O', 'get_ServiceLocator_E1lzr8OService', false],
  3756. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:addLineItemAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3757. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:addLineItemsAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3758. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:changeLineItemQuantityAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3759. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:getCartAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3760. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:indexAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3761. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:removeLineItemAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3762. 'App\\Module\\ShortSimpleCheckout\\Controller\\CheckoutInputsController:saveAction' => ['privates', '.service_locator.8XGIWFt', 'get_ServiceLocator_8XGIWFtService', false],
  3763. 'App\\Module\\ShortSimpleCheckout\\Controller\\ConfirmController:createOrderAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3764. 'App\\Module\\ShortSimpleCheckout\\Controller\\ConfirmController:indexAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3765. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController:setCartAction' => ['privates', '.service_locator.8XGIWFt', 'get_ServiceLocator_8XGIWFtService', false],
  3766. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController:setCustomLineItemAction' => ['privates', '.service_locator.8XGIWFt', 'get_ServiceLocator_8XGIWFtService', false],
  3767. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController:setLineItemAction' => ['privates', '.service_locator.8XGIWFt', 'get_ServiceLocator_8XGIWFtService', false],
  3768. 'App\\Module\\ShortSimpleCheckout\\Controller\\FinishController:indexAction' => ['privates', '.service_locator.WI5_E0P', 'get_ServiceLocator_WI5E0PService', false],
  3769. 'App\\Module\\ShortSimpleCheckout\\Controller\\FinishController:paymentRedirectAction' => ['privates', '.service_locator.Nmg7Qjy', 'get_ServiceLocator_Nmg7QjyService', false],
  3770. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController:indexAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3771. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController:selectBillingAddressAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3772. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController:selectPaymentTypeAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3773. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController:selectShippingAddressAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3774. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController:selectShippingTypeAction' => ['privates', '.service_locator.0LYL4X9', 'get_ServiceLocator_0LYL4X9Service', false],
  3775. 'kernel:build' => ['privates', '.service_locator.c.2mrjU', 'get_ServiceLocator_C_2mrjUService', false],
  3776. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3777. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3778. ], [
  3779. 'App\\Action\\CartController::addLineItemAction' => '?',
  3780. 'App\\Action\\CartController::addLineItemsAction' => '?',
  3781. 'App\\Action\\CartController::changeLineItemQuantityAction' => '?',
  3782. 'App\\Action\\CartController::getCartAction' => '?',
  3783. 'App\\Action\\CartController::indexAction' => '?',
  3784. 'App\\Action\\CartController::removeLineItemAction' => '?',
  3785. 'App\\Action\\Product\\GetDetailAction::__invoke' => '?',
  3786. 'App\\Action\\Product\\GetDetailESAction::__invoke' => '?',
  3787. 'App\\Module\\Account\\Action\\ChangeCustomerPasswordAction::__invoke' => '?',
  3788. 'App\\Module\\Account\\Action\\GetLoginAction::__invoke' => '?',
  3789. 'App\\Module\\Account\\Action\\GetOrdersAction::__invoke' => '?',
  3790. 'App\\Module\\Account\\Action\\GetOverviewAction::__invoke' => '?',
  3791. 'App\\Module\\Account\\Action\\RegisterAccountAction::__invoke' => '?',
  3792. 'App\\Module\\Account\\Action\\StartcXMLSessionAction::__invoke' => '?',
  3793. 'App\\Module\\Account\\Action\\StartcXMLSessionAction::getCustomTypeArnByKey' => '?',
  3794. 'App\\Module\\Account\\Action\\StartcXMLSessionAction::graphQLRequest' => '?',
  3795. 'App\\Module\\Account\\Action\\StartcXMLSessionAction::setup' => '?',
  3796. 'App\\Module\\Address\\Action\\GetAddressAction::__invoke' => '?',
  3797. 'App\\Module\\Address\\Action\\RemoveAddressAction::__invoke' => '?',
  3798. 'App\\Module\\Cart\\Action\\ApplyVoucherAction::__invoke' => '?',
  3799. 'App\\Module\\Cart\\Action\\CartPriceAction::__invoke' => '?',
  3800. 'App\\Module\\Cart\\Action\\RemoveVoucherAction::__invoke' => '?',
  3801. 'App\\Module\\Catalog\\Action\\GetCatalogAction::__invoke' => '?',
  3802. 'App\\Module\\Catalog\\Action\\GetListingAction::__invoke' => '?',
  3803. 'App\\Module\\Checkout\\Action\\AddCartItemsToShoppingListAction::__invoke' => '?',
  3804. 'App\\Module\\Cms\\Action\\DisplayExceptionAction::__invoke' => '?',
  3805. 'App\\Module\\Cms\\Action\\GetContentAction::__invoke' => '?',
  3806. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Mapper\\SapPriceRequestMapper::map' => '?',
  3807. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\SapPriceAction::__invoke' => '?',
  3808. 'App\\Module\\ShoppingList\\Action\\AddAction::__invoke' => '?',
  3809. 'App\\Module\\ShoppingList\\Action\\GetShoppingListAction::__invoke' => '?',
  3810. 'App\\Module\\ShoppingList\\Action\\RemoveAction::__invoke' => '?',
  3811. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::addLineItemAction' => '?',
  3812. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::addLineItemsAction' => '?',
  3813. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::changeLineItemQuantityAction' => '?',
  3814. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::getCartAction' => '?',
  3815. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::indexAction' => '?',
  3816. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController::removeLineItemAction' => '?',
  3817. 'App\\Module\\ShortSimpleCheckout\\Controller\\CheckoutInputsController::saveAction' => '?',
  3818. 'App\\Module\\ShortSimpleCheckout\\Controller\\ConfirmController::createOrderAction' => '?',
  3819. 'App\\Module\\ShortSimpleCheckout\\Controller\\ConfirmController::indexAction' => '?',
  3820. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController::setCartAction' => '?',
  3821. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController::setCustomLineItemAction' => '?',
  3822. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController::setLineItemAction' => '?',
  3823. 'App\\Module\\ShortSimpleCheckout\\Controller\\FinishController::indexAction' => '?',
  3824. 'App\\Module\\ShortSimpleCheckout\\Controller\\FinishController::paymentRedirectAction' => '?',
  3825. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController::indexAction' => '?',
  3826. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController::selectBillingAddressAction' => '?',
  3827. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController::selectPaymentTypeAction' => '?',
  3828. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController::selectShippingAddressAction' => '?',
  3829. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController::selectShippingTypeAction' => '?',
  3830. 'kernel::build' => '?',
  3831. 'kernel::loadRoutes' => '?',
  3832. 'kernel::registerContainerConfiguration' => '?',
  3833. 'App\\Action\\CartController:addLineItemAction' => '?',
  3834. 'App\\Action\\CartController:addLineItemsAction' => '?',
  3835. 'App\\Action\\CartController:changeLineItemQuantityAction' => '?',
  3836. 'App\\Action\\CartController:getCartAction' => '?',
  3837. 'App\\Action\\CartController:indexAction' => '?',
  3838. 'App\\Action\\CartController:removeLineItemAction' => '?',
  3839. 'App\\Action\\Product\\GetDetailAction:__invoke' => '?',
  3840. 'App\\Action\\Product\\GetDetailAction' => '?',
  3841. 'App\\Action\\Product\\GetDetailESAction:__invoke' => '?',
  3842. 'App\\Action\\Product\\GetDetailESAction' => '?',
  3843. 'App\\Module\\Account\\Action\\ChangeCustomerPasswordAction:__invoke' => '?',
  3844. 'App\\Module\\Account\\Action\\ChangeCustomerPasswordAction' => '?',
  3845. 'App\\Module\\Account\\Action\\GetLoginAction:__invoke' => '?',
  3846. 'App\\Module\\Account\\Action\\GetLoginAction' => '?',
  3847. 'App\\Module\\Account\\Action\\GetOrdersAction:__invoke' => '?',
  3848. 'App\\Module\\Account\\Action\\GetOrdersAction' => '?',
  3849. 'App\\Module\\Account\\Action\\GetOverviewAction:__invoke' => '?',
  3850. 'App\\Module\\Account\\Action\\GetOverviewAction' => '?',
  3851. 'App\\Module\\Account\\Action\\RegisterAccountAction:__invoke' => '?',
  3852. 'App\\Module\\Account\\Action\\RegisterAccountAction' => '?',
  3853. 'App\\Module\\Account\\Action\\StartcXMLSessionAction:__invoke' => '?',
  3854. 'App\\Module\\Account\\Action\\StartcXMLSessionAction' => '?',
  3855. 'App\\Module\\Account\\Action\\StartcXMLSessionAction:getCustomTypeArnByKey' => '?',
  3856. 'App\\Module\\Account\\Action\\StartcXMLSessionAction:graphQLRequest' => '?',
  3857. 'App\\Module\\Account\\Action\\StartcXMLSessionAction:setup' => '?',
  3858. 'App\\Module\\Address\\Action\\GetAddressAction:__invoke' => '?',
  3859. 'App\\Module\\Address\\Action\\GetAddressAction' => '?',
  3860. 'App\\Module\\Address\\Action\\RemoveAddressAction:__invoke' => '?',
  3861. 'App\\Module\\Address\\Action\\RemoveAddressAction' => '?',
  3862. 'App\\Module\\Cart\\Action\\ApplyVoucherAction:__invoke' => '?',
  3863. 'App\\Module\\Cart\\Action\\ApplyVoucherAction' => '?',
  3864. 'App\\Module\\Cart\\Action\\CartPriceAction:__invoke' => '?',
  3865. 'App\\Module\\Cart\\Action\\CartPriceAction' => '?',
  3866. 'App\\Module\\Cart\\Action\\RemoveVoucherAction:__invoke' => '?',
  3867. 'App\\Module\\Cart\\Action\\RemoveVoucherAction' => '?',
  3868. 'App\\Module\\Catalog\\Action\\GetCatalogAction:__invoke' => '?',
  3869. 'App\\Module\\Catalog\\Action\\GetCatalogAction' => '?',
  3870. 'App\\Module\\Catalog\\Action\\GetListingAction:__invoke' => '?',
  3871. 'App\\Module\\Catalog\\Action\\GetListingAction' => '?',
  3872. 'App\\Module\\Checkout\\Action\\AddCartItemsToShoppingListAction:__invoke' => '?',
  3873. 'App\\Module\\Checkout\\Action\\AddCartItemsToShoppingListAction' => '?',
  3874. 'App\\Module\\Cms\\Action\\DisplayExceptionAction:__invoke' => '?',
  3875. 'App\\Module\\Cms\\Action\\DisplayExceptionAction' => '?',
  3876. 'App\\Module\\Cms\\Action\\GetContentAction:__invoke' => '?',
  3877. 'App\\Module\\Cms\\Action\\GetContentAction' => '?',
  3878. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\Mapper\\SapPriceRequestMapper:map' => '?',
  3879. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\SapPriceAction:__invoke' => '?',
  3880. 'App\\Module\\MiddlewareConnector\\Integration\\Action\\Price\\SapPriceAction' => '?',
  3881. 'App\\Module\\ShoppingList\\Action\\AddAction:__invoke' => '?',
  3882. 'App\\Module\\ShoppingList\\Action\\AddAction' => '?',
  3883. 'App\\Module\\ShoppingList\\Action\\GetShoppingListAction:__invoke' => '?',
  3884. 'App\\Module\\ShoppingList\\Action\\GetShoppingListAction' => '?',
  3885. 'App\\Module\\ShoppingList\\Action\\RemoveAction:__invoke' => '?',
  3886. 'App\\Module\\ShoppingList\\Action\\RemoveAction' => '?',
  3887. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:addLineItemAction' => '?',
  3888. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:addLineItemsAction' => '?',
  3889. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:changeLineItemQuantityAction' => '?',
  3890. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:getCartAction' => '?',
  3891. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:indexAction' => '?',
  3892. 'App\\Module\\ShortSimpleCheckout\\Controller\\CartController:removeLineItemAction' => '?',
  3893. 'App\\Module\\ShortSimpleCheckout\\Controller\\CheckoutInputsController:saveAction' => '?',
  3894. 'App\\Module\\ShortSimpleCheckout\\Controller\\ConfirmController:createOrderAction' => '?',
  3895. 'App\\Module\\ShortSimpleCheckout\\Controller\\ConfirmController:indexAction' => '?',
  3896. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController:setCartAction' => '?',
  3897. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController:setCustomLineItemAction' => '?',
  3898. 'App\\Module\\ShortSimpleCheckout\\Controller\\CustomFieldController:setLineItemAction' => '?',
  3899. 'App\\Module\\ShortSimpleCheckout\\Controller\\FinishController:indexAction' => '?',
  3900. 'App\\Module\\ShortSimpleCheckout\\Controller\\FinishController:paymentRedirectAction' => '?',
  3901. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController:indexAction' => '?',
  3902. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController:selectBillingAddressAction' => '?',
  3903. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController:selectPaymentTypeAction' => '?',
  3904. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController:selectShippingAddressAction' => '?',
  3905. 'App\\Module\\ShortSimpleCheckout\\Controller\\ShippingPaymentController:selectShippingTypeAction' => '?',
  3906. 'kernel:build' => '?',
  3907. 'kernel:loadRoutes' => '?',
  3908. 'kernel:registerContainerConfiguration' => '?',
  3909. ]);
  3910. }
  3911. /**
  3912. * Gets the private '.service_locator.5eaIEle' shared service.
  3913. *
  3914. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3915. */
  3916. protected function get_ServiceLocator_5eaIEleService()
  3917. {
  3918. return $this->privates['.service_locator.5eaIEle'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3919. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  3920. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  3921. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  3922. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  3923. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  3924. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3925. 'router' => ['privates', 'BestIt\\Routing\\Router\\ChainRouter', 'getChainRouterService', false],
  3926. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  3927. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  3928. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  3929. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  3930. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  3931. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  3932. ], [
  3933. 'form.factory' => '?',
  3934. 'http_kernel' => '?',
  3935. 'message_bus' => '?',
  3936. 'messenger.default_bus' => '?',
  3937. 'parameter_bag' => '?',
  3938. 'request_stack' => '?',
  3939. 'router' => '?',
  3940. 'security.authorization_checker' => '?',
  3941. 'security.csrf.token_manager' => '?',
  3942. 'security.token_storage' => '?',
  3943. 'serializer' => '?',
  3944. 'session' => '.session.deprecated',
  3945. 'twig' => '?',
  3946. ]);
  3947. }
  3948. /**
  3949. * Gets the private '.service_locator.7mED16g' shared service.
  3950. *
  3951. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3952. */
  3953. protected function get_ServiceLocator_7mED16gService()
  3954. {
  3955. return $this->privates['.service_locator.7mED16g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3956. 'user' => ['privates', 'App\\Module\\Account\\Entity\\User', 'getUserService', false],
  3957. ], [
  3958. 'user' => 'App\\Module\\Account\\Entity\\User',
  3959. ]);
  3960. }
  3961. /**
  3962. * Gets the private '.service_locator.7mKyeHz' shared service.
  3963. *
  3964. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3965. */
  3966. protected function get_ServiceLocator_7mKyeHzService()
  3967. {
  3968. return $this->privates['.service_locator.7mKyeHz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3969. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  3970. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  3971. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  3972. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  3973. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  3974. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3975. 'router' => ['privates', 'BestIt\\Routing\\Router\\ChainRouter', 'getChainRouterService', false],
  3976. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  3977. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  3978. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  3979. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  3980. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  3981. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  3982. ], [
  3983. 'form.factory' => '?',
  3984. 'http_kernel' => '?',
  3985. 'message_bus' => '?',
  3986. 'messenger.default_bus' => '?',
  3987. 'parameter_bag' => '?',
  3988. 'request_stack' => '?',
  3989. 'router' => '?',
  3990. 'security.authorization_checker' => '?',
  3991. 'security.csrf.token_manager' => '?',
  3992. 'security.token_storage' => '?',
  3993. 'serializer' => '?',
  3994. 'session' => '.session.deprecated',
  3995. 'twig' => '?',
  3996. ]);
  3997. }
  3998. /**
  3999. * Gets the private '.service_locator.8XGIWFt' shared service.
  4000. *
  4001. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4002. */
  4003. protected function get_ServiceLocator_8XGIWFtService()
  4004. {
  4005. return $this->privates['.service_locator.8XGIWFt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4006. 'cart' => ['privates', '.errored..service_locator.8XGIWFt.Commercetools\\Core\\Model\\Cart\\Cart', NULL, 'Cannot autowire service ".service_locator.8XGIWFt": it references class "Commercetools\\Core\\Model\\Cart\\Cart" but no such service exists.'],
  4007. ], [
  4008. 'cart' => 'Commercetools\\Core\\Model\\Cart\\Cart',
  4009. ]);
  4010. }
  4011. /**
  4012. * Gets the private '.service_locator.A.7DmjJ' shared service.
  4013. *
  4014. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4015. */
  4016. protected function get_ServiceLocator_A_7DmjJService()
  4017. {
  4018. return $this->privates['.service_locator.A.7DmjJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4019. 'client' => ['privates', 'Commercetools\\Core\\Client', 'getClientService', false],
  4020. ], [
  4021. 'client' => 'Commercetools\\Core\\Client',
  4022. ]);
  4023. }
  4024. /**
  4025. * Gets the private '.service_locator.DUcoQ_R' shared service.
  4026. *
  4027. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4028. */
  4029. protected function get_ServiceLocator_DUcoQRService()
  4030. {
  4031. return $this->privates['.service_locator.DUcoQ_R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4032. 'cartProvider' => ['privates', 'App\\Module\\Checkout\\Provider\\CartProvider', 'getCartProviderService', false],
  4033. 'cartRepository' => ['privates', 'App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkCartRepository', 'getSdkCartRepositoryService', false],
  4034. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  4035. ], [
  4036. 'cartProvider' => 'App\\Module\\Checkout\\Provider\\CartProvider',
  4037. 'cartRepository' => '?',
  4038. 'translator' => '?',
  4039. ]);
  4040. }
  4041. /**
  4042. * Gets the private '.service_locator.HLA_et6' shared service.
  4043. *
  4044. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4045. */
  4046. protected function get_ServiceLocator_HLAEt6Service()
  4047. {
  4048. return $this->privates['.service_locator.HLA_et6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4049. 'cartProvider' => ['privates', 'App\\Module\\Checkout\\Provider\\CartProvider', 'getCartProviderService', false],
  4050. 'discountRepository' => ['privates', 'App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkDiscountRepository', 'getSdkDiscountRepositoryService', false],
  4051. 'user' => ['privates', 'App\\Module\\Account\\Entity\\User', 'getUserService', false],
  4052. ], [
  4053. 'cartProvider' => 'App\\Module\\Checkout\\Provider\\CartProvider',
  4054. 'discountRepository' => '?',
  4055. 'user' => 'App\\Module\\Account\\Entity\\User',
  4056. ]);
  4057. }
  4058. /**
  4059. * Gets the private '.service_locator.Ho8iWfj' shared service.
  4060. *
  4061. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4062. */
  4063. protected function get_ServiceLocator_Ho8iWfjService()
  4064. {
  4065. return $this->privates['.service_locator.Ho8iWfj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4066. 'category' => ['privates', '.errored..service_locator.Ho8iWfj.Denios\\Data\\Catalog\\Category', NULL, 'Cannot autowire service ".service_locator.Ho8iWfj": it references class "Denios\\Data\\Catalog\\Category" but no such service exists.'],
  4067. ], [
  4068. 'category' => 'Denios\\Data\\Catalog\\Category',
  4069. ]);
  4070. }
  4071. /**
  4072. * Gets the private '.service_locator.Nmg7Qjy' shared service.
  4073. *
  4074. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4075. */
  4076. protected function get_ServiceLocator_Nmg7QjyService()
  4077. {
  4078. return $this->privates['.service_locator.Nmg7Qjy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4079. 'customer' => ['privates', '.errored..service_locator.Nmg7Qjy.App\\Module\\ShortSimpleCheckout\\Customer\\CustomerInterface', NULL, 'Cannot autowire service ".service_locator.Nmg7Qjy": it references interface "App\\Module\\ShortSimpleCheckout\\Customer\\CustomerInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "App\\Module\\Account\\Entity\\User", "App\\Module\\Checkout\\Model\\AnonymousCustomer".'],
  4080. 'order' => ['privates', '.errored..service_locator.Nmg7Qjy.Commercetools\\Core\\Model\\Order\\Order', NULL, 'Cannot autowire service ".service_locator.Nmg7Qjy": it references class "Commercetools\\Core\\Model\\Order\\Order" but no such service exists.'],
  4081. ], [
  4082. 'customer' => 'App\\Module\\ShortSimpleCheckout\\Customer\\CustomerInterface',
  4083. 'order' => 'Commercetools\\Core\\Model\\Order\\Order',
  4084. ]);
  4085. }
  4086. /**
  4087. * Gets the private '.service_locator.QoqLuWu' shared service.
  4088. *
  4089. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4090. */
  4091. protected function get_ServiceLocator_QoqLuWuService()
  4092. {
  4093. return $this->privates['.service_locator.QoqLuWu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4094. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  4095. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  4096. 'security.firewall.map.context.story_grid_api' => ['privates', 'security.firewall.map.context.story_grid_api', 'getSecurity_Firewall_Map_Context_StoryGridApiService', false],
  4097. ], [
  4098. 'security.firewall.map.context.dev' => '?',
  4099. 'security.firewall.map.context.main' => '?',
  4100. 'security.firewall.map.context.story_grid_api' => '?',
  4101. ]);
  4102. }
  4103. /**
  4104. * Gets the private '.service_locator.TvjezS_' shared service.
  4105. *
  4106. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4107. */
  4108. protected function get_ServiceLocator_TvjezSService()
  4109. {
  4110. return $this->privates['.service_locator.TvjezS_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4111. 'authenticatorHandler' => ['privates', 'security.authentication.guard_handler', 'getSecurity_Authentication_GuardHandlerService', false],
  4112. 'client' => ['privates', 'Commercetools\\Core\\Client', 'getClientService', false],
  4113. 'csrfTokenManager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  4114. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  4115. 'sessionStorage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
  4116. 'storeContext' => ['privates', 'App\\Store\\StoreContext', 'getStoreContextService', false],
  4117. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  4118. 'urlGenerator' => ['privates', 'BestIt\\Routing\\Router\\ChainRouter', 'getChainRouterService', false],
  4119. 'userFactory' => ['privates', 'App\\Module\\Account\\Factory\\UserFactory', 'getUserFactoryService', false],
  4120. 'userProvider' => ['privates', 'App\\Module\\Account\\Provider\\UserProvider', 'getUserProviderService', false],
  4121. ], [
  4122. 'authenticatorHandler' => '?',
  4123. 'client' => 'Commercetools\\Core\\Client',
  4124. 'csrfTokenManager' => '?',
  4125. 'logger' => '?',
  4126. 'sessionStorage' => '?',
  4127. 'storeContext' => 'App\\Store\\StoreContext',
  4128. 'translator' => '?',
  4129. 'urlGenerator' => '?',
  4130. 'userFactory' => 'App\\Module\\Account\\Factory\\UserFactory',
  4131. 'userProvider' => 'App\\Module\\Account\\Provider\\UserProvider',
  4132. ]);
  4133. }
  4134. /**
  4135. * Gets the private '.service_locator.WI5_E0P' shared service.
  4136. *
  4137. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4138. */
  4139. protected function get_ServiceLocator_WI5E0PService()
  4140. {
  4141. return $this->privates['.service_locator.WI5_E0P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4142. 'order' => ['privates', '.errored..service_locator.WI5_E0P.Commercetools\\Core\\Model\\Order\\Order', NULL, 'Cannot autowire service ".service_locator.WI5_E0P": it references class "Commercetools\\Core\\Model\\Order\\Order" but no such service exists.'],
  4143. ], [
  4144. 'order' => 'Commercetools\\Core\\Model\\Order\\Order',
  4145. ]);
  4146. }
  4147. /**
  4148. * Gets the private '.service_locator.aeRvATa' shared service.
  4149. *
  4150. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4151. */
  4152. protected function get_ServiceLocator_AeRvATaService()
  4153. {
  4154. return $this->privates['.service_locator.aeRvATa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4155. 'cmsContent' => ['privates', '.errored..service_locator.aeRvATa.Denios\\Data\\Cms\\Story', NULL, 'Cannot autowire service ".service_locator.aeRvATa": it references class "Denios\\Data\\Cms\\Story" but no such service exists.'],
  4156. ], [
  4157. 'cmsContent' => 'Denios\\Data\\Cms\\Story',
  4158. ]);
  4159. }
  4160. /**
  4161. * Gets the private '.service_locator.c.2mrjU' shared service.
  4162. *
  4163. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4164. */
  4165. protected function get_ServiceLocator_C_2mrjUService()
  4166. {
  4167. return $this->privates['.service_locator.c.2mrjU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4168. 'container' => ['privates', '.errored..service_locator.c.2mrjU.Symfony\\Component\\DependencyInjection\\ContainerBuilder', NULL, 'Cannot autowire service ".service_locator.c.2mrjU": it references class "Symfony\\Component\\DependencyInjection\\ContainerBuilder" but no such service exists. Try changing the type-hint to one of its parents: interface "Symfony\\Component\\DependencyInjection\\ContainerInterface", or interface "Psr\\Container\\ContainerInterface".'],
  4169. ], [
  4170. 'container' => 'Symfony\\Component\\DependencyInjection\\ContainerBuilder',
  4171. ]);
  4172. }
  4173. /**
  4174. * Gets the private '.service_locator.cjqQumK' shared service.
  4175. *
  4176. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4177. */
  4178. protected function get_ServiceLocator_CjqQumKService()
  4179. {
  4180. return $this->privates['.service_locator.cjqQumK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4181. 'authenticationFacade' => ['privates', 'App\\Module\\Account\\Facade\\AuthenticationFacade', 'getAuthenticationFacadeService', false],
  4182. 'guard' => ['privates', 'security.authentication.guard_handler', 'getSecurity_Authentication_GuardHandlerService', false],
  4183. 'login' => ['privates', 'App\\Module\\Account\\Security\\LoginFormAuthenticator', 'getLoginFormAuthenticatorService', false],
  4184. 'userFactory' => ['privates', 'App\\Module\\Account\\Factory\\UserFactory', 'getUserFactoryService', false],
  4185. ], [
  4186. 'authenticationFacade' => 'App\\Module\\Account\\Facade\\AuthenticationFacade',
  4187. 'guard' => '?',
  4188. 'login' => 'App\\Module\\Account\\Security\\LoginFormAuthenticator',
  4189. 'userFactory' => 'App\\Module\\Account\\Factory\\UserFactory',
  4190. ]);
  4191. }
  4192. /**
  4193. * Gets the private '.service_locator.e1lzr8O' shared service.
  4194. *
  4195. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4196. */
  4197. protected function get_ServiceLocator_E1lzr8OService()
  4198. {
  4199. return $this->privates['.service_locator.e1lzr8O'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4200. 'facade' => ['privates', 'App\\Module\\ShoppingList\\Facade\\ShoppingListFacade', 'getShoppingListFacadeService', false],
  4201. ], [
  4202. 'facade' => 'App\\Module\\ShoppingList\\Facade\\ShoppingListFacade',
  4203. ]);
  4204. }
  4205. /**
  4206. * Gets the private '.service_locator.f4pgYMR' shared service.
  4207. *
  4208. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4209. */
  4210. protected function get_ServiceLocator_F4pgYMRService()
  4211. {
  4212. return $this->privates['.service_locator.f4pgYMR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4213. 'exception' => ['privates', '.errored..service_locator.f4pgYMR.Throwable', NULL, 'Cannot autowire service ".service_locator.f4pgYMR": it references interface "Throwable" but no such service exists. You should maybe alias this interface to one of these existing services: "App\\Exception\\NotLoggedInException", "App\\Exception\\ProductNotFoundException", "App\\Exception\\ResourceNotFoundException", "App\\Integration\\Commercetools\\Address\\DataSourceHandler\\UnsupportedDataSourceException", "App\\Module\\Checkout\\Exception\\CartFromOrderException", "App\\Module\\Checkout\\Exception\\ProductByIdNotFound", "App\\Module\\Checkout\\Exception\\ProductBySkuNotFound", "App\\Module\\Checkout\\Exception\\RegisterAccountModelDataIntegrityException", "App\\Module\\Checkout\\Registration\\Exception\\MissingConstraintException", "App\\Module\\MiddlewareConnector\\Business\\Http\\ResponseResolverException", "App\\Module\\Shared\\Domain\\DiscountCodeNotFound", "App\\Module\\Shared\\Domain\\DiscountDoesNotMatchCart", "App\\Module\\Shared\\Domain\\FailedRemovingDiscounts", "App\\Module\\Shared\\Domain\\FailedRetrievingDiscount", "App\\Module\\Shipping\\Exception\\InvalidAddressException", "App\\Module\\Shipping\\Exception\\ShipperHQException".'],
  4214. ], [
  4215. 'exception' => 'Throwable',
  4216. ]);
  4217. }
  4218. /**
  4219. * Gets the private '.service_locator.gY86dq8' shared service.
  4220. *
  4221. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4222. */
  4223. protected function get_ServiceLocator_GY86dq8Service()
  4224. {
  4225. return $this->privates['.service_locator.gY86dq8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4226. 'normalizer' => ['privates', 'App\\Module\\ShoppingList\\Normalizer\\ShoppingListNormalizer', 'getShoppingListNormalizerService', false],
  4227. 'provider' => ['privates', 'App\\Module\\ShoppingList\\Provider\\ShoppingListProvider', 'getShoppingListProviderService', false],
  4228. ], [
  4229. 'normalizer' => 'App\\Module\\ShoppingList\\Normalizer\\ShoppingListNormalizer',
  4230. 'provider' => 'App\\Module\\ShoppingList\\Provider\\ShoppingListProvider',
  4231. ]);
  4232. }
  4233. /**
  4234. * Gets the private '.service_locator.gZ.IMtn' shared service.
  4235. *
  4236. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4237. */
  4238. protected function get_ServiceLocator_GZ_IMtnService()
  4239. {
  4240. return $this->privates['.service_locator.gZ.IMtn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4241. 'messenger.transport.newsletter-tracking' => ['privates', 'messenger.transport.newsletter-tracking', 'getMessenger_Transport_NewslettertrackingService', false],
  4242. 'newsletter-tracking' => ['privates', 'messenger.transport.newsletter-tracking', 'getMessenger_Transport_NewslettertrackingService', false],
  4243. ], [
  4244. 'messenger.transport.newsletter-tracking' => '?',
  4245. 'newsletter-tracking' => '?',
  4246. ]);
  4247. }
  4248. /**
  4249. * Gets the private '.service_locator.hyRUyZH' shared service.
  4250. *
  4251. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4252. */
  4253. protected function get_ServiceLocator_HyRUyZHService()
  4254. {
  4255. return $this->privates['.service_locator.hyRUyZH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4256. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  4257. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  4258. 'security.event_dispatcher.story_grid_api' => ['privates', 'security.event_dispatcher.story_grid_api', 'getSecurity_EventDispatcher_StoryGridApiService', false],
  4259. ], [
  4260. 'event_dispatcher' => '?',
  4261. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4262. 'security.event_dispatcher.story_grid_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4263. ]);
  4264. }
  4265. /**
  4266. * Gets the private '.service_locator.mx0UMmY' shared service.
  4267. *
  4268. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4269. */
  4270. protected function get_ServiceLocator_Mx0UMmYService()
  4271. {
  4272. return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4273. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  4274. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  4275. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  4276. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  4277. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  4278. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  4279. 'router' => ['privates', 'BestIt\\Routing\\Router\\ChainRouter', 'getChainRouterService', false],
  4280. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  4281. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  4282. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  4283. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  4284. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  4285. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  4286. ], [
  4287. 'form.factory' => '?',
  4288. 'http_kernel' => '?',
  4289. 'message_bus' => '?',
  4290. 'messenger.default_bus' => '?',
  4291. 'parameter_bag' => '?',
  4292. 'request_stack' => '?',
  4293. 'router' => '?',
  4294. 'security.authorization_checker' => '?',
  4295. 'security.csrf.token_manager' => '?',
  4296. 'security.token_storage' => '?',
  4297. 'serializer' => '?',
  4298. 'session' => '.session.deprecated',
  4299. 'twig' => '?',
  4300. ]);
  4301. }
  4302. /**
  4303. * Gets the private '.service_locator.ugXw4HW' shared service.
  4304. *
  4305. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4306. */
  4307. protected function get_ServiceLocator_UgXw4HWService()
  4308. {
  4309. return $this->privates['.service_locator.ugXw4HW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4310. 'user' => ['privates', 'App\\Module\\Account\\Entity\\User', 'getUserService', false],
  4311. ], [
  4312. 'user' => 'App\\Module\\Account\\Entity\\User',
  4313. ]);
  4314. }
  4315. /**
  4316. * Gets the private '.service_locator.vHg1_6H' shared service.
  4317. *
  4318. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4319. */
  4320. protected function get_ServiceLocator_VHg16HService()
  4321. {
  4322. return $this->privates['.service_locator.vHg1_6H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4323. 'parameters' => ['privates', '.errored..service_locator.vHg1_6H.Illuminate\\Support\\Collection', NULL, 'Cannot autowire service ".service_locator.vHg1_6H": it references class "Illuminate\\Support\\Collection" but no such service exists.'],
  4324. ], [
  4325. 'parameters' => 'Illuminate\\Support\\Collection',
  4326. ]);
  4327. }
  4328. /**
  4329. * Gets the private '.service_locator.vU6nHzt' shared service.
  4330. *
  4331. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4332. */
  4333. protected function get_ServiceLocator_VU6nHztService()
  4334. {
  4335. return $this->privates['.service_locator.vU6nHzt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4336. 'cartProvider' => ['privates', 'App\\Module\\Checkout\\Provider\\CartProvider', 'getCartProviderService', false],
  4337. 'generator' => ['privates', 'BestIt\\Routing\\Router\\ChainRouter', 'getChainRouterService', false],
  4338. 'shoppingListFacade' => ['privates', 'App\\Module\\ShoppingList\\Facade\\ShoppingListFacade', 'getShoppingListFacadeService', false],
  4339. ], [
  4340. 'cartProvider' => '?',
  4341. 'generator' => '?',
  4342. 'shoppingListFacade' => 'App\\Module\\ShoppingList\\Facade\\ShoppingListFacade',
  4343. ]);
  4344. }
  4345. /**
  4346. * Gets the private '.service_locator.xUrKPVU' shared service.
  4347. *
  4348. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4349. */
  4350. protected function get_ServiceLocator_XUrKPVUService()
  4351. {
  4352. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4353. 'loader' => ['privates', '.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  4354. ], [
  4355. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4356. ]);
  4357. }
  4358. /**
  4359. * Gets the private '.session.deprecated' shared service.
  4360. *
  4361. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4362. */
  4363. protected function get_Session_DeprecatedService()
  4364. {
  4365. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4366. return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  4367. }
  4368. /**
  4369. * Gets the private '.twig.command.debug.lazy' shared service.
  4370. *
  4371. * @return \Symfony\Component\Console\Command\LazyCommand
  4372. */
  4373. protected function get_Twig_Command_Debug_LazyService()
  4374. {
  4375. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4376. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4377. return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests', false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  4378. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4379. });
  4380. }
  4381. /**
  4382. * Gets the private '.twig.command.lint.lazy' shared service.
  4383. *
  4384. * @return \Symfony\Component\Console\Command\LazyCommand
  4385. */
  4386. protected function get_Twig_Command_Lint_LazyService()
  4387. {
  4388. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4389. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4390. return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors', false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  4391. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4392. });
  4393. }
  4394. /**
  4395. * Gets the private 'App\CommerceTool\CategoryProvider' shared autowired service.
  4396. *
  4397. * @return \App\CommerceTool\CategoryProvider
  4398. */
  4399. protected function getCategoryProviderService()
  4400. {
  4401. return $this->privates['App\\CommerceTool\\CategoryProvider'] = new \App\CommerceTool\CategoryProvider(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['Commercetools\\Core\\Client'] ?? $this->getClientService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->services['best_it.redis.storage.key_value'] ?? $this->getBestIt_Redis_Storage_KeyValueService()));
  4402. }
  4403. /**
  4404. * Gets the private 'App\CommerceTool\ProductProvider' shared autowired service.
  4405. *
  4406. * @return \App\CommerceTool\ProductProvider
  4407. */
  4408. protected function getProductProvider2Service()
  4409. {
  4410. return $this->privates['App\\CommerceTool\\ProductProvider'] = new \App\CommerceTool\ProductProvider(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['Commercetools\\Core\\Client'] ?? $this->getClientService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Module\\Catalog\\Builder\\StorefrontFacetBuilder'] ?? $this->getStorefrontFacetBuilderService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['Commercetools\\Client\\ApiRequestBuilder'] ?? $this->getApiRequestBuilderService()), ($this->privates['App\\CommerceTool\\ProductSearchProvider'] ?? $this->getProductSearchProviderService()));
  4411. }
  4412. /**
  4413. * Gets the private 'App\CommerceTool\ProductSearchProvider' shared autowired service.
  4414. *
  4415. * @return \App\CommerceTool\ProductSearchProvider
  4416. */
  4417. protected function getProductSearchProviderService()
  4418. {
  4419. return $this->privates['App\\CommerceTool\\ProductSearchProvider'] = new \App\CommerceTool\ProductSearchProvider(($this->privates['Commercetools\\Client\\ApiRequestBuilder'] ?? $this->getApiRequestBuilderService()));
  4420. }
  4421. /**
  4422. * Gets the private 'App\DataDecorator\PriceDecorator' shared autowired service.
  4423. *
  4424. * @return \App\DataDecorator\PriceDecorator
  4425. */
  4426. protected function getPriceDecoratorService()
  4427. {
  4428. include_once \dirname(__DIR__, 4).'/src/DataDecorator/DataDecoratorInterface.php';
  4429. include_once \dirname(__DIR__, 4).'/src/DataDecorator/PriceDecorator.php';
  4430. return $this->privates['App\\DataDecorator\\PriceDecorator'] = new \App\DataDecorator\PriceDecorator(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4431. }
  4432. /**
  4433. * Gets the private 'App\DataDecorator\VariantSelectionDecorator' shared autowired service.
  4434. *
  4435. * @return \App\DataDecorator\VariantSelectionDecorator
  4436. */
  4437. protected function getVariantSelectionDecoratorService()
  4438. {
  4439. include_once \dirname(__DIR__, 4).'/src/DataDecorator/DataDecoratorInterface.php';
  4440. include_once \dirname(__DIR__, 4).'/src/DataDecorator/VariantSelectionDecorator.php';
  4441. $a = ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService());
  4442. if (isset($this->privates['App\\DataDecorator\\VariantSelectionDecorator'])) {
  4443. return $this->privates['App\\DataDecorator\\VariantSelectionDecorator'];
  4444. }
  4445. return $this->privates['App\\DataDecorator\\VariantSelectionDecorator'] = new \App\DataDecorator\VariantSelectionDecorator($a);
  4446. }
  4447. /**
  4448. * Gets the private 'App\Infrastructure\Commercetools\Normalizer\Order\OrderNormalizer' shared autowired service.
  4449. *
  4450. * @return \App\Infrastructure\Commercetools\Normalizer\Order\OrderNormalizer
  4451. */
  4452. protected function getOrderNormalizerService()
  4453. {
  4454. include_once \dirname(__DIR__, 4).'/src/Infrastructure/Commercetools/Normalizer/Order/OrderNormalizer.php';
  4455. include_once \dirname(__DIR__, 4).'/src/Infrastructure/Commercetools/Normalizer/Order/LineItemNormalizer.php';
  4456. include_once \dirname(__DIR__, 4).'/src/Infrastructure/Commercetools/Normalizer/Product/ImageNormalizer.php';
  4457. include_once \dirname(__DIR__, 4).'/src/Infrastructure/Commercetools/Generator/ImageUrlGenerator.php';
  4458. include_once \dirname(__DIR__, 4).'/src/Infrastructure/Commercetools/Normalizer/Product/ShowInOrderProcessTextNormalizer.php';
  4459. return $this->privates['App\\Infrastructure\\Commercetools\\Normalizer\\Order\\OrderNormalizer'] = new \App\Infrastructure\Commercetools\Normalizer\Order\OrderNormalizer(new \App\Infrastructure\Commercetools\Normalizer\Order\LineItemNormalizer(new \App\Infrastructure\Commercetools\Normalizer\Product\ImageNormalizer(new \App\Infrastructure\Commercetools\Generator\ImageUrlGenerator($this->getEnv('ASSETS_WEB_DOMAIN'))), new \App\Infrastructure\Commercetools\Normalizer\Product\ShowInOrderProcessTextNormalizer()));
  4460. }
  4461. /**
  4462. * Gets the private 'App\Infrastructure\Commercetools\Provider\OrderProvider' shared autowired service.
  4463. *
  4464. * @return \App\Infrastructure\Commercetools\Provider\OrderProvider
  4465. */
  4466. protected function getOrderProviderService()
  4467. {
  4468. include_once \dirname(__DIR__, 4).'/src/Module/Account/Provider/IOrderProvider.php';
  4469. include_once \dirname(__DIR__, 4).'/src/Infrastructure/Commercetools/Provider/OrderProvider.php';
  4470. return $this->privates['App\\Infrastructure\\Commercetools\\Provider\\OrderProvider'] = new \App\Infrastructure\Commercetools\Provider\OrderProvider(($this->privates['Commercetools\\Client\\ApiRequestBuilder'] ?? $this->getApiRequestBuilderService()));
  4471. }
  4472. /**
  4473. * Gets the private 'App\Infrastructure\Logger\RequestDecoratorProcessor' shared autowired service.
  4474. *
  4475. * @return \App\Infrastructure\Logger\RequestDecoratorProcessor
  4476. */
  4477. protected function getRequestDecoratorProcessorService()
  4478. {
  4479. $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  4480. if (isset($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'])) {
  4481. return $this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'];
  4482. }
  4483. return $this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] = new \App\Infrastructure\Logger\RequestDecoratorProcessor($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4484. }
  4485. /**
  4486. * Gets the private 'App\Infrastructure\Logger\RequestDetailsLogger' shared autowired service.
  4487. *
  4488. * @return \App\Infrastructure\Logger\RequestDetailsLogger
  4489. */
  4490. protected function getRequestDetailsLoggerService()
  4491. {
  4492. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4493. if (isset($this->privates['App\\Infrastructure\\Logger\\RequestDetailsLogger'])) {
  4494. return $this->privates['App\\Infrastructure\\Logger\\RequestDetailsLogger'];
  4495. }
  4496. return $this->privates['App\\Infrastructure\\Logger\\RequestDetailsLogger'] = new \App\Infrastructure\Logger\RequestDetailsLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  4497. }
  4498. /**
  4499. * Gets the private 'App\Integration\Frontend\Formatter\PriceFormatter' shared autowired service.
  4500. *
  4501. * @return \App\Integration\Frontend\Formatter\PriceFormatter
  4502. */
  4503. protected function getPriceFormatterService()
  4504. {
  4505. return $this->privates['App\\Integration\\Frontend\\Formatter\\PriceFormatter'] = new \App\Integration\Frontend\Formatter\PriceFormatter(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  4506. }
  4507. /**
  4508. * Gets the private 'App\Locale\LocaleListener' shared autowired service.
  4509. *
  4510. * @return \App\Locale\LocaleListener
  4511. */
  4512. protected function getLocaleListenerService()
  4513. {
  4514. return $this->privates['App\\Locale\\LocaleListener'] = new \App\Locale\LocaleListener(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  4515. }
  4516. /**
  4517. * Gets the private 'App\Module\Account\Entity\User' shared autowired service.
  4518. *
  4519. * @return \App\Module\Account\Entity\User
  4520. */
  4521. protected function getUserService()
  4522. {
  4523. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4524. if (isset($this->privates['App\\Module\\Account\\Entity\\User'])) {
  4525. return $this->privates['App\\Module\\Account\\Entity\\User'];
  4526. }
  4527. return $this->privates['App\\Module\\Account\\Entity\\User'] = $a->getUser();
  4528. }
  4529. /**
  4530. * Gets the private 'App\Module\Account\Facade\AuthenticationFacade' shared autowired service.
  4531. *
  4532. * @return \App\Module\Account\Facade\AuthenticationFacade
  4533. */
  4534. protected function getAuthenticationFacadeService()
  4535. {
  4536. include_once \dirname(__DIR__, 4).'/src/Module/Account/Facade/AuthenticationFacade.php';
  4537. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4538. if (isset($this->privates['App\\Module\\Account\\Facade\\AuthenticationFacade'])) {
  4539. return $this->privates['App\\Module\\Account\\Facade\\AuthenticationFacade'];
  4540. }
  4541. $b = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  4542. if (isset($this->privates['App\\Module\\Account\\Facade\\AuthenticationFacade'])) {
  4543. return $this->privates['App\\Module\\Account\\Facade\\AuthenticationFacade'];
  4544. }
  4545. return $this->privates['App\\Module\\Account\\Facade\\AuthenticationFacade'] = new \App\Module\Account\Facade\AuthenticationFacade(($this->privates['App\\Module\\Account\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), $a, $b, ($this->privates['App\\Module\\Account\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), ($this->privates['App\\Module\\Account\\Provider\\UserProvider'] ?? $this->getUserProviderService()), ($this->privates['Commercetools\\Core\\Client'] ?? $this->getClientService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['App\\Module\\Mailing\\Business\\Facade\\MailingFacade'] ?? $this->getMailingFacadeService()));
  4546. }
  4547. /**
  4548. * Gets the private 'App\Module\Account\Factory\UserFactory' shared autowired service.
  4549. *
  4550. * @return \App\Module\Account\Factory\UserFactory
  4551. */
  4552. protected function getUserFactoryService()
  4553. {
  4554. include_once \dirname(__DIR__, 4).'/src/Module/Account/Factory/UserFactory.php';
  4555. include_once \dirname(__DIR__, 4).'/src/Module/Account/Provider/CustomerProvider.php';
  4556. return $this->privates['App\\Module\\Account\\Factory\\UserFactory'] = new \App\Module\Account\Factory\UserFactory(new \App\Module\Account\Provider\CustomerProvider(($this->services['best_it.redis.storage.key_value'] ?? $this->getBestIt_Redis_Storage_KeyValueService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService())));
  4557. }
  4558. /**
  4559. * Gets the private 'App\Module\Account\Form\Type\AccountEmailFormType' shared autowired service.
  4560. *
  4561. * @return \App\Module\Account\Form\Type\AccountEmailFormType
  4562. */
  4563. protected function getAccountEmailFormTypeService()
  4564. {
  4565. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4566. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4567. include_once \dirname(__DIR__, 4).'/src/Module/Account/Form/Type/AccountEmailFormType.php';
  4568. return $this->privates['App\\Module\\Account\\Form\\Type\\AccountEmailFormType'] = new \App\Module\Account\Form\Type\AccountEmailFormType(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4569. }
  4570. /**
  4571. * Gets the private 'App\Module\Account\Form\Type\AccountPasswordFormType' shared autowired service.
  4572. *
  4573. * @return \App\Module\Account\Form\Type\AccountPasswordFormType
  4574. */
  4575. protected function getAccountPasswordFormTypeService()
  4576. {
  4577. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4578. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4579. include_once \dirname(__DIR__, 4).'/src/Module/Account/Form/Type/AccountPasswordFormType.php';
  4580. return $this->privates['App\\Module\\Account\\Form\\Type\\AccountPasswordFormType'] = new \App\Module\Account\Form\Type\AccountPasswordFormType(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()));
  4581. }
  4582. /**
  4583. * Gets the private 'App\Module\Account\Form\Type\RegisterAccountFormType' shared autowired service.
  4584. *
  4585. * @return \App\Module\Account\Form\Type\RegisterAccountFormType
  4586. */
  4587. protected function getRegisterAccountFormTypeService()
  4588. {
  4589. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4590. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4591. include_once \dirname(__DIR__, 4).'/src/Module/Account/Form/Type/RegisterAccountFormType.php';
  4592. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Form/Type/Provider/PasswordConstraintProvider.php';
  4593. return $this->privates['App\\Module\\Account\\Form\\Type\\RegisterAccountFormType'] = new \App\Module\Account\Form\Type\RegisterAccountFormType(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['App\\Module\\Shared\\Form\\Type\\Provider\\PasswordConstraintProvider'] ?? ($this->privates['App\\Module\\Shared\\Form\\Type\\Provider\\PasswordConstraintProvider'] = new \App\Module\Shared\Form\Type\Provider\PasswordConstraintProvider())));
  4594. }
  4595. /**
  4596. * Gets the private 'App\Module\Account\Form\Type\RequestPasswordFormType' shared autowired service.
  4597. *
  4598. * @return \App\Module\Account\Form\Type\RequestPasswordFormType
  4599. */
  4600. protected function getRequestPasswordFormTypeService()
  4601. {
  4602. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4603. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4604. include_once \dirname(__DIR__, 4).'/src/Module/Account/Form/Type/RequestPasswordFormType.php';
  4605. return $this->privates['App\\Module\\Account\\Form\\Type\\RequestPasswordFormType'] = new \App\Module\Account\Form\Type\RequestPasswordFormType(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()));
  4606. }
  4607. /**
  4608. * Gets the private 'App\Module\Account\Form\Type\ResetPasswordFormType' shared autowired service.
  4609. *
  4610. * @return \App\Module\Account\Form\Type\ResetPasswordFormType
  4611. */
  4612. protected function getResetPasswordFormTypeService()
  4613. {
  4614. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4615. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4616. include_once \dirname(__DIR__, 4).'/src/Module/Account/Form/Type/ResetPasswordFormType.php';
  4617. return $this->privates['App\\Module\\Account\\Form\\Type\\ResetPasswordFormType'] = new \App\Module\Account\Form\Type\ResetPasswordFormType(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()));
  4618. }
  4619. /**
  4620. * Gets the private 'App\Module\Account\Provider\UserProvider' shared autowired service.
  4621. *
  4622. * @return \App\Module\Account\Provider\UserProvider
  4623. */
  4624. protected function getUserProviderService()
  4625. {
  4626. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  4627. include_once \dirname(__DIR__, 4).'/src/Module/Account/Provider/UserProvider.php';
  4628. return $this->privates['App\\Module\\Account\\Provider\\UserProvider'] = new \App\Module\Account\Provider\UserProvider(($this->privates['App\\Module\\Account\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['App\\Module\\Account\\Factory\\UserFactory'] ?? $this->getUserFactoryService()));
  4629. }
  4630. /**
  4631. * Gets the private 'App\Module\Account\Repository\CustomerRepository' shared autowired service.
  4632. *
  4633. * @return \App\Module\Account\Repository\CustomerRepository
  4634. */
  4635. protected function getCustomerRepositoryService()
  4636. {
  4637. $this->privates['App\\Module\\Account\\Repository\\CustomerRepository'] = $instance = new \App\Module\Account\Repository\CustomerRepository(($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService()), ($this->privates['best_it.commercetools_odm.filter.filter_manager'] ?? ($this->privates['best_it.commercetools_odm.filter.filter_manager'] = new \BestIt\CommercetoolsODM\Filter\FilterManager())));
  4638. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  4639. $instance->setLogger($a);
  4640. $instance->setLogger($a);
  4641. return $instance;
  4642. }
  4643. /**
  4644. * Gets the private 'App\Module\Account\Security\LoginFormAuthenticator' shared autowired service.
  4645. *
  4646. * @return \App\Module\Account\Security\LoginFormAuthenticator
  4647. */
  4648. protected function getLoginFormAuthenticatorService()
  4649. {
  4650. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4651. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4652. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4653. include_once \dirname(__DIR__, 4).'/src/Module/Account/Security/LoginFormAuthenticator.php';
  4654. return $this->privates['App\\Module\\Account\\Security\\LoginFormAuthenticator'] = new \App\Module\Account\Security\LoginFormAuthenticator(($this->privates['Commercetools\\Core\\Client'] ?? $this->getClientService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['App\\Module\\Account\\Factory\\UserFactory'] ?? $this->getUserFactoryService()));
  4655. }
  4656. /**
  4657. * Gets the private 'App\Module\Account\Subscriber\ExcludeVatSubscriber' shared autowired service.
  4658. *
  4659. * @return \App\Module\Account\Subscriber\ExcludeVatSubscriber
  4660. */
  4661. protected function getExcludeVatSubscriberService()
  4662. {
  4663. return $this->privates['App\\Module\\Account\\Subscriber\\ExcludeVatSubscriber'] = new \App\Module\Account\Subscriber\ExcludeVatSubscriber(($this->privates['App\\Module\\Account\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  4664. }
  4665. /**
  4666. * Gets the private 'App\Module\Account\Validator\AccountIsRegisteredValidator' shared autowired service.
  4667. *
  4668. * @return \App\Module\Account\Validator\AccountIsRegisteredValidator
  4669. */
  4670. protected function getAccountIsRegisteredValidatorService()
  4671. {
  4672. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4673. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  4674. include_once \dirname(__DIR__, 4).'/src/Module/Account/Validator/AccountIsRegisteredValidator.php';
  4675. return $this->privates['App\\Module\\Account\\Validator\\AccountIsRegisteredValidator'] = new \App\Module\Account\Validator\AccountIsRegisteredValidator(($this->privates['App\\Module\\Account\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  4676. }
  4677. /**
  4678. * Gets the private 'App\Module\Account\Validator\UniqueEmailValidator' shared autowired service.
  4679. *
  4680. * @return \App\Module\Account\Validator\UniqueEmailValidator
  4681. */
  4682. protected function getUniqueEmailValidatorService()
  4683. {
  4684. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4685. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  4686. include_once \dirname(__DIR__, 4).'/src/Module/Account/Validator/UniqueEmailValidator.php';
  4687. return $this->privates['App\\Module\\Account\\Validator\\UniqueEmailValidator'] = new \App\Module\Account\Validator\UniqueEmailValidator(($this->privates['App\\Module\\Account\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  4688. }
  4689. /**
  4690. * Gets the private 'App\Module\Address\AddressHandler' shared autowired service.
  4691. *
  4692. * @return \App\Module\Address\AddressHandler
  4693. */
  4694. protected function getAddressHandlerService()
  4695. {
  4696. include_once \dirname(__DIR__, 4).'/src/Module/Address/AddressHandler.php';
  4697. include_once \dirname(__DIR__, 4).'/src/Integration/Commercetools/Address/CustomerAddressUpdater.php';
  4698. include_once \dirname(__DIR__, 4).'/src/Integration/Commercetools/Address/CartAddressUpdater.php';
  4699. include_once \dirname(__DIR__, 4).'/src/Integration/Commercetools/Address/DataSourceHandler/DataSourceToCommercetoolsAddressMapperInterface.php';
  4700. include_once \dirname(__DIR__, 4).'/src/Module/Address/Form/Model/Handler/ChangeAddressModelMapper.php';
  4701. include_once \dirname(__DIR__, 4).'/src/Integration/Commercetools/Address/DataSourceHandler/CommercetoolsAddressFromDataSourceBuilderInterface.php';
  4702. include_once \dirname(__DIR__, 4).'/src/Module/Address/Form/Model/Handler/CreateAddressModelBuilder.php';
  4703. include_once \dirname(__DIR__, 4).'/src/Module/Address/Provider/LocaleProvider.php';
  4704. include_once \dirname(__DIR__, 4).'/src/Integration/Commercetools/Address/CartAddressPersister.php';
  4705. include_once \dirname(__DIR__, 4).'/src/Integration/Commercetools/Address/CustomerAddressPersister.php';
  4706. $a = ($this->privates['BestIt\\CommercetoolsODM\\Repository\\CartRepository'] ?? $this->getCartRepositoryService());
  4707. $b = ($this->privates['App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkCustomerRepository'] ?? $this->getSdkCustomerRepositoryService());
  4708. $c = ($this->privates['App\\Module\\Cart\\Persistence\\Cart\\CommercetoolsCartDataWriter'] ?? $this->getCommercetoolsCartDataWriterService());
  4709. $d = new \App\Repository\CustomerRepository(($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService()), ($this->privates['best_it.commercetools_odm.filter.filter_manager'] ?? ($this->privates['best_it.commercetools_odm.filter.filter_manager'] = new \BestIt\CommercetoolsODM\Filter\FilterManager())));
  4710. $e = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  4711. $d->setLogger($e);
  4712. $d->setLogger($e);
  4713. return $this->privates['App\\Module\\Address\\AddressHandler'] = new \App\Module\Address\AddressHandler(($this->privates['App\\Module\\Checkout\\Provider\\CartProvider'] ?? $this->getCartProviderService()), $a, new \App\Integration\Commercetools\Address\CustomerAddressUpdater($b), new \App\Integration\Commercetools\Address\CartAddressUpdater($a, $c), new \App\Module\Address\Form\Model\Handler\ChangeAddressModelMapper(), new \App\Module\Address\Form\Model\Handler\CreateAddressModelBuilder(new \App\Module\Address\Provider\LocaleProvider(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()))), new \App\Integration\Commercetools\Address\CartAddressPersister($a, $c), new \App\Integration\Commercetools\Address\CustomerAddressPersister($b), ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()), $d);
  4714. }
  4715. /**
  4716. * Gets the private 'App\Module\Address\Form\Type\ChangeAddressType' shared autowired service.
  4717. *
  4718. * @return \App\Module\Address\Form\Type\ChangeAddressType
  4719. */
  4720. protected function getChangeAddressTypeService()
  4721. {
  4722. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4723. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4724. include_once \dirname(__DIR__, 4).'/src/Module/Address/Form/Type/AbstractAddressType.php';
  4725. include_once \dirname(__DIR__, 4).'/src/Module/Address/Form/Type/ChangeAddressType.php';
  4726. return $this->privates['App\\Module\\Address\\Form\\Type\\ChangeAddressType'] = new \App\Module\Address\Form\Type\ChangeAddressType(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['App\\Module\\Checkout\\Loader\\SalutationSelectionLoader'] ?? $this->getSalutationSelectionLoaderService()), ($this->privates['App\\Module\\Checkout\\Loader\\DepartmentSelectionLoader'] ?? $this->getDepartmentSelectionLoaderService()), ($this->privates['App\\Module\\Checkout\\Loader\\StateSelectionLoader'] ?? $this->getStateSelectionLoaderService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  4727. }
  4728. /**
  4729. * Gets the private 'App\Module\Address\Form\Type\CreateAddressType' shared autowired service.
  4730. *
  4731. * @return \App\Module\Address\Form\Type\CreateAddressType
  4732. */
  4733. protected function getCreateAddressTypeService()
  4734. {
  4735. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4736. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4737. include_once \dirname(__DIR__, 4).'/src/Module/Address/Form/Type/AbstractAddressType.php';
  4738. include_once \dirname(__DIR__, 4).'/src/Module/Address/Form/Type/CreateAddressType.php';
  4739. return $this->privates['App\\Module\\Address\\Form\\Type\\CreateAddressType'] = new \App\Module\Address\Form\Type\CreateAddressType(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['App\\Module\\Checkout\\Loader\\SalutationSelectionLoader'] ?? $this->getSalutationSelectionLoaderService()), ($this->privates['App\\Module\\Checkout\\Loader\\DepartmentSelectionLoader'] ?? $this->getDepartmentSelectionLoaderService()), ($this->privates['App\\Module\\Checkout\\Loader\\StateSelectionLoader'] ?? $this->getStateSelectionLoaderService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  4740. }
  4741. /**
  4742. * Gets the private 'App\Module\Address\Provider\AddressProvider' shared autowired service.
  4743. *
  4744. * @return \App\Module\Address\Provider\AddressProvider
  4745. */
  4746. protected function getAddressProviderService()
  4747. {
  4748. include_once \dirname(__DIR__, 4).'/src/Module/Address/Provider/AddressProvider.php';
  4749. return $this->privates['App\\Module\\Address\\Provider\\AddressProvider'] = new \App\Module\Address\Provider\AddressProvider(($this->privates['App\\Module\\Account\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['BestIt\\CommercetoolsODM\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()));
  4750. }
  4751. /**
  4752. * Gets the private 'App\Module\Address\Renderer\AddressFormRenderer' shared autowired service.
  4753. *
  4754. * @return \App\Module\Address\Renderer\AddressFormRenderer
  4755. */
  4756. protected function getAddressFormRendererService()
  4757. {
  4758. include_once \dirname(__DIR__, 4).'/src/Module/Address/Renderer/AddressFormRenderer.php';
  4759. $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  4760. if (isset($this->privates['App\\Module\\Address\\Renderer\\AddressFormRenderer'])) {
  4761. return $this->privates['App\\Module\\Address\\Renderer\\AddressFormRenderer'];
  4762. }
  4763. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4764. if (isset($this->privates['App\\Module\\Address\\Renderer\\AddressFormRenderer'])) {
  4765. return $this->privates['App\\Module\\Address\\Renderer\\AddressFormRenderer'];
  4766. }
  4767. return $this->privates['App\\Module\\Address\\Renderer\\AddressFormRenderer'] = new \App\Module\Address\Renderer\AddressFormRenderer($a, $b);
  4768. }
  4769. /**
  4770. * Gets the private 'App\Module\Address\Subscriber\AddressFormSubscriber' shared autowired service.
  4771. *
  4772. * @return \App\Module\Address\Subscriber\AddressFormSubscriber
  4773. */
  4774. protected function getAddressFormSubscriberService()
  4775. {
  4776. include_once \dirname(__DIR__, 4).'/src/Module/Address/Subscriber/AddressFormSubscriber.php';
  4777. $a = ($this->privates['App\\Module\\Address\\Renderer\\AddressFormRenderer'] ?? $this->getAddressFormRendererService());
  4778. if (isset($this->privates['App\\Module\\Address\\Subscriber\\AddressFormSubscriber'])) {
  4779. return $this->privates['App\\Module\\Address\\Subscriber\\AddressFormSubscriber'];
  4780. }
  4781. return $this->privates['App\\Module\\Address\\Subscriber\\AddressFormSubscriber'] = new \App\Module\Address\Subscriber\AddressFormSubscriber($a);
  4782. }
  4783. /**
  4784. * Gets the private 'App\Module\Api\UrlProvider' shared autowired service.
  4785. *
  4786. * @return \App\Module\Api\UrlProvider
  4787. */
  4788. protected function getUrlProviderService()
  4789. {
  4790. return $this->privates['App\\Module\\Api\\UrlProvider'] = new \App\Module\Api\UrlProvider(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), ($this->privates['Elasticsearch\\Client'] ?? $this->getClient2Service()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  4791. }
  4792. /**
  4793. * Gets the private 'App\Module\Cart\Business\Facade\CartPriceFacade' shared autowired service.
  4794. *
  4795. * @return \App\Module\Cart\Business\Facade\CartPriceFacade
  4796. */
  4797. protected function getCartPriceFacadeService()
  4798. {
  4799. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Business/Facade/CartPriceFacadeInterface.php';
  4800. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Business/Facade/CartPriceFacade.php';
  4801. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Business/SapResponseToCartLineItemApplier.php';
  4802. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Business/Mapper/RequestArticleMapper.php';
  4803. $a = ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService());
  4804. return $this->privates['App\\Module\\Cart\\Business\\Facade\\CartPriceFacade'] = new \App\Module\Cart\Business\Facade\CartPriceFacade(($this->privates['App\\Module\\SapRequester\\Business\\Connector\\SapRequesterConnector'] ?? $this->getSapRequesterConnectorService()), new \App\Module\Cart\Business\SapResponseToCartLineItemApplier($a), ($this->privates['App\\Module\\Cart\\Business\\Mapper\\RequestArticleMapper'] ?? ($this->privates['App\\Module\\Cart\\Business\\Mapper\\RequestArticleMapper'] = new \App\Module\Cart\Business\Mapper\RequestArticleMapper())), ($this->privates['App\\Module\\Cart\\Persistence\\Cart\\CommercetoolsCartDataWriter'] ?? $this->getCommercetoolsCartDataWriterService()), ($this->privates['App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkDiscountRepository'] ?? $this->getSdkDiscountRepositoryService()), ($this->privates['BestIt\\CommercetoolsODM\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->privates['App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkCartRepository'] ?? $this->getSdkCartRepositoryService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4805. }
  4806. /**
  4807. * Gets the private 'App\Module\Cart\Persistence\Cart\CommercetoolsCartDataWriter' shared autowired service.
  4808. *
  4809. * @return \App\Module\Cart\Persistence\Cart\CommercetoolsCartDataWriter
  4810. */
  4811. protected function getCommercetoolsCartDataWriterService()
  4812. {
  4813. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Persistence/Cart/CartDataWriterInterface.php';
  4814. include_once \dirname(__DIR__, 4).'/src/Module/Cart/Persistence/Cart/CommercetoolsCartDataWriter.php';
  4815. return $this->privates['App\\Module\\Cart\\Persistence\\Cart\\CommercetoolsCartDataWriter'] = new \App\Module\Cart\Persistence\Cart\CommercetoolsCartDataWriter(($this->privates['BestIt\\CommercetoolsODM\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()));
  4816. }
  4817. /**
  4818. * Gets the private 'App\Module\Catalog\Builder\StorefrontFacetBuilder' shared autowired service.
  4819. *
  4820. * @return \App\Module\Catalog\Builder\StorefrontFacetBuilder
  4821. */
  4822. protected function getStorefrontFacetBuilderService()
  4823. {
  4824. $a = new \App\Module\Catalog\Builder\StorefrontFacet\Option\OptionBuilder();
  4825. return $this->privates['App\\Module\\Catalog\\Builder\\StorefrontFacetBuilder'] = new \App\Module\Catalog\Builder\StorefrontFacetBuilder(new \App\Module\Catalog\Builder\StorefrontFacet\SliderFacetBuilder(), new \App\Module\Catalog\Builder\StorefrontFacet\SelectionFacetBuilder($a), new \App\Module\Catalog\Builder\StorefrontFacet\NumberSelectionFacetBuilder($a));
  4826. }
  4827. /**
  4828. * Gets the private 'App\Module\Catalog\Provider\CategoryTreeProvider' shared autowired service.
  4829. *
  4830. * @return \App\Module\Catalog\Provider\CategoryTreeProvider
  4831. */
  4832. protected function getCategoryTreeProviderService()
  4833. {
  4834. return $this->privates['App\\Module\\Catalog\\Provider\\CategoryTreeProvider'] = new \App\Module\Catalog\Provider\CategoryTreeProvider(($this->services['best_it.redis.storage.key_value'] ?? $this->getBestIt_Redis_Storage_KeyValueService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['App\\CommerceTool\\CategoryProvider'] ?? $this->getCategoryProviderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4835. }
  4836. /**
  4837. * Gets the private 'App\Module\Checkout\Form\Type\AbstractRegisterFormType' shared autowired service.
  4838. *
  4839. * @return \App\Module\Checkout\Form\Type\AbstractRegisterFormType
  4840. */
  4841. protected function getAbstractRegisterFormTypeService()
  4842. {
  4843. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4844. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4845. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Form/Type/AbstractRegisterFormType.php';
  4846. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Form/Type/Provider/PasswordConstraintProvider.php';
  4847. return $this->privates['App\\Module\\Checkout\\Form\\Type\\AbstractRegisterFormType'] = new \App\Module\Checkout\Form\Type\AbstractRegisterFormType(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['App\\Module\\Shared\\Form\\Type\\Provider\\PasswordConstraintProvider'] ?? ($this->privates['App\\Module\\Shared\\Form\\Type\\Provider\\PasswordConstraintProvider'] = new \App\Module\Shared\Form\Type\Provider\PasswordConstraintProvider())), ($this->privates['App\\Module\\Checkout\\Loader\\SalutationSelectionLoader'] ?? $this->getSalutationSelectionLoaderService()), ($this->privates['App\\Module\\Checkout\\Loader\\DepartmentSelectionLoader'] ?? $this->getDepartmentSelectionLoaderService()), ($this->privates['App\\Module\\Checkout\\Loader\\StateSelectionLoader'] ?? $this->getStateSelectionLoaderService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  4848. }
  4849. /**
  4850. * Gets the private 'App\Module\Checkout\Form\Type\B2bRegisterFormType' shared autowired service.
  4851. *
  4852. * @return \App\Module\Checkout\Form\Type\B2bRegisterFormType
  4853. */
  4854. protected function getB2bRegisterFormTypeService()
  4855. {
  4856. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4857. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4858. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Form/Type/AbstractRegisterFormType.php';
  4859. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Form/Type/B2bRegisterFormType.php';
  4860. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Form/Type/Provider/PasswordConstraintProvider.php';
  4861. return $this->privates['App\\Module\\Checkout\\Form\\Type\\B2bRegisterFormType'] = new \App\Module\Checkout\Form\Type\B2bRegisterFormType(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['App\\Module\\Shared\\Form\\Type\\Provider\\PasswordConstraintProvider'] ?? ($this->privates['App\\Module\\Shared\\Form\\Type\\Provider\\PasswordConstraintProvider'] = new \App\Module\Shared\Form\Type\Provider\PasswordConstraintProvider())), ($this->privates['App\\Module\\Checkout\\Loader\\SalutationSelectionLoader'] ?? $this->getSalutationSelectionLoaderService()), ($this->privates['App\\Module\\Checkout\\Loader\\DepartmentSelectionLoader'] ?? $this->getDepartmentSelectionLoaderService()), ($this->privates['App\\Module\\Checkout\\Loader\\StateSelectionLoader'] ?? $this->getStateSelectionLoaderService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  4862. }
  4863. /**
  4864. * Gets the private 'App\Module\Checkout\Form\Type\B2cRegisterFormType' shared autowired service.
  4865. *
  4866. * @return \App\Module\Checkout\Form\Type\B2cRegisterFormType
  4867. */
  4868. protected function getB2cRegisterFormTypeService()
  4869. {
  4870. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4871. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4872. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Form/Type/AbstractRegisterFormType.php';
  4873. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Form/Type/B2cRegisterFormType.php';
  4874. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Form/Type/Provider/PasswordConstraintProvider.php';
  4875. return $this->privates['App\\Module\\Checkout\\Form\\Type\\B2cRegisterFormType'] = new \App\Module\Checkout\Form\Type\B2cRegisterFormType(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['App\\Module\\Shared\\Form\\Type\\Provider\\PasswordConstraintProvider'] ?? ($this->privates['App\\Module\\Shared\\Form\\Type\\Provider\\PasswordConstraintProvider'] = new \App\Module\Shared\Form\Type\Provider\PasswordConstraintProvider())), ($this->privates['App\\Module\\Checkout\\Loader\\SalutationSelectionLoader'] ?? $this->getSalutationSelectionLoaderService()), ($this->privates['App\\Module\\Checkout\\Loader\\DepartmentSelectionLoader'] ?? $this->getDepartmentSelectionLoaderService()), ($this->privates['App\\Module\\Checkout\\Loader\\StateSelectionLoader'] ?? $this->getStateSelectionLoaderService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  4876. }
  4877. /**
  4878. * Gets the private 'App\Module\Checkout\Integration\Subscriber\AddSapPricesToOrderSubscriber' shared autowired service.
  4879. *
  4880. * @return \App\Module\Checkout\Integration\Subscriber\AddSapPricesToOrderSubscriber
  4881. */
  4882. protected function getAddSapPricesToOrderSubscriberService()
  4883. {
  4884. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Integration/Subscriber/AddSapPricesToOrderSubscriber.php';
  4885. return $this->privates['App\\Module\\Checkout\\Integration\\Subscriber\\AddSapPricesToOrderSubscriber'] = new \App\Module\Checkout\Integration\Subscriber\AddSapPricesToOrderSubscriber(($this->privates['App\\Module\\Account\\Entity\\User'] ?? $this->getUserService()), ($this->privates['App\\Module\\MiddlewareConnector\\Business\\Facade\\MiddlewareConnectorFacade'] ?? $this->getMiddlewareConnectorFacadeService()), ($this->privates['App\\Module\\Cart\\Business\\Facade\\CartPriceFacade'] ?? $this->getCartPriceFacadeService()));
  4886. }
  4887. /**
  4888. * Gets the private 'App\Module\Checkout\Loader\DepartmentSelectionLoader' shared autowired service.
  4889. *
  4890. * @return \App\Module\Checkout\Loader\DepartmentSelectionLoader
  4891. */
  4892. protected function getDepartmentSelectionLoaderService()
  4893. {
  4894. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Loader/DepartmentSelectionLoader.php';
  4895. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Provider/DepartmentProvider.php';
  4896. return $this->privates['App\\Module\\Checkout\\Loader\\DepartmentSelectionLoader'] = new \App\Module\Checkout\Loader\DepartmentSelectionLoader(new \App\Module\Checkout\Provider\DepartmentProvider(($this->services['translator'] ?? $this->getTranslatorService())));
  4897. }
  4898. /**
  4899. * Gets the private 'App\Module\Checkout\Loader\SalutationSelectionLoader' shared autowired service.
  4900. *
  4901. * @return \App\Module\Checkout\Loader\SalutationSelectionLoader
  4902. */
  4903. protected function getSalutationSelectionLoaderService()
  4904. {
  4905. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Loader/SalutationSelectionLoader.php';
  4906. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Provider/SalutationProvider.php';
  4907. return $this->privates['App\\Module\\Checkout\\Loader\\SalutationSelectionLoader'] = new \App\Module\Checkout\Loader\SalutationSelectionLoader(new \App\Module\Checkout\Provider\SalutationProvider(($this->services['translator'] ?? $this->getTranslatorService())));
  4908. }
  4909. /**
  4910. * Gets the private 'App\Module\Checkout\Loader\StateSelectionLoader' shared autowired service.
  4911. *
  4912. * @return \App\Module\Checkout\Loader\StateSelectionLoader
  4913. */
  4914. protected function getStateSelectionLoaderService()
  4915. {
  4916. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Loader/StateSelectionLoader.php';
  4917. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Provider/StateProvider.php';
  4918. return $this->privates['App\\Module\\Checkout\\Loader\\StateSelectionLoader'] = new \App\Module\Checkout\Loader\StateSelectionLoader(new \App\Module\Checkout\Provider\StateProvider(($this->services['translator'] ?? $this->getTranslatorService())));
  4919. }
  4920. /**
  4921. * Gets the private 'App\Module\Checkout\Normalizer\CartNormalizer' shared autowired service.
  4922. *
  4923. * @return \App\Module\Checkout\Normalizer\CartNormalizer
  4924. */
  4925. protected function getCartNormalizerService()
  4926. {
  4927. return $this->privates['App\\Module\\Checkout\\Normalizer\\CartNormalizer'] = new \App\Module\Checkout\Normalizer\CartNormalizer(($this->privates['App\\Module\\Checkout\\Normalizer\\LineItemNormalizer'] ?? $this->getLineItemNormalizerService()));
  4928. }
  4929. /**
  4930. * Gets the private 'App\Module\Checkout\Normalizer\LineItemNormalizer' shared autowired service.
  4931. *
  4932. * @return \App\Module\Checkout\Normalizer\LineItemNormalizer
  4933. */
  4934. protected function getLineItemNormalizerService()
  4935. {
  4936. return $this->privates['App\\Module\\Checkout\\Normalizer\\LineItemNormalizer'] = new \App\Module\Checkout\Normalizer\LineItemNormalizer(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()));
  4937. }
  4938. /**
  4939. * Gets the private 'App\Module\Checkout\Notifier\OrderConfirmationNotifier' shared autowired service.
  4940. *
  4941. * @return \App\Module\Checkout\Notifier\OrderConfirmationNotifier
  4942. */
  4943. protected function getOrderConfirmationNotifierService()
  4944. {
  4945. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Notifier/OrderConfirmationNotifier.php';
  4946. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Builder/OrderMailDataBuilder.php';
  4947. include_once \dirname(__DIR__, 4).'/src/Module/StructuredData/TransactionalMail/StructuredAddressFacadeInterface.php';
  4948. include_once \dirname(__DIR__, 4).'/src/Module/StructuredData/TransactionalMail/StructuredAddressFacade.php';
  4949. include_once \dirname(__DIR__, 4).'/src/Module/StructuredData/TransactionalMail/Factory/StructuredAddressBuilderFactory.php';
  4950. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Builder/ImageLoader.php';
  4951. $a = ($this->privates['best_it_short_simple_checkout.manager.payment_type_manager'] ?? $this->getBestItShortSimpleCheckout_Manager_PaymentTypeManagerService());
  4952. if (isset($this->privates['App\\Module\\Checkout\\Notifier\\OrderConfirmationNotifier'])) {
  4953. return $this->privates['App\\Module\\Checkout\\Notifier\\OrderConfirmationNotifier'];
  4954. }
  4955. $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  4956. return $this->privates['App\\Module\\Checkout\\Notifier\\OrderConfirmationNotifier'] = new \App\Module\Checkout\Notifier\OrderConfirmationNotifier(($this->privates['App\\Module\\Mailing\\Business\\Facade\\MailingFacade'] ?? $this->getMailingFacadeService()), new \App\Module\Checkout\Builder\OrderMailDataBuilder(($this->privates['App\\Repository\\CustomObjectRepository'] ?? $this->getCustomObjectRepositoryService()), ($this->privates['App\\Module\\Account\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), $a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()), ($this->privates['App\\Module\\StructuredData\\TransactionalMail\\StructuredProductsFacadeInterface'] ?? $this->getStructuredProductsFacadeInterfaceService()), ($this->privates['App\\Module\\Store\\Business\\Facade\\StoreFacade'] ?? $this->getStoreFacadeService()), new \App\Module\StructuredData\TransactionalMail\StructuredAddressFacade(new \App\Module\StructuredData\TransactionalMail\Factory\StructuredAddressBuilderFactory()), new \App\Module\Checkout\Builder\ImageLoader(($this->privates['App\\Shared\\Business\\Generator\\ImageCollection'] ?? $this->getImageCollectionService())), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), $b), $b);
  4957. }
  4958. /**
  4959. * Gets the private 'App\Module\Checkout\Provider\AnonymousCustomerProviderDecorator' shared autowired service.
  4960. *
  4961. * @return \App\Module\Checkout\Provider\AnonymousCustomerProviderDecorator
  4962. */
  4963. protected function getAnonymousCustomerProviderDecoratorService()
  4964. {
  4965. return $this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] = new \App\Module\Checkout\Provider\AnonymousCustomerProviderDecorator(new \App\Module\ShortSimpleCheckout\Provider\Customer\CustomerProvider(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['App\\Module\\Checkout\\Provider\\CartProvider'] ?? $this->getCartProviderService()));
  4966. }
  4967. /**
  4968. * Gets the private 'App\Module\Checkout\Provider\CartProvider' shared autowired service.
  4969. *
  4970. * @return \App\Module\Checkout\Provider\CartProvider
  4971. */
  4972. protected function getCartProviderService()
  4973. {
  4974. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4975. if (isset($this->privates['App\\Module\\Checkout\\Provider\\CartProvider'])) {
  4976. return $this->privates['App\\Module\\Checkout\\Provider\\CartProvider'];
  4977. }
  4978. return $this->privates['App\\Module\\Checkout\\Provider\\CartProvider'] = new \App\Module\Checkout\Provider\CartProvider(($this->privates['Commercetools\\Core\\Client'] ?? $this->getClientService()), $a, ($this->privates['BestIt\\CommercetoolsODM\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['monolog.logger.cart'] ?? $this->getMonolog_Logger_CartService()), new \App\Module\Shared\Infrastructure\Repository\Commercetools\SdkShippingMethodRepository(($this->privates['app.shared.commercetools.client'] ?? $this->getApp_Shared_Commercetools_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->privates['App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkCartRepository'] ?? $this->getSdkCartRepositoryService()));
  4979. }
  4980. /**
  4981. * Gets the private 'App\Module\Checkout\Registration\Validator\IsValidVatIdValidator' shared autowired service.
  4982. *
  4983. * @return \App\Module\Checkout\Registration\Validator\IsValidVatIdValidator
  4984. */
  4985. protected function getIsValidVatIdValidatorService()
  4986. {
  4987. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4988. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  4989. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Registration/Validator/IsValidVatIdValidator.php';
  4990. return $this->privates['App\\Module\\Checkout\\Registration\\Validator\\IsValidVatIdValidator'] = new \App\Module\Checkout\Registration\Validator\IsValidVatIdValidator(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  4991. }
  4992. /**
  4993. * Gets the private 'App\Module\Checkout\Subscriber\CartCustomFieldSubscriber' shared autowired service.
  4994. *
  4995. * @return \App\Module\Checkout\Subscriber\CartCustomFieldSubscriber
  4996. */
  4997. protected function getCartCustomFieldSubscriberService()
  4998. {
  4999. return $this->privates['App\\Module\\Checkout\\Subscriber\\CartCustomFieldSubscriber'] = new \App\Module\Checkout\Subscriber\CartCustomFieldSubscriber(($this->privates['App\\Module\\Checkout\\Provider\\CartProvider'] ?? $this->getCartProviderService()), ($this->services['best_it_short_simple_checkout.controller_facade.custom_field_controller_facade'] ?? $this->getBestItShortSimpleCheckout_ControllerFacade_CustomFieldControllerFacadeService()));
  5000. }
  5001. /**
  5002. * Gets the private 'App\Module\Checkout\Subscriber\FinishSubscriber' shared autowired service.
  5003. *
  5004. * @return \App\Module\Checkout\Subscriber\FinishSubscriber
  5005. */
  5006. protected function getFinishSubscriberService()
  5007. {
  5008. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/FinishSubscriber.php';
  5009. return $this->privates['App\\Module\\Checkout\\Subscriber\\FinishSubscriber'] = new \App\Module\Checkout\Subscriber\FinishSubscriber(($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()));
  5010. }
  5011. /**
  5012. * Gets the private 'App\Module\Checkout\Subscriber\LoginCartSubscriber' shared autowired service.
  5013. *
  5014. * @return \App\Module\Checkout\Subscriber\LoginCartSubscriber
  5015. */
  5016. protected function getLoginCartSubscriberService()
  5017. {
  5018. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/LoginCartSubscriber.php';
  5019. $a = ($this->services['best_it_short_simple_checkout.controller_facade.cart_controller_facade'] ?? $this->getBestItShortSimpleCheckout_ControllerFacade_CartControllerFacadeService());
  5020. if (isset($this->privates['App\\Module\\Checkout\\Subscriber\\LoginCartSubscriber'])) {
  5021. return $this->privates['App\\Module\\Checkout\\Subscriber\\LoginCartSubscriber'];
  5022. }
  5023. return $this->privates['App\\Module\\Checkout\\Subscriber\\LoginCartSubscriber'] = new \App\Module\Checkout\Subscriber\LoginCartSubscriber(($this->privates['App\\Module\\Checkout\\Provider\\CartProvider'] ?? $this->getCartProviderService()), $a, ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()), ($this->privates['App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkCartRepository'] ?? $this->getSdkCartRepositoryService()));
  5024. }
  5025. /**
  5026. * Gets the private 'App\Module\Checkout\Subscriber\OrderAddressToCustomerSubscriber' shared autowired service.
  5027. *
  5028. * @return \App\Module\Checkout\Subscriber\OrderAddressToCustomerSubscriber
  5029. */
  5030. protected function getOrderAddressToCustomerSubscriberService()
  5031. {
  5032. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/OrderAddressToCustomerSubscriber.php';
  5033. return $this->privates['App\\Module\\Checkout\\Subscriber\\OrderAddressToCustomerSubscriber'] = new \App\Module\Checkout\Subscriber\OrderAddressToCustomerSubscriber(($this->privates['App\\Module\\Account\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkCustomerRepository'] ?? $this->getSdkCustomerRepositoryService()));
  5034. }
  5035. /**
  5036. * Gets the private 'App\Module\Checkout\Subscriber\OrderCreatedSubscriber' shared autowired service.
  5037. *
  5038. * @return \App\Module\Checkout\Subscriber\OrderCreatedSubscriber
  5039. */
  5040. protected function getOrderCreatedSubscriberService()
  5041. {
  5042. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/OrderCreatedSubscriber.php';
  5043. $a = ($this->privates['App\\Module\\Checkout\\Notifier\\OrderConfirmationNotifier'] ?? $this->getOrderConfirmationNotifierService());
  5044. if (isset($this->privates['App\\Module\\Checkout\\Subscriber\\OrderCreatedSubscriber'])) {
  5045. return $this->privates['App\\Module\\Checkout\\Subscriber\\OrderCreatedSubscriber'];
  5046. }
  5047. $b = ($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService())->getRepository('Commercetools\\Core\\Model\\Order\\Order');
  5048. $c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5049. $b->setLogger($c);
  5050. $b->setLogger($c);
  5051. $this->privates['App\\Module\\Checkout\\Subscriber\\OrderCreatedSubscriber'] = $instance = new \App\Module\Checkout\Subscriber\OrderCreatedSubscriber(($this->privates['App\\Repository\\CustomObjectRepository'] ?? $this->getCustomObjectRepositoryService()), $b, $a, ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()));
  5052. $instance->setLogger($c);
  5053. $instance->setLogger($c);
  5054. return $instance;
  5055. }
  5056. /**
  5057. * Gets the private 'App\Module\Checkout\Subscriber\PaymentReceivedSubscriber' shared autowired service.
  5058. *
  5059. * @return \App\Module\Checkout\Subscriber\PaymentReceivedSubscriber
  5060. */
  5061. protected function getPaymentReceivedSubscriberService()
  5062. {
  5063. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/PaymentReceivedSubscriber.php';
  5064. $this->privates['App\\Module\\Checkout\\Subscriber\\PaymentReceivedSubscriber'] = $instance = new \App\Module\Checkout\Subscriber\PaymentReceivedSubscriber(($this->privates['App\\Module\\Checkout\\Notifier\\OrderConfirmationNotifier'] ?? $this->getOrderConfirmationNotifierService()));
  5065. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5066. $instance->setLogger($a);
  5067. $instance->setLogger($a);
  5068. return $instance;
  5069. }
  5070. /**
  5071. * Gets the private 'App\Module\Checkout\Subscriber\RenderAjaxCartSubscriber' shared autowired service.
  5072. *
  5073. * @return \App\Module\Checkout\Subscriber\RenderAjaxCartSubscriber
  5074. */
  5075. protected function getRenderAjaxCartSubscriberService()
  5076. {
  5077. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/RenderAjaxCartSubscriber.php';
  5078. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5079. if (isset($this->privates['App\\Module\\Checkout\\Subscriber\\RenderAjaxCartSubscriber'])) {
  5080. return $this->privates['App\\Module\\Checkout\\Subscriber\\RenderAjaxCartSubscriber'];
  5081. }
  5082. return $this->privates['App\\Module\\Checkout\\Subscriber\\RenderAjaxCartSubscriber'] = new \App\Module\Checkout\Subscriber\RenderAjaxCartSubscriber(($this->privates['App\\Module\\Checkout\\Normalizer\\CartNormalizer'] ?? $this->getCartNormalizerService()), $a);
  5083. }
  5084. /**
  5085. * Gets the private 'App\Module\Checkout\Subscriber\ShippingPaymentSubscriber' shared autowired service.
  5086. *
  5087. * @return \App\Module\Checkout\Subscriber\ShippingPaymentSubscriber
  5088. */
  5089. protected function getShippingPaymentSubscriberService()
  5090. {
  5091. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/ShippingPaymentSubscriber.php';
  5092. return $this->privates['App\\Module\\Checkout\\Subscriber\\ShippingPaymentSubscriber'] = new \App\Module\Checkout\Subscriber\ShippingPaymentSubscriber(($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5093. }
  5094. /**
  5095. * Gets the private 'App\Module\Cms\Provider\CmsUnpublishedContentProvider' shared autowired service.
  5096. *
  5097. * @return \App\Module\Cms\Provider\CmsUnpublishedContentProvider
  5098. */
  5099. protected function getCmsUnpublishedContentProviderService()
  5100. {
  5101. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5102. $this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] = $instance = new \App\Module\Cms\Provider\CmsUnpublishedContentProvider(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['App\\Module\\Catalog\\Provider\\CategoryTreeProvider'] ?? $this->getCategoryTreeProviderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \App\Module\StoryblokService\Business\PreviewStoryblokClient((new \App\Module\StoryblokService\Business\Factory\HttpClientFactory('http://storyblokservice.storyblokservice'))->__invoke(), $a, ($this->privates['App\\Module\\MiddlewareConnector\\Business\\Http\\Client\\CacheManager'] ?? $this->getCacheManagerService())), new \App\Module\Cms\Repository\StoryRepository(($this->privates['snc_redis.key_value'] ?? $this->getSncRedis_KeyValueService()), ($this->privates['Elasticsearch\\Client'] ?? $this->getClient2Service()), new \Storyblok\Client($this->getEnv('STORYBLOK_PUBLIC_TOKEN'))), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  5103. $instance->setLogger($a);
  5104. $instance->setLogger($a);
  5105. return $instance;
  5106. }
  5107. /**
  5108. * Gets the private 'App\Module\Cms\Subscriber\AccountSlotSubscriber' shared autowired service.
  5109. *
  5110. * @return \App\Module\Cms\Subscriber\AccountSlotSubscriber
  5111. */
  5112. protected function getAccountSlotSubscriberService()
  5113. {
  5114. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Subscriber/AccountSlotSubscriber.php';
  5115. return $this->privates['App\\Module\\Cms\\Subscriber\\AccountSlotSubscriber'] = new \App\Module\Cms\Subscriber\AccountSlotSubscriber(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()));
  5116. }
  5117. /**
  5118. * Gets the private 'App\Module\Cms\Subscriber\CategorySlotSubscriber' shared autowired service.
  5119. *
  5120. * @return \App\Module\Cms\Subscriber\CategorySlotSubscriber
  5121. */
  5122. protected function getCategorySlotSubscriberService()
  5123. {
  5124. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Subscriber/CategorySlotSubscriber.php';
  5125. return $this->privates['App\\Module\\Cms\\Subscriber\\CategorySlotSubscriber'] = new \App\Module\Cms\Subscriber\CategorySlotSubscriber(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()));
  5126. }
  5127. /**
  5128. * Gets the private 'App\Module\Cms\Subscriber\CheckoutSlotSubscriber' shared autowired service.
  5129. *
  5130. * @return \App\Module\Cms\Subscriber\CheckoutSlotSubscriber
  5131. */
  5132. protected function getCheckoutSlotSubscriberService()
  5133. {
  5134. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Subscriber/CheckoutSlotSubscriber.php';
  5135. return $this->privates['App\\Module\\Cms\\Subscriber\\CheckoutSlotSubscriber'] = new \App\Module\Cms\Subscriber\CheckoutSlotSubscriber(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  5136. }
  5137. /**
  5138. * Gets the private 'App\Module\Cms\Subscriber\DetailSlotSubscriber' shared autowired service.
  5139. *
  5140. * @return \App\Module\Cms\Subscriber\DetailSlotSubscriber
  5141. */
  5142. protected function getDetailSlotSubscriberService()
  5143. {
  5144. include_once \dirname(__DIR__, 4).'/src/Module/Cms/Subscriber/DetailSlotSubscriber.php';
  5145. return $this->privates['App\\Module\\Cms\\Subscriber\\DetailSlotSubscriber'] = new \App\Module\Cms\Subscriber\DetailSlotSubscriber(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()));
  5146. }
  5147. /**
  5148. * Gets the private 'App\Module\FriendlyCaptcha\Validator\FriendlyCaptchaValidator' shared autowired service.
  5149. *
  5150. * @return \App\Module\FriendlyCaptcha\Validator\FriendlyCaptchaValidator
  5151. */
  5152. protected function getFriendlyCaptchaValidatorService()
  5153. {
  5154. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5155. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  5156. include_once \dirname(__DIR__, 4).'/src/Module/FriendlyCaptcha/Validator/FriendlyCaptchaValidator.php';
  5157. return $this->privates['App\\Module\\FriendlyCaptcha\\Validator\\FriendlyCaptchaValidator'] = new \App\Module\FriendlyCaptcha\Validator\FriendlyCaptchaValidator(($this->services['translator'] ?? $this->getTranslatorService()), $this->getEnv('FRC_SECRET'), $this->getEnv('FRC_SITEKEY'));
  5158. }
  5159. /**
  5160. * Gets the private 'App\Module\Inquiry\Business\Builder\InquiryDataBuilder' shared autowired service.
  5161. *
  5162. * @return \App\Module\Inquiry\Business\Builder\InquiryDataBuilder
  5163. */
  5164. protected function getInquiryDataBuilderService()
  5165. {
  5166. include_once \dirname(__DIR__, 4).'/src/Module/Inquiry/Business/Builder/InquiryDataBuilder.php';
  5167. include_once \dirname(__DIR__, 4).'/src/Module/Inquiry/Persistence/ShoppingList/ShoppingListDataReaderInterface.php';
  5168. include_once \dirname(__DIR__, 4).'/src/Module/Inquiry/Persistence/ShoppingList/CommercetoolsShoppingListDataReader.php';
  5169. include_once \dirname(__DIR__, 4).'/src/Module/Inquiry/Business/Modifier/CartModifierInterface.php';
  5170. include_once \dirname(__DIR__, 4).'/src/Module/Inquiry/Business/Modifier/ShoppingListModifierInterface.php';
  5171. include_once \dirname(__DIR__, 4).'/src/Module/Inquiry/Business/Modifier/RemoveDeletedProducts.php';
  5172. include_once \dirname(__DIR__, 4).'/src/Module/Inquiry/Business/Modifier/ImageApplier.php';
  5173. $a = new \App\Module\Inquiry\Business\Modifier\RemoveDeletedProducts();
  5174. $b = new \App\Module\Inquiry\Business\Modifier\ImageApplier(($this->privates['App\\Shared\\Business\\Generator\\ImageCollection'] ?? $this->getImageCollectionService()));
  5175. return $this->privates['App\\Module\\Inquiry\\Business\\Builder\\InquiryDataBuilder'] = new \App\Module\Inquiry\Business\Builder\InquiryDataBuilder(new \App\Module\Inquiry\Persistence\ShoppingList\CommercetoolsShoppingListDataReader(($this->privates['App\\Module\\ShoppingList\\Repository\\ShoppingListRepository'] ?? $this->getShoppingListRepositoryService())), ($this->privates['App\\Module\\StructuredData\\TransactionalMail\\StructuredProductsFacadeInterface'] ?? $this->getStructuredProductsFacadeInterfaceService()), ($this->privates['App\\Module\\Store\\Business\\Facade\\StoreFacade'] ?? $this->getStoreFacadeService()), [0 => $a, 1 => $b], [0 => $a, 1 => $b]);
  5176. }
  5177. /**
  5178. * Gets the private 'App\Module\Mailing\Business\Facade\MailingFacade' shared autowired service.
  5179. *
  5180. * @return \App\Module\Mailing\Business\Facade\MailingFacade
  5181. */
  5182. protected function getMailingFacadeService()
  5183. {
  5184. include_once \dirname(__DIR__, 4).'/src/Module/Mailing/Business/Facade/MailingFacadeInterface.php';
  5185. include_once \dirname(__DIR__, 4).'/src/Module/Mailing/Business/Facade/MailingFacade.php';
  5186. $this->privates['App\\Module\\Mailing\\Business\\Facade\\MailingFacade'] = $instance = new \App\Module\Mailing\Business\Facade\MailingFacade(($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService()), $this->getEnv('FORMSERVICE'));
  5187. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5188. $instance->setLogger($a);
  5189. $instance->setLogger($a);
  5190. return $instance;
  5191. }
  5192. /**
  5193. * Gets the private 'App\Module\MiddlewareConnector\Business\Facade\MiddlewareConnectorFacade' shared autowired service.
  5194. *
  5195. * @return \App\Module\MiddlewareConnector\Business\Facade\MiddlewareConnectorFacade
  5196. */
  5197. protected function getMiddlewareConnectorFacadeService()
  5198. {
  5199. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Business/Facade/SapFacadeInterface.php';
  5200. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Business/Facade/MiddlewareConnectorFacade.php';
  5201. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Business/Http/Client/AbstractJsonClient.php';
  5202. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Business/Http/Client/Sap/Client.php';
  5203. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Business/Factory/HttpClientFactory.php';
  5204. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Business/Http/Response/DataTransferObjectResolver.php';
  5205. include_once \dirname(__DIR__, 4).'/src/Module/MiddlewareConnector/Business/Factory/RequestFactory.php';
  5206. return $this->privates['App\\Module\\MiddlewareConnector\\Business\\Facade\\MiddlewareConnectorFacade'] = new \App\Module\MiddlewareConnector\Business\Facade\MiddlewareConnectorFacade(new \App\Module\MiddlewareConnector\Business\Http\Client\Sap\Client((new \App\Module\MiddlewareConnector\Business\Factory\HttpClientFactory($this->getEnv('STOREFRONT_MIDDLEWARE_AUTH_USER'), $this->getEnv('STOREFRONT_MIDDLEWARE_AUTH_PASS'), $this->getEnv('STOREFRONT_MIDDLEWARE_API_BASE_URI')))->__invoke(), new \App\Module\MiddlewareConnector\Business\Http\Response\DataTransferObjectResolver(), ($this->services['monolog.logger.middlewareConnector'] ?? $this->getMonolog_Logger_MiddlewareConnectorService()), new \App\Module\MiddlewareConnector\Business\Factory\RequestFactory(), ($this->privates['App\\Module\\MiddlewareConnector\\Business\\Http\\Client\\CacheManager'] ?? $this->getCacheManagerService())), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  5207. }
  5208. /**
  5209. * Gets the private 'App\Module\MiddlewareConnector\Business\Http\Client\CacheManager' shared autowired service.
  5210. *
  5211. * @return \App\Module\MiddlewareConnector\Business\Http\Client\CacheManager
  5212. */
  5213. protected function getCacheManagerService()
  5214. {
  5215. return $this->privates['App\\Module\\MiddlewareConnector\\Business\\Http\\Client\\CacheManager'] = new \App\Module\MiddlewareConnector\Business\Http\Client\CacheManager(($this->services['best_it.redis.storage.key_value'] ?? $this->getBestIt_Redis_Storage_KeyValueService()));
  5216. }
  5217. /**
  5218. * Gets the private 'App\Module\Payment\Subscriber\StripePaymentSubscriber' shared autowired service.
  5219. *
  5220. * @return \App\Module\Payment\Subscriber\StripePaymentSubscriber
  5221. */
  5222. protected function getStripePaymentSubscriberService()
  5223. {
  5224. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Subscriber/StripePaymentSubscriber.php';
  5225. return $this->privates['App\\Module\\Payment\\Subscriber\\StripePaymentSubscriber'] = new \App\Module\Payment\Subscriber\StripePaymentSubscriber(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  5226. }
  5227. /**
  5228. * Gets the private 'App\Module\Payment\Subscriber\UnzerPaymentSubscriber' shared autowired service.
  5229. *
  5230. * @return \App\Module\Payment\Subscriber\UnzerPaymentSubscriber
  5231. */
  5232. protected function getUnzerPaymentSubscriberService()
  5233. {
  5234. include_once \dirname(__DIR__, 4).'/src/Module/Payment/Subscriber/UnzerPaymentSubscriber.php';
  5235. return $this->privates['App\\Module\\Payment\\Subscriber\\UnzerPaymentSubscriber'] = new \App\Module\Payment\Subscriber\UnzerPaymentSubscriber(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  5236. }
  5237. /**
  5238. * Gets the private 'App\Module\SapRequester\Business\Connector\SapRequesterConnector' shared autowired service.
  5239. *
  5240. * @return \App\Module\SapRequester\Business\Connector\SapRequesterConnector
  5241. */
  5242. protected function getSapRequesterConnectorService()
  5243. {
  5244. include_once \dirname(__DIR__, 4).'/src/Module/SapRequester/Business/Connector/SapRequesterConnectorInterface.php';
  5245. include_once \dirname(__DIR__, 4).'/src/Module/SapRequester/Business/Connector/SapRequesterConnector.php';
  5246. include_once \dirname(__DIR__, 4).'/src/Module/SapRequester/Business/Factory/HttpClientFactory.php';
  5247. return $this->privates['App\\Module\\SapRequester\\Business\\Connector\\SapRequesterConnector'] = new \App\Module\SapRequester\Business\Connector\SapRequesterConnector((new \App\Module\SapRequester\Business\Factory\HttpClientFactory('http://saprequester.saprequester'))->__invoke(), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5248. }
  5249. /**
  5250. * Gets the private 'App\Module\Shared\Infrastructure\Repository\Commercetools\SdkCartRepository' shared autowired service.
  5251. *
  5252. * @return \App\Module\Shared\Infrastructure\Repository\Commercetools\SdkCartRepository
  5253. */
  5254. protected function getSdkCartRepositoryService()
  5255. {
  5256. return $this->privates['App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkCartRepository'] = new \App\Module\Shared\Infrastructure\Repository\Commercetools\SdkCartRepository(($this->privates['app.shared.commercetools.client'] ?? $this->getApp_Shared_Commercetools_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5257. }
  5258. /**
  5259. * Gets the private 'App\Module\Shared\Infrastructure\Repository\Commercetools\SdkCustomerRepository' shared autowired service.
  5260. *
  5261. * @return \App\Module\Shared\Infrastructure\Repository\Commercetools\SdkCustomerRepository
  5262. */
  5263. protected function getSdkCustomerRepositoryService()
  5264. {
  5265. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Repository/Commercetools/CustomerRepository.php';
  5266. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Infrastructure/Repository/Commercetools/SdkCustomerRepository.php';
  5267. return $this->privates['App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkCustomerRepository'] = new \App\Module\Shared\Infrastructure\Repository\Commercetools\SdkCustomerRepository(($this->privates['app.shared.commercetools.client'] ?? $this->getApp_Shared_Commercetools_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5268. }
  5269. /**
  5270. * Gets the private 'App\Module\Shared\Infrastructure\Repository\Commercetools\SdkDiscountRepository' shared autowired service.
  5271. *
  5272. * @return \App\Module\Shared\Infrastructure\Repository\Commercetools\SdkDiscountRepository
  5273. */
  5274. protected function getSdkDiscountRepositoryService()
  5275. {
  5276. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Repository/Commercetools/DiscountRepository.php';
  5277. include_once \dirname(__DIR__, 4).'/src/Module/Shared/Infrastructure/Repository/Commercetools/SdkDiscountRepository.php';
  5278. return $this->privates['App\\Module\\Shared\\Infrastructure\\Repository\\Commercetools\\SdkDiscountRepository'] = new \App\Module\Shared\Infrastructure\Repository\Commercetools\SdkDiscountRepository(($this->privates['app.shared.commercetools.client'] ?? $this->getApp_Shared_Commercetools_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5279. }
  5280. /**
  5281. * Gets the private 'App\Module\Shipping\Repository\ShippingTypesRepository' shared autowired service.
  5282. *
  5283. * @return \App\Module\Shipping\Repository\ShippingTypesRepository
  5284. */
  5285. protected function getShippingTypesRepositoryService()
  5286. {
  5287. include_once \dirname(__DIR__, 4).'/src/Module/Shipping/Repository/ShippingTypesRepository.php';
  5288. include_once \dirname(__DIR__, 4).'/src/Module/Shipping/Client/ShippingClientInterface.php';
  5289. include_once \dirname(__DIR__, 4).'/src/Module/Shipping/Client/ShipperHqClient.php';
  5290. return $this->privates['App\\Module\\Shipping\\Repository\\ShippingTypesRepository'] = new \App\Module\Shipping\Repository\ShippingTypesRepository(new \App\Module\Shipping\Client\ShipperHqClient(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), $this->getEnv('SHIPPER_HQ_SCOPE'), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  5291. }
  5292. /**
  5293. * Gets the private 'App\Module\ShoppingList\Facade\ShoppingListFacade' shared autowired service.
  5294. *
  5295. * @return \App\Module\ShoppingList\Facade\ShoppingListFacade
  5296. */
  5297. protected function getShoppingListFacadeService()
  5298. {
  5299. return $this->privates['App\\Module\\ShoppingList\\Facade\\ShoppingListFacade'] = new \App\Module\ShoppingList\Facade\ShoppingListFacade(($this->privates['App\\Module\\ShoppingList\\Provider\\ShoppingListProvider'] ?? $this->getShoppingListProviderService()), ($this->privates['App\\Module\\ShoppingList\\Manager\\ShoppingListManager'] ?? $this->getShoppingListManagerService()), ($this->privates['App\\Module\\ShoppingList\\Generator\\LinkGenerator'] ?? $this->getLinkGeneratorService()));
  5300. }
  5301. /**
  5302. * Gets the private 'App\Module\ShoppingList\Generator\LinkGenerator' shared autowired service.
  5303. *
  5304. * @return \App\Module\ShoppingList\Generator\LinkGenerator
  5305. */
  5306. protected function getLinkGeneratorService()
  5307. {
  5308. return $this->privates['App\\Module\\ShoppingList\\Generator\\LinkGenerator'] = new \App\Module\ShoppingList\Generator\LinkGenerator(($this->privates['App\\Module\\ShoppingList\\Provider\\ShoppingListProvider'] ?? $this->getShoppingListProviderService()), ($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()));
  5309. }
  5310. /**
  5311. * Gets the private 'App\Module\ShoppingList\Manager\ShoppingListManager' shared autowired service.
  5312. *
  5313. * @return \App\Module\ShoppingList\Manager\ShoppingListManager
  5314. */
  5315. protected function getShoppingListManagerService()
  5316. {
  5317. return $this->privates['App\\Module\\ShoppingList\\Manager\\ShoppingListManager'] = new \App\Module\ShoppingList\Manager\ShoppingListManager(($this->privates['App\\Module\\ShoppingList\\Repository\\ShoppingListRepository'] ?? $this->getShoppingListRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['best_it.redis.storage.key_value'] ?? $this->getBestIt_Redis_Storage_KeyValueService()));
  5318. }
  5319. /**
  5320. * Gets the private 'App\Module\ShoppingList\Normalizer\ShoppingListNormalizer' shared autowired service.
  5321. *
  5322. * @return \App\Module\ShoppingList\Normalizer\ShoppingListNormalizer
  5323. */
  5324. protected function getShoppingListNormalizerService()
  5325. {
  5326. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Normalizer/ShoppingListNormalizer.php';
  5327. return $this->privates['App\\Module\\ShoppingList\\Normalizer\\ShoppingListNormalizer'] = new \App\Module\ShoppingList\Normalizer\ShoppingListNormalizer(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService()), ($this->privates['App\\Module\\Inquiry\\Business\\Builder\\InquiryDataBuilder'] ?? $this->getInquiryDataBuilderService()));
  5328. }
  5329. /**
  5330. * Gets the private 'App\Module\ShoppingList\Provider\ShoppingListProvider' shared autowired service.
  5331. *
  5332. * @return \App\Module\ShoppingList\Provider\ShoppingListProvider
  5333. */
  5334. protected function getShoppingListProviderService()
  5335. {
  5336. return $this->privates['App\\Module\\ShoppingList\\Provider\\ShoppingListProvider'] = new \App\Module\ShoppingList\Provider\ShoppingListProvider(($this->privates['App\\Module\\Account\\Entity\\User'] ?? $this->getUserService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Module\\ShoppingList\\Repository\\ShoppingListRepository'] ?? $this->getShoppingListRepositoryService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  5337. }
  5338. /**
  5339. * Gets the private 'App\Module\ShoppingList\Repository\ShoppingListRepository' shared autowired service.
  5340. *
  5341. * @return \App\Module\ShoppingList\Repository\ShoppingListRepository
  5342. */
  5343. protected function getShoppingListRepositoryService()
  5344. {
  5345. $this->privates['App\\Module\\ShoppingList\\Repository\\ShoppingListRepository'] = $instance = new \App\Module\ShoppingList\Repository\ShoppingListRepository(($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService()), ($this->privates['best_it.commercetools_odm.filter.filter_manager'] ?? ($this->privates['best_it.commercetools_odm.filter.filter_manager'] = new \BestIt\CommercetoolsODM\Filter\FilterManager())));
  5346. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5347. $instance->setLogger($a);
  5348. $instance->setLogger($a);
  5349. return $instance;
  5350. }
  5351. /**
  5352. * Gets the private 'App\Module\ShoppingList\Subscriber\LoginShoppingListSubscriber' shared autowired service.
  5353. *
  5354. * @return \App\Module\ShoppingList\Subscriber\LoginShoppingListSubscriber
  5355. */
  5356. protected function getLoginShoppingListSubscriberService()
  5357. {
  5358. include_once \dirname(__DIR__, 4).'/src/Module/ShoppingList/Subscriber/LoginShoppingListSubscriber.php';
  5359. return $this->privates['App\\Module\\ShoppingList\\Subscriber\\LoginShoppingListSubscriber'] = new \App\Module\ShoppingList\Subscriber\LoginShoppingListSubscriber(($this->privates['App\\Module\\ShoppingList\\Provider\\ShoppingListProvider'] ?? $this->getShoppingListProviderService()), ($this->privates['App\\Module\\ShoppingList\\Manager\\ShoppingListManager'] ?? $this->getShoppingListManagerService()));
  5360. }
  5361. /**
  5362. * Gets the private 'App\Module\ShortSimpleCheckout\Resolver\SkuResolver' shared service.
  5363. *
  5364. * @return \App\Module\ShortSimpleCheckout\Resolver\SkuResolver
  5365. */
  5366. protected function getSkuResolverService()
  5367. {
  5368. include_once \dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Resolver/SkuResolver.php';
  5369. return $this->privates['App\\Module\\ShortSimpleCheckout\\Resolver\\SkuResolver'] = new \App\Module\ShortSimpleCheckout\Resolver\SkuResolver(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  5370. }
  5371. /**
  5372. * Gets the private 'App\Module\Store\Business\Facade\StoreFacade' shared autowired service.
  5373. *
  5374. * @return \App\Module\Store\Business\Facade\StoreFacade
  5375. */
  5376. protected function getStoreFacadeService()
  5377. {
  5378. include_once \dirname(__DIR__, 4).'/src/Module/Store/Business/Facade/StoreFacadeInterface.php';
  5379. include_once \dirname(__DIR__, 4).'/src/Module/Store/Business/Facade/StoreFacade.php';
  5380. return $this->privates['App\\Module\\Store\\Business\\Facade\\StoreFacade'] = new \App\Module\Store\Business\Facade\StoreFacade(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  5381. }
  5382. /**
  5383. * Gets the private 'App\Module\Store\Integration\Subscriber\LocaleSubscriber' shared autowired service.
  5384. *
  5385. * @return \App\Module\Store\Integration\Subscriber\LocaleSubscriber
  5386. */
  5387. protected function getLocaleSubscriberService()
  5388. {
  5389. return $this->privates['App\\Module\\Store\\Integration\\Subscriber\\LocaleSubscriber'] = new \App\Module\Store\Integration\Subscriber\LocaleSubscriber(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  5390. }
  5391. /**
  5392. * Gets the private 'App\Module\StructuredData\TransactionalMail\StructuredProductsFacadeInterface' shared autowired service.
  5393. *
  5394. * @return \App\Module\StructuredData\TransactionalMail\StructuredProductsFacade
  5395. */
  5396. protected function getStructuredProductsFacadeInterfaceService()
  5397. {
  5398. include_once \dirname(__DIR__, 4).'/src/Module/StructuredData/TransactionalMail/StructuredProductsFacadeInterface.php';
  5399. include_once \dirname(__DIR__, 4).'/src/Module/StructuredData/TransactionalMail/StructuredProductsFacade.php';
  5400. include_once \dirname(__DIR__, 4).'/src/Module/StructuredData/TransactionalMail/Factory/StructuredProductsBuilderFactory.php';
  5401. return $this->privates['App\\Module\\StructuredData\\TransactionalMail\\StructuredProductsFacadeInterface'] = new \App\Module\StructuredData\TransactionalMail\StructuredProductsFacade(new \App\Module\StructuredData\TransactionalMail\Factory\StructuredProductsBuilderFactory());
  5402. }
  5403. /**
  5404. * Gets the private 'App\Provider\ProductProvider' shared autowired service.
  5405. *
  5406. * @return \App\Provider\ProductProvider
  5407. */
  5408. protected function getProductProviderService()
  5409. {
  5410. return $this->privates['App\\Provider\\ProductProvider'] = new \App\Provider\ProductProvider(($this->privates['Elasticsearch\\Client'] ?? $this->getClient2Service()), ($this->services['best_it.redis.storage.key_value'] ?? $this->getBestIt_Redis_Storage_KeyValueService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), new RewindableGenerator(function () {
  5411. yield 0 => ($this->privates['App\\DataDecorator\\PriceDecorator'] ?? $this->getPriceDecoratorService());
  5412. yield 1 => ($this->privates['App\\DataDecorator\\VariantSelectionDecorator'] ?? $this->getVariantSelectionDecoratorService());
  5413. }, 2), ($this->privates['App\\Module\\Catalog\\Builder\\StorefrontFacetBuilder'] ?? $this->getStorefrontFacetBuilderService()), new \App\Module\Catalog\Builder\StorefrontFilterBuilder(new \App\Module\Catalog\Parser\StorefrontFacetInputNameParser()), ($this->privates['Commercetools\\Core\\Client'] ?? $this->getClientService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['App\\CommerceTool\\CategoryProvider'] ?? $this->getCategoryProviderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Commercetools\\Client\\ApiRequestBuilder'] ?? $this->getApiRequestBuilderService()), ($this->privates['App\\CommerceTool\\ProductSearchProvider'] ?? $this->getProductSearchProviderService()));
  5414. }
  5415. /**
  5416. * Gets the private 'App\Repository\CustomObjectRepository' shared autowired service.
  5417. *
  5418. * @return \App\Repository\CustomObjectRepository
  5419. */
  5420. protected function getCustomObjectRepositoryService()
  5421. {
  5422. include_once \dirname(__DIR__, 4).'/src/Repository/CustomObjectRepository.php';
  5423. $this->privates['App\\Repository\\CustomObjectRepository'] = $instance = new \App\Repository\CustomObjectRepository(($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService()), ($this->privates['best_it.commercetools_odm.filter.filter_manager'] ?? ($this->privates['best_it.commercetools_odm.filter.filter_manager'] = new \BestIt\CommercetoolsODM\Filter\FilterManager())));
  5424. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5425. $instance->setLogger($a);
  5426. $instance->setLogger($a);
  5427. return $instance;
  5428. }
  5429. /**
  5430. * Gets the private 'App\Shared\Business\Generator\ImageCollection' shared autowired service.
  5431. *
  5432. * @return \App\Shared\Business\Generator\ImageCollection
  5433. */
  5434. protected function getImageCollectionService()
  5435. {
  5436. include_once \dirname(__DIR__, 4).'/src/Shared/Business/Generator/ImageCollection.php';
  5437. include_once \dirname(__DIR__, 4).'/src/Module/Inquiry/Persistence/Product/ProductDataReaderInterface.php';
  5438. include_once \dirname(__DIR__, 4).'/src/Module/Inquiry/Persistence/Product/ElasticsearchProductDataReader.php';
  5439. return $this->privates['App\\Shared\\Business\\Generator\\ImageCollection'] = new \App\Shared\Business\Generator\ImageCollection(new \App\Module\Inquiry\Persistence\Product\ElasticsearchProductDataReader(($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService())));
  5440. }
  5441. /**
  5442. * Gets the private 'App\Store\StoreContext' shared autowired service.
  5443. *
  5444. * @return \App\Store\StoreContext
  5445. */
  5446. protected function getStoreContextService($lazyLoad = true)
  5447. {
  5448. if ($lazyLoad) {
  5449. return $this->privates['App\\Store\\StoreContext'] = $this->createProxy('StoreContext_2c411a4', function () {
  5450. return \StoreContext_2c411a4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5451. $wrappedInstance = $this->getStoreContextService(false);
  5452. $proxy->setProxyInitializer(null);
  5453. return true;
  5454. });
  5455. });
  5456. }
  5457. include_once \dirname(__DIR__, 4).'/src/Store/StoreContextFactory.php';
  5458. include_once \dirname(__DIR__, 4).'/src/Repository/StoreRepository.php';
  5459. $a = new \App\Repository\StoreRepository(($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService()), ($this->privates['best_it.commercetools_odm.filter.filter_manager'] ?? ($this->privates['best_it.commercetools_odm.filter.filter_manager'] = new \BestIt\CommercetoolsODM\Filter\FilterManager())), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  5460. $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5461. $a->setLogger($b);
  5462. $a->setLogger($b);
  5463. return (new \App\Store\StoreContextFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a))->__invoke($this->getEnv('APP_STORE'));
  5464. }
  5465. /**
  5466. * Gets the private 'App\Subscriber\BreadcrumbSubscriber' shared autowired service.
  5467. *
  5468. * @return \App\Subscriber\BreadcrumbSubscriber
  5469. */
  5470. protected function getBreadcrumbSubscriberService()
  5471. {
  5472. include_once \dirname(__DIR__, 4).'/src/Subscriber/BreadcrumbSubscriber.php';
  5473. return $this->privates['App\\Subscriber\\BreadcrumbSubscriber'] = new \App\Subscriber\BreadcrumbSubscriber(($this->privates['App\\Module\\Catalog\\Provider\\CategoryTreeProvider'] ?? $this->getCategoryTreeProviderService()));
  5474. }
  5475. /**
  5476. * Gets the private 'App\Subscriber\DownloadTokenSubscriber' shared autowired service.
  5477. *
  5478. * @return \App\Subscriber\DownloadTokenSubscriber
  5479. */
  5480. protected function getDownloadTokenSubscriberService()
  5481. {
  5482. return $this->privates['App\\Subscriber\\DownloadTokenSubscriber'] = new \App\Subscriber\DownloadTokenSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  5483. }
  5484. /**
  5485. * Gets the private 'App\Subscriber\ExceptionListener' shared autowired service.
  5486. *
  5487. * @return \App\Subscriber\ExceptionListener
  5488. */
  5489. protected function getExceptionListenerService()
  5490. {
  5491. include_once \dirname(__DIR__, 4).'/src/Subscriber/ExceptionListener.php';
  5492. $a = ($this->services['error_controller'] ?? $this->getErrorControllerService());
  5493. if (isset($this->privates['App\\Subscriber\\ExceptionListener'])) {
  5494. return $this->privates['App\\Subscriber\\ExceptionListener'];
  5495. }
  5496. return $this->privates['App\\Subscriber\\ExceptionListener'] = new \App\Subscriber\ExceptionListener(true, $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5497. }
  5498. /**
  5499. * Gets the private 'App\Subscriber\LoggRequestSubscriber' shared autowired service.
  5500. *
  5501. * @return \App\Subscriber\LoggRequestSubscriber
  5502. */
  5503. protected function getLoggRequestSubscriberService()
  5504. {
  5505. return $this->privates['App\\Subscriber\\LoggRequestSubscriber'] = new \App\Subscriber\LoggRequestSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5506. }
  5507. /**
  5508. * Gets the private 'App\Subscriber\PunchoutCookiePolicySubscriber' shared autowired service.
  5509. *
  5510. * @return \App\Subscriber\PunchoutCookiePolicySubscriber
  5511. */
  5512. protected function getPunchoutCookiePolicySubscriberService()
  5513. {
  5514. return $this->privates['App\\Subscriber\\PunchoutCookiePolicySubscriber'] = new \App\Subscriber\PunchoutCookiePolicySubscriber(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5515. }
  5516. /**
  5517. * Gets the private 'App\Subscriber\PunchoutLoginSubscriber' shared autowired service.
  5518. *
  5519. * @return \App\Subscriber\PunchoutLoginSubscriber
  5520. */
  5521. protected function getPunchoutLoginSubscriberService()
  5522. {
  5523. return $this->privates['App\\Subscriber\\PunchoutLoginSubscriber'] = new \App\Subscriber\PunchoutLoginSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()));
  5524. }
  5525. /**
  5526. * Gets the private 'App\Subscriber\SecurityHeaderSubscriber' shared autowired service.
  5527. *
  5528. * @return \App\Subscriber\SecurityHeaderSubscriber
  5529. */
  5530. protected function getSecurityHeaderSubscriberService()
  5531. {
  5532. return $this->privates['App\\Subscriber\\SecurityHeaderSubscriber'] = new \App\Subscriber\SecurityHeaderSubscriber(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5533. }
  5534. /**
  5535. * Gets the private 'App\Translation\RedisLoader' shared autowired service.
  5536. *
  5537. * @return \App\Translation\RedisLoader
  5538. */
  5539. protected function getRedisLoaderService()
  5540. {
  5541. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5542. include_once \dirname(__DIR__, 4).'/src/Translation/RedisLoader.php';
  5543. return $this->privates['App\\Translation\\RedisLoader'] = new \App\Translation\RedisLoader(($this->services['best_it.redis.storage.key_value'] ?? $this->getBestIt_Redis_Storage_KeyValueService()));
  5544. }
  5545. /**
  5546. * Gets the private 'BestIt\CommercetoolsODM\Repository\CartRepository' shared autowired service.
  5547. *
  5548. * @return \BestIt\CommercetoolsODM\Repository\CartRepository
  5549. */
  5550. protected function getCartRepositoryService()
  5551. {
  5552. $this->privates['BestIt\\CommercetoolsODM\\Repository\\CartRepository'] = $instance = ($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService())->getRepository('Commercetools\\Core\\Model\\Cart\\Cart');
  5553. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5554. $instance->setLogger($a);
  5555. $instance->setLogger($a);
  5556. return $instance;
  5557. }
  5558. /**
  5559. * Gets the private 'BestIt\Routing\Router\ChainRouter' shared service.
  5560. *
  5561. * @return \BestIt\Routing\Router\ChainRouter
  5562. */
  5563. protected function getChainRouterService()
  5564. {
  5565. $this->privates['BestIt\\Routing\\Router\\ChainRouter'] = $instance = new \BestIt\Routing\Router\ChainRouter();
  5566. $a = new \Symfony\Bridge\Monolog\Logger('router');
  5567. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5568. $a->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  5569. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5570. $a->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  5571. $a->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  5572. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5573. $b = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5574. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  5575. ], [
  5576. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5577. ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'de-DE');
  5578. $b->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5579. $c = ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService());
  5580. $d = new \App\Locale\LocaleResolver($c);
  5581. $e = new \App\Module\Catalog\Routing\CategoryRouter($instance, $d, ($this->privates['App\\Module\\Catalog\\Provider\\CategoryTreeProvider'] ?? $this->getCategoryTreeProviderService()), ($this->privates['App\\CommerceTool\\CategoryProvider'] ?? $this->getCategoryProviderService()));
  5582. $f = ($this->privates['App\\Module\\Cms\\Provider\\CmsUnpublishedContentProvider'] ?? $this->getCmsUnpublishedContentProviderService());
  5583. $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5584. $instance->add($b, 100);
  5585. $instance->add($e, 80);
  5586. $instance->add(new \App\Module\Cms\Routing\CmsRedirectRouter(($this->privates['snc_redis.key_value'] ?? $this->getSncRedis_KeyValueService()), $c), 60);
  5587. $instance->add(new \App\Module\Cms\Routing\CmsRouter($f), 120);
  5588. $instance->add(new \App\Module\Cms\Routing\PreviewRouter($f, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $e, $c), 30);
  5589. $instance->add(new \App\Routing\DefaultLocaleRedirectRouter($d), 0);
  5590. $instance->add(new \App\Routing\I18nRouter($b, new \App\Routing\I18nLoader($c, ($this->services['translator'] ?? $this->getTranslatorService())), $d, $c), 110);
  5591. $instance->add(new \App\Routing\ProductRouter($instance, $d, ($this->privates['App\\Provider\\ProductProvider'] ?? $this->getProductProviderService())), 90);
  5592. $instance->add(new \App\Routing\StatusRouter(), 200);
  5593. return $instance;
  5594. }
  5595. /**
  5596. * Gets the private 'Commercetools\Client\ApiRequestBuilder' shared autowired service.
  5597. *
  5598. * @return \Commercetools\Client\ApiRequestBuilder
  5599. */
  5600. protected function getApiRequestBuilderService()
  5601. {
  5602. return $this->privates['Commercetools\\Client\\ApiRequestBuilder'] = (new \App\Infrastructure\Commercetools\Api\Factory\ApiRequestBuilderFactory($this->getEnv('COMMERCETOOLS_CLIENT_ID'), $this->getEnv('COMMERCETOOLS_CLIENT_SECRET'), $this->getEnv('COMMERCETOOLS_PROJECT'), [0 => 'manage_project'], ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())))->__invoke();
  5603. }
  5604. /**
  5605. * Gets the private 'Commercetools\Core\Client' shared autowired service.
  5606. *
  5607. * @return \Commercetools\Core\Client
  5608. */
  5609. protected function getClientService()
  5610. {
  5611. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5612. $this->privates['Commercetools\\Core\\Client'] = $instance = (new \BestIt\CommercetoolsODMBundle\Factory\ClientFactory(($this->services['cache.app'] ?? $this->getCache_AppService()), $a))->create(['client_id' => $this->getEnv('COMMERCETOOLS_CLIENT_ID'), 'client_secret' => $this->getEnv('COMMERCETOOLS_CLIENT_SECRET'), 'project' => $this->getEnv('COMMERCETOOLS_PROJECT'), 'scope' => [0 => 'manage_project']], ['locale' => 'de-DE', 'languages' => $this->parameters['languages']]);
  5613. $instance->setLogger($a);
  5614. $instance->setLogger($a);
  5615. return $instance;
  5616. }
  5617. /**
  5618. * Gets the private 'Elasticsearch\Client' shared autowired service.
  5619. *
  5620. * @return \Elasticsearch\Client
  5621. */
  5622. protected function getClient2Service()
  5623. {
  5624. return $this->privates['Elasticsearch\\Client'] = \App\Module\Catalog\Elasticsearch\ClientFactory::create($this->getEnv('resolve:ELASTICSEARCH'), ($this->services['monolog.logger.es'] ?? $this->getMonolog_Logger_EsService()));
  5625. }
  5626. /**
  5627. * Gets the private 'Snc\RedisBundle\Command\RedisQueryCommand' shared service.
  5628. *
  5629. * @return \Snc\RedisBundle\Command\RedisQueryCommand
  5630. */
  5631. protected function getRedisQueryCommandService()
  5632. {
  5633. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5634. include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Command/RedisQueryCommand.php';
  5635. $this->privates['Snc\\RedisBundle\\Command\\RedisQueryCommand'] = $instance = new \Snc\RedisBundle\Command\RedisQueryCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5636. 'key_value' => ['privates', 'snc_redis.key_value', 'getSncRedis_KeyValueService', false],
  5637. 'session' => ['privates', 'snc_redis.session', 'getSncRedis_SessionService', false],
  5638. ], [
  5639. 'key_value' => 'Predis\\Client',
  5640. 'session' => 'Predis\\Client',
  5641. ]), NULL, NULL);
  5642. $instance->setName('redis:query');
  5643. return $instance;
  5644. }
  5645. /**
  5646. * Gets the private 'Stripe\StripeClient' shared autowired service.
  5647. *
  5648. * @return \Stripe\StripeClient
  5649. */
  5650. protected function getStripeClientService()
  5651. {
  5652. return (new \App\Module\Payment\Factory\StripeClientFactory(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())))->__invoke();
  5653. }
  5654. /**
  5655. * Gets the private 'Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory' shared autowired service.
  5656. *
  5657. * @return \Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory
  5658. */
  5659. protected function getAmazonSqsTransportFactoryService()
  5660. {
  5661. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5662. include_once \dirname(__DIR__, 4).'/vendor/symfony/amazon-sqs-messenger/Transport/AmazonSqsTransportFactory.php';
  5663. return new \Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5664. }
  5665. /**
  5666. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  5667. *
  5668. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  5669. */
  5670. protected function getResetAssetsEventListenerService()
  5671. {
  5672. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  5673. }
  5674. /**
  5675. * Gets the private 'UnzerSDK\Unzer' shared autowired service.
  5676. *
  5677. * @return \UnzerSDK\Unzer
  5678. */
  5679. protected function getUnzerService()
  5680. {
  5681. $a = new \App\Module\Payment\Factory\UnzerClientFactory(($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService()));
  5682. $a->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5683. return $a->__invoke();
  5684. }
  5685. /**
  5686. * Gets the private 'annotations.cache_adapter' shared service.
  5687. *
  5688. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5689. */
  5690. protected function getAnnotations_CacheAdapterService()
  5691. {
  5692. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5693. }
  5694. /**
  5695. * Gets the private 'annotations.cache_warmer' shared service.
  5696. *
  5697. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5698. */
  5699. protected function getAnnotations_CacheWarmerService()
  5700. {
  5701. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5702. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5703. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5704. return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#', true);
  5705. }
  5706. /**
  5707. * Gets the private 'annotations.cached_reader' shared service.
  5708. *
  5709. * @return \Doctrine\Common\Annotations\PsrCachedReader
  5710. */
  5711. protected function getAnnotations_CachedReaderService()
  5712. {
  5713. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5714. }
  5715. /**
  5716. * Gets the private 'annotations.reader' shared service.
  5717. *
  5718. * @return \Doctrine\Common\Annotations\AnnotationReader
  5719. */
  5720. protected function getAnnotations_ReaderService()
  5721. {
  5722. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5723. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5724. $a->registerUniqueLoader('class_exists');
  5725. $instance->addGlobalIgnoredName('required', $a);
  5726. return $instance;
  5727. }
  5728. /**
  5729. * Gets the private 'app.module.checkout.subscriber.finish_subscriber' shared autowired service.
  5730. *
  5731. * @return \App\Module\Checkout\Subscriber\FinishSubscriber
  5732. */
  5733. protected function getApp_Module_Checkout_Subscriber_FinishSubscriberService()
  5734. {
  5735. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/FinishSubscriber.php';
  5736. return $this->privates['app.module.checkout.subscriber.finish_subscriber'] = new \App\Module\Checkout\Subscriber\FinishSubscriber(($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()));
  5737. }
  5738. /**
  5739. * Gets the private 'app.module.checkout.subscriber.shipping_payment_subscriber' shared autowired service.
  5740. *
  5741. * @return \App\Module\Checkout\Subscriber\ShippingPaymentSubscriber
  5742. */
  5743. protected function getApp_Module_Checkout_Subscriber_ShippingPaymentSubscriberService()
  5744. {
  5745. include_once \dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/ShippingPaymentSubscriber.php';
  5746. return $this->privates['app.module.checkout.subscriber.shipping_payment_subscriber'] = new \App\Module\Checkout\Subscriber\ShippingPaymentSubscriber(($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5747. }
  5748. /**
  5749. * Gets the private 'app.shared.commercetools.client' shared autowired service.
  5750. *
  5751. * @return \Commercetools\Core\Client
  5752. */
  5753. protected function getApp_Shared_Commercetools_ClientService()
  5754. {
  5755. $this->privates['app.shared.commercetools.client'] = $instance = \App\Module\Shared\Commercetools\SimpleClientFactory::create($this->getEnv('COMMERCETOOLS_CLIENT_ID'), $this->getEnv('COMMERCETOOLS_CLIENT_SECRET'), $this->getEnv('COMMERCETOOLS_PROJECT'), [0 => 'manage_project'], 'de-DE', $this->parameters['languages']);
  5756. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5757. $instance->setLogger($a);
  5758. $instance->setLogger($a);
  5759. return $instance;
  5760. }
  5761. /**
  5762. * Gets the private 'assets.packages' shared service.
  5763. *
  5764. * @return \Symfony\Component\Asset\Packages
  5765. */
  5766. protected function getAssets_PackagesService()
  5767. {
  5768. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5769. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  5770. return new \EmptyIterator();
  5771. }, 0));
  5772. }
  5773. /**
  5774. * Gets the private 'best_it.commercetools_odm.manager' shared service.
  5775. *
  5776. * @return \BestIt\CommercetoolsODM\DocumentManager
  5777. */
  5778. protected function getBestIt_CommercetoolsOdm_ManagerService()
  5779. {
  5780. $a = new \Doctrine\Common\EventManager();
  5781. return $this->privates['best_it.commercetools_odm.manager'] = new \BestIt\CommercetoolsODM\DocumentManager(new \BestIt\CommercetoolsODM\Mapping\ClassMetadataFactory(new \BestIt\CommercetoolsODM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))), ($this->privates['Commercetools\\Core\\Client'] ?? $this->getClientService()), new \Commercetools\Commons\Helper\QueryHelper(), new \BestIt\CommercetoolsODM\RepositoryFactory(($this->privates['best_it.commercetools_odm.filter.filter_manager'] ?? ($this->privates['best_it.commercetools_odm.filter.filter_manager'] = new \BestIt\CommercetoolsODM\Filter\FilterManager())), NULL), new \BestIt\CommercetoolsODM\UnitOfWorkFactory(new \BestIt\CommercetoolsODM\ActionBuilder\ActionBuilderComposite(new \BestIt\CommercetoolsODM\ActionBuilder\ActionBuilderFactory(($this->services['cache.system'] ?? $this->getCache_SystemService()))), $a, new \BestIt\CommercetoolsODM\Event\ListenersInvoker($a)));
  5782. }
  5783. /**
  5784. * Gets the private 'best_it_short_simple_checkout.custom_field.object_handler' shared service.
  5785. *
  5786. * @return \App\Module\ShortSimpleCheckout\CustomField\ObjectHandler
  5787. */
  5788. protected function getBestItShortSimpleCheckout_CustomField_ObjectHandlerService()
  5789. {
  5790. $a = new \App\Module\ShortSimpleCheckout\CustomField\ConfigBag();
  5791. $a->add('customerComment', ['resource' => 'order', 'field' => 'customerComment', 'transformer' => NULL, 'constraints' => []]);
  5792. $a->add('customerReference', ['resource' => 'order', 'field' => 'customerReference', 'transformer' => NULL, 'constraints' => []]);
  5793. $a->add('php_session_id', ['resource' => 'order', 'field' => 'php_session_id', 'transformer' => NULL, 'constraints' => []]);
  5794. $a->add('checkoutInputs', ['resource' => 'order', 'field' => 'checkoutInputs', 'transformer' => NULL, 'constraints' => []]);
  5795. $b = new \App\Module\ShortSimpleCheckout\CustomField\Transformer();
  5796. $b->add('string_to_integer', new \App\Module\ShortSimpleCheckout\CustomField\Transformer\StringToIntegerTransformer());
  5797. return $this->privates['best_it_short_simple_checkout.custom_field.object_handler'] = new \App\Module\ShortSimpleCheckout\CustomField\ObjectHandler($a, new \App\Module\ShortSimpleCheckout\CustomField\Validator($a, ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())), $b);
  5798. }
  5799. /**
  5800. * Gets the private 'best_it_short_simple_checkout.event_listener.given_order_validator_event_subscriber' shared autowired service.
  5801. *
  5802. * @return \App\Module\ShortSimpleCheckout\EventListener\GivenOrderValidatorEventSubscriber
  5803. */
  5804. protected function getBestItShortSimpleCheckout_EventListener_GivenOrderValidatorEventSubscriberService()
  5805. {
  5806. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5807. return $this->privates['best_it_short_simple_checkout.event_listener.given_order_validator_event_subscriber'] = new \App\Module\ShortSimpleCheckout\EventListener\GivenOrderValidatorEventSubscriber(($this->privates['best_it_short_simple_checkout.repository.order_repository'] ?? $this->getBestItShortSimpleCheckout_Repository_OrderRepositoryService()), ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()), new \App\Module\Checkout\Validator\OrderValidatorDecorator(new \App\Module\ShortSimpleCheckout\Validator\Order\OrderValidator(), $a), $a);
  5808. }
  5809. /**
  5810. * Gets the private 'best_it_short_simple_checkout.event_listener_cart.cart_required_listener' shared service.
  5811. *
  5812. * @return \App\Module\ShortSimpleCheckout\EventListener\Cart\CartRequiredListener
  5813. */
  5814. protected function getBestItShortSimpleCheckout_EventListenerCart_CartRequiredListenerService()
  5815. {
  5816. $a = ($this->privates['best_it_short_simple_checkout.manager.payment_type_manager'] ?? $this->getBestItShortSimpleCheckout_Manager_PaymentTypeManagerService());
  5817. if (isset($this->privates['best_it_short_simple_checkout.event_listener_cart.cart_required_listener'])) {
  5818. return $this->privates['best_it_short_simple_checkout.event_listener_cart.cart_required_listener'];
  5819. }
  5820. $b = ($this->privates['App\\Module\\Checkout\\Provider\\CartProvider'] ?? $this->getCartProviderService());
  5821. $c = ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService());
  5822. $d = new \App\Module\ShortSimpleCheckout\Validator\Cart\CartValidator($b);
  5823. $e = new \App\Module\ShortSimpleCheckout\Validator\Cart\EmptyCartValidator($c);
  5824. $f = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5825. $e->setLogger($f);
  5826. $g = new \App\Module\ShortSimpleCheckout\Validator\Cart\AddressMissingValidator($c);
  5827. $g->setLogger($f);
  5828. $h = new \App\Module\ShortSimpleCheckout\Validator\Cart\PaymentTypeValidator($a, ($this->privates['best_it_short_simple_checkout.custom_field.payment_type_accessor'] ?? ($this->privates['best_it_short_simple_checkout.custom_field.payment_type_accessor'] = new \App\Module\ShortSimpleCheckout\CustomField\PaymentTypeAccessor('order', 'paymentType'))), $c);
  5829. $h->setLogger($f);
  5830. $i = ($this->privates['best_it_short_simple_checkout.repository.product_repository'] ?? $this->getBestItShortSimpleCheckout_Repository_ProductRepositoryService());
  5831. $j = ($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService());
  5832. $k = ($this->privates['App\\Module\\Account\\Entity\\User'] ?? $this->getUserService());
  5833. $l = new \App\Module\ShortSimpleCheckout\Validator\Cart\CartPricesChangedValidator($b, $c);
  5834. $l->setLogger($f);
  5835. $d->addValidator($e);
  5836. $d->addValidator(new \App\Module\Checkout\Validator\AddressMissingValidatorDecorator($g, $c));
  5837. $d->addValidator($h);
  5838. $d->addValidator(new \App\Module\Checkout\Validator\UnpublishLineItemValidatorDecorator(new \App\Module\ShortSimpleCheckout\Validator\Cart\UnpublishLineItemValidator($i, $j, 20, $c), $j, $i, 20, $c, ($this->privates['App\\CommerceTool\\ProductProvider'] ?? $this->getProductProvider2Service()), ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService())));
  5839. $d->addValidator(new \App\Module\Checkout\Validator\CartHasBillingAddressOrUserLogin($k, $c, ($this->services['translator'] ?? $this->getTranslatorService())));
  5840. $d->addValidator(new \App\Module\Checkout\Validator\CartHasPricesValidator($k, $c));
  5841. $d->addValidator($l);
  5842. return $this->privates['best_it_short_simple_checkout.event_listener_cart.cart_required_listener'] = new \App\Module\ShortSimpleCheckout\EventListener\Cart\CartRequiredListener($b, ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService()), $c, ($this->privates['best_it_short_simple_checkout.manager.flash_bag_manager.default'] ?? $this->getBestItShortSimpleCheckout_Manager_FlashBagManager_DefaultService()), $d);
  5843. }
  5844. /**
  5845. * Gets the private 'best_it_short_simple_checkout.manager.flash_bag_manager.default' shared service.
  5846. *
  5847. * @return \App\Module\ShortSimpleCheckout\Manager\FlashBagManager
  5848. */
  5849. protected function getBestItShortSimpleCheckout_Manager_FlashBagManager_DefaultService()
  5850. {
  5851. return $this->privates['best_it_short_simple_checkout.manager.flash_bag_manager.default'] = new \App\Module\ShortSimpleCheckout\Manager\FlashBagManager(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5852. }
  5853. /**
  5854. * Gets the private 'best_it_short_simple_checkout.manager.payment_type_manager' shared service.
  5855. *
  5856. * @return \App\Module\ShortSimpleCheckout\Manager\PaymentTypeManager
  5857. */
  5858. protected function getBestItShortSimpleCheckout_Manager_PaymentTypeManagerService()
  5859. {
  5860. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5861. if (isset($this->privates['best_it_short_simple_checkout.manager.payment_type_manager'])) {
  5862. return $this->privates['best_it_short_simple_checkout.manager.payment_type_manager'];
  5863. }
  5864. $b = new \App\Module\ShortSimpleCheckout\Collector\PaymentTypeCollector();
  5865. $c = ($this->privates['App\\Module\\Checkout\\Provider\\AnonymousCustomerProviderDecorator'] ?? $this->getAnonymousCustomerProviderDecoratorService());
  5866. $d = ($this->privates['App\\Store\\StoreContext'] ?? $this->getStoreContextService());
  5867. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  5868. $f = $this->getStripeClientService();
  5869. $g = $this->getUnzerService();
  5870. $b->addPaymentType(new \App\Module\Payment\Adapter\Denios\InvoiceAdapter($c, $d, $e));
  5871. $b->addPaymentType(new \App\Module\Payment\Adapter\Denios\PrePaymentAdapter($c, $d, $e));
  5872. $b->addPaymentType(new \App\Module\Payment\Adapter\Stripe\AllPaymentTypesAdapter($c, $d, $e, $f));
  5873. $b->addPaymentType(new \App\Module\Payment\Adapter\Stripe\CreditCardAdapter($c, $d, $e, $f));
  5874. $b->addPaymentType(new \App\Module\Payment\Adapter\Unzer\BancontactAdapter($c, $d, $e, $g));
  5875. $b->addPaymentType(new \App\Module\Payment\Adapter\Unzer\CreditCardAdapter($c, $d, $e, $g));
  5876. $b->addPaymentType(new \App\Module\Payment\Adapter\Unzer\IdealAdapter($c, $d, $e, $g));
  5877. $b->addPaymentType(new \App\Module\Payment\Adapter\Unzer\PayPalAdapter($c, $d, $e, $g));
  5878. $b->addPaymentType(new \App\Module\Payment\Adapter\Unzer\PostfinanceAdapter($c, $d, $e, $g));
  5879. $b->addPaymentType(new \App\Module\Payment\Adapter\Unzer\Przelewy24Adapter($c, $d, $e, $g));
  5880. $b->addPaymentType(new \App\Module\Payment\Adapter\Unzer\SofortAdapter($c, $d, $e, $g));
  5881. $h = new \App\Module\ShortSimpleCheckout\Collector\PaymentHandlerCollector();
  5882. $i = ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService());
  5883. $j = ($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService());
  5884. $k = ($this->privates['best_it_short_simple_checkout.manager.flash_bag_manager.default'] ?? $this->getBestItShortSimpleCheckout_Manager_FlashBagManager_DefaultService());
  5885. $l = new \App\Module\Payment\Handler\DeniosHandler($i, $j, $a, $k);
  5886. $m = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5887. $l->setLogger($m);
  5888. $n = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5889. $o = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  5890. $p = new \App\Module\Payment\Handler\StripeHandler($i, $j, $a, $k, $n, $o, $d, new \App\Module\Payment\Factory\StripePaymentIntentFactory($f, $m, $o));
  5891. $p->setLogger($m);
  5892. $q = new \App\Module\Payment\Handler\UnzerHandler($i, $j, $a, $k, $g, $n, $o, $d, $m);
  5893. $q->setLogger($m);
  5894. $h->addPaymentHandler($l);
  5895. $h->addPaymentHandler($p);
  5896. $h->addPaymentHandler($q);
  5897. return $this->privates['best_it_short_simple_checkout.manager.payment_type_manager'] = new \App\Module\ShortSimpleCheckout\Manager\PaymentTypeManager($b, $h);
  5898. }
  5899. /**
  5900. * Gets the private 'best_it_short_simple_checkout.persistence.cart_persister' shared service.
  5901. *
  5902. * @return \App\Module\ShortSimpleCheckout\Persistence\CheckoutCartPersister
  5903. */
  5904. protected function getBestItShortSimpleCheckout_Persistence_CartPersisterService()
  5905. {
  5906. return $this->privates['best_it_short_simple_checkout.persistence.cart_persister'] = new \App\Module\ShortSimpleCheckout\Persistence\CheckoutCartPersister(($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService()));
  5907. }
  5908. /**
  5909. * Gets the private 'best_it_short_simple_checkout.repository.cart_repository' shared service.
  5910. *
  5911. * @return \BestIt\CommercetoolsODM\Repository\CartRepository
  5912. */
  5913. protected function getBestItShortSimpleCheckout_Repository_CartRepositoryService()
  5914. {
  5915. return $this->privates['best_it_short_simple_checkout.repository.cart_repository'] = ($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService())->getRepository('Commercetools\\Core\\Model\\Cart\\Cart');
  5916. }
  5917. /**
  5918. * Gets the private 'best_it_short_simple_checkout.repository.order_repository' shared service.
  5919. *
  5920. * @return \BestIt\CommercetoolsODM\Repository\OrderRepository
  5921. */
  5922. protected function getBestItShortSimpleCheckout_Repository_OrderRepositoryService()
  5923. {
  5924. $this->privates['best_it_short_simple_checkout.repository.order_repository'] = $instance = ($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService())->getRepository('Commercetools\\Core\\Model\\Order\\Order');
  5925. $instance->setExpands([0 => 'cart', 1 => 'paymentInfo.payments[*]']);
  5926. return $instance;
  5927. }
  5928. /**
  5929. * Gets the private 'best_it_short_simple_checkout.repository.product_repository' shared service.
  5930. *
  5931. * @return \BestIt\CommercetoolsODM\Model\ProductProjectionRepository
  5932. */
  5933. protected function getBestItShortSimpleCheckout_Repository_ProductRepositoryService()
  5934. {
  5935. return $this->privates['best_it_short_simple_checkout.repository.product_repository'] = ($this->privates['best_it.commercetools_odm.manager'] ?? $this->getBestIt_CommercetoolsOdm_ManagerService())->getRepository('Commercetools\\Core\\Model\\Product\\ProductProjection');
  5936. }
  5937. /**
  5938. * Gets the private 'cache.annotations' shared service.
  5939. *
  5940. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5941. */
  5942. protected function getCache_AnnotationsService()
  5943. {
  5944. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3+IYiG82VB', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5945. }
  5946. /**
  5947. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  5948. *
  5949. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5950. */
  5951. protected function getCache_Messenger_RestartWorkersSignalService()
  5952. {
  5953. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('SC-7NmAPwn', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  5954. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5955. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5956. }
  5957. /**
  5958. * Gets the private 'cache.property_info' shared service.
  5959. *
  5960. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5961. */
  5962. protected function getCache_PropertyInfoService()
  5963. {
  5964. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gEtVOl3SxV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5965. }
  5966. /**
  5967. * Gets the private 'cache.security_expression_language' shared service.
  5968. *
  5969. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5970. */
  5971. protected function getCache_SecurityExpressionLanguageService()
  5972. {
  5973. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hTrd-MHiZA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5974. }
  5975. /**
  5976. * Gets the private 'cache.serializer' shared service.
  5977. *
  5978. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5979. */
  5980. protected function getCache_SerializerService()
  5981. {
  5982. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TtWcmKVyHW', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5983. }
  5984. /**
  5985. * Gets the private 'cache.validator' shared service.
  5986. *
  5987. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5988. */
  5989. protected function getCache_ValidatorService()
  5990. {
  5991. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8Acz1nsZxn', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5992. }
  5993. /**
  5994. * Gets the private 'cache.webpack_encore' shared service.
  5995. *
  5996. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5997. */
  5998. protected function getCache_WebpackEncoreService()
  5999. {
  6000. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yIEz6qQF0r', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6001. }
  6002. /**
  6003. * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  6004. *
  6005. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  6006. */
  6007. protected function getCachePoolClearer_CacheWarmerService()
  6008. {
  6009. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6010. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  6011. return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
  6012. }
  6013. /**
  6014. * Gets the private 'config_builder.warmer' shared service.
  6015. *
  6016. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  6017. */
  6018. protected function getConfigBuilder_WarmerService()
  6019. {
  6020. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6021. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  6022. return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6023. }
  6024. /**
  6025. * Gets the private 'config_cache_factory' shared service.
  6026. *
  6027. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6028. */
  6029. protected function getConfigCacheFactoryService()
  6030. {
  6031. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6032. yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  6033. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6034. }, 2));
  6035. }
  6036. /**
  6037. * Gets the private 'console.command.about' shared service.
  6038. *
  6039. * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6040. */
  6041. protected function getConsole_Command_AboutService()
  6042. {
  6043. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6044. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6045. $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6046. $instance->setName('about');
  6047. $instance->setDescription('Display information about the current project');
  6048. return $instance;
  6049. }
  6050. /**
  6051. * Gets the private 'console.command.assets_install' shared service.
  6052. *
  6053. * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6054. */
  6055. protected function getConsole_Command_AssetsInstallService()
  6056. {
  6057. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6058. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6059. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  6060. $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__, 4));
  6061. $instance->setName('assets:install');
  6062. $instance->setDescription('Install bundle\'s web assets under a public directory');
  6063. return $instance;
  6064. }
  6065. /**
  6066. * Gets the private 'console.command.cache_clear' shared service.
  6067. *
  6068. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6069. */
  6070. protected function getConsole_Command_CacheClearService()
  6071. {
  6072. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6073. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6074. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  6075. $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  6076. $instance->setName('cache:clear');
  6077. $instance->setDescription('Clear the cache');
  6078. return $instance;
  6079. }
  6080. /**
  6081. * Gets the private 'console.command.cache_pool_clear' shared service.
  6082. *
  6083. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6084. */
  6085. protected function getConsole_Command_CachePoolClearService()
  6086. {
  6087. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6088. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6089. $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.webpack_encore', 9 => 'cache.security_expression_language']);
  6090. $instance->setName('cache:pool:clear');
  6091. $instance->setDescription('Clear cache pools');
  6092. return $instance;
  6093. }
  6094. /**
  6095. * Gets the private 'console.command.cache_pool_delete' shared service.
  6096. *
  6097. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6098. */
  6099. protected function getConsole_Command_CachePoolDeleteService()
  6100. {
  6101. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6102. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6103. $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.webpack_encore', 9 => 'cache.security_expression_language']);
  6104. $instance->setName('cache:pool:delete');
  6105. $instance->setDescription('Delete an item from a cache pool');
  6106. return $instance;
  6107. }
  6108. /**
  6109. * Gets the private 'console.command.cache_pool_list' shared service.
  6110. *
  6111. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6112. */
  6113. protected function getConsole_Command_CachePoolListService()
  6114. {
  6115. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6116. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6117. $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.webpack_encore', 9 => 'cache.security_expression_language']);
  6118. $instance->setName('cache:pool:list');
  6119. $instance->setDescription('List available cache pools');
  6120. return $instance;
  6121. }
  6122. /**
  6123. * Gets the private 'console.command.cache_pool_prune' shared service.
  6124. *
  6125. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6126. */
  6127. protected function getConsole_Command_CachePoolPruneService()
  6128. {
  6129. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6130. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6131. $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6132. yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6133. yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6134. yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6135. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6136. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6137. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6138. yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  6139. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  6140. yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  6141. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6142. }, 10));
  6143. $instance->setName('cache:pool:prune');
  6144. $instance->setDescription('Prune cache pools');
  6145. return $instance;
  6146. }
  6147. /**
  6148. * Gets the private 'console.command.cache_warmup' shared service.
  6149. *
  6150. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6151. */
  6152. protected function getConsole_Command_CacheWarmupService()
  6153. {
  6154. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6155. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6156. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6157. $instance->setName('cache:warmup');
  6158. $instance->setDescription('Warm up an empty cache');
  6159. return $instance;
  6160. }
  6161. /**
  6162. * Gets the private 'console.command.config_debug' shared service.
  6163. *
  6164. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6165. */
  6166. protected function getConsole_Command_ConfigDebugService()
  6167. {
  6168. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6169. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6170. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6171. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6172. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6173. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6174. $instance->setName('debug:config');
  6175. $instance->setDescription('Dump the current configuration for an extension');
  6176. return $instance;
  6177. }
  6178. /**
  6179. * Gets the private 'console.command.config_dump_reference' shared service.
  6180. *
  6181. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6182. */
  6183. protected function getConsole_Command_ConfigDumpReferenceService()
  6184. {
  6185. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6186. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6187. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6188. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6189. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6190. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6191. $instance->setName('config:dump-reference');
  6192. $instance->setDescription('Dump the default configuration for an extension');
  6193. return $instance;
  6194. }
  6195. /**
  6196. * Gets the private 'console.command.container_debug' shared service.
  6197. *
  6198. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6199. */
  6200. protected function getConsole_Command_ContainerDebugService()
  6201. {
  6202. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6203. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6204. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6205. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6206. $instance->setName('debug:container');
  6207. $instance->setDescription('Display current services for an application');
  6208. return $instance;
  6209. }
  6210. /**
  6211. * Gets the private 'console.command.container_lint' shared service.
  6212. *
  6213. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6214. */
  6215. protected function getConsole_Command_ContainerLintService()
  6216. {
  6217. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6218. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6219. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6220. $instance->setName('lint:container');
  6221. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  6222. return $instance;
  6223. }
  6224. /**
  6225. * Gets the private 'console.command.debug_autowiring' shared service.
  6226. *
  6227. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6228. */
  6229. protected function getConsole_Command_DebugAutowiringService()
  6230. {
  6231. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6232. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6233. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6234. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6235. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6236. $instance->setName('debug:autowiring');
  6237. $instance->setDescription('List classes/interfaces you can use for autowiring');
  6238. return $instance;
  6239. }
  6240. /**
  6241. * Gets the private 'console.command.dotenv_debug' shared service.
  6242. *
  6243. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6244. */
  6245. protected function getConsole_Command_DotenvDebugService()
  6246. {
  6247. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6248. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6249. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  6250. $instance->setName('debug:dotenv');
  6251. $instance->setDescription('Lists all dotenv files with variables and values');
  6252. return $instance;
  6253. }
  6254. /**
  6255. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6256. *
  6257. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6258. */
  6259. protected function getConsole_Command_EventDispatcherDebugService()
  6260. {
  6261. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6262. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6263. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.hyRUyZH'] ?? $this->get_ServiceLocator_HyRUyZHService()));
  6264. $instance->setName('debug:event-dispatcher');
  6265. $instance->setDescription('Display configured listeners for an application');
  6266. return $instance;
  6267. }
  6268. /**
  6269. * Gets the private 'console.command.form_debug' shared service.
  6270. *
  6271. * @return \Symfony\Component\Form\Command\DebugCommand
  6272. */
  6273. protected function getConsole_Command_FormDebugService()
  6274. {
  6275. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6276. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  6277. $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'App\\Module\\Account\\Form\\Type', 2 => 'App\\Module\\Address\\Form\\Type', 3 => 'App\\Module\\Checkout\\Form\\Type'], [0 => 'App\\Module\\Account\\Form\\Type\\AccountEmailFormType', 1 => 'App\\Module\\Account\\Form\\Type\\AccountPasswordFormType', 2 => 'App\\Module\\Account\\Form\\Type\\RegisterAccountFormType', 3 => 'App\\Module\\Account\\Form\\Type\\RequestPasswordFormType', 4 => 'App\\Module\\Account\\Form\\Type\\ResetPasswordFormType', 5 => 'App\\Module\\Address\\Form\\Type\\ChangeAddressType', 6 => 'App\\Module\\Address\\Form\\Type\\CreateAddressType', 7 => 'App\\Module\\Checkout\\Form\\Type\\AbstractRegisterFormType', 8 => 'App\\Module\\Checkout\\Form\\Type\\B2bRegisterFormType', 9 => 'App\\Module\\Checkout\\Form\\Type\\B2cRegisterFormType', 10 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 11 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 12 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 13 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6278. $instance->setName('debug:form');
  6279. $instance->setDescription('Display form type information');
  6280. return $instance;
  6281. }
  6282. /**
  6283. * Gets the private 'console.command.messenger_consume_messages' shared service.
  6284. *
  6285. * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  6286. */
  6287. protected function getConsole_Command_MessengerConsumeMessagesService()
  6288. {
  6289. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6290. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  6291. $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [0 => 'newsletter-tracking'], NULL, [0 => 'messenger.bus.default']);
  6292. $instance->setName('messenger:consume');
  6293. $instance->setDescription('Consume messages');
  6294. return $instance;
  6295. }
  6296. /**
  6297. * Gets the private 'console.command.messenger_debug' shared service.
  6298. *
  6299. * @return \Symfony\Component\Messenger\Command\DebugCommand
  6300. */
  6301. protected function getConsole_Command_MessengerDebugService()
  6302. {
  6303. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6304. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  6305. $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => []]);
  6306. $instance->setName('debug:messenger');
  6307. $instance->setDescription('List messages you can dispatch using the message buses');
  6308. return $instance;
  6309. }
  6310. /**
  6311. * Gets the private 'console.command.messenger_setup_transports' shared service.
  6312. *
  6313. * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  6314. */
  6315. protected function getConsole_Command_MessengerSetupTransportsService()
  6316. {
  6317. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6318. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  6319. $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [0 => 'newsletter-tracking']);
  6320. $instance->setName('messenger:setup-transports');
  6321. $instance->setDescription('Prepare the required infrastructure for the transport');
  6322. return $instance;
  6323. }
  6324. /**
  6325. * Gets the private 'console.command.messenger_stop_workers' shared service.
  6326. *
  6327. * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  6328. */
  6329. protected function getConsole_Command_MessengerStopWorkersService()
  6330. {
  6331. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6332. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  6333. $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  6334. $instance->setName('messenger:stop-workers');
  6335. $instance->setDescription('Stop workers after their current message');
  6336. return $instance;
  6337. }
  6338. /**
  6339. * Gets the private 'console.command.router_debug' shared service.
  6340. *
  6341. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6342. */
  6343. protected function getConsole_Command_RouterDebugService()
  6344. {
  6345. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6346. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6347. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6348. $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6349. $instance->setName('debug:router');
  6350. $instance->setDescription('Display current routes for an application');
  6351. return $instance;
  6352. }
  6353. /**
  6354. * Gets the private 'console.command.router_match' shared service.
  6355. *
  6356. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6357. */
  6358. protected function getConsole_Command_RouterMatchService()
  6359. {
  6360. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6361. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6362. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), new RewindableGenerator(function () {
  6363. return new \EmptyIterator();
  6364. }, 0));
  6365. $instance->setName('router:match');
  6366. $instance->setDescription('Help debug routes by simulating a path info match');
  6367. return $instance;
  6368. }
  6369. /**
  6370. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6371. *
  6372. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6373. */
  6374. protected function getConsole_Command_SecretsDecryptToLocalService()
  6375. {
  6376. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6377. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6378. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6379. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6380. $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  6381. $instance->setName('secrets:decrypt-to-local');
  6382. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6383. return $instance;
  6384. }
  6385. /**
  6386. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6387. *
  6388. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6389. */
  6390. protected function getConsole_Command_SecretsEncryptFromLocalService()
  6391. {
  6392. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6393. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6394. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6395. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6396. $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  6397. $instance->setName('secrets:encrypt-from-local');
  6398. $instance->setDescription('Encrypt all local secrets to the vault');
  6399. return $instance;
  6400. }
  6401. /**
  6402. * Gets the private 'console.command.secrets_generate_key' shared service.
  6403. *
  6404. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6405. */
  6406. protected function getConsole_Command_SecretsGenerateKeyService()
  6407. {
  6408. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6409. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6410. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6411. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6412. $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  6413. $instance->setName('secrets:generate-keys');
  6414. $instance->setDescription('Generate new encryption keys');
  6415. return $instance;
  6416. }
  6417. /**
  6418. * Gets the private 'console.command.secrets_list' shared service.
  6419. *
  6420. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6421. */
  6422. protected function getConsole_Command_SecretsListService()
  6423. {
  6424. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6425. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6426. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6427. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6428. $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  6429. $instance->setName('secrets:list');
  6430. $instance->setDescription('List all secrets');
  6431. return $instance;
  6432. }
  6433. /**
  6434. * Gets the private 'console.command.secrets_remove' shared service.
  6435. *
  6436. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6437. */
  6438. protected function getConsole_Command_SecretsRemoveService()
  6439. {
  6440. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6441. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6442. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6443. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6444. $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  6445. $instance->setName('secrets:remove');
  6446. $instance->setDescription('Remove a secret from the vault');
  6447. return $instance;
  6448. }
  6449. /**
  6450. * Gets the private 'console.command.secrets_set' shared service.
  6451. *
  6452. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6453. */
  6454. protected function getConsole_Command_SecretsSetService()
  6455. {
  6456. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6457. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6458. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6459. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6460. $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  6461. $instance->setName('secrets:set');
  6462. $instance->setDescription('Set a secret in the vault');
  6463. return $instance;
  6464. }
  6465. /**
  6466. * Gets the private 'console.command.translation_debug' shared service.
  6467. *
  6468. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6469. */
  6470. protected function getConsole_Command_TranslationDebugService()
  6471. {
  6472. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6473. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6474. $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates/'.$this->getEnv('string:TEMPLATE_THEME')), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/templates/'.$this->getEnv('string:TEMPLATE_THEME')), 1 => (\dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Resources/views'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 3 => (\dirname(__DIR__, 4).'/src/Action/CartController.php'), 4 => (\dirname(__DIR__, 4).'/src/Module/Account/Action/ChangeCustomerPasswordAction.php'), 5 => (\dirname(__DIR__, 4).'/src/Module/Account/Action/StartOCISessionAction.php'), 6 => (\dirname(__DIR__, 4).'/src/Module/Account/Security/LoginFormAuthenticator.php'), 7 => (\dirname(__DIR__, 4).'/src/Module/Address/Action/RemoveAddressAction.php'), 8 => (\dirname(__DIR__, 4).'/src/Module/Cart/Action/CartPriceAction.php'), 9 => (\dirname(__DIR__, 4).'/src/Module/Catalog/Action/GetListingAction.php'), 10 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Action/GetSuggestAction.php'), 11 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Form/Exceptions/FormExceptionGenerator.php'), 12 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Provider/DepartmentProvider.php'), 13 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Provider/SalutationProvider.php'), 14 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Provider/StateProvider.php'), 15 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Builder/OrderMailDataBuilder.php'), 16 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Registration/Validator/IsValidVatIdValidator.php'), 17 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/ShippingPaymentSubscriber.php'), 18 => (\dirname(__DIR__, 4).'/src/Module/FriendlyCaptcha/Validator/FriendlyCaptchaValidator.php'), 19 => (\dirname(__DIR__, 4).'/src/Module/Shipping/Client/ShipperHqClient.php'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 23 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 29 => (\dirname(__DIR__, 4).'/src/Routing/I18nLoader.php'), 30 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Validator/CartHasBillingAddressOrUserLogin.php'), 31 => (\dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Manager/FlashBagManager.php'), 32 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Denios/InvoiceAdapter.php'), 33 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Denios/PrePaymentAdapter.php'), 34 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Stripe/AllPaymentTypesAdapter.php'), 35 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Stripe/CreditCardAdapter.php'), 36 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/BancontactAdapter.php'), 37 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/CreditCardAdapter.php'), 38 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/IdealAdapter.php'), 39 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/PayPalAdapter.php'), 40 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/PostfinanceAdapter.php'), 41 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/Przelewy24Adapter.php'), 42 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/SofortAdapter.php'), 43 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 44 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 45 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 46 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 47 => (\dirname(__DIR__, 4).'/src/Twig/Filters/CustomEmptyTextFallbackTranslatorExtension.php'), 48 => (\dirname(__DIR__, 4).'/src/Twig/Filters/CustomPunchoutTranslatorExtension.php'), 49 => (\dirname(__DIR__, 4).'/src/Twig/Functions/CrossSellExtension.php'), 50 => (\dirname(__DIR__, 4).'/src/Twig/Functions/CustomTranslatorExtension.php'), 51 => (\dirname(__DIR__, 4).'/src/Twig/Functions/SortOptionsExtension.php')], []);
  6475. $instance->setName('debug:translation');
  6476. $instance->setDescription('Display translation messages information');
  6477. return $instance;
  6478. }
  6479. /**
  6480. * Gets the private 'console.command.translation_extract' shared service.
  6481. *
  6482. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6483. */
  6484. protected function getConsole_Command_TranslationExtractService()
  6485. {
  6486. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6487. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6488. $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'de-DE', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates/'.$this->getEnv('string:TEMPLATE_THEME')), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/templates/'.$this->getEnv('string:TEMPLATE_THEME')), 1 => (\dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Resources/views'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 3 => (\dirname(__DIR__, 4).'/src/Action/CartController.php'), 4 => (\dirname(__DIR__, 4).'/src/Module/Account/Action/ChangeCustomerPasswordAction.php'), 5 => (\dirname(__DIR__, 4).'/src/Module/Account/Action/StartOCISessionAction.php'), 6 => (\dirname(__DIR__, 4).'/src/Module/Account/Security/LoginFormAuthenticator.php'), 7 => (\dirname(__DIR__, 4).'/src/Module/Address/Action/RemoveAddressAction.php'), 8 => (\dirname(__DIR__, 4).'/src/Module/Cart/Action/CartPriceAction.php'), 9 => (\dirname(__DIR__, 4).'/src/Module/Catalog/Action/GetListingAction.php'), 10 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Action/GetSuggestAction.php'), 11 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Form/Exceptions/FormExceptionGenerator.php'), 12 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Provider/DepartmentProvider.php'), 13 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Provider/SalutationProvider.php'), 14 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Provider/StateProvider.php'), 15 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Builder/OrderMailDataBuilder.php'), 16 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Registration/Validator/IsValidVatIdValidator.php'), 17 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Subscriber/ShippingPaymentSubscriber.php'), 18 => (\dirname(__DIR__, 4).'/src/Module/FriendlyCaptcha/Validator/FriendlyCaptchaValidator.php'), 19 => (\dirname(__DIR__, 4).'/src/Module/Shipping/Client/ShipperHqClient.php'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 23 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 29 => (\dirname(__DIR__, 4).'/src/Routing/I18nLoader.php'), 30 => (\dirname(__DIR__, 4).'/src/Module/Checkout/Validator/CartHasBillingAddressOrUserLogin.php'), 31 => (\dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Manager/FlashBagManager.php'), 32 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Denios/InvoiceAdapter.php'), 33 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Denios/PrePaymentAdapter.php'), 34 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Stripe/AllPaymentTypesAdapter.php'), 35 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Stripe/CreditCardAdapter.php'), 36 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/BancontactAdapter.php'), 37 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/CreditCardAdapter.php'), 38 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/IdealAdapter.php'), 39 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/PayPalAdapter.php'), 40 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/PostfinanceAdapter.php'), 41 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/Przelewy24Adapter.php'), 42 => (\dirname(__DIR__, 4).'/src/Module/Payment/Adapter/Unzer/SofortAdapter.php'), 43 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 44 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 45 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 46 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 47 => (\dirname(__DIR__, 4).'/src/Twig/Filters/CustomEmptyTextFallbackTranslatorExtension.php'), 48 => (\dirname(__DIR__, 4).'/src/Twig/Filters/CustomPunchoutTranslatorExtension.php'), 49 => (\dirname(__DIR__, 4).'/src/Twig/Functions/CrossSellExtension.php'), 50 => (\dirname(__DIR__, 4).'/src/Twig/Functions/CustomTranslatorExtension.php'), 51 => (\dirname(__DIR__, 4).'/src/Twig/Functions/SortOptionsExtension.php')], []);
  6489. $instance->setName('translation:extract');
  6490. $instance->setAliases([0 => 'translation:update']);
  6491. $instance->setDescription('Extract missing translations keys from code to translation files.');
  6492. return $instance;
  6493. }
  6494. /**
  6495. * Gets the private 'console.command.translation_pull' shared service.
  6496. *
  6497. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6498. */
  6499. protected function getConsole_Command_TranslationPullService()
  6500. {
  6501. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6502. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6503. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6504. $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'de-DE', [], []);
  6505. $instance->setName('translation:pull');
  6506. $instance->setDescription('Pull translations from a given provider.');
  6507. return $instance;
  6508. }
  6509. /**
  6510. * Gets the private 'console.command.translation_push' shared service.
  6511. *
  6512. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6513. */
  6514. protected function getConsole_Command_TranslationPushService()
  6515. {
  6516. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6517. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6518. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6519. $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  6520. $instance->setName('translation:push');
  6521. $instance->setDescription('Push translations to a given provider.');
  6522. return $instance;
  6523. }
  6524. /**
  6525. * Gets the private 'console.command.validator_debug' shared service.
  6526. *
  6527. * @return \Symfony\Component\Validator\Command\DebugCommand
  6528. */
  6529. protected function getConsole_Command_ValidatorDebugService()
  6530. {
  6531. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6532. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6533. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6534. $instance->setName('debug:validator');
  6535. $instance->setDescription('Display validation constraints for classes');
  6536. return $instance;
  6537. }
  6538. /**
  6539. * Gets the private 'console.command.xliff_lint' shared service.
  6540. *
  6541. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6542. */
  6543. protected function getConsole_Command_XliffLintService()
  6544. {
  6545. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6546. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6547. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6548. $instance->setName('lint:xliff');
  6549. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6550. return $instance;
  6551. }
  6552. /**
  6553. * Gets the private 'console.command.yaml_lint' shared service.
  6554. *
  6555. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6556. */
  6557. protected function getConsole_Command_YamlLintService()
  6558. {
  6559. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6560. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6561. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6562. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6563. $instance->setName('lint:yaml');
  6564. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6565. return $instance;
  6566. }
  6567. /**
  6568. * Gets the private 'console.error_listener' shared service.
  6569. *
  6570. * @return \Symfony\Component\Console\EventListener\ErrorListener
  6571. */
  6572. protected function getConsole_ErrorListenerService()
  6573. {
  6574. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6575. $a = new \Symfony\Bridge\Monolog\Logger('console');
  6576. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6577. $a->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  6578. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6579. $a->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  6580. $a->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  6581. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6582. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6583. }
  6584. /**
  6585. * Gets the private 'container.env_var_processor' shared service.
  6586. *
  6587. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6588. */
  6589. protected function getContainer_EnvVarProcessorService()
  6590. {
  6591. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6592. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6593. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6594. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6595. }, 1));
  6596. }
  6597. /**
  6598. * Gets the private 'data_collector.form' shared service.
  6599. *
  6600. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6601. */
  6602. protected function getDataCollector_FormService()
  6603. {
  6604. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6605. }
  6606. /**
  6607. * Gets the private 'data_collector.request' shared service.
  6608. *
  6609. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6610. */
  6611. protected function getDataCollector_RequestService()
  6612. {
  6613. return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6614. }
  6615. /**
  6616. * Gets the private 'data_collector.request.session_collector' shared service.
  6617. *
  6618. * @return \Closure
  6619. */
  6620. protected function getDataCollector_Request_SessionCollectorService()
  6621. {
  6622. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  6623. }
  6624. /**
  6625. * Gets the private 'debug.argument_resolver.default' shared service.
  6626. *
  6627. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6628. */
  6629. protected function getDebug_ArgumentResolver_DefaultService()
  6630. {
  6631. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6632. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6633. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6634. return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6635. }
  6636. /**
  6637. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6638. *
  6639. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6640. */
  6641. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6642. {
  6643. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6644. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6645. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6646. $a = ($this->privates['.service_locator.5G_CPnf'] ?? $this->get_ServiceLocator_5GCPnfService());
  6647. if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  6648. return $this->privates['debug.argument_resolver.not_tagged_controller'];
  6649. }
  6650. return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6651. }
  6652. /**
  6653. * Gets the private 'debug.argument_resolver.request' shared service.
  6654. *
  6655. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6656. */
  6657. protected function getDebug_ArgumentResolver_RequestService()
  6658. {
  6659. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6660. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6661. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6662. return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6663. }
  6664. /**
  6665. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6666. *
  6667. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6668. */
  6669. protected function getDebug_ArgumentResolver_RequestAttributeService()
  6670. {
  6671. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6672. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6673. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6674. return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6675. }
  6676. /**
  6677. * Gets the private 'debug.argument_resolver.service' shared service.
  6678. *
  6679. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6680. */
  6681. protected function getDebug_ArgumentResolver_ServiceService()
  6682. {
  6683. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6684. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6685. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6686. $a = ($this->privates['.service_locator.5G_CPnf'] ?? $this->get_ServiceLocator_5GCPnfService());
  6687. if (isset($this->privates['debug.argument_resolver.service'])) {
  6688. return $this->privates['debug.argument_resolver.service'];
  6689. }
  6690. return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6691. }
  6692. /**
  6693. * Gets the private 'debug.argument_resolver.session' shared service.
  6694. *
  6695. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6696. */
  6697. protected function getDebug_ArgumentResolver_SessionService()
  6698. {
  6699. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6700. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6701. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6702. return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6703. }
  6704. /**
  6705. * Gets the private 'debug.argument_resolver.variadic' shared service.
  6706. *
  6707. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6708. */
  6709. protected function getDebug_ArgumentResolver_VariadicService()
  6710. {
  6711. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6712. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6713. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6714. return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6715. }
  6716. /**
  6717. * Gets the private 'debug.debug_handlers_listener' shared service.
  6718. *
  6719. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6720. */
  6721. protected function getDebug_DebugHandlersListenerService()
  6722. {
  6723. $a = new \Symfony\Bridge\Monolog\Logger('php');
  6724. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6725. $a->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  6726. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6727. $a->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  6728. $a->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  6729. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6730. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  6731. }
  6732. /**
  6733. * Gets the private 'debug.file_link_formatter' shared service.
  6734. *
  6735. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6736. */
  6737. protected function getDebug_FileLinkFormatterService()
  6738. {
  6739. return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
  6740. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6741. });
  6742. }
  6743. /**
  6744. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6745. *
  6746. * @return \string
  6747. */
  6748. protected function getDebug_FileLinkFormatter_UrlFormatService()
  6749. {
  6750. return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), '_profiler_open_file', '?file=%f&line=%l#line%l');
  6751. }
  6752. /**
  6753. * Gets the private 'debug.log_processor' shared service.
  6754. *
  6755. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6756. */
  6757. protected function getDebug_LogProcessorService()
  6758. {
  6759. return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6760. }
  6761. /**
  6762. * Gets the private 'debug.security.access.decision_manager' shared service.
  6763. *
  6764. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6765. */
  6766. protected function getDebug_Security_Access_DecisionManagerService()
  6767. {
  6768. return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  6769. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6770. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  6771. }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6772. }
  6773. /**
  6774. * Gets the private 'debug.security.firewall' shared service.
  6775. *
  6776. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6777. */
  6778. protected function getDebug_Security_FirewallService()
  6779. {
  6780. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6781. if (isset($this->privates['debug.security.firewall'])) {
  6782. return $this->privates['debug.security.firewall'];
  6783. }
  6784. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6785. if (isset($this->privates['debug.security.firewall'])) {
  6786. return $this->privates['debug.security.firewall'];
  6787. }
  6788. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6789. }
  6790. /**
  6791. * Gets the private 'debug.security.user_value_resolver' shared service.
  6792. *
  6793. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6794. */
  6795. protected function getDebug_Security_UserValueResolverService()
  6796. {
  6797. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6798. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6799. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6800. return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6801. }
  6802. /**
  6803. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6804. *
  6805. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6806. */
  6807. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6808. {
  6809. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6810. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6811. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6812. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6813. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6814. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6815. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6816. }
  6817. return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  6818. }
  6819. /**
  6820. * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  6821. *
  6822. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6823. */
  6824. protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  6825. {
  6826. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6827. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6828. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6829. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6830. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6831. if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  6832. return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  6833. }
  6834. return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  6835. }
  6836. /**
  6837. * Gets the private 'debug.security.voter.vote_listener' shared service.
  6838. *
  6839. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6840. */
  6841. protected function getDebug_Security_Voter_VoteListenerService()
  6842. {
  6843. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6844. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6845. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  6846. return $this->privates['debug.security.voter.vote_listener'];
  6847. }
  6848. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  6849. }
  6850. /**
  6851. * Gets the private 'error_handler.error_renderer.html' shared service.
  6852. *
  6853. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6854. */
  6855. protected function getErrorHandler_ErrorRenderer_HtmlService()
  6856. {
  6857. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6858. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6859. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6860. return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6861. }
  6862. /**
  6863. * Gets the private 'exception_listener' shared service.
  6864. *
  6865. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6866. */
  6867. protected function getExceptionListener2Service()
  6868. {
  6869. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener(NULL, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  6870. }
  6871. /**
  6872. * Gets the private 'form.choice_list_factory.cached' shared service.
  6873. *
  6874. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6875. */
  6876. protected function getForm_ChoiceListFactory_CachedService()
  6877. {
  6878. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6879. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6880. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6881. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6882. return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  6883. }
  6884. /**
  6885. * Gets the private 'form.registry' shared service.
  6886. *
  6887. * @return \Symfony\Component\Form\FormRegistry
  6888. */
  6889. protected function getForm_RegistryService()
  6890. {
  6891. return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6892. 'App\\Module\\Account\\Form\\Type\\AccountEmailFormType' => ['privates', 'App\\Module\\Account\\Form\\Type\\AccountEmailFormType', 'getAccountEmailFormTypeService', false],
  6893. 'App\\Module\\Account\\Form\\Type\\AccountPasswordFormType' => ['privates', 'App\\Module\\Account\\Form\\Type\\AccountPasswordFormType', 'getAccountPasswordFormTypeService', false],
  6894. 'App\\Module\\Account\\Form\\Type\\RegisterAccountFormType' => ['privates', 'App\\Module\\Account\\Form\\Type\\RegisterAccountFormType', 'getRegisterAccountFormTypeService', false],
  6895. 'App\\Module\\Account\\Form\\Type\\RequestPasswordFormType' => ['privates', 'App\\Module\\Account\\Form\\Type\\RequestPasswordFormType', 'getRequestPasswordFormTypeService', false],
  6896. 'App\\Module\\Account\\Form\\Type\\ResetPasswordFormType' => ['privates', 'App\\Module\\Account\\Form\\Type\\ResetPasswordFormType', 'getResetPasswordFormTypeService', false],
  6897. 'App\\Module\\Address\\Form\\Type\\ChangeAddressType' => ['privates', 'App\\Module\\Address\\Form\\Type\\ChangeAddressType', 'getChangeAddressTypeService', false],
  6898. 'App\\Module\\Address\\Form\\Type\\CreateAddressType' => ['privates', 'App\\Module\\Address\\Form\\Type\\CreateAddressType', 'getCreateAddressTypeService', false],
  6899. 'App\\Module\\Checkout\\Form\\Type\\AbstractRegisterFormType' => ['privates', 'App\\Module\\Checkout\\Form\\Type\\AbstractRegisterFormType', 'getAbstractRegisterFormTypeService', false],
  6900. 'App\\Module\\Checkout\\Form\\Type\\B2bRegisterFormType' => ['privates', 'App\\Module\\Checkout\\Form\\Type\\B2bRegisterFormType', 'getB2bRegisterFormTypeService', false],
  6901. 'App\\Module\\Checkout\\Form\\Type\\B2cRegisterFormType' => ['privates', 'App\\Module\\Checkout\\Form\\Type\\B2cRegisterFormType', 'getB2cRegisterFormTypeService', false],
  6902. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  6903. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  6904. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  6905. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  6906. ], [
  6907. 'App\\Module\\Account\\Form\\Type\\AccountEmailFormType' => '?',
  6908. 'App\\Module\\Account\\Form\\Type\\AccountPasswordFormType' => '?',
  6909. 'App\\Module\\Account\\Form\\Type\\RegisterAccountFormType' => '?',
  6910. 'App\\Module\\Account\\Form\\Type\\RequestPasswordFormType' => '?',
  6911. 'App\\Module\\Account\\Form\\Type\\ResetPasswordFormType' => '?',
  6912. 'App\\Module\\Address\\Form\\Type\\ChangeAddressType' => '?',
  6913. 'App\\Module\\Address\\Form\\Type\\CreateAddressType' => '?',
  6914. 'App\\Module\\Checkout\\Form\\Type\\AbstractRegisterFormType' => '?',
  6915. 'App\\Module\\Checkout\\Form\\Type\\B2bRegisterFormType' => '?',
  6916. 'App\\Module\\Checkout\\Form\\Type\\B2cRegisterFormType' => '?',
  6917. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6918. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  6919. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6920. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6921. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6922. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6923. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6924. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6925. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6926. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6927. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6928. }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6929. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6930. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6931. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6932. }, 1)], new RewindableGenerator(function () {
  6933. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6934. }, 1))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6935. }
  6936. /**
  6937. * Gets the private 'form.server_params' shared service.
  6938. *
  6939. * @return \Symfony\Component\Form\Util\ServerParams
  6940. */
  6941. protected function getForm_ServerParamsService()
  6942. {
  6943. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  6944. return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6945. }
  6946. /**
  6947. * Gets the private 'form.type.choice' shared service.
  6948. *
  6949. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6950. */
  6951. protected function getForm_Type_ChoiceService()
  6952. {
  6953. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6954. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6955. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6956. return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6957. }
  6958. /**
  6959. * Gets the private 'form.type.color' shared service.
  6960. *
  6961. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  6962. */
  6963. protected function getForm_Type_ColorService()
  6964. {
  6965. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6966. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6967. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  6968. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  6969. }
  6970. /**
  6971. * Gets the private 'form.type.form' shared service.
  6972. *
  6973. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6974. */
  6975. protected function getForm_Type_FormService()
  6976. {
  6977. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6978. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6979. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6980. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6981. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6982. }
  6983. /**
  6984. * Gets the private 'form.type_extension.csrf' shared service.
  6985. *
  6986. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6987. */
  6988. protected function getForm_TypeExtension_CsrfService()
  6989. {
  6990. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6991. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6992. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6993. return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true, '_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  6994. }
  6995. /**
  6996. * Gets the private 'form.type_extension.form.data_collector' shared service.
  6997. *
  6998. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6999. */
  7000. protected function getForm_TypeExtension_Form_DataCollectorService()
  7001. {
  7002. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7003. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7004. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7005. return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  7006. }
  7007. /**
  7008. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7009. *
  7010. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7011. */
  7012. protected function getForm_TypeExtension_Form_HttpFoundationService()
  7013. {
  7014. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7015. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7016. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7017. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7018. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7019. return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  7020. }
  7021. /**
  7022. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7023. *
  7024. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7025. */
  7026. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7027. {
  7028. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7029. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7030. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7031. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7032. }
  7033. /**
  7034. * Gets the private 'form.type_extension.form.validator' shared service.
  7035. *
  7036. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7037. */
  7038. protected function getForm_TypeExtension_Form_ValidatorService()
  7039. {
  7040. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7041. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7042. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7043. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7044. $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  7045. if (isset($this->privates['form.type_extension.form.validator'])) {
  7046. return $this->privates['form.type_extension.form.validator'];
  7047. }
  7048. return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, $a, ($this->services['translator'] ?? $this->getTranslatorService()));
  7049. }
  7050. /**
  7051. * Gets the private 'form.type_extension.upload.validator' shared service.
  7052. *
  7053. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7054. */
  7055. protected function getForm_TypeExtension_Upload_ValidatorService()
  7056. {
  7057. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7058. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7059. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7060. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7061. }
  7062. /**
  7063. * Gets the private 'form.type_guesser.validator' shared service.
  7064. *
  7065. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7066. */
  7067. protected function getForm_TypeGuesser_ValidatorService()
  7068. {
  7069. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7070. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7071. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7072. }
  7073. /**
  7074. * Gets the private 'fragment.renderer.inline' shared service.
  7075. *
  7076. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7077. */
  7078. protected function getFragment_Renderer_InlineService()
  7079. {
  7080. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7081. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7082. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7083. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7084. if (isset($this->privates['fragment.renderer.inline'])) {
  7085. return $this->privates['fragment.renderer.inline'];
  7086. }
  7087. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a);
  7088. $instance->setFragmentPath('/_fragment');
  7089. return $instance;
  7090. }
  7091. /**
  7092. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7093. *
  7094. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7095. */
  7096. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7097. {
  7098. return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  7099. }
  7100. /**
  7101. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7102. *
  7103. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7104. */
  7105. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7106. {
  7107. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7108. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7109. return $this->privates['framework_extra_bundle.event.is_granted'];
  7110. }
  7111. return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  7112. }
  7113. /**
  7114. * Gets the private 'locale_aware_listener' shared service.
  7115. *
  7116. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7117. */
  7118. protected function getLocaleAwareListenerService()
  7119. {
  7120. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7121. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de-DE')));
  7122. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7123. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7124. }
  7125. /**
  7126. * Gets the private 'locale_listener' shared service.
  7127. *
  7128. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7129. */
  7130. protected function getLocaleListener2Service()
  7131. {
  7132. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de-DE', ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), false, []);
  7133. }
  7134. /**
  7135. * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  7136. *
  7137. * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  7138. */
  7139. protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  7140. {
  7141. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7142. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  7143. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  7144. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  7145. $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator([]));
  7146. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7147. return $instance;
  7148. }
  7149. /**
  7150. * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  7151. *
  7152. * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  7153. */
  7154. protected function getMessenger_Bus_Default_Middleware_TraceableService()
  7155. {
  7156. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7157. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  7158. return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  7159. }
  7160. /**
  7161. * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  7162. *
  7163. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  7164. */
  7165. protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  7166. {
  7167. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  7168. return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7169. }
  7170. /**
  7171. * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  7172. *
  7173. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  7174. */
  7175. protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  7176. {
  7177. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  7178. return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7179. }
  7180. /**
  7181. * Gets the private 'messenger.middleware.send_message' shared service.
  7182. *
  7183. * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  7184. */
  7185. protected function getMessenger_Middleware_SendMessageService()
  7186. {
  7187. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7188. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  7189. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  7190. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  7191. $a = ($this->privates['.service_locator.gZ.IMtn'] ?? $this->get_ServiceLocator_GZ_IMtnService());
  7192. if (isset($this->privates['messenger.middleware.send_message'])) {
  7193. return $this->privates['messenger.middleware.send_message'];
  7194. }
  7195. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7196. if (isset($this->privates['messenger.middleware.send_message'])) {
  7197. return $this->privates['messenger.middleware.send_message'];
  7198. }
  7199. $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Module\\Mailing\\Repository\\NewsletterTracking' => [0 => 'newsletter-tracking']], $a), $b);
  7200. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7201. return $instance;
  7202. }
  7203. /**
  7204. * Gets the private 'messenger.receiver_locator' shared service.
  7205. *
  7206. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7207. */
  7208. protected function getMessenger_ReceiverLocatorService()
  7209. {
  7210. return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7211. 'messenger.transport.newsletter-tracking' => ['privates', 'messenger.transport.newsletter-tracking', 'getMessenger_Transport_NewslettertrackingService', false],
  7212. 'newsletter-tracking' => ['privates', 'messenger.transport.newsletter-tracking', 'getMessenger_Transport_NewslettertrackingService', false],
  7213. ], [
  7214. 'messenger.transport.newsletter-tracking' => '?',
  7215. 'newsletter-tracking' => '?',
  7216. ]);
  7217. }
  7218. /**
  7219. * Gets the private 'messenger.retry.multiplier_retry_strategy.newsletter-tracking' shared service.
  7220. *
  7221. * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7222. */
  7223. protected function getMessenger_Retry_MultiplierRetryStrategy_NewslettertrackingService()
  7224. {
  7225. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7226. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7227. return $this->privates['messenger.retry.multiplier_retry_strategy.newsletter-tracking'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
  7228. }
  7229. /**
  7230. * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  7231. *
  7232. * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  7233. */
  7234. protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  7235. {
  7236. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  7237. $a = ($this->privates['.service_locator.gZ.IMtn'] ?? $this->get_ServiceLocator_GZ_IMtnService());
  7238. if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  7239. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  7240. }
  7241. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7242. if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  7243. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  7244. }
  7245. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener($a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7246. 'newsletter-tracking' => ['privates', 'messenger.retry.multiplier_retry_strategy.newsletter-tracking', 'getMessenger_Retry_MultiplierRetryStrategy_NewslettertrackingService', false],
  7247. ], [
  7248. 'newsletter-tracking' => '?',
  7249. ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  7250. }
  7251. /**
  7252. * Gets the private 'messenger.routable_message_bus' shared service.
  7253. *
  7254. * @return \Symfony\Component\Messenger\RoutableMessageBus
  7255. */
  7256. protected function getMessenger_RoutableMessageBusService()
  7257. {
  7258. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  7259. $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  7260. if (isset($this->privates['messenger.routable_message_bus'])) {
  7261. return $this->privates['messenger.routable_message_bus'];
  7262. }
  7263. return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7264. 'messenger.bus.default' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  7265. ], [
  7266. 'messenger.bus.default' => '?',
  7267. ]), $a);
  7268. }
  7269. /**
  7270. * Gets the private 'messenger.transport.newsletter-tracking' shared service.
  7271. *
  7272. * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7273. */
  7274. protected function getMessenger_Transport_NewslettertrackingService()
  7275. {
  7276. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7277. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7278. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7279. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  7280. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  7281. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7282. include_once \dirname(__DIR__, 4).'/src/Sqs/Serializer/Serializer.php';
  7283. return $this->privates['messenger.transport.newsletter-tracking'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  7284. yield 0 => $this->getAmazonSqsTransportFactoryService();
  7285. yield 1 => (new \NatsBridge\Symfony\NatsTransportFactory());
  7286. yield 2 => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  7287. yield 3 => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  7288. yield 4 => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  7289. yield 5 => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  7290. yield 6 => $this->getMessenger_Transport_Sqs_FactoryService();
  7291. }, 7)))->createTransport($this->getEnv('AWS_SQS_ENDPOINT').'?queue_name='.$this->getEnv('string:AWS_SQS_QUEUE_NEWSLETTER_TRACKING').'&auto_setup=0&sslmode='.$this->getEnv('string:AWS_SQS_QUEUE_SSL'), ['transport_name' => 'newsletter-tracking'], new \App\Sqs\Serializer\Serializer());
  7292. }
  7293. /**
  7294. * Gets the private 'messenger.transport.sqs.factory' shared service.
  7295. *
  7296. * @return \Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory
  7297. */
  7298. protected function getMessenger_Transport_Sqs_FactoryService()
  7299. {
  7300. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  7301. include_once \dirname(__DIR__, 4).'/vendor/symfony/amazon-sqs-messenger/Transport/AmazonSqsTransportFactory.php';
  7302. return new \Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7303. }
  7304. /**
  7305. * Gets the private 'messenger.transport.sync.factory' shared service.
  7306. *
  7307. * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  7308. */
  7309. protected function getMessenger_Transport_Sync_FactoryService()
  7310. {
  7311. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  7312. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  7313. $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  7314. if (isset($this->privates['messenger.transport.sync.factory'])) {
  7315. return $this->privates['messenger.transport.sync.factory'];
  7316. }
  7317. return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  7318. }
  7319. /**
  7320. * Gets the private 'monolog.handler.cloudwatch' shared service.
  7321. *
  7322. * @return \Monolog\Handler\StreamHandler
  7323. */
  7324. protected function getMonolog_Handler_CloudwatchService()
  7325. {
  7326. $this->privates['monolog.handler.cloudwatch'] = $instance = new \Monolog\Handler\StreamHandler('php://stdout', 'notice', true, NULL, false);
  7327. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7328. return $instance;
  7329. }
  7330. /**
  7331. * Gets the private 'monolog.handler.console' shared service.
  7332. *
  7333. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7334. */
  7335. protected function getMonolog_Handler_ConsoleService()
  7336. {
  7337. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  7338. }
  7339. /**
  7340. * Gets the private 'monolog.handler.console_filter' shared service.
  7341. *
  7342. * @return \Monolog\Handler\FingersCrossedHandler
  7343. */
  7344. protected function getMonolog_Handler_ConsoleFilterService()
  7345. {
  7346. return $this->privates['monolog.handler.console_filter'] = new \Monolog\Handler\FingersCrossedHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()), new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [0 => ['code' => 404, 'urls' => []], 1 => ['code' => 405, 'urls' => []]], new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('notice')), 0, true, true, NULL);
  7347. }
  7348. /**
  7349. * Gets the private 'monolog.handler.main' shared service.
  7350. *
  7351. * @return \Monolog\Handler\FingersCrossedHandler
  7352. */
  7353. protected function getMonolog_Handler_MainService()
  7354. {
  7355. $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  7356. $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7357. return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [0 => ['code' => 404, 'urls' => []], 1 => ['code' => 405, 'urls' => []]], new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('error')), 0, true, true, NULL);
  7358. }
  7359. /**
  7360. * Gets the private 'monolog.logger' shared service.
  7361. *
  7362. * @return \Symfony\Bridge\Monolog\Logger
  7363. */
  7364. protected function getMonolog_LoggerService()
  7365. {
  7366. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7367. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7368. $instance->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  7369. $instance->useMicrosecondTimestamps(true);
  7370. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7371. $instance->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  7372. $instance->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  7373. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7374. return $instance;
  7375. }
  7376. /**
  7377. * Gets the private 'monolog.logger.cache' shared service.
  7378. *
  7379. * @return \Symfony\Bridge\Monolog\Logger
  7380. */
  7381. protected function getMonolog_Logger_CacheService()
  7382. {
  7383. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7384. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7385. $instance->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  7386. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7387. $instance->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  7388. $instance->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  7389. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7390. return $instance;
  7391. }
  7392. /**
  7393. * Gets the private 'monolog.logger.messenger' shared service.
  7394. *
  7395. * @return \Symfony\Bridge\Monolog\Logger
  7396. */
  7397. protected function getMonolog_Logger_MessengerService()
  7398. {
  7399. $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  7400. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7401. $instance->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  7402. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7403. $instance->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  7404. $instance->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  7405. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7406. return $instance;
  7407. }
  7408. /**
  7409. * Gets the private 'monolog.logger.request' shared service.
  7410. *
  7411. * @return \Symfony\Bridge\Monolog\Logger
  7412. */
  7413. protected function getMonolog_Logger_RequestService()
  7414. {
  7415. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7416. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7417. $instance->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  7418. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7419. $instance->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  7420. $instance->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  7421. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7422. return $instance;
  7423. }
  7424. /**
  7425. * Gets the private 'monolog.logger.security' shared service.
  7426. *
  7427. * @return \Symfony\Bridge\Monolog\Logger
  7428. */
  7429. protected function getMonolog_Logger_SecurityService()
  7430. {
  7431. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7432. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7433. $instance->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  7434. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7435. $instance->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  7436. $instance->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  7437. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7438. return $instance;
  7439. }
  7440. /**
  7441. * Gets the private 'nelmio_cors.cors_listener' shared service.
  7442. *
  7443. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  7444. */
  7445. protected function getNelmioCors_CorsListenerService()
  7446. {
  7447. return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider([], $this->parameters['nelmio_cors.defaults'])]));
  7448. }
  7449. /**
  7450. * Gets the private 'parameter_bag' shared service.
  7451. *
  7452. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7453. */
  7454. protected function getParameterBagService()
  7455. {
  7456. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7457. }
  7458. /**
  7459. * Gets the private 'profiler_listener' shared service.
  7460. *
  7461. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7462. */
  7463. protected function getProfilerListenerService()
  7464. {
  7465. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  7466. if (isset($this->privates['profiler_listener'])) {
  7467. return $this->privates['profiler_listener'];
  7468. }
  7469. return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
  7470. }
  7471. /**
  7472. * Gets the private 'property_accessor' shared service.
  7473. *
  7474. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7475. */
  7476. protected function getPropertyAccessorService()
  7477. {
  7478. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  7479. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  7480. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  7481. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  7482. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  7483. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  7484. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  7485. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7486. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  7487. }
  7488. /**
  7489. * Gets the private 'property_info' shared service.
  7490. *
  7491. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7492. */
  7493. protected function getPropertyInfoService()
  7494. {
  7495. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7496. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7497. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7498. }, 2), new RewindableGenerator(function () {
  7499. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7500. }, 1), new RewindableGenerator(function () {
  7501. return new \EmptyIterator();
  7502. }, 0), new RewindableGenerator(function () {
  7503. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7504. }, 1), new RewindableGenerator(function () {
  7505. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7506. }, 1));
  7507. }
  7508. /**
  7509. * Gets the private 'property_info.serializer_extractor' shared service.
  7510. *
  7511. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7512. */
  7513. protected function getPropertyInfo_SerializerExtractorService()
  7514. {
  7515. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7516. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7517. }
  7518. /**
  7519. * Gets the private 'router.cache_warmer' shared service.
  7520. *
  7521. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7522. */
  7523. protected function getRouter_CacheWarmerService()
  7524. {
  7525. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7526. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7527. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7528. 'router' => ['privates', 'BestIt\\Routing\\Router\\ChainRouter', 'getChainRouterService', false],
  7529. ], [
  7530. 'router' => '?',
  7531. ]))->withContext('router.cache_warmer', $this));
  7532. }
  7533. /**
  7534. * Gets the private 'router.request_context' shared service.
  7535. *
  7536. * @return \Symfony\Component\Routing\RequestContext
  7537. */
  7538. protected function getRouter_RequestContextService()
  7539. {
  7540. return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  7541. }
  7542. /**
  7543. * Gets the private 'router_listener' shared service.
  7544. *
  7545. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7546. */
  7547. protected function getRouterListenerService()
  7548. {
  7549. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
  7550. }
  7551. /**
  7552. * Gets the private 'secrets.vault' shared service.
  7553. *
  7554. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  7555. */
  7556. protected function getSecrets_VaultService()
  7557. {
  7558. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7559. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7560. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7561. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  7562. return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(\Closure::fromCallable([0 => $this, 1 => 'getEnv']), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  7563. }
  7564. /**
  7565. * Gets the private 'security.access_listener' shared service.
  7566. *
  7567. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7568. */
  7569. protected function getSecurity_AccessListenerService()
  7570. {
  7571. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7572. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7573. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7574. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7575. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  7576. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7577. if (isset($this->privates['security.access_listener'])) {
  7578. return $this->privates['security.access_listener'];
  7579. }
  7580. $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7581. if (isset($this->privates['security.access_listener'])) {
  7582. return $this->privates['security.access_listener'];
  7583. }
  7584. return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), $b);
  7585. }
  7586. /**
  7587. * Gets the private 'security.authentication.guard_handler' shared service.
  7588. *
  7589. * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  7590. *
  7591. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  7592. */
  7593. protected function getSecurity_Authentication_GuardHandlerService()
  7594. {
  7595. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  7596. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7597. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7598. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7599. if (isset($this->privates['security.authentication.guard_handler'])) {
  7600. return $this->privates['security.authentication.guard_handler'];
  7601. }
  7602. $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, [0 => 'story_grid_api']);
  7603. $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  7604. return $instance;
  7605. }
  7606. /**
  7607. * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  7608. *
  7609. * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7610. *
  7611. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  7612. */
  7613. protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  7614. {
  7615. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7616. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7617. if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  7618. return $this->privates['security.authentication.listener.anonymous.main'];
  7619. }
  7620. return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  7621. }
  7622. /**
  7623. * Gets the private 'security.authentication.listener.anonymous.story_grid_api' shared service.
  7624. *
  7625. * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7626. *
  7627. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.story_grid_api" service is deprecated, use the new authenticator system instead.
  7628. */
  7629. protected function getSecurity_Authentication_Listener_Anonymous_StoryGridApiService()
  7630. {
  7631. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.story_grid_api" service is deprecated, use the new authenticator system instead.');
  7632. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7633. if (isset($this->privates['security.authentication.listener.anonymous.story_grid_api'])) {
  7634. return $this->privates['security.authentication.listener.anonymous.story_grid_api'];
  7635. }
  7636. return $this->privates['security.authentication.listener.anonymous.story_grid_api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  7637. }
  7638. /**
  7639. * Gets the private 'security.authentication.listener.guard.main' shared service.
  7640. *
  7641. * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7642. *
  7643. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  7644. */
  7645. protected function getSecurity_Authentication_Listener_Guard_MainService()
  7646. {
  7647. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  7648. $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  7649. if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7650. return $this->privates['security.authentication.listener.guard.main'];
  7651. }
  7652. $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  7653. if (isset($this->privates['security.authentication.listener.guard.main'])) {
  7654. return $this->privates['security.authentication.listener.guard.main'];
  7655. }
  7656. return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'main', new RewindableGenerator(function () {
  7657. yield 0 => ($this->privates['App\\Module\\Account\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  7658. }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7659. }
  7660. /**
  7661. * Gets the private 'security.authentication.manager' shared service.
  7662. *
  7663. * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7664. *
  7665. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  7666. */
  7667. protected function getSecurity_Authentication_ManagerService()
  7668. {
  7669. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  7670. $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7671. yield 0 => ($this->privates['security.authentication.provider.anonymous.story_grid_api'] ?? $this->getSecurity_Authentication_Provider_Anonymous_StoryGridApiService());
  7672. yield 1 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  7673. yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  7674. }, 3), true);
  7675. $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7676. return $instance;
  7677. }
  7678. /**
  7679. * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  7680. *
  7681. * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  7682. *
  7683. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  7684. */
  7685. protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  7686. {
  7687. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7688. return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  7689. }
  7690. /**
  7691. * Gets the private 'security.authentication.provider.anonymous.story_grid_api' shared service.
  7692. *
  7693. * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  7694. *
  7695. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.story_grid_api" service is deprecated, use the new authenticator system instead.
  7696. */
  7697. protected function getSecurity_Authentication_Provider_Anonymous_StoryGridApiService()
  7698. {
  7699. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.story_grid_api" service is deprecated, use the new authenticator system instead.');
  7700. return $this->privates['security.authentication.provider.anonymous.story_grid_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  7701. }
  7702. /**
  7703. * Gets the private 'security.authentication.provider.guard.main' shared service.
  7704. *
  7705. * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7706. *
  7707. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  7708. */
  7709. protected function getSecurity_Authentication_Provider_Guard_MainService()
  7710. {
  7711. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  7712. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7713. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7714. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  7715. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  7716. return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  7717. yield 0 => ($this->privates['App\\Module\\Account\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  7718. }, 1), ($this->privates['App\\Module\\Account\\Provider\\UserProvider'] ?? $this->getUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  7719. }
  7720. /**
  7721. * Gets the private 'security.channel_listener' shared service.
  7722. *
  7723. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7724. */
  7725. protected function getSecurity_ChannelListenerService()
  7726. {
  7727. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7728. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7729. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7730. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7731. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  7732. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7733. return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  7734. }
  7735. /**
  7736. * Gets the private 'security.command.debug_firewall' shared service.
  7737. *
  7738. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  7739. */
  7740. protected function getSecurity_Command_DebugFirewallService()
  7741. {
  7742. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7743. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  7744. $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.QoqLuWu'] ?? $this->get_ServiceLocator_QoqLuWuService()), ($this->privates['.service_locator.hyRUyZH'] ?? $this->get_ServiceLocator_HyRUyZHService()), [], false);
  7745. $instance->setName('debug:firewall');
  7746. $instance->setDescription('Display information about your security firewall(s)');
  7747. return $instance;
  7748. }
  7749. /**
  7750. * Gets the private 'security.command.user_password_encoder' shared service.
  7751. *
  7752. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7753. *
  7754. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  7755. */
  7756. protected function getSecurity_Command_UserPasswordEncoderService()
  7757. {
  7758. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  7759. $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'Symfony\\Component\\Security\\Core\\User\\User']);
  7760. $instance->setName('security:encode-password');
  7761. $instance->setDescription('Encode a password');
  7762. return $instance;
  7763. }
  7764. /**
  7765. * Gets the private 'security.command.user_password_hash' shared service.
  7766. *
  7767. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  7768. */
  7769. protected function getSecurity_Command_UserPasswordHashService()
  7770. {
  7771. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7772. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  7773. $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'Symfony\\Component\\Security\\Core\\User\\User']);
  7774. $instance->setName('security:hash-password');
  7775. $instance->setDescription('Hash a user password');
  7776. return $instance;
  7777. }
  7778. /**
  7779. * Gets the private 'security.context_listener.0' shared service.
  7780. *
  7781. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7782. */
  7783. protected function getSecurity_ContextListener_0Service()
  7784. {
  7785. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7786. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7787. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7788. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7789. if (isset($this->privates['security.context_listener.0'])) {
  7790. return $this->privates['security.context_listener.0'];
  7791. }
  7792. return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  7793. yield 0 => ($this->privates['App\\Module\\Account\\Provider\\UserProvider'] ?? $this->getUserProviderService());
  7794. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  7795. }
  7796. /**
  7797. * Gets the private 'security.csrf.token_storage' shared service.
  7798. *
  7799. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7800. */
  7801. protected function getSecurity_Csrf_TokenStorageService()
  7802. {
  7803. return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7804. }
  7805. /**
  7806. * Gets the private 'security.encoder_factory.generic' shared service.
  7807. *
  7808. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7809. *
  7810. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  7811. */
  7812. protected function getSecurity_EncoderFactory_GenericService()
  7813. {
  7814. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  7815. return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\PlaintextPasswordEncoder', 'arguments' => [0 => false]]]);
  7816. }
  7817. /**
  7818. * Gets the private 'security.event_dispatcher.main' shared service.
  7819. *
  7820. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7821. */
  7822. protected function getSecurity_EventDispatcher_MainService()
  7823. {
  7824. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7825. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  7826. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  7827. }, 1 => 'onLogout'], 64);
  7828. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  7829. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7830. }, 1 => 'onLogout'], 0);
  7831. $instance->addListener('security.interactive_login', [0 => function () {
  7832. return ($this->privates['App\\Module\\Account\\Subscriber\\ExcludeVatSubscriber'] ?? $this->getExcludeVatSubscriberService());
  7833. }, 1 => 'addVatCookieBasedOnCustomerGroupOnLogin'], 0);
  7834. $instance->addListener('security.interactive_login', [0 => function () {
  7835. return ($this->privates['App\\Module\\Checkout\\Subscriber\\LoginCartSubscriber'] ?? $this->getLoginCartSubscriberService());
  7836. }, 1 => 'mergeCarts'], 0);
  7837. $instance->addListener('security.interactive_login', [0 => function () {
  7838. return ($this->privates['App\\Module\\ShoppingList\\Subscriber\\LoginShoppingListSubscriber'] ?? $this->getLoginShoppingListSubscriberService());
  7839. }, 1 => 'mergeShoppingLists'], 0);
  7840. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  7841. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7842. }, 1 => 'onLogout'], 0);
  7843. return $instance;
  7844. }
  7845. /**
  7846. * Gets the private 'security.event_dispatcher.story_grid_api' shared service.
  7847. *
  7848. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7849. */
  7850. protected function getSecurity_EventDispatcher_StoryGridApiService()
  7851. {
  7852. $this->privates['security.event_dispatcher.story_grid_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7853. $instance->addListener('security.interactive_login', [0 => function () {
  7854. return ($this->privates['App\\Module\\Account\\Subscriber\\ExcludeVatSubscriber'] ?? $this->getExcludeVatSubscriberService());
  7855. }, 1 => 'addVatCookieBasedOnCustomerGroupOnLogin'], 0);
  7856. $instance->addListener('security.interactive_login', [0 => function () {
  7857. return ($this->privates['App\\Module\\Checkout\\Subscriber\\LoginCartSubscriber'] ?? $this->getLoginCartSubscriberService());
  7858. }, 1 => 'mergeCarts'], 0);
  7859. $instance->addListener('security.interactive_login', [0 => function () {
  7860. return ($this->privates['App\\Module\\ShoppingList\\Subscriber\\LoginShoppingListSubscriber'] ?? $this->getLoginShoppingListSubscriberService());
  7861. }, 1 => 'mergeShoppingLists'], 0);
  7862. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  7863. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7864. }, 1 => 'onLogout'], 0);
  7865. return $instance;
  7866. }
  7867. /**
  7868. * Gets the private 'security.firewall.map' shared service.
  7869. *
  7870. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7871. */
  7872. protected function getSecurity_Firewall_MapService()
  7873. {
  7874. $a = ($this->privates['.service_locator.QoqLuWu'] ?? $this->get_ServiceLocator_QoqLuWuService());
  7875. if (isset($this->privates['security.firewall.map'])) {
  7876. return $this->privates['security.firewall.map'];
  7877. }
  7878. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  7879. yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  7880. yield 'security.firewall.map.context.story_grid_api' => ($this->privates['.security.request_matcher.nVFCwch'] ?? ($this->privates['.security.request_matcher.nVFCwch'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/storygrid/init')));
  7881. yield 'security.firewall.map.context.main' => NULL;
  7882. }, 3));
  7883. }
  7884. /**
  7885. * Gets the private 'security.firewall.map.context.dev' shared service.
  7886. *
  7887. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7888. */
  7889. protected function getSecurity_Firewall_Map_Context_DevService()
  7890. {
  7891. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7892. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7893. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7894. return new \EmptyIterator();
  7895. }, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
  7896. }
  7897. /**
  7898. * Gets the private 'security.firewall.map.context.main' shared service.
  7899. *
  7900. * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  7901. */
  7902. protected function getSecurity_Firewall_Map_Context_MainService()
  7903. {
  7904. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7905. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  7906. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7907. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7908. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7909. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7910. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7911. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7912. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  7913. if (isset($this->privates['security.firewall.map.context.main'])) {
  7914. return $this->privates['security.firewall.map.context.main'];
  7915. }
  7916. $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  7917. $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7918. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  7919. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7920. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7921. yield 2 => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  7922. yield 3 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  7923. yield 4 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7924. }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c, 'main', ($this->privates['App\\Module\\Account\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $c, $a, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_account_logout_account']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Module\\Account\\Provider\\UserProvider', 'main', 'App\\Module\\Account\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  7925. }
  7926. /**
  7927. * Gets the private 'security.firewall.map.context.story_grid_api' shared service.
  7928. *
  7929. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7930. */
  7931. protected function getSecurity_Firewall_Map_Context_StoryGridApiService()
  7932. {
  7933. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7934. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7935. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7936. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7937. return $this->privates['security.firewall.map.context.story_grid_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7938. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7939. yield 1 => ($this->privates['security.authentication.listener.anonymous.story_grid_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_StoryGridApiService());
  7940. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7941. }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'story_grid_api', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('story_grid_api', 'security.user_checker', '.security.request_matcher.nVFCwch', true, true, 'App\\Module\\Account\\Provider\\UserProvider', NULL, NULL, NULL, NULL, [0 => 'anonymous'], NULL));
  7942. }
  7943. /**
  7944. * Gets the private 'security.helper' shared service.
  7945. *
  7946. * @return \Symfony\Component\Security\Core\Security
  7947. */
  7948. protected function getSecurity_HelperService()
  7949. {
  7950. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7951. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  7952. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  7953. ], [
  7954. 'security.authorization_checker' => '?',
  7955. 'security.token_storage' => '?',
  7956. ]));
  7957. }
  7958. /**
  7959. * Gets the private 'security.http_utils' shared service.
  7960. *
  7961. * @return \Symfony\Component\Security\Http\HttpUtils
  7962. */
  7963. protected function getSecurity_HttpUtilsService()
  7964. {
  7965. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  7966. $a = ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService());
  7967. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https://%s$}i', NULL);
  7968. }
  7969. /**
  7970. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  7971. *
  7972. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  7973. */
  7974. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  7975. {
  7976. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  7977. return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  7978. }
  7979. /**
  7980. * Gets the private 'security.logout.listener.default.main' shared service.
  7981. *
  7982. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7983. */
  7984. protected function getSecurity_Logout_Listener_Default_MainService()
  7985. {
  7986. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7987. return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'app_get_home');
  7988. }
  7989. /**
  7990. * Gets the private 'security.logout_url_generator' shared service.
  7991. *
  7992. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7993. */
  7994. protected function getSecurity_LogoutUrlGeneratorService()
  7995. {
  7996. $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  7997. $instance->registerListener('main', 'app_account_logout_account', 'logout', '_csrf_token', NULL, NULL);
  7998. return $instance;
  7999. }
  8000. /**
  8001. * Gets the private 'security.password_hasher_factory' shared service.
  8002. *
  8003. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8004. */
  8005. protected function getSecurity_PasswordHasherFactoryService()
  8006. {
  8007. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8008. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8009. return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\PlaintextPasswordHasher', 'arguments' => [0 => false]]]);
  8010. }
  8011. /**
  8012. * Gets the private 'security.validator.user_password' shared service.
  8013. *
  8014. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8015. */
  8016. protected function getSecurity_Validator_UserPasswordService()
  8017. {
  8018. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8019. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  8020. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8021. return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8022. }
  8023. /**
  8024. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8025. *
  8026. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8027. */
  8028. protected function getSensioFrameworkExtra_Controller_ListenerService()
  8029. {
  8030. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8031. }
  8032. /**
  8033. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8034. *
  8035. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8036. */
  8037. protected function getSensioFrameworkExtra_Converter_ListenerService()
  8038. {
  8039. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8040. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULL, NULL), 0, 'doctrine.orm');
  8041. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  8042. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  8043. }
  8044. /**
  8045. * Gets the private 'sensio_framework_extra.routing.loader.annot_class' shared service.
  8046. *
  8047. * @return \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader
  8048. *
  8049. * @deprecated The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2
  8050. */
  8051. protected function getSensioFrameworkExtra_Routing_Loader_AnnotClassService()
  8052. {
  8053. trigger_deprecation('', '', 'The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2');
  8054. return $this->privates['sensio_framework_extra.routing.loader.annot_class'] = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8055. }
  8056. /**
  8057. * Gets the private 'sensio_framework_extra.routing.loader.annot_dir' shared service.
  8058. *
  8059. * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  8060. *
  8061. * @deprecated The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2
  8062. */
  8063. protected function getSensioFrameworkExtra_Routing_Loader_AnnotDirService()
  8064. {
  8065. trigger_deprecation('', '', 'The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2');
  8066. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  8067. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  8068. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  8069. return new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  8070. }
  8071. /**
  8072. * Gets the private 'sensio_framework_extra.routing.loader.annot_file' shared service.
  8073. *
  8074. * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  8075. *
  8076. * @deprecated The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2
  8077. */
  8078. protected function getSensioFrameworkExtra_Routing_Loader_AnnotFileService()
  8079. {
  8080. trigger_deprecation('', '', 'The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2');
  8081. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  8082. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  8083. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  8084. return new \Symfony\Component\Routing\Loader\AnnotationFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  8085. }
  8086. /**
  8087. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8088. *
  8089. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8090. */
  8091. protected function getSensioFrameworkExtra_Security_ListenerService()
  8092. {
  8093. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8094. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8095. return $this->privates['sensio_framework_extra.security.listener'];
  8096. }
  8097. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8098. }
  8099. /**
  8100. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8101. *
  8102. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8103. */
  8104. protected function getSensioFrameworkExtra_View_ListenerService()
  8105. {
  8106. $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
  8107. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8108. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  8109. ], [
  8110. 'twig' => '?',
  8111. ]))->withContext('sensio_framework_extra.view.listener', $this));
  8112. return $instance;
  8113. }
  8114. /**
  8115. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8116. *
  8117. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8118. */
  8119. protected function getSerializer_Mapping_CacheWarmerService()
  8120. {
  8121. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8122. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8123. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8124. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8125. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8126. return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  8127. }
  8128. /**
  8129. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8130. *
  8131. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8132. */
  8133. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8134. {
  8135. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8136. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8137. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8138. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8139. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8140. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8141. return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  8142. }
  8143. /**
  8144. * Gets the private 'session.factory' shared service.
  8145. *
  8146. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  8147. */
  8148. protected function getSession_FactoryService()
  8149. {
  8150. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  8151. if (isset($this->privates['session.factory'])) {
  8152. return $this->privates['session.factory'];
  8153. }
  8154. $b = ($this->privates['session.storage.factory.service'] ?? $this->getSession_Storage_Factory_ServiceService());
  8155. if (isset($this->privates['session.factory'])) {
  8156. return $this->privates['session.factory'];
  8157. }
  8158. return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, [0 => $a, 1 => 'onSessionUsage']);
  8159. }
  8160. /**
  8161. * Gets the private 'session.storage.factory.service' shared service.
  8162. *
  8163. * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  8164. *
  8165. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  8166. */
  8167. protected function getSession_Storage_Factory_ServiceService()
  8168. {
  8169. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  8170. $a = ($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService());
  8171. if (isset($this->privates['session.storage.factory.service'])) {
  8172. return $this->privates['session.storage.factory.service'];
  8173. }
  8174. return $this->privates['session.storage.factory.service'] = new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($a);
  8175. }
  8176. /**
  8177. * Gets the private 'session.storage.metadata_bag' shared service.
  8178. *
  8179. * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  8180. *
  8181. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  8182. */
  8183. protected function getSession_Storage_MetadataBagService()
  8184. {
  8185. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  8186. return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
  8187. }
  8188. /**
  8189. * Gets the private 'session.storage.native' shared service.
  8190. *
  8191. * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8192. *
  8193. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  8194. */
  8195. protected function getSession_Storage_NativeService()
  8196. {
  8197. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  8198. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  8199. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  8200. include_once \dirname(__DIR__, 4).'/src/Session/Storage/Handler/RedisSessionHandler.php';
  8201. $a = ($this->privates['snc_redis.session'] ?? $this->getSncRedis_SessionService());
  8202. if (isset($this->privates['session.storage.native'])) {
  8203. return $this->privates['session.storage.native'];
  8204. }
  8205. return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \App\Session\Storage\Handler\RedisSessionHandler($a, ['prefix' => 'session', 'ttl' => 864000]), $this->getSession_Storage_MetadataBagService());
  8206. }
  8207. /**
  8208. * Gets the private 'session_listener' shared service.
  8209. *
  8210. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8211. */
  8212. protected function getSessionListenerService()
  8213. {
  8214. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8215. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  8216. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  8217. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  8218. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  8219. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  8220. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  8221. ], [
  8222. 'initialized_session' => '?',
  8223. 'logger' => '?',
  8224. 'request_stack' => '?',
  8225. 'session' => '?',
  8226. 'session_collector' => '?',
  8227. 'session_factory' => '?',
  8228. ]), true, $this->parameters['session.storage.options']);
  8229. }
  8230. /**
  8231. * Gets the private 'snc_redis.key_value' shared service.
  8232. *
  8233. * @return \Predis\Client
  8234. */
  8235. protected function getSncRedis_KeyValueService()
  8236. {
  8237. $a = new \Snc\RedisBundle\Client\Predis\Connection\ConnectionFactory();
  8238. $a->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8239. $a->setConnectionWrapperClass('Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper');
  8240. $a->setLogger(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService()));
  8241. return $this->privates['snc_redis.key_value'] = new \Predis\Client([0 => \Snc\RedisBundle\Factory\PredisParametersFactory::create(['replication' => 'sentinel', 'service' => 'mymaster', 'parameters' => ['password' => $this->getEnv('resolve:REDIS_KV_PW'), 'logging' => true, 'database' => NULL, 'username' => NULL, 'sentinel_username' => NULL, 'sentinel_password' => NULL], 'commands' => [], 'read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'prefix' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'ssl' => [], 'logging' => true, 'alias' => 'key_value1'], 'Predis\\Connection\\Parameters', 'redis://'.$this->getEnv('string:resolve:REDIS_KV_PW').'@redis-node-0.redis-headless.redis.svc:26379'), 1 => \Snc\RedisBundle\Factory\PredisParametersFactory::create(['replication' => 'sentinel', 'service' => 'mymaster', 'parameters' => ['password' => $this->getEnv('resolve:REDIS_KV_PW'), 'logging' => true, 'database' => NULL, 'username' => NULL, 'sentinel_username' => NULL, 'sentinel_password' => NULL], 'commands' => [], 'read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'prefix' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'ssl' => [], 'logging' => true, 'alias' => 'key_value2'], 'Predis\\Connection\\Parameters', 'redis://'.$this->getEnv('string:resolve:REDIS_KV_PW').'@redis-node-1.redis-headless.redis.svc:26379'), 2 => \Snc\RedisBundle\Factory\PredisParametersFactory::create(['replication' => 'sentinel', 'service' => 'mymaster', 'parameters' => ['password' => $this->getEnv('resolve:REDIS_KV_PW'), 'logging' => true, 'database' => NULL, 'username' => NULL, 'sentinel_username' => NULL, 'sentinel_password' => NULL], 'commands' => [], 'read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'prefix' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'ssl' => [], 'logging' => true, 'alias' => 'key_value3'], 'Predis\\Connection\\Parameters', 'redis://'.$this->getEnv('string:resolve:REDIS_KV_PW').'@redis-node-2.redis-headless.redis.svc:26379')], new \Predis\Configuration\Options(['replication' => 'sentinel', 'service' => 'mymaster', 'parameters' => ['password' => $this->getEnv('resolve:REDIS_KV_PW'), 'logging' => true, 'database' => NULL, 'username' => NULL, 'sentinel_username' => NULL, 'sentinel_password' => NULL], 'commands' => [], 'read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'prefix' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'ssl' => [], 'connections' => $a]));
  8242. }
  8243. /**
  8244. * Gets the private 'snc_redis.logger' shared service.
  8245. *
  8246. * @return \Snc\RedisBundle\Logger\RedisLogger
  8247. */
  8248. protected function getSncRedis_LoggerService()
  8249. {
  8250. $a = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  8251. $this->privates['snc_redis.logger'] = $instance = new \Snc\RedisBundle\Logger\RedisLogger($a);
  8252. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8253. $a->pushProcessor(($this->privates['App\\Infrastructure\\Logger\\RequestDecoratorProcessor'] ?? $this->getRequestDecoratorProcessorService()));
  8254. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8255. $a->pushHandler(($this->privates['monolog.handler.console_filter'] ?? $this->getMonolog_Handler_ConsoleFilterService()));
  8256. $a->pushHandler(($this->privates['monolog.handler.cloudwatch'] ?? $this->getMonolog_Handler_CloudwatchService()));
  8257. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8258. return $instance;
  8259. }
  8260. /**
  8261. * Gets the private 'snc_redis.session' shared service.
  8262. *
  8263. * @return \Predis\Client
  8264. */
  8265. protected function getSncRedis_SessionService()
  8266. {
  8267. $a = new \Snc\RedisBundle\Client\Predis\Connection\ConnectionFactory();
  8268. $this->privates['snc_redis.session'] = $instance = new \Predis\Client([0 => \Snc\RedisBundle\Factory\PredisParametersFactory::create(['replication' => 'sentinel', 'service' => 'mymaster', 'parameters' => ['password' => $this->getEnv('resolve:REDIS_PW'), 'logging' => true, 'database' => NULL, 'username' => NULL, 'sentinel_username' => NULL, 'sentinel_password' => NULL], 'commands' => [], 'read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'prefix' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'ssl' => [], 'logging' => true, 'alias' => 'session1'], 'Predis\\Connection\\Parameters', 'redis://'.$this->getEnv('string:resolve:REDIS_PW').'@redis-session-node-0.redis-session-headless.storefront.svc:26379'), 1 => \Snc\RedisBundle\Factory\PredisParametersFactory::create(['replication' => 'sentinel', 'service' => 'mymaster', 'parameters' => ['password' => $this->getEnv('resolve:REDIS_PW'), 'logging' => true, 'database' => NULL, 'username' => NULL, 'sentinel_username' => NULL, 'sentinel_password' => NULL], 'commands' => [], 'read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'prefix' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'ssl' => [], 'logging' => true, 'alias' => 'session2'], 'Predis\\Connection\\Parameters', 'redis://'.$this->getEnv('string:resolve:REDIS_PW').'@redis-session-node-1.redis-session-headless.storefront.svc:26379'), 2 => \Snc\RedisBundle\Factory\PredisParametersFactory::create(['replication' => 'sentinel', 'service' => 'mymaster', 'parameters' => ['password' => $this->getEnv('resolve:REDIS_PW'), 'logging' => true, 'database' => NULL, 'username' => NULL, 'sentinel_username' => NULL, 'sentinel_password' => NULL], 'commands' => [], 'read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'prefix' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'ssl' => [], 'logging' => true, 'alias' => 'session3'], 'Predis\\Connection\\Parameters', 'redis://'.$this->getEnv('string:resolve:REDIS_PW').'@redis-session-node-2.redis-session-headless.storefront.svc:26379')], new \Predis\Configuration\Options(['replication' => 'sentinel', 'service' => 'mymaster', 'parameters' => ['password' => $this->getEnv('resolve:REDIS_PW'), 'logging' => true, 'database' => NULL, 'username' => NULL, 'sentinel_username' => NULL, 'sentinel_password' => NULL], 'commands' => [], 'read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'prefix' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'ssl' => [], 'connections' => $a]));
  8269. $a->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8270. $a->setConnectionWrapperClass('Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper');
  8271. $a->setLogger(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService()));
  8272. return $instance;
  8273. }
  8274. /**
  8275. * Gets the private 'translation.extractor' shared service.
  8276. *
  8277. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8278. */
  8279. protected function getTranslation_ExtractorService()
  8280. {
  8281. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8282. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8283. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8284. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8285. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8286. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8287. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8288. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8289. return $instance;
  8290. }
  8291. /**
  8292. * Gets the private 'translation.loader.csv' shared service.
  8293. *
  8294. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8295. */
  8296. protected function getTranslation_Loader_CsvService()
  8297. {
  8298. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8299. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8300. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8301. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8302. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8303. }
  8304. /**
  8305. * Gets the private 'translation.loader.dat' shared service.
  8306. *
  8307. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8308. */
  8309. protected function getTranslation_Loader_DatService()
  8310. {
  8311. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8312. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8313. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8314. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8315. }
  8316. /**
  8317. * Gets the private 'translation.loader.ini' shared service.
  8318. *
  8319. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8320. */
  8321. protected function getTranslation_Loader_IniService()
  8322. {
  8323. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8324. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8325. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8326. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8327. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8328. }
  8329. /**
  8330. * Gets the private 'translation.loader.json' shared service.
  8331. *
  8332. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8333. */
  8334. protected function getTranslation_Loader_JsonService()
  8335. {
  8336. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8337. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8338. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8339. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8340. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8341. }
  8342. /**
  8343. * Gets the private 'translation.loader.mo' shared service.
  8344. *
  8345. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8346. */
  8347. protected function getTranslation_Loader_MoService()
  8348. {
  8349. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8350. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8351. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8352. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8353. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8354. }
  8355. /**
  8356. * Gets the private 'translation.loader.php' shared service.
  8357. *
  8358. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8359. */
  8360. protected function getTranslation_Loader_PhpService()
  8361. {
  8362. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8363. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8364. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8365. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8366. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8367. }
  8368. /**
  8369. * Gets the private 'translation.loader.po' shared service.
  8370. *
  8371. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8372. */
  8373. protected function getTranslation_Loader_PoService()
  8374. {
  8375. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8376. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8377. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8378. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8379. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8380. }
  8381. /**
  8382. * Gets the private 'translation.loader.qt' shared service.
  8383. *
  8384. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8385. */
  8386. protected function getTranslation_Loader_QtService()
  8387. {
  8388. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8389. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8390. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8391. }
  8392. /**
  8393. * Gets the private 'translation.loader.res' shared service.
  8394. *
  8395. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8396. */
  8397. protected function getTranslation_Loader_ResService()
  8398. {
  8399. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8400. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8401. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8402. }
  8403. /**
  8404. * Gets the private 'translation.loader.xliff' shared service.
  8405. *
  8406. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8407. */
  8408. protected function getTranslation_Loader_XliffService()
  8409. {
  8410. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8411. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8412. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8413. }
  8414. /**
  8415. * Gets the private 'translation.loader.yml' shared service.
  8416. *
  8417. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8418. */
  8419. protected function getTranslation_Loader_YmlService()
  8420. {
  8421. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8422. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8423. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8424. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8425. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8426. }
  8427. /**
  8428. * Gets the private 'translation.provider_collection' shared service.
  8429. *
  8430. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  8431. */
  8432. protected function getTranslation_ProviderCollectionService()
  8433. {
  8434. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  8435. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  8436. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  8437. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  8438. }, 1), []))->fromConfig([]);
  8439. }
  8440. /**
  8441. * Gets the private 'translation.reader' shared service.
  8442. *
  8443. * @return \Symfony\Component\Translation\Reader\TranslationReader
  8444. */
  8445. protected function getTranslation_ReaderService()
  8446. {
  8447. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8448. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8449. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8450. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8451. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8452. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8453. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8454. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8455. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8456. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8457. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8458. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8459. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8460. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8461. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8462. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8463. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8464. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8465. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8466. $instance->addLoader('redis', ($this->privates['App\\Translation\\RedisLoader'] ?? $this->getRedisLoaderService()));
  8467. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8468. $instance->addLoader('yaml', $a);
  8469. $instance->addLoader('yml', $a);
  8470. $instance->addLoader('xlf', $b);
  8471. $instance->addLoader('xliff', $b);
  8472. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8473. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8474. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8475. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8476. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8477. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8478. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8479. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8480. return $instance;
  8481. }
  8482. /**
  8483. * Gets the private 'translation.warmer' shared service.
  8484. *
  8485. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8486. */
  8487. protected function getTranslation_WarmerService()
  8488. {
  8489. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8490. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8491. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8492. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8493. ], [
  8494. 'translator' => '?',
  8495. ]))->withContext('translation.warmer', $this));
  8496. }
  8497. /**
  8498. * Gets the private 'translation.writer' shared service.
  8499. *
  8500. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  8501. */
  8502. protected function getTranslation_WriterService()
  8503. {
  8504. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8505. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8506. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8507. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8508. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8509. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8510. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8511. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8512. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8513. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8514. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8515. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8516. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8517. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8518. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8519. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8520. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8521. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8522. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8523. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8524. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8525. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8526. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8527. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8528. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8529. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8530. return $instance;
  8531. }
  8532. /**
  8533. * Gets the private 'translator.default' shared service.
  8534. *
  8535. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8536. */
  8537. protected function getTranslator_DefaultService()
  8538. {
  8539. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8540. 'App\\Translation\\RedisLoader' => ['privates', 'App\\Translation\\RedisLoader', 'getRedisLoaderService', false],
  8541. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  8542. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  8543. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  8544. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  8545. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  8546. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  8547. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  8548. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  8549. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  8550. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  8551. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  8552. ], [
  8553. 'App\\Translation\\RedisLoader' => '?',
  8554. 'translation.loader.csv' => '?',
  8555. 'translation.loader.dat' => '?',
  8556. 'translation.loader.ini' => '?',
  8557. 'translation.loader.json' => '?',
  8558. 'translation.loader.mo' => '?',
  8559. 'translation.loader.php' => '?',
  8560. 'translation.loader.po' => '?',
  8561. 'translation.loader.qt' => '?',
  8562. 'translation.loader.res' => '?',
  8563. 'translation.loader.xliff' => '?',
  8564. 'translation.loader.yml' => '?',
  8565. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de-DE', ['App\\Translation\\RedisLoader' => [0 => 'redis'], 'translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => NULL, 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'cs_CZ' => [0 => (\dirname(__DIR__, 4).'/translations/messages.cs_CZ.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.cs_CZ.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.cs_CZ.redis')], 'da_DK' => [0 => (\dirname(__DIR__, 4).'/translations/messages.da_DK.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.da_DK.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.da_DK.redis')], 'de_AT' => [0 => (\dirname(__DIR__, 4).'/translations/messages.de_AT.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.de_AT.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.de_AT.redis')], 'de_CH' => [0 => (\dirname(__DIR__, 4).'/translations/messages.de_CH.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.de_CH.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.de_CH.redis')], 'de_DE' => [0 => (\dirname(__DIR__, 4).'/translations/messages.de_DE.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.de_DE.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.de_DE.redis')], 'en_CA' => [0 => (\dirname(__DIR__, 4).'/translations/messages.en_CA.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.en_CA.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.en_CA.redis')], 'en_GB' => [0 => (\dirname(__DIR__, 4).'/translations/messages.en_GB.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.en_GB.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.en_GB.redis')], 'en_IE' => [0 => (\dirname(__DIR__, 4).'/translations/messages.en_IE.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.en_IE.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.en_IE.redis')], 'en_US' => [0 => (\dirname(__DIR__, 4).'/translations/messages.en_US.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.en_US.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.en_US.redis')], 'es_ES' => [0 => (\dirname(__DIR__, 4).'/translations/messages.es_ES.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.es_ES.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.es_ES.redis')], 'es_US' => [0 => (\dirname(__DIR__, 4).'/translations/messages.es_US.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.es_US.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.es_US.redis')], 'fi_FI' => [0 => (\dirname(__DIR__, 4).'/translations/messages.fi_FI.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.fi_FI.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.fi_FI.redis')], 'fr_BE' => [0 => (\dirname(__DIR__, 4).'/translations/messages.fr_BE.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.fr_BE.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.fr_BE.redis')], 'fr_CA' => [0 => (\dirname(__DIR__, 4).'/translations/messages.fr_CA.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.fr_CA.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.fr_CA.redis')], 'fr_CH' => [0 => (\dirname(__DIR__, 4).'/translations/messages.fr_CH.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.fr_CH.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.fr_CH.redis')], 'fr_FR' => [0 => (\dirname(__DIR__, 4).'/translations/messages.fr_FR.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.fr_FR.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.fr_FR.redis')], 'hu_HU' => [0 => (\dirname(__DIR__, 4).'/translations/messages.hu_HU.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.hu_HU.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.hu_HU.redis')], 'it_CH' => [0 => (\dirname(__DIR__, 4).'/translations/messages.it_CH.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.it_CH.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.it_CH.redis')], 'it_IT' => [0 => (\dirname(__DIR__, 4).'/translations/messages.it_IT.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.it_IT.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.it_IT.redis')], 'nb_NO' => [0 => (\dirname(__DIR__, 4).'/translations/messages.nb_NO.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.nb_NO.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.nb_NO.redis')], 'nl_BE' => [0 => (\dirname(__DIR__, 4).'/translations/messages.nl_BE.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.nl_BE.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.nl_BE.redis')], 'nl_NL' => [0 => (\dirname(__DIR__, 4).'/translations/messages.nl_NL.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.nl_NL.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.nl_NL.redis')], 'pl_PL' => [0 => (\dirname(__DIR__, 4).'/translations/messages.pl_PL.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.pl_PL.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.pl_PL.redis')], 'pt_PT' => [0 => (\dirname(__DIR__, 4).'/translations/messages.pt_PT.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.pt_PT.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.pt_PT.redis')], 'sk_SK' => [0 => (\dirname(__DIR__, 4).'/translations/messages.sk_SK.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.sk_SK.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.sk_SK.redis')], 'sv_SE' => [0 => (\dirname(__DIR__, 4).'/translations/messages.sv_SE.redis'), 1 => (\dirname(__DIR__, 4).'/translations/routes.sv_SE.redis'), 2 => (\dirname(__DIR__, 4).'/translations/validators.sv_SE.redis')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm-bundle/src/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/best-it/redis-bundle/src/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/best-it/routing-bundle/src/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'translations', 4 => 'vendor/symfony/framework-bundle/translations', 5 => 'vendor/sensio/framework-extra-bundle/src/translations', 6 => 'vendor/bestit/commercetools-odm-bundle/src/translations', 7 => 'vendor/symfony/monolog-bundle/translations', 8 => 'vendor/symfony/twig-bundle/translations', 9 => 'vendor/symfony/webpack-encore-bundle/src/translations', 10 => 'vendor/best-it/redis-bundle/src/translations', 11 => 'vendor/best-it/routing-bundle/src/translations', 12 => 'vendor/symfony/security-bundle/translations', 13 => 'vendor/symfony/web-profiler-bundle/translations', 14 => 'vendor/twig/extra-bundle/translations', 15 => 'vendor/nelmio/cors-bundle/translations', 16 => 'vendor/snc/redis-bundle/src/translations']]], []);
  8566. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8567. $instance->setFallbackLocales([0 => 'de-DE']);
  8568. return $instance;
  8569. }
  8570. /**
  8571. * Gets the private 'twig.command.debug' shared service.
  8572. *
  8573. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8574. */
  8575. protected function getTwig_Command_DebugService()
  8576. {
  8577. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8578. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8579. $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__, 4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates/'.$this->getEnv('string:TEMPLATE_THEME')), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8580. $instance->setName('debug:twig');
  8581. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  8582. return $instance;
  8583. }
  8584. /**
  8585. * Gets the private 'twig.command.lint' shared service.
  8586. *
  8587. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8588. */
  8589. protected function getTwig_Command_LintService()
  8590. {
  8591. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8592. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8593. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8594. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8595. $instance->setName('lint:twig');
  8596. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  8597. return $instance;
  8598. }
  8599. /**
  8600. * Gets the private 'twig.form.engine' shared service.
  8601. *
  8602. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  8603. */
  8604. protected function getTwig_Form_EngineService()
  8605. {
  8606. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8607. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8608. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8609. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8610. if (isset($this->privates['twig.form.engine'])) {
  8611. return $this->privates['twig.form.engine'];
  8612. }
  8613. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  8614. }
  8615. /**
  8616. * Gets the private 'twig.form.renderer' shared service.
  8617. *
  8618. * @return \Symfony\Component\Form\FormRenderer
  8619. */
  8620. protected function getTwig_Form_RendererService()
  8621. {
  8622. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  8623. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  8624. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  8625. if (isset($this->privates['twig.form.renderer'])) {
  8626. return $this->privates['twig.form.renderer'];
  8627. }
  8628. return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  8629. }
  8630. /**
  8631. * Gets the private 'twig.runtime.httpkernel' shared service.
  8632. *
  8633. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8634. */
  8635. protected function getTwig_Runtime_HttpkernelService()
  8636. {
  8637. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8638. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8639. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8640. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  8641. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  8642. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  8643. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8644. return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8645. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  8646. ], [
  8647. 'inline' => '?',
  8648. ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  8649. }
  8650. /**
  8651. * Gets the private 'twig.runtime.markdown' shared service.
  8652. *
  8653. * @return \Twig\Extra\Markdown\MarkdownRuntime
  8654. */
  8655. protected function getTwig_Runtime_MarkdownService()
  8656. {
  8657. include_once \dirname(__DIR__, 4).'/vendor/twig/markdown-extra/MarkdownRuntime.php';
  8658. include_once \dirname(__DIR__, 4).'/vendor/twig/markdown-extra/MarkdownInterface.php';
  8659. include_once \dirname(__DIR__, 4).'/vendor/twig/markdown-extra/DefaultMarkdown.php';
  8660. return $this->privates['twig.runtime.markdown'] = new \Twig\Extra\Markdown\MarkdownRuntime(new \Twig\Extra\Markdown\DefaultMarkdown());
  8661. }
  8662. /**
  8663. * Gets the private 'twig.runtime.security_csrf' shared service.
  8664. *
  8665. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8666. */
  8667. protected function getTwig_Runtime_SecurityCsrfService()
  8668. {
  8669. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8670. return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  8671. }
  8672. /**
  8673. * Gets the private 'twig.runtime.serializer' shared service.
  8674. *
  8675. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  8676. */
  8677. protected function getTwig_Runtime_SerializerService()
  8678. {
  8679. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8680. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  8681. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  8682. }
  8683. /**
  8684. * Gets the private 'twig.template_cache_warmer' shared service.
  8685. *
  8686. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8687. */
  8688. protected function getTwig_TemplateCacheWarmerService()
  8689. {
  8690. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8691. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8692. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8693. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8694. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  8695. ], [
  8696. 'twig' => '?',
  8697. ]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/templates/'.$this->getEnv('string:TEMPLATE_THEME')) => NULL, (\dirname(__DIR__, 4).'/src/Module/ShortSimpleCheckout/Resources/views') => NULL, (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates/'.$this->getEnv('string:TEMPLATE_THEME'))));
  8698. }
  8699. /**
  8700. * Gets the private 'validator.builder' shared service.
  8701. *
  8702. * @return \Symfony\Component\Validator\ValidatorBuilder
  8703. */
  8704. protected function getValidator_BuilderService()
  8705. {
  8706. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8707. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8708. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8709. 'App\\Module\\Account\\Validator\\AccountIsRegisteredValidator' => ['privates', 'App\\Module\\Account\\Validator\\AccountIsRegisteredValidator', 'getAccountIsRegisteredValidatorService', false],
  8710. 'App\\Module\\Account\\Validator\\UniqueEmailValidator' => ['privates', 'App\\Module\\Account\\Validator\\UniqueEmailValidator', 'getUniqueEmailValidatorService', false],
  8711. 'App\\Module\\Checkout\\Registration\\Validator\\IsValidVatIdValidator' => ['privates', 'App\\Module\\Checkout\\Registration\\Validator\\IsValidVatIdValidator', 'getIsValidVatIdValidatorService', false],
  8712. 'App\\Module\\FriendlyCaptcha\\Validator\\FriendlyCaptchaValidator' => ['privates', 'App\\Module\\FriendlyCaptcha\\Validator\\FriendlyCaptchaValidator', 'getFriendlyCaptchaValidatorService', false],
  8713. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  8714. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  8715. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  8716. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  8717. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  8718. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  8719. ], [
  8720. 'App\\Module\\Account\\Validator\\AccountIsRegisteredValidator' => '?',
  8721. 'App\\Module\\Account\\Validator\\UniqueEmailValidator' => '?',
  8722. 'App\\Module\\Checkout\\Registration\\Validator\\IsValidVatIdValidator' => '?',
  8723. 'App\\Module\\FriendlyCaptcha\\Validator\\FriendlyCaptchaValidator' => '?',
  8724. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8725. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8726. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8727. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8728. 'security.validator.user_password' => '?',
  8729. 'validator.expression' => '?',
  8730. ])));
  8731. if ($this->has('translator')) {
  8732. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8733. }
  8734. $instance->setTranslationDomain('validators');
  8735. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8736. $instance->enableAnnotationMapping(true);
  8737. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8738. $instance->addMethodMapping('loadValidatorMetadata');
  8739. $instance->addObjectInitializers([]);
  8740. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  8741. return $instance;
  8742. }
  8743. /**
  8744. * Gets the private 'validator.email' shared service.
  8745. *
  8746. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8747. */
  8748. protected function getValidator_EmailService()
  8749. {
  8750. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8751. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  8752. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8753. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8754. }
  8755. /**
  8756. * Gets the private 'validator.expression' shared service.
  8757. *
  8758. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8759. */
  8760. protected function getValidator_ExpressionService()
  8761. {
  8762. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8763. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  8764. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8765. return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  8766. }
  8767. /**
  8768. * Gets the private 'validator.mapping.cache_warmer' shared service.
  8769. *
  8770. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8771. */
  8772. protected function getValidator_Mapping_CacheWarmerService()
  8773. {
  8774. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8775. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8776. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8777. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8778. }
  8779. /**
  8780. * Gets the private 'validator.not_compromised_password' shared service.
  8781. *
  8782. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8783. */
  8784. protected function getValidator_NotCompromisedPasswordService()
  8785. {
  8786. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8787. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  8788. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8789. return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8', true, NULL);
  8790. }
  8791. /**
  8792. * Gets the private 'web_profiler.csp.handler' shared service.
  8793. *
  8794. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8795. */
  8796. protected function getWebProfiler_Csp_HandlerService()
  8797. {
  8798. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8799. }
  8800. /**
  8801. * Gets the private 'web_profiler.debug_toolbar' shared service.
  8802. *
  8803. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8804. */
  8805. protected function getWebProfiler_DebugToolbarService()
  8806. {
  8807. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8808. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  8809. return $this->privates['web_profiler.debug_toolbar'];
  8810. }
  8811. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->privates['BestIt\\Routing\\Router\\ChainRouter'] ?? $this->getChainRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  8812. }
  8813. /**
  8814. * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  8815. *
  8816. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  8817. */
  8818. protected function getWebpackEncore_EntrypointLookupDefaultService()
  8819. {
  8820. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  8821. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  8822. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  8823. return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/build/entrypoints.json'), NULL, '_default', true);
  8824. }
  8825. /**
  8826. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  8827. *
  8828. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  8829. */
  8830. protected function getWebpackEncore_EntrypointLookupCollectionService()
  8831. {
  8832. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8833. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', false],
  8834. ], [
  8835. '_default' => '?',
  8836. ]), '_default');
  8837. }
  8838. /**
  8839. * Gets the private 'webpack_encore.exception_listener' shared service.
  8840. *
  8841. * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  8842. */
  8843. protected function getWebpackEncore_ExceptionListenerService()
  8844. {
  8845. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  8846. return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  8847. }
  8848. /**
  8849. * Gets the private 'webpack_encore.tag_renderer' shared service.
  8850. *
  8851. * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  8852. */
  8853. protected function getWebpackEncore_TagRendererService()
  8854. {
  8855. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  8856. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8857. if (isset($this->privates['webpack_encore.tag_renderer'])) {
  8858. return $this->privates['webpack_encore.tag_renderer'];
  8859. }
  8860. return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], $a);
  8861. }
  8862. /**
  8863. * Gets the public 'cache_clearer' alias.
  8864. *
  8865. * @return object The ".container.private.cache_clearer" service.
  8866. */
  8867. protected function getCacheClearerService()
  8868. {
  8869. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8870. return $this->get('.container.private.cache_clearer');
  8871. }
  8872. /**
  8873. * Gets the public 'filesystem' alias.
  8874. *
  8875. * @return object The ".container.private.filesystem" service.
  8876. */
  8877. protected function getFilesystemService()
  8878. {
  8879. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  8880. return $this->get('.container.private.filesystem');
  8881. }
  8882. /**
  8883. * Gets the public 'serializer' alias.
  8884. *
  8885. * @return object The ".container.private.serializer" service.
  8886. */
  8887. protected function getSerializerService()
  8888. {
  8889. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  8890. return $this->get('.container.private.serializer');
  8891. }
  8892. /**
  8893. * Gets the public 'security.csrf.token_manager' alias.
  8894. *
  8895. * @return object The ".container.private.security.csrf.token_manager" service.
  8896. */
  8897. protected function getSecurity_Csrf_TokenManagerService()
  8898. {
  8899. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  8900. return $this->get('.container.private.security.csrf.token_manager');
  8901. }
  8902. /**
  8903. * Gets the public 'form.factory' alias.
  8904. *
  8905. * @return object The ".container.private.form.factory" service.
  8906. */
  8907. protected function getForm_FactoryService()
  8908. {
  8909. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  8910. return $this->get('.container.private.form.factory');
  8911. }
  8912. /**
  8913. * Gets the public 'form.type.file' alias.
  8914. *
  8915. * @return object The ".container.private.form.type.file" service.
  8916. */
  8917. protected function getForm_Type_FileService()
  8918. {
  8919. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  8920. return $this->get('.container.private.form.type.file');
  8921. }
  8922. /**
  8923. * Gets the public 'profiler' alias.
  8924. *
  8925. * @return object The ".container.private.profiler" service.
  8926. */
  8927. protected function getProfilerService()
  8928. {
  8929. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  8930. return $this->get('.container.private.profiler');
  8931. }
  8932. /**
  8933. * Gets the public 'twig' alias.
  8934. *
  8935. * @return object The ".container.private.twig" service.
  8936. */
  8937. protected function getTwigService()
  8938. {
  8939. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  8940. return $this->get('.container.private.twig');
  8941. }
  8942. /**
  8943. * Gets the public 'security.authorization_checker' alias.
  8944. *
  8945. * @return object The ".container.private.security.authorization_checker" service.
  8946. */
  8947. protected function getSecurity_AuthorizationCheckerService()
  8948. {
  8949. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  8950. return $this->get('.container.private.security.authorization_checker');
  8951. }
  8952. /**
  8953. * Gets the public 'security.token_storage' alias.
  8954. *
  8955. * @return object The ".container.private.security.token_storage" service.
  8956. */
  8957. protected function getSecurity_TokenStorageService()
  8958. {
  8959. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  8960. return $this->get('.container.private.security.token_storage');
  8961. }
  8962. /**
  8963. * Gets the public 'security.password_encoder' alias.
  8964. *
  8965. * @return object The ".container.private.security.password_encoder" service.
  8966. */
  8967. protected function getSecurity_PasswordEncoderService()
  8968. {
  8969. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  8970. return $this->get('.container.private.security.password_encoder');
  8971. }
  8972. /**
  8973. * Gets the public 'session' alias.
  8974. *
  8975. * @return object The ".container.private.session" service.
  8976. */
  8977. protected function getSessionService()
  8978. {
  8979. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  8980. return $this->get('.container.private.session');
  8981. }
  8982. /**
  8983. * Gets the public 'validator' alias.
  8984. *
  8985. * @return object The ".container.private.validator" service.
  8986. */
  8987. protected function getValidatorService()
  8988. {
  8989. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  8990. return $this->get('.container.private.validator');
  8991. }
  8992. /**
  8993. * @return array|bool|float|int|string|\UnitEnum|null
  8994. */
  8995. public function getParameter(string $name)
  8996. {
  8997. if (isset($this->buildParameters[$name])) {
  8998. return $this->buildParameters[$name];
  8999. }
  9000. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  9001. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  9002. }
  9003. if (isset($this->loadedDynamicParameters[$name])) {
  9004. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9005. }
  9006. return $this->parameters[$name];
  9007. }
  9008. public function hasParameter(string $name): bool
  9009. {
  9010. if (isset($this->buildParameters[$name])) {
  9011. return true;
  9012. }
  9013. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  9014. }
  9015. public function setParameter(string $name, $value): void
  9016. {
  9017. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9018. }
  9019. public function getParameterBag(): ParameterBagInterface
  9020. {
  9021. if (null === $this->parameterBag) {
  9022. $parameters = $this->parameters;
  9023. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9024. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9025. }
  9026. foreach ($this->buildParameters as $name => $value) {
  9027. $parameters[$name] = $value;
  9028. }
  9029. $this->parameterBag = new FrozenParameterBag($parameters);
  9030. }
  9031. return $this->parameterBag;
  9032. }
  9033. private $loadedDynamicParameters = [
  9034. 'kernel.runtime_environment' => false,
  9035. 'kernel.build_dir' => false,
  9036. 'kernel.cache_dir' => false,
  9037. 'frc_sitekey' => false,
  9038. 'formservice' => false,
  9039. 'imageservice' => false,
  9040. 'downloadBaseUrl' => false,
  9041. 'downloadJwtPrivateKey' => false,
  9042. 'kernel.secret' => false,
  9043. 'debug.container.dump' => false,
  9044. 'serializer.mapping.cache.file' => false,
  9045. 'session.save_path' => false,
  9046. 'validator.mapping.cache.file' => false,
  9047. 'profiler.storage.dsn' => false,
  9048. 'twig.default_path' => false,
  9049. ];
  9050. private $dynamicParameters = [];
  9051. private function getDynamicParameter(string $name)
  9052. {
  9053. switch ($name) {
  9054. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9055. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  9056. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  9057. case 'frc_sitekey': $value = $this->getEnv('FRC_SITEKEY'); break;
  9058. case 'formservice': $value = $this->getEnv('FORMSERVICE'); break;
  9059. case 'imageservice': $value = $this->getEnv('IMAGESERVICE'); break;
  9060. case 'downloadBaseUrl': $value = $this->getEnv('string:FORMSERVICE').'/file/'; break;
  9061. case 'downloadJwtPrivateKey': $value = $this->getEnv('DOWNLOAD_JWT_PRIVATE_KEY'); break;
  9062. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  9063. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDeDebugContainer.xml'); break;
  9064. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  9065. case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
  9066. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  9067. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9068. case 'twig.default_path': $value = (\dirname(__DIR__, 4).'/templates/'.$this->getEnv('string:TEMPLATE_THEME')); break;
  9069. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  9070. }
  9071. $this->loadedDynamicParameters[$name] = true;
  9072. return $this->dynamicParameters[$name] = $value;
  9073. }
  9074. protected function getDefaultParameters(): array
  9075. {
  9076. return [
  9077. 'kernel.project_dir' => \dirname(__DIR__, 4),
  9078. 'kernel.environment' => 'dev',
  9079. 'kernel.debug' => true,
  9080. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  9081. 'kernel.bundles' => [
  9082. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9083. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9084. 'BestItCommercetoolsODMBundle' => 'BestIt\\CommercetoolsODMBundle\\BestItCommercetoolsODMBundle',
  9085. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9086. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9087. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  9088. 'BestItRedisBundle' => 'BestIt\\Redis\\BestItRedisBundle',
  9089. 'BestItRoutingBundle' => 'BestIt\\Routing\\BestItRoutingBundle',
  9090. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9091. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9092. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9093. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  9094. 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  9095. ],
  9096. 'kernel.bundles_metadata' => [
  9097. 'FrameworkBundle' => [
  9098. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  9099. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9100. ],
  9101. 'SensioFrameworkExtraBundle' => [
  9102. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  9103. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9104. ],
  9105. 'BestItCommercetoolsODMBundle' => [
  9106. 'path' => (\dirname(__DIR__, 4).'/vendor/bestit/commercetools-odm-bundle/src'),
  9107. 'namespace' => 'BestIt\\CommercetoolsODMBundle',
  9108. ],
  9109. 'MonologBundle' => [
  9110. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  9111. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9112. ],
  9113. 'TwigBundle' => [
  9114. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  9115. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9116. ],
  9117. 'WebpackEncoreBundle' => [
  9118. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  9119. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  9120. ],
  9121. 'BestItRedisBundle' => [
  9122. 'path' => (\dirname(__DIR__, 4).'/vendor/best-it/redis-bundle/src'),
  9123. 'namespace' => 'BestIt\\Redis',
  9124. ],
  9125. 'BestItRoutingBundle' => [
  9126. 'path' => (\dirname(__DIR__, 4).'/vendor/best-it/routing-bundle/src'),
  9127. 'namespace' => 'BestIt\\Routing',
  9128. ],
  9129. 'SecurityBundle' => [
  9130. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  9131. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9132. ],
  9133. 'WebProfilerBundle' => [
  9134. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  9135. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9136. ],
  9137. 'TwigExtraBundle' => [
  9138. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  9139. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9140. ],
  9141. 'NelmioCorsBundle' => [
  9142. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  9143. 'namespace' => 'Nelmio\\CorsBundle',
  9144. ],
  9145. 'SncRedisBundle' => [
  9146. 'path' => (\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src'),
  9147. 'namespace' => 'Snc\\RedisBundle',
  9148. ],
  9149. ],
  9150. 'kernel.charset' => 'UTF-8',
  9151. 'kernel.container_class' => 'App_KernelDevDeDebugContainer',
  9152. 'container.dumper.inline_class_loader' => true,
  9153. 'container.dumper.inline_factories' => true,
  9154. 'locale' => 'de-DE',
  9155. 'languages' => [
  9156. 0 => 'de-DE',
  9157. 1 => 'fr-FR',
  9158. 2 => 'en-GB',
  9159. 3 => 'en-IE',
  9160. 4 => 'de-AT',
  9161. 5 => 'es-ES',
  9162. 6 => 'hu-HU',
  9163. 7 => 'de-CH',
  9164. 8 => 'fr-CH',
  9165. 9 => 'it-CH',
  9166. 10 => 'sv-SE',
  9167. 11 => 'fi-FI',
  9168. 12 => 'pl-PL',
  9169. 13 => 'pt-PT',
  9170. 14 => 'da-DK',
  9171. 15 => 'nb-NO',
  9172. 16 => 'cs-CZ',
  9173. 17 => 'sk-SK',
  9174. 18 => 'it-IT',
  9175. 19 => 'nl-NL',
  9176. 20 => 'nl-BE',
  9177. ],
  9178. 'event_dispatcher.event_aliases' => [
  9179. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9180. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9181. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9182. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9183. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9184. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9185. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9186. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9187. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9188. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9189. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9190. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9191. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9192. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9193. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9194. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9195. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9196. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9197. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9198. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9199. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9200. ],
  9201. 'fragment.renderer.hinclude.global_template' => NULL,
  9202. 'fragment.path' => '/_fragment',
  9203. 'kernel.http_method_override' => true,
  9204. 'kernel.trusted_hosts' => [
  9205. ],
  9206. 'kernel.default_locale' => 'de-DE',
  9207. 'kernel.enabled_locales' => [
  9208. ],
  9209. 'kernel.error_controller' => NULL,
  9210. 'debug.file_link_format' => NULL,
  9211. 'asset.request_context.base_path' => NULL,
  9212. 'asset.request_context.secure' => NULL,
  9213. 'translator.logging' => false,
  9214. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  9215. 'debug.error_handler.throw_at' => -1,
  9216. 'router.request_context.host' => 'localhost',
  9217. 'router.request_context.scheme' => 'http',
  9218. 'router.request_context.base_url' => '',
  9219. 'router.resource' => 'kernel::loadRoutes',
  9220. 'request_listener.http_port' => 80,
  9221. 'request_listener.https_port' => 443,
  9222. 'session.metadata.storage_key' => '_sf2_meta',
  9223. 'session.storage.options' => [
  9224. 'cache_limiter' => '0',
  9225. 'cookie_lifetime' => 0,
  9226. 'cookie_secure' => true,
  9227. 'cookie_httponly' => true,
  9228. 'cookie_samesite' => 'lax',
  9229. 'gc_probability' => 0,
  9230. ],
  9231. 'session.metadata.update_threshold' => 0,
  9232. 'form.type_extension.csrf.enabled' => true,
  9233. 'form.type_extension.csrf.field_name' => '_token',
  9234. 'validator.translation_domain' => 'validators',
  9235. 'profiler_listener.only_exceptions' => false,
  9236. 'profiler_listener.only_main_requests' => false,
  9237. 'monolog.use_microseconds' => true,
  9238. 'monolog.swift_mailer.handlers' => [
  9239. ],
  9240. 'monolog.handlers_to_channels' => [
  9241. 'monolog.handler.main' => [
  9242. 'type' => 'exclusive',
  9243. 'elements' => [
  9244. 0 => 'event',
  9245. ],
  9246. ],
  9247. 'monolog.handler.console_filter' => NULL,
  9248. 'monolog.handler.cloudwatch' => NULL,
  9249. ],
  9250. 'twig.form.resources' => [
  9251. 0 => 'form_div_layout.html.twig',
  9252. 1 => 'form/recaptcha_widget.html.twig',
  9253. 2 => 'form/best_it_form_theme.html.twig',
  9254. ],
  9255. 'security.role_hierarchy.roles' => [
  9256. ],
  9257. 'security.access.denied_url' => NULL,
  9258. 'security.authentication.manager.erase_credentials' => true,
  9259. 'security.authentication.session_strategy.strategy' => 'migrate',
  9260. 'security.access.always_authenticate_before_granting' => false,
  9261. 'security.authentication.hide_user_not_found' => true,
  9262. 'security.firewalls' => [
  9263. 0 => 'dev',
  9264. 1 => 'story_grid_api',
  9265. 2 => 'main',
  9266. ],
  9267. 'security.story_grid_api._indexed_authenticators' => [
  9268. ],
  9269. 'security.main._indexed_authenticators' => [
  9270. ],
  9271. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  9272. 'web_profiler.debug_toolbar.mode' => 2,
  9273. 'nelmio_cors.map' => [
  9274. ],
  9275. 'nelmio_cors.defaults' => [
  9276. 'allow_origin' => [
  9277. ],
  9278. 'allow_credentials' => false,
  9279. 'allow_headers' => [
  9280. ],
  9281. 'allow_private_network' => false,
  9282. 'expose_headers' => [
  9283. ],
  9284. 'allow_methods' => [
  9285. ],
  9286. 'max_age' => 0,
  9287. 'hosts' => [
  9288. ],
  9289. 'origin_regex' => false,
  9290. 'forced_allow_origin_value' => NULL,
  9291. 'skip_same_as_origin' => true,
  9292. ],
  9293. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  9294. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  9295. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  9296. 'snc_redis.client.class' => 'Predis\\Client',
  9297. 'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  9298. 'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  9299. 'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  9300. 'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  9301. 'snc_redis.phpredis_client.class' => 'Redis',
  9302. 'snc_redis.relay_client.class' => 'Relay\\Relay',
  9303. 'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  9304. 'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  9305. 'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  9306. 'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  9307. 'best_it_short_simple_checkout.payment_type.custom_type_name' => 'order',
  9308. 'best_it_short_simple_checkout.payment_type.custom_field_name' => 'paymentType',
  9309. 'best_it_short_simple_checkout.cart_limit' => 20,
  9310. 'best_it_short_simple_checkout.templates.cart' => 'pages/cart/get_cart.html.twig',
  9311. 'best_it_short_simple_checkout.templates.shipping_payment' => 'pages/checkout/get_shipping_payment.html.twig',
  9312. 'best_it_short_simple_checkout.templates.confirm' => 'checkout/confirm.html.twig',
  9313. 'best_it_short_simple_checkout.templates.finish' => 'pages/checkout/get_finish.html.twig',
  9314. 'data_collector.templates' => [
  9315. 'data_collector.request' => [
  9316. 0 => 'request',
  9317. 1 => '@WebProfiler/Collector/request.html.twig',
  9318. ],
  9319. 'data_collector.time' => [
  9320. 0 => 'time',
  9321. 1 => '@WebProfiler/Collector/time.html.twig',
  9322. ],
  9323. 'data_collector.memory' => [
  9324. 0 => 'memory',
  9325. 1 => '@WebProfiler/Collector/memory.html.twig',
  9326. ],
  9327. 'data_collector.validator' => [
  9328. 0 => 'validator',
  9329. 1 => '@WebProfiler/Collector/validator.html.twig',
  9330. ],
  9331. 'data_collector.ajax' => [
  9332. 0 => 'ajax',
  9333. 1 => '@WebProfiler/Collector/ajax.html.twig',
  9334. ],
  9335. 'data_collector.form' => [
  9336. 0 => 'form',
  9337. 1 => '@WebProfiler/Collector/form.html.twig',
  9338. ],
  9339. 'data_collector.exception' => [
  9340. 0 => 'exception',
  9341. 1 => '@WebProfiler/Collector/exception.html.twig',
  9342. ],
  9343. 'data_collector.logger' => [
  9344. 0 => 'logger',
  9345. 1 => '@WebProfiler/Collector/logger.html.twig',
  9346. ],
  9347. 'data_collector.events' => [
  9348. 0 => 'events',
  9349. 1 => '@WebProfiler/Collector/events.html.twig',
  9350. ],
  9351. 'data_collector.router' => [
  9352. 0 => 'router',
  9353. 1 => '@WebProfiler/Collector/router.html.twig',
  9354. ],
  9355. 'data_collector.cache' => [
  9356. 0 => 'cache',
  9357. 1 => '@WebProfiler/Collector/cache.html.twig',
  9358. ],
  9359. 'data_collector.translation' => [
  9360. 0 => 'translation',
  9361. 1 => '@WebProfiler/Collector/translation.html.twig',
  9362. ],
  9363. 'data_collector.security' => [
  9364. 0 => 'security',
  9365. 1 => '@Security/Collector/security.html.twig',
  9366. ],
  9367. 'data_collector.twig' => [
  9368. 0 => 'twig',
  9369. 1 => '@WebProfiler/Collector/twig.html.twig',
  9370. ],
  9371. 'data_collector.http_client' => [
  9372. 0 => 'http_client',
  9373. 1 => '@WebProfiler/Collector/http_client.html.twig',
  9374. ],
  9375. 'data_collector.messenger' => [
  9376. 0 => 'messenger',
  9377. 1 => '@WebProfiler/Collector/messenger.html.twig',
  9378. ],
  9379. 'snc_redis.data_collector' => [
  9380. 0 => 'redis',
  9381. 1 => '@SncRedis/Collector/redis.html.twig',
  9382. ],
  9383. 'data_collector.config' => [
  9384. 0 => 'config',
  9385. 1 => '@WebProfiler/Collector/config.html.twig',
  9386. ],
  9387. ],
  9388. 'console.command.ids' => [
  9389. ],
  9390. ];
  9391. }
  9392. protected function throw($message)
  9393. {
  9394. throw new RuntimeException($message);
  9395. }
  9396. }