var/cache/dev/ContainerIhLL9xx/App_KernelDevDebugContainer.php line 4978

Open in your IDE?
  1. <?php
  2. namespace ContainerIhLL9xx;
  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_KernelDevDebugContainer 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\\Controller\\App\\App\\PublicController' => 'getPublicControllerService',
  47. 'App\\Controller\\App\\Dashboard\\DashboardController' => 'getDashboardControllerService',
  48. 'App\\Controller\\App\\Dashboard\\EntityAJAXController' => 'getEntityAJAXControllerService',
  49. 'App\\Controller\\App\\Dashboard\\MenuController' => 'getMenuControllerService',
  50. 'App\\Controller\\Auth\\API\\ProfileController' => 'getProfileControllerService',
  51. 'App\\Controller\\Auth\\API\\SecurityController' => 'getSecurityControllerService',
  52. 'App\\Controller\\Auth\\App\\AccountManagementController' => 'getAccountManagementControllerService',
  53. 'App\\Controller\\Auth\\App\\GuestController' => 'getGuestControllerService',
  54. 'App\\Controller\\Auth\\App\\ProfileController' => 'getProfileController2Service',
  55. 'App\\Controller\\Auth\\App\\SecurityController' => 'getSecurityController2Service',
  56. 'App\\Controller\\Auth\\Dashboard\\UserController' => 'getUserControllerService',
  57. 'App\\Controller\\CRM\\APIController' => 'getAPIControllerService',
  58. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController' => 'getPartnerEmployeeControllerService',
  59. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController' => 'getPartnerInvoiceControllerService',
  60. 'App\\Controller\\CRM\\Offers\\PartnerOffersController' => 'getPartnerOffersControllerService',
  61. 'App\\Controller\\CRM\\Orders\\ProductOrderController' => 'getProductOrderControllerService',
  62. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController' => 'getPartnerRebateControllerService',
  63. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController' => 'getProductPriceControllerService',
  64. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController' => 'getFixedPricePartnerControllerService',
  65. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController' => 'getNotDeliveredProductControllerService',
  66. 'App\\Controller\\CRM\\Products\\ProductTurnoverController' => 'getProductTurnoverControllerService',
  67. 'App\\Controller\\CRM\\Products\\TradeItemsController' => 'getTradeItemsControllerService',
  68. 'App\\Controller\\CRM\\Reports\\PartnerController' => 'getPartnerControllerService',
  69. 'App\\Controller\\CRM\\VisitController' => 'getVisitControllerService',
  70. 'App\\Controller\\Content\\App\\AboutUsController' => 'getAboutUsControllerService',
  71. 'App\\Controller\\Content\\App\\BlogCategoryController' => 'getBlogCategoryControllerService',
  72. 'App\\Controller\\Content\\App\\BlogCommentController' => 'getBlogCommentControllerService',
  73. 'App\\Controller\\Content\\App\\BlogController' => 'getBlogControllerService',
  74. 'App\\Controller\\Content\\App\\ContactController' => 'getContactControllerService',
  75. 'App\\Controller\\Content\\App\\DocumentCategoryController' => 'getDocumentCategoryControllerService',
  76. 'App\\Controller\\Content\\App\\DocumentController' => 'getDocumentControllerService',
  77. 'App\\Controller\\Content\\App\\LocaleController' => 'getLocaleControllerService',
  78. 'App\\Controller\\Content\\App\\PageController' => 'getPageControllerService',
  79. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController' => 'getBlogCategoryController2Service',
  80. 'App\\Controller\\Content\\Dashboard\\BlogCommentController' => 'getBlogCommentController2Service',
  81. 'App\\Controller\\Content\\Dashboard\\BlogController' => 'getBlogController2Service',
  82. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController' => 'getDocumentCategoryController2Service',
  83. 'App\\Controller\\Content\\Dashboard\\DocumentController' => 'getDocumentController2Service',
  84. 'App\\Controller\\Content\\Dashboard\\PageController' => 'getPageController2Service',
  85. 'App\\Controller\\Content\\Dashboard\\TagController' => 'getTagControllerService',
  86. 'App\\Controller\\ECommerce\\API\\CartController' => 'getCartControllerService',
  87. 'App\\Controller\\ECommerce\\API\\CartItemController' => 'getCartItemControllerService',
  88. 'App\\Controller\\ECommerce\\API\\DepotController' => 'getDepotControllerService',
  89. 'App\\Controller\\ECommerce\\API\\ProductController' => 'getProductControllerService',
  90. 'App\\Controller\\ECommerce\\App\\CartController' => 'getCartController2Service',
  91. 'App\\Controller\\ECommerce\\App\\CartItemController' => 'getCartItemController2Service',
  92. 'App\\Controller\\ECommerce\\App\\ClientController' => 'getClientControllerService',
  93. 'App\\Controller\\ECommerce\\App\\CountdownController' => 'getCountdownControllerService',
  94. 'App\\Controller\\ECommerce\\App\\IndividualOrderController' => 'getIndividualOrderControllerService',
  95. 'App\\Controller\\ECommerce\\App\\InvoiceController' => 'getInvoiceControllerService',
  96. 'App\\Controller\\ECommerce\\App\\NewsletterController' => 'getNewsletterControllerService',
  97. 'App\\Controller\\ECommerce\\App\\PreOrderController' => 'getPreOrderControllerService',
  98. 'App\\Controller\\ECommerce\\App\\ProductCategoryController' => 'getProductCategoryControllerService',
  99. 'App\\Controller\\ECommerce\\App\\ProductController' => 'getProductController2Service',
  100. 'App\\Controller\\ECommerce\\App\\SearchTipController' => 'getSearchTipControllerService',
  101. 'App\\Controller\\ECommerce\\App\\SynonymController' => 'getSynonymControllerService',
  102. 'App\\Controller\\ECommerce\\App\\WorkingHoursController' => 'getWorkingHoursControllerService',
  103. 'App\\Controller\\ECommerce\\Dashboard\\CartController' => 'getCartController3Service',
  104. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController' => 'getCategoryControllerService',
  105. 'App\\Controller\\ECommerce\\Dashboard\\ClientController' => 'getClientController2Service',
  106. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController' => 'getClientGroupControllerService',
  107. 'App\\Controller\\ECommerce\\Dashboard\\DepotController' => 'getDepotController2Service',
  108. 'App\\Controller\\ECommerce\\Dashboard\\FirmController' => 'getFirmControllerService',
  109. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController' => 'getIndividualOrderController2Service',
  110. 'App\\Controller\\ECommerce\\Dashboard\\ProductController' => 'getProductController3Service',
  111. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController' => 'getProductGroupControllerService',
  112. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController' => 'getProductInfoControllerService',
  113. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController' => 'getProductManufacturerControllerService',
  114. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController' => 'getSearchTipController2Service',
  115. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController' => 'getShippingControllerService',
  116. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController' => 'getSynonymController2Service',
  117. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  118. 'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  119. 'FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex' => 'getIndexsynonymIndexService',
  120. 'FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex' => 'getIndexsynonymProductIndexService',
  121. 'FOS\\ElasticaBundle\\Finder\\TransformedFinder $synonymFinder' => 'getTransformedFindersynonymFinderService',
  122. 'FOS\\ElasticaBundle\\Finder\\TransformedFinder $synonymProductFinder' => 'getTransformedFindersynonymProductFinderService',
  123. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  124. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  125. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  126. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  127. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  128. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  129. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  130. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  131. 'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  132. 'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  133. 'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  134. 'Knp\\Snappy\\Image' => 'getImageService',
  135. 'Knp\\Snappy\\Pdf' => 'getPdfService',
  136. 'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  137. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  138. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  139. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController' => 'getAuthorizationControllerService',
  140. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController' => 'getTokenControllerService',
  141. 'cache.app' => 'getCache_AppService',
  142. 'cache.app_clearer' => 'getCache_AppClearerService',
  143. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  144. 'cache.system' => 'getCache_SystemService',
  145. 'cache.system_clearer' => 'getCache_SystemClearerService',
  146. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  147. 'cache_warmer' => 'getCacheWarmerService',
  148. 'console.command_loader' => 'getConsole_CommandLoaderService',
  149. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  150. 'crm.partner.repository' => 'getCrm_Partner_RepositoryService',
  151. 'data_collector.dump' => 'getDataCollector_DumpService',
  152. 'doctrine' => 'getDoctrineService',
  153. 'doctrine.dbal.client_rel_management_connection' => 'getDoctrine_Dbal_ClientRelManagementConnectionService',
  154. 'doctrine.dbal.client_rel_web_management_connection' => 'getDoctrine_Dbal_ClientRelWebManagementConnectionService',
  155. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  156. 'doctrine.orm.client_rel_management_entity_manager' => 'getDoctrine_Orm_ClientRelManagementEntityManagerService',
  157. 'doctrine.orm.client_rel_web_management_entity_manager' => 'getDoctrine_Orm_ClientRelWebManagementEntityManagerService',
  158. 'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  159. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  160. 'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
  161. 'error_controller' => 'getErrorControllerService',
  162. 'event_dispatcher' => 'getEventDispatcherService',
  163. 'http_kernel' => 'getHttpKernelService',
  164. 'jms_serializer' => 'getJmsSerializerService',
  165. 'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  166. 'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  167. 'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  168. 'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  169. 'knp_paginator' => 'getKnpPaginatorService',
  170. 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  171. 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  172. 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  173. 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  174. 'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  175. 'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  176. 'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  177. 'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  178. 'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  179. 'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  180. 'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  181. 'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  182. 'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  183. 'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  184. 'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  185. 'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  186. 'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  187. 'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  188. 'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  189. 'mdl.wigetizer' => 'getMdl_WigetizerService',
  190. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  191. 'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  192. 'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  193. 'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  194. 'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  195. 'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  196. 'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  197. 'nelmio_api_doc.generator.crm' => 'getNelmioApiDoc_Generator_CrmService',
  198. 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  199. 'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  200. 'request_stack' => 'getRequestStackService',
  201. 'router' => 'getRouterService',
  202. 'routing.loader' => 'getRouting_LoaderService',
  203. 'security.mdl_e_commerce.cart' => 'getSecurity_MdlECommerce_CartService',
  204. 'security.mdl_e_commerce.cart_archive' => 'getSecurity_MdlECommerce_CartArchiveService',
  205. 'security.mdl_e_commerce.individual_order_voter' => 'getSecurity_MdlECommerce_IndividualOrderVoterService',
  206. 'services_resetter' => 'getServicesResetterService',
  207. 'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  208. 'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  209. 'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  210. 'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  211. 'translator' => 'getTranslatorService',
  212. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  213. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  214. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  215. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  216. 'cache_clearer' => 'getCacheClearerService',
  217. 'filesystem' => 'getFilesystemService',
  218. 'serializer' => 'getSerializerService',
  219. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  220. 'form.factory' => 'getForm_FactoryService',
  221. 'form.type.file' => 'getForm_Type_FileService',
  222. 'profiler' => 'getProfilerService',
  223. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  224. 'security.token_storage' => 'getSecurity_TokenStorageService',
  225. 'twig' => 'getTwigService',
  226. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  227. 'session' => 'getSessionService',
  228. 'validator' => 'getValidatorService',
  229. ];
  230. $this->aliases = [
  231. 'database_connection' => 'doctrine.dbal.default_connection',
  232. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  233. 'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  234. 'knp_snappy.image' => 'Knp\\Snappy\\Image',
  235. 'knp_snappy.pdf' => 'Knp\\Snappy\\Pdf',
  236. 'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  237. 'mailer' => 'swiftmailer.mailer.default',
  238. 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  239. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  240. ];
  241. $this->privates['service_container'] = function () {
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  248. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  250. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Content/LocalizationSubscriber.php';
  251. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/CartManager.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  255. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ProductTwigExtension.php';
  256. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/RebateCalculator.php';
  257. include_once \dirname(__DIR__, 4).'/src/Service/Media/MediaTwig.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/CacheConfiguration.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLogger.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLoggerChain.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Logging/StatisticsCacheLogger.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/CacheFactory.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/DefaultCacheFactory.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/RegionsConfiguration.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/MultiGetRegion.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Region.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Region/DefaultRegion.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  614. include_once \dirname(__DIR__, 4).'/src/Service/App/DashboardTwig.php';
  615. include_once \dirname(__DIR__, 4).'/src/Service/App/PublicTwig.php';
  616. include_once \dirname(__DIR__, 4).'/src/Service/App/TextTwig.php';
  617. include_once \dirname(__DIR__, 4).'/src/Service/Auth/UserTwigExtension.php';
  618. include_once \dirname(__DIR__, 4).'/src/Service/Content/TwigExtension.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  639. };
  640. }
  641. public function compile(): void
  642. {
  643. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  644. }
  645. public function isCompiled(): bool
  646. {
  647. return true;
  648. }
  649. public function getRemovedIds(): array
  650. {
  651. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  652. }
  653. /**
  654. * Gets the public '.container.private.cache_clearer' shared service.
  655. *
  656. * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  657. */
  658. protected function get_Container_Private_CacheClearerService()
  659. {
  660. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  662. return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  663. yield 0 => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  664. }, 1));
  665. }
  666. /**
  667. * Gets the public '.container.private.filesystem' shared service.
  668. *
  669. * @return \Symfony\Component\Filesystem\Filesystem
  670. */
  671. protected function get_Container_Private_FilesystemService()
  672. {
  673. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  674. }
  675. /**
  676. * Gets the public '.container.private.form.factory' shared service.
  677. *
  678. * @return \Symfony\Component\Form\FormFactory
  679. */
  680. protected function get_Container_Private_Form_FactoryService()
  681. {
  682. $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  683. if (isset($this->services['.container.private.form.factory'])) {
  684. return $this->services['.container.private.form.factory'];
  685. }
  686. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  687. }
  688. /**
  689. * Gets the public '.container.private.form.type.file' shared service.
  690. *
  691. * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  692. */
  693. protected function get_Container_Private_Form_Type_FileService()
  694. {
  695. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  698. return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  699. }
  700. /**
  701. * Gets the public '.container.private.profiler' shared service.
  702. *
  703. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  704. */
  705. protected function get_Container_Private_ProfilerService()
  706. {
  707. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  708. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  709. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  710. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  711. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  712. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  713. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  714. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  715. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  716. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  717. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  718. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  719. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  720. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  721. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  722. $d->addInstance('public', ($this->privates['public'] ?? $this->getPublicService()));
  723. $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  724. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  725. $d->addInstance('cache.doctrine.orm.client_rel_management.result', ($this->privates['cache.doctrine.orm.client_rel_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_ResultService()));
  726. $d->addInstance('cache.doctrine.orm.client_rel_management.query', ($this->privates['cache.doctrine.orm.client_rel_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_QueryService()));
  727. $d->addInstance('cache.doctrine.orm.client_rel_web_management.result', ($this->privates['cache.doctrine.orm.client_rel_web_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelWebManagement_ResultService()));
  728. $d->addInstance('cache.doctrine.orm.client_rel_web_management.query', ($this->privates['cache.doctrine.orm.client_rel_web_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelWebManagement_QueryService()));
  729. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  730. $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  731. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  732. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  733. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  734. $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
  735. $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  736. $f->addLogger('client_rel_management', ($this->privates['doctrine.dbal.logger.profiling.client_rel_management'] ?? ($this->privates['doctrine.dbal.logger.profiling.client_rel_management'] = new \Doctrine\DBAL\Logging\DebugStack())));
  737. $f->addLogger('client_rel_web_management', ($this->privates['doctrine.dbal.logger.profiling.client_rel_web_management'] ?? ($this->privates['doctrine.dbal.logger.profiling.client_rel_web_management'] = new \Doctrine\DBAL\Logging\DebugStack())));
  738. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  739. if ($this->has('kernel')) {
  740. $g->setKernel($b);
  741. }
  742. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  743. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  744. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  745. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  746. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  747. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  748. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  749. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  750. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  751. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  752. $instance->add($d);
  753. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  754. $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->getSecurity_RoleHierarchyService()), ($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()), true));
  755. $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())));
  756. $instance->add($e);
  757. $instance->add($f);
  758. $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  759. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  760. $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  761. $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  762. $instance->add($g);
  763. return $instance;
  764. }
  765. /**
  766. * Gets the public '.container.private.security.authorization_checker' shared service.
  767. *
  768. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  769. */
  770. protected function get_Container_Private_Security_AuthorizationCheckerService()
  771. {
  772. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  773. if (isset($this->services['.container.private.security.authorization_checker'])) {
  774. return $this->services['.container.private.security.authorization_checker'];
  775. }
  776. 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, false, false);
  777. }
  778. /**
  779. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  780. *
  781. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  782. */
  783. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  784. {
  785. 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())));
  786. }
  787. /**
  788. * Gets the public '.container.private.security.password_encoder' shared service.
  789. *
  790. * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  791. *
  792. * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  793. */
  794. protected function get_Container_Private_Security_PasswordEncoderService()
  795. {
  796. trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  797. 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()));
  798. }
  799. /**
  800. * Gets the public '.container.private.security.token_storage' shared service.
  801. *
  802. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  803. */
  804. protected function get_Container_Private_Security_TokenStorageService()
  805. {
  806. 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, [
  807. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  808. ], [
  809. 'request_stack' => '?',
  810. ]));
  811. }
  812. /**
  813. * Gets the public '.container.private.serializer' shared service.
  814. *
  815. * @return \Symfony\Component\Serializer\Serializer
  816. */
  817. protected function get_Container_Private_SerializerService()
  818. {
  819. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  823. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  824. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  825. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  826. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  827. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  828. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  829. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  830. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  831. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  832. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  833. include_once \dirname(__DIR__, 4).'/src/Serializer/ExceptionNormalizer.php';
  834. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  835. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  836. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  837. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  838. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  839. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  840. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  841. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  842. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  843. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  844. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  845. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  846. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  847. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  848. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  849. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  850. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  851. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  852. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  853. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  854. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  855. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  857. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  858. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  860. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  861. if (isset($this->services['.container.private.serializer'])) {
  862. return $this->services['.container.private.serializer'];
  863. }
  864. $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  865. $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  866. $d = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  867. $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($d);
  868. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), 1 => new \App\Serializer\ExceptionNormalizer(), 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\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($d, $c, $a, $e, NULL, [])), 7 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($d, $c, $b, $a, $e, NULL, [], $a)], [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()]);
  869. }
  870. /**
  871. * Gets the public '.container.private.session' shared service.
  872. *
  873. * @return \Symfony\Component\HttpFoundation\Session\Session
  874. */
  875. protected function get_Container_Private_SessionService()
  876. {
  877. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  878. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  879. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  880. if (isset($this->services['.container.private.session'])) {
  881. return $this->services['.container.private.session'];
  882. }
  883. return $this->services['.container.private.session'] = $a->createSession();
  884. }
  885. /**
  886. * Gets the public '.container.private.twig' shared service.
  887. *
  888. * @return \Twig\Environment
  889. */
  890. protected function get_Container_Private_TwigService()
  891. {
  892. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  893. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  894. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  895. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  896. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  897. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  898. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  899. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  900. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  901. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  902. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  903. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  904. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  905. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  906. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  907. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  908. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  909. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  910. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  911. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  912. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  913. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  914. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  915. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  916. $a->addPath((\dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  917. $a->addPath((\dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  918. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  919. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  920. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  921. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  922. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  923. $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  924. $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  925. $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  926. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  927. $f = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  928. $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  929. $h = ($this->services['router'] ?? $this->getRouterService());
  930. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  931. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
  932. $j = new \Symfony\Bridge\Twig\AppVariable();
  933. $j->setEnvironment('dev');
  934. $j->setDebug(true);
  935. if ($this->has('.container.private.security.token_storage')) {
  936. $j->setTokenStorage($c);
  937. }
  938. if ($this->has('request_stack')) {
  939. $j->setRequestStack($b);
  940. }
  941. $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  942. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  943. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  944. $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  945. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  946. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  947. $instance->addExtension($f);
  948. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__, 4), 'UTF-8'));
  949. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  950. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  951. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
  952. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  953. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  954. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $h)));
  955. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  956. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  957. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  958. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  959. $instance->addExtension(new \App\Service\App\DashboardTwig($this->getParameter('locales'), $this->getParameter('required_locales')));
  960. $instance->addExtension(new \App\Service\App\PublicTwig($instance, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $h, $b, $this->getParameter('locales'), \dirname(__DIR__, 4), $this->getEnv('resolve:APP_COLOR'), $this->getEnv('resolve:APP_URL'), $this->parameters['nelmio_api_doc.areas']));
  961. $instance->addExtension(new \App\Service\App\TextTwig($e));
  962. $instance->addExtension(new \App\Service\Auth\UserTwigExtension($b, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), $instance));
  963. $instance->addExtension(new \App\Service\Content\TwigExtension($this->parameters['language_currency']));
  964. $instance->addExtension(($this->privates['App\\Service\\ECommerce\\ProductTwigExtension'] ?? $this->getProductTwigExtensionService()));
  965. $instance->addExtension(($this->privates['App\\Service\\Media\\MediaTwig'] ?? ($this->privates['App\\Service\\Media\\MediaTwig'] = new \App\Service\Media\MediaTwig())));
  966. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  967. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  968. $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  969. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h, $e)));
  970. $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  971. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  972. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  973. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', false],
  974. ], [
  975. 'webpack_encore.entrypoint_lookup_collection' => '?',
  976. 'webpack_encore.tag_renderer' => '?',
  977. ])));
  978. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  979. $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
  980. $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  981. $instance->addGlobal('app', $j);
  982. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  983. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
  984. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
  985. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
  986. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
  987. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', false],
  988. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates', 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime', 'getQrCodeRuntimeService', false],
  989. ], [
  990. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  991. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  992. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  993. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  994. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  995. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  996. ])));
  997. $instance->addGlobal('app_name', $this->getEnv('resolve:APP_NAME'));
  998. $instance->addGlobal('app_address', $this->getEnv('resolve:APP_URL'));
  999. $instance->addGlobal('no_index', $this->getEnv('default:default_no_index:bool:NO_INDEX'));
  1000. $instance->addGlobal('company_address', $this->getEnv('resolve:COMPANY_ADDRESS'));
  1001. $instance->addGlobal('company_city', $this->getEnv('resolve:COMPANY_CITY'));
  1002. $instance->addGlobal('company_email', $this->getEnv('resolve:COMPANY_EMAIL'));
  1003. $instance->addGlobal('company_phone', $this->getEnv('resolve:COMPANY_PHONE'));
  1004. $instance->addGlobal('google', $this->parameters['google']);
  1005. $instance->addGlobal('app_color', $this->getEnv('resolve:APP_COLOR'));
  1006. $instance->addGlobal('consignment_qr_code_prefix', $this->getEnv('resolve:CONSIGNMENT_QR_CODE'));
  1007. $instance->addGlobal('show_prices', $this->getEnv('default:default_show_prices:bool:SHOW_PRICES'));
  1008. $instance->registerUndefinedFilterCallback([0 => $k, 1 => 'suggestFilter']);
  1009. $instance->registerUndefinedFunctionCallback([0 => $k, 1 => 'suggestFunction']);
  1010. $instance->registerUndefinedTokenParserCallback([0 => $k, 1 => 'suggestTag']);
  1011. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1012. return $instance;
  1013. }
  1014. /**
  1015. * Gets the public '.container.private.validator' shared service.
  1016. *
  1017. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1018. */
  1019. protected function get_Container_Private_ValidatorService()
  1020. {
  1021. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1022. if (isset($this->services['.container.private.validator'])) {
  1023. return $this->services['.container.private.validator'];
  1024. }
  1025. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1026. }
  1027. /**
  1028. * Gets the public 'App\Controller\App\App\PublicController' shared autowired service.
  1029. *
  1030. * @return \App\Controller\App\App\PublicController
  1031. */
  1032. protected function getPublicControllerService()
  1033. {
  1034. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1035. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1036. include_once \dirname(__DIR__, 4).'/src/Controller/App/App/PublicController.php';
  1037. $this->services['App\\Controller\\App\\App\\PublicController'] = $instance = new \App\Controller\App\App\PublicController();
  1038. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\App\\App\\PublicController', $this));
  1039. return $instance;
  1040. }
  1041. /**
  1042. * Gets the public 'App\Controller\App\Dashboard\DashboardController' shared autowired service.
  1043. *
  1044. * @return \App\Controller\App\Dashboard\DashboardController
  1045. */
  1046. protected function getDashboardControllerService()
  1047. {
  1048. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1049. include_once \dirname(__DIR__, 4).'/src/Controller/App/Dashboard/DashboardController.php';
  1050. $this->services['App\\Controller\\App\\Dashboard\\DashboardController'] = $instance = new \App\Controller\App\Dashboard\DashboardController();
  1051. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\App\\Dashboard\\DashboardController', $this));
  1052. return $instance;
  1053. }
  1054. /**
  1055. * Gets the public 'App\Controller\App\Dashboard\EntityAJAXController' shared autowired service.
  1056. *
  1057. * @return \App\Controller\App\Dashboard\EntityAJAXController
  1058. */
  1059. protected function getEntityAJAXControllerService()
  1060. {
  1061. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1062. include_once \dirname(__DIR__, 4).'/src/Controller/App/Dashboard/EntityAJAXController.php';
  1063. $this->services['App\\Controller\\App\\Dashboard\\EntityAJAXController'] = $instance = new \App\Controller\App\Dashboard\EntityAJAXController();
  1064. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\App\\Dashboard\\EntityAJAXController', $this));
  1065. return $instance;
  1066. }
  1067. /**
  1068. * Gets the public 'App\Controller\App\Dashboard\MenuController' shared autowired service.
  1069. *
  1070. * @return \App\Controller\App\Dashboard\MenuController
  1071. */
  1072. protected function getMenuControllerService()
  1073. {
  1074. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1075. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1076. include_once \dirname(__DIR__, 4).'/src/Controller/App/Dashboard/MenuController.php';
  1077. $this->services['App\\Controller\\App\\Dashboard\\MenuController'] = $instance = new \App\Controller\App\Dashboard\MenuController();
  1078. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\App\\Dashboard\\MenuController', $this));
  1079. return $instance;
  1080. }
  1081. /**
  1082. * Gets the public 'App\Controller\Auth\API\ProfileController' shared autowired service.
  1083. *
  1084. * @return \App\Controller\Auth\API\ProfileController
  1085. */
  1086. protected function getProfileControllerService()
  1087. {
  1088. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1089. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1090. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/API/ProfileController.php';
  1091. $this->services['App\\Controller\\Auth\\API\\ProfileController'] = $instance = new \App\Controller\Auth\API\ProfileController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1092. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Auth\\API\\ProfileController', $this));
  1093. return $instance;
  1094. }
  1095. /**
  1096. * Gets the public 'App\Controller\Auth\API\SecurityController' shared autowired service.
  1097. *
  1098. * @return \App\Controller\Auth\API\SecurityController
  1099. */
  1100. protected function getSecurityControllerService()
  1101. {
  1102. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1103. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1104. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/API/SecurityController.php';
  1105. $this->services['App\\Controller\\Auth\\API\\SecurityController'] = $instance = new \App\Controller\Auth\API\SecurityController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1106. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Auth\\API\\SecurityController', $this));
  1107. return $instance;
  1108. }
  1109. /**
  1110. * Gets the public 'App\Controller\Auth\App\AccountManagementController' shared autowired service.
  1111. *
  1112. * @return \App\Controller\Auth\App\AccountManagementController
  1113. */
  1114. protected function getAccountManagementControllerService()
  1115. {
  1116. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1117. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/App/AccountManagementController.php';
  1118. $this->services['App\\Controller\\Auth\\App\\AccountManagementController'] = $instance = new \App\Controller\Auth\App\AccountManagementController();
  1119. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Auth\\App\\AccountManagementController', $this));
  1120. return $instance;
  1121. }
  1122. /**
  1123. * Gets the public 'App\Controller\Auth\App\GuestController' shared autowired service.
  1124. *
  1125. * @return \App\Controller\Auth\App\GuestController
  1126. */
  1127. protected function getGuestControllerService()
  1128. {
  1129. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1130. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/App/GuestController.php';
  1131. $this->services['App\\Controller\\Auth\\App\\GuestController'] = $instance = new \App\Controller\Auth\App\GuestController();
  1132. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Auth\\App\\GuestController', $this));
  1133. return $instance;
  1134. }
  1135. /**
  1136. * Gets the public 'App\Controller\Auth\App\ProfileController' shared autowired service.
  1137. *
  1138. * @return \App\Controller\Auth\App\ProfileController
  1139. */
  1140. protected function getProfileController2Service()
  1141. {
  1142. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1143. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/App/ProfileController.php';
  1144. $this->services['App\\Controller\\Auth\\App\\ProfileController'] = $instance = new \App\Controller\Auth\App\ProfileController();
  1145. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Auth\\App\\ProfileController', $this));
  1146. return $instance;
  1147. }
  1148. /**
  1149. * Gets the public 'App\Controller\Auth\App\SecurityController' shared autowired service.
  1150. *
  1151. * @return \App\Controller\Auth\App\SecurityController
  1152. */
  1153. protected function getSecurityController2Service()
  1154. {
  1155. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1156. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/App/SecurityController.php';
  1157. $this->services['App\\Controller\\Auth\\App\\SecurityController'] = $instance = new \App\Controller\Auth\App\SecurityController();
  1158. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Auth\\App\\SecurityController', $this));
  1159. return $instance;
  1160. }
  1161. /**
  1162. * Gets the public 'App\Controller\Auth\Dashboard\UserController' shared autowired service.
  1163. *
  1164. * @return \App\Controller\Auth\Dashboard\UserController
  1165. */
  1166. protected function getUserControllerService()
  1167. {
  1168. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1169. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1170. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/Dashboard/UserController.php';
  1171. $this->services['App\\Controller\\Auth\\Dashboard\\UserController'] = $instance = new \App\Controller\Auth\Dashboard\UserController();
  1172. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Auth\\Dashboard\\UserController', $this));
  1173. return $instance;
  1174. }
  1175. /**
  1176. * Gets the public 'App\Controller\CRM\APIController' shared autowired service.
  1177. *
  1178. * @return \App\Controller\CRM\APIController
  1179. */
  1180. protected function getAPIControllerService()
  1181. {
  1182. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1183. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1184. $this->services['App\\Controller\\CRM\\APIController'] = $instance = new \App\Controller\CRM\APIController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1185. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\APIController', $this));
  1186. return $instance;
  1187. }
  1188. /**
  1189. * Gets the public 'App\Controller\CRM\Employee\PartnerEmployeeController' shared autowired service.
  1190. *
  1191. * @return \App\Controller\CRM\Employee\PartnerEmployeeController
  1192. */
  1193. protected function getPartnerEmployeeControllerService()
  1194. {
  1195. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1196. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1197. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Employee/PartnerEmployeeController.php';
  1198. $this->services['App\\Controller\\CRM\\Employee\\PartnerEmployeeController'] = $instance = new \App\Controller\CRM\Employee\PartnerEmployeeController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1199. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\Employee\\PartnerEmployeeController', $this));
  1200. return $instance;
  1201. }
  1202. /**
  1203. * Gets the public 'App\Controller\CRM\Invoices\PartnerInvoiceController' shared autowired service.
  1204. *
  1205. * @return \App\Controller\CRM\Invoices\PartnerInvoiceController
  1206. */
  1207. protected function getPartnerInvoiceControllerService()
  1208. {
  1209. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1210. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1211. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Invoices/PartnerInvoiceController.php';
  1212. $this->services['App\\Controller\\CRM\\Invoices\\PartnerInvoiceController'] = $instance = new \App\Controller\CRM\Invoices\PartnerInvoiceController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1213. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\Invoices\\PartnerInvoiceController', $this));
  1214. return $instance;
  1215. }
  1216. /**
  1217. * Gets the public 'App\Controller\CRM\Offers\PartnerOffersController' shared autowired service.
  1218. *
  1219. * @return \App\Controller\CRM\Offers\PartnerOffersController
  1220. */
  1221. protected function getPartnerOffersControllerService()
  1222. {
  1223. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1224. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1225. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Offers/PartnerOffersController.php';
  1226. $this->services['App\\Controller\\CRM\\Offers\\PartnerOffersController'] = $instance = new \App\Controller\CRM\Offers\PartnerOffersController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1227. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\Offers\\PartnerOffersController', $this));
  1228. return $instance;
  1229. }
  1230. /**
  1231. * Gets the public 'App\Controller\CRM\Orders\ProductOrderController' shared autowired service.
  1232. *
  1233. * @return \App\Controller\CRM\Orders\ProductOrderController
  1234. */
  1235. protected function getProductOrderControllerService()
  1236. {
  1237. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1238. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1239. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Orders/ProductOrderController.php';
  1240. $this->services['App\\Controller\\CRM\\Orders\\ProductOrderController'] = $instance = new \App\Controller\CRM\Orders\ProductOrderController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1241. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\Orders\\ProductOrderController', $this));
  1242. return $instance;
  1243. }
  1244. /**
  1245. * Gets the public 'App\Controller\CRM\ProductPrice\PartnerRebateController' shared autowired service.
  1246. *
  1247. * @return \App\Controller\CRM\ProductPrice\PartnerRebateController
  1248. */
  1249. protected function getPartnerRebateControllerService()
  1250. {
  1251. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1252. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1253. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/ProductPrice/PartnerRebateController.php';
  1254. $this->services['App\\Controller\\CRM\\ProductPrice\\PartnerRebateController'] = $instance = new \App\Controller\CRM\ProductPrice\PartnerRebateController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1255. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\ProductPrice\\PartnerRebateController', $this));
  1256. return $instance;
  1257. }
  1258. /**
  1259. * Gets the public 'App\Controller\CRM\ProductPrice\ProductPriceController' shared autowired service.
  1260. *
  1261. * @return \App\Controller\CRM\ProductPrice\ProductPriceController
  1262. */
  1263. protected function getProductPriceControllerService()
  1264. {
  1265. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1266. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1267. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/ProductPrice/ProductPriceController.php';
  1268. $this->services['App\\Controller\\CRM\\ProductPrice\\ProductPriceController'] = $instance = new \App\Controller\CRM\ProductPrice\ProductPriceController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1269. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\ProductPrice\\ProductPriceController', $this));
  1270. return $instance;
  1271. }
  1272. /**
  1273. * Gets the public 'App\Controller\CRM\Products\FixedPricePartnerController' shared autowired service.
  1274. *
  1275. * @return \App\Controller\CRM\Products\FixedPricePartnerController
  1276. */
  1277. protected function getFixedPricePartnerControllerService()
  1278. {
  1279. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1280. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1281. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Products/FixedPricePartnerController.php';
  1282. $this->services['App\\Controller\\CRM\\Products\\FixedPricePartnerController'] = $instance = new \App\Controller\CRM\Products\FixedPricePartnerController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1283. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\Products\\FixedPricePartnerController', $this));
  1284. return $instance;
  1285. }
  1286. /**
  1287. * Gets the public 'App\Controller\CRM\Products\NotDeliveredProductController' shared autowired service.
  1288. *
  1289. * @return \App\Controller\CRM\Products\NotDeliveredProductController
  1290. */
  1291. protected function getNotDeliveredProductControllerService()
  1292. {
  1293. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1294. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1295. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Products/NotDeliveredProductController.php';
  1296. $this->services['App\\Controller\\CRM\\Products\\NotDeliveredProductController'] = $instance = new \App\Controller\CRM\Products\NotDeliveredProductController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1297. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\Products\\NotDeliveredProductController', $this));
  1298. return $instance;
  1299. }
  1300. /**
  1301. * Gets the public 'App\Controller\CRM\Products\ProductTurnoverController' shared autowired service.
  1302. *
  1303. * @return \App\Controller\CRM\Products\ProductTurnoverController
  1304. */
  1305. protected function getProductTurnoverControllerService()
  1306. {
  1307. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1308. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1309. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Products/ProductTurnoverController.php';
  1310. $this->services['App\\Controller\\CRM\\Products\\ProductTurnoverController'] = $instance = new \App\Controller\CRM\Products\ProductTurnoverController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1311. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\Products\\ProductTurnoverController', $this));
  1312. return $instance;
  1313. }
  1314. /**
  1315. * Gets the public 'App\Controller\CRM\Products\TradeItemsController' shared autowired service.
  1316. *
  1317. * @return \App\Controller\CRM\Products\TradeItemsController
  1318. */
  1319. protected function getTradeItemsControllerService()
  1320. {
  1321. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1322. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1323. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Products/TradeItemsController.php';
  1324. $this->services['App\\Controller\\CRM\\Products\\TradeItemsController'] = $instance = new \App\Controller\CRM\Products\TradeItemsController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1325. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\Products\\TradeItemsController', $this));
  1326. return $instance;
  1327. }
  1328. /**
  1329. * Gets the public 'App\Controller\CRM\Reports\PartnerController' shared autowired service.
  1330. *
  1331. * @return \App\Controller\CRM\Reports\PartnerController
  1332. */
  1333. protected function getPartnerControllerService()
  1334. {
  1335. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1336. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1337. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Reports/PartnerController.php';
  1338. $this->services['App\\Controller\\CRM\\Reports\\PartnerController'] = $instance = new \App\Controller\CRM\Reports\PartnerController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1339. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\Reports\\PartnerController', $this));
  1340. return $instance;
  1341. }
  1342. /**
  1343. * Gets the public 'App\Controller\CRM\VisitController' shared autowired service.
  1344. *
  1345. * @return \App\Controller\CRM\VisitController
  1346. */
  1347. protected function getVisitControllerService()
  1348. {
  1349. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1350. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1351. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/VisitController.php';
  1352. $this->services['App\\Controller\\CRM\\VisitController'] = $instance = new \App\Controller\CRM\VisitController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1353. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\CRM\\VisitController', $this));
  1354. return $instance;
  1355. }
  1356. /**
  1357. * Gets the public 'App\Controller\Content\App\AboutUsController' shared autowired service.
  1358. *
  1359. * @return \App\Controller\Content\App\AboutUsController
  1360. */
  1361. protected function getAboutUsControllerService()
  1362. {
  1363. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1364. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/AboutUsController.php';
  1365. $this->services['App\\Controller\\Content\\App\\AboutUsController'] = $instance = new \App\Controller\Content\App\AboutUsController();
  1366. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\App\\AboutUsController', $this));
  1367. return $instance;
  1368. }
  1369. /**
  1370. * Gets the public 'App\Controller\Content\App\BlogCategoryController' shared autowired service.
  1371. *
  1372. * @return \App\Controller\Content\App\BlogCategoryController
  1373. */
  1374. protected function getBlogCategoryControllerService()
  1375. {
  1376. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1377. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/BlogCategoryController.php';
  1378. $this->services['App\\Controller\\Content\\App\\BlogCategoryController'] = $instance = new \App\Controller\Content\App\BlogCategoryController();
  1379. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\App\\BlogCategoryController', $this));
  1380. return $instance;
  1381. }
  1382. /**
  1383. * Gets the public 'App\Controller\Content\App\BlogCommentController' shared autowired service.
  1384. *
  1385. * @return \App\Controller\Content\App\BlogCommentController
  1386. */
  1387. protected function getBlogCommentControllerService()
  1388. {
  1389. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1390. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/BlogCommentController.php';
  1391. $this->services['App\\Controller\\Content\\App\\BlogCommentController'] = $instance = new \App\Controller\Content\App\BlogCommentController();
  1392. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\App\\BlogCommentController', $this));
  1393. return $instance;
  1394. }
  1395. /**
  1396. * Gets the public 'App\Controller\Content\App\BlogController' shared autowired service.
  1397. *
  1398. * @return \App\Controller\Content\App\BlogController
  1399. */
  1400. protected function getBlogControllerService()
  1401. {
  1402. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1403. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/BlogController.php';
  1404. $this->services['App\\Controller\\Content\\App\\BlogController'] = $instance = new \App\Controller\Content\App\BlogController();
  1405. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\App\\BlogController', $this));
  1406. return $instance;
  1407. }
  1408. /**
  1409. * Gets the public 'App\Controller\Content\App\ContactController' shared autowired service.
  1410. *
  1411. * @return \App\Controller\Content\App\ContactController
  1412. */
  1413. protected function getContactControllerService()
  1414. {
  1415. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1416. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/ContactController.php';
  1417. $this->services['App\\Controller\\Content\\App\\ContactController'] = $instance = new \App\Controller\Content\App\ContactController();
  1418. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\App\\ContactController', $this));
  1419. return $instance;
  1420. }
  1421. /**
  1422. * Gets the public 'App\Controller\Content\App\DocumentCategoryController' shared autowired service.
  1423. *
  1424. * @return \App\Controller\Content\App\DocumentCategoryController
  1425. */
  1426. protected function getDocumentCategoryControllerService()
  1427. {
  1428. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1429. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/DocumentCategoryController.php';
  1430. $this->services['App\\Controller\\Content\\App\\DocumentCategoryController'] = $instance = new \App\Controller\Content\App\DocumentCategoryController();
  1431. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\App\\DocumentCategoryController', $this));
  1432. return $instance;
  1433. }
  1434. /**
  1435. * Gets the public 'App\Controller\Content\App\DocumentController' shared autowired service.
  1436. *
  1437. * @return \App\Controller\Content\App\DocumentController
  1438. */
  1439. protected function getDocumentControllerService()
  1440. {
  1441. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1442. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/DocumentController.php';
  1443. $this->services['App\\Controller\\Content\\App\\DocumentController'] = $instance = new \App\Controller\Content\App\DocumentController();
  1444. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\App\\DocumentController', $this));
  1445. return $instance;
  1446. }
  1447. /**
  1448. * Gets the public 'App\Controller\Content\App\LocaleController' shared autowired service.
  1449. *
  1450. * @return \App\Controller\Content\App\LocaleController
  1451. */
  1452. protected function getLocaleControllerService()
  1453. {
  1454. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1455. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/LocaleController.php';
  1456. $this->services['App\\Controller\\Content\\App\\LocaleController'] = $instance = new \App\Controller\Content\App\LocaleController();
  1457. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\App\\LocaleController', $this));
  1458. return $instance;
  1459. }
  1460. /**
  1461. * Gets the public 'App\Controller\Content\App\PageController' shared autowired service.
  1462. *
  1463. * @return \App\Controller\Content\App\PageController
  1464. */
  1465. protected function getPageControllerService()
  1466. {
  1467. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1468. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/PageController.php';
  1469. include_once \dirname(__DIR__, 4).'/src/Service/Content/Widgetizer.php';
  1470. $this->services['App\\Controller\\Content\\App\\PageController'] = $instance = new \App\Controller\Content\App\PageController(new \App\Service\Content\Widgetizer(($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  1471. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\App\\PageController', $this));
  1472. return $instance;
  1473. }
  1474. /**
  1475. * Gets the public 'App\Controller\Content\Dashboard\BlogCategoryController' shared autowired service.
  1476. *
  1477. * @return \App\Controller\Content\Dashboard\BlogCategoryController
  1478. */
  1479. protected function getBlogCategoryController2Service()
  1480. {
  1481. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1482. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/BlogCategoryController.php';
  1483. $this->services['App\\Controller\\Content\\Dashboard\\BlogCategoryController'] = $instance = new \App\Controller\Content\Dashboard\BlogCategoryController();
  1484. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\Dashboard\\BlogCategoryController', $this));
  1485. return $instance;
  1486. }
  1487. /**
  1488. * Gets the public 'App\Controller\Content\Dashboard\BlogCommentController' shared autowired service.
  1489. *
  1490. * @return \App\Controller\Content\Dashboard\BlogCommentController
  1491. */
  1492. protected function getBlogCommentController2Service()
  1493. {
  1494. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1495. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/BlogCommentController.php';
  1496. $this->services['App\\Controller\\Content\\Dashboard\\BlogCommentController'] = $instance = new \App\Controller\Content\Dashboard\BlogCommentController();
  1497. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\Dashboard\\BlogCommentController', $this));
  1498. return $instance;
  1499. }
  1500. /**
  1501. * Gets the public 'App\Controller\Content\Dashboard\BlogController' shared autowired service.
  1502. *
  1503. * @return \App\Controller\Content\Dashboard\BlogController
  1504. */
  1505. protected function getBlogController2Service()
  1506. {
  1507. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1508. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/BlogController.php';
  1509. $this->services['App\\Controller\\Content\\Dashboard\\BlogController'] = $instance = new \App\Controller\Content\Dashboard\BlogController();
  1510. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\Dashboard\\BlogController', $this));
  1511. return $instance;
  1512. }
  1513. /**
  1514. * Gets the public 'App\Controller\Content\Dashboard\DocumentCategoryController' shared autowired service.
  1515. *
  1516. * @return \App\Controller\Content\Dashboard\DocumentCategoryController
  1517. */
  1518. protected function getDocumentCategoryController2Service()
  1519. {
  1520. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1521. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/DocumentCategoryController.php';
  1522. $this->services['App\\Controller\\Content\\Dashboard\\DocumentCategoryController'] = $instance = new \App\Controller\Content\Dashboard\DocumentCategoryController();
  1523. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\Dashboard\\DocumentCategoryController', $this));
  1524. return $instance;
  1525. }
  1526. /**
  1527. * Gets the public 'App\Controller\Content\Dashboard\DocumentController' shared autowired service.
  1528. *
  1529. * @return \App\Controller\Content\Dashboard\DocumentController
  1530. */
  1531. protected function getDocumentController2Service()
  1532. {
  1533. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1534. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1535. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/DocumentController.php';
  1536. $this->services['App\\Controller\\Content\\Dashboard\\DocumentController'] = $instance = new \App\Controller\Content\Dashboard\DocumentController();
  1537. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\Dashboard\\DocumentController', $this));
  1538. return $instance;
  1539. }
  1540. /**
  1541. * Gets the public 'App\Controller\Content\Dashboard\PageController' shared autowired service.
  1542. *
  1543. * @return \App\Controller\Content\Dashboard\PageController
  1544. */
  1545. protected function getPageController2Service()
  1546. {
  1547. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1548. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1549. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/PageController.php';
  1550. $this->services['App\\Controller\\Content\\Dashboard\\PageController'] = $instance = new \App\Controller\Content\Dashboard\PageController();
  1551. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\Dashboard\\PageController', $this));
  1552. return $instance;
  1553. }
  1554. /**
  1555. * Gets the public 'App\Controller\Content\Dashboard\TagController' shared autowired service.
  1556. *
  1557. * @return \App\Controller\Content\Dashboard\TagController
  1558. */
  1559. protected function getTagControllerService()
  1560. {
  1561. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1562. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/TagController.php';
  1563. $this->services['App\\Controller\\Content\\Dashboard\\TagController'] = $instance = new \App\Controller\Content\Dashboard\TagController();
  1564. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\Content\\Dashboard\\TagController', $this));
  1565. return $instance;
  1566. }
  1567. /**
  1568. * Gets the public 'App\Controller\ECommerce\API\CartController' shared autowired service.
  1569. *
  1570. * @return \App\Controller\ECommerce\API\CartController
  1571. */
  1572. protected function getCartControllerService()
  1573. {
  1574. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1575. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1576. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/API/CartController.php';
  1577. $this->services['App\\Controller\\ECommerce\\API\\CartController'] = $instance = new \App\Controller\ECommerce\API\CartController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1578. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\API\\CartController', $this));
  1579. return $instance;
  1580. }
  1581. /**
  1582. * Gets the public 'App\Controller\ECommerce\API\CartItemController' shared autowired service.
  1583. *
  1584. * @return \App\Controller\ECommerce\API\CartItemController
  1585. */
  1586. protected function getCartItemControllerService()
  1587. {
  1588. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1589. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1590. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/API/CartItemController.php';
  1591. $this->services['App\\Controller\\ECommerce\\API\\CartItemController'] = $instance = new \App\Controller\ECommerce\API\CartItemController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1592. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\API\\CartItemController', $this));
  1593. return $instance;
  1594. }
  1595. /**
  1596. * Gets the public 'App\Controller\ECommerce\API\DepotController' shared autowired service.
  1597. *
  1598. * @return \App\Controller\ECommerce\API\DepotController
  1599. */
  1600. protected function getDepotControllerService()
  1601. {
  1602. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1603. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1604. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/API/DepotController.php';
  1605. $this->services['App\\Controller\\ECommerce\\API\\DepotController'] = $instance = new \App\Controller\ECommerce\API\DepotController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1606. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\API\\DepotController', $this));
  1607. return $instance;
  1608. }
  1609. /**
  1610. * Gets the public 'App\Controller\ECommerce\API\ProductController' shared autowired service.
  1611. *
  1612. * @return \App\Controller\ECommerce\API\ProductController
  1613. */
  1614. protected function getProductControllerService()
  1615. {
  1616. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1617. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1618. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/API/ProductController.php';
  1619. $this->services['App\\Controller\\ECommerce\\API\\ProductController'] = $instance = new \App\Controller\ECommerce\API\ProductController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1620. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\API\\ProductController', $this));
  1621. return $instance;
  1622. }
  1623. /**
  1624. * Gets the public 'App\Controller\ECommerce\App\CartController' shared autowired service.
  1625. *
  1626. * @return \App\Controller\ECommerce\App\CartController
  1627. */
  1628. protected function getCartController2Service()
  1629. {
  1630. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1631. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1632. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/CartController.php';
  1633. $this->services['App\\Controller\\ECommerce\\App\\CartController'] = $instance = new \App\Controller\ECommerce\App\CartController();
  1634. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\CartController', $this));
  1635. return $instance;
  1636. }
  1637. /**
  1638. * Gets the public 'App\Controller\ECommerce\App\CartItemController' shared autowired service.
  1639. *
  1640. * @return \App\Controller\ECommerce\App\CartItemController
  1641. */
  1642. protected function getCartItemController2Service()
  1643. {
  1644. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1645. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1646. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/CartItemController.php';
  1647. $this->services['App\\Controller\\ECommerce\\App\\CartItemController'] = $instance = new \App\Controller\ECommerce\App\CartItemController();
  1648. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\CartItemController', $this));
  1649. return $instance;
  1650. }
  1651. /**
  1652. * Gets the public 'App\Controller\ECommerce\App\ClientController' shared autowired service.
  1653. *
  1654. * @return \App\Controller\ECommerce\App\ClientController
  1655. */
  1656. protected function getClientControllerService()
  1657. {
  1658. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1659. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/ClientController.php';
  1660. $this->services['App\\Controller\\ECommerce\\App\\ClientController'] = $instance = new \App\Controller\ECommerce\App\ClientController();
  1661. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\ClientController', $this));
  1662. return $instance;
  1663. }
  1664. /**
  1665. * Gets the public 'App\Controller\ECommerce\App\CountdownController' shared autowired service.
  1666. *
  1667. * @return \App\Controller\ECommerce\App\CountdownController
  1668. */
  1669. protected function getCountdownControllerService()
  1670. {
  1671. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1672. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/CountdownController.php';
  1673. $this->services['App\\Controller\\ECommerce\\App\\CountdownController'] = $instance = new \App\Controller\ECommerce\App\CountdownController();
  1674. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\CountdownController', $this));
  1675. return $instance;
  1676. }
  1677. /**
  1678. * Gets the public 'App\Controller\ECommerce\App\IndividualOrderController' shared autowired service.
  1679. *
  1680. * @return \App\Controller\ECommerce\App\IndividualOrderController
  1681. */
  1682. protected function getIndividualOrderControllerService()
  1683. {
  1684. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1685. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1686. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/IndividualOrderController.php';
  1687. $this->services['App\\Controller\\ECommerce\\App\\IndividualOrderController'] = $instance = new \App\Controller\ECommerce\App\IndividualOrderController();
  1688. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\IndividualOrderController', $this));
  1689. return $instance;
  1690. }
  1691. /**
  1692. * Gets the public 'App\Controller\ECommerce\App\InvoiceController' shared autowired service.
  1693. *
  1694. * @return \App\Controller\ECommerce\App\InvoiceController
  1695. */
  1696. protected function getInvoiceControllerService()
  1697. {
  1698. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1699. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1700. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/InvoiceController.php';
  1701. $this->services['App\\Controller\\ECommerce\\App\\InvoiceController'] = $instance = new \App\Controller\ECommerce\App\InvoiceController();
  1702. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\InvoiceController', $this));
  1703. return $instance;
  1704. }
  1705. /**
  1706. * Gets the public 'App\Controller\ECommerce\App\NewsletterController' shared autowired service.
  1707. *
  1708. * @return \App\Controller\ECommerce\App\NewsletterController
  1709. */
  1710. protected function getNewsletterControllerService()
  1711. {
  1712. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1713. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/NewsletterController.php';
  1714. $this->services['App\\Controller\\ECommerce\\App\\NewsletterController'] = $instance = new \App\Controller\ECommerce\App\NewsletterController();
  1715. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\NewsletterController', $this));
  1716. return $instance;
  1717. }
  1718. /**
  1719. * Gets the public 'App\Controller\ECommerce\App\PreOrderController' shared autowired service.
  1720. *
  1721. * @return \App\Controller\ECommerce\App\PreOrderController
  1722. */
  1723. protected function getPreOrderControllerService()
  1724. {
  1725. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1726. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1727. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/PreOrderController.php';
  1728. $this->services['App\\Controller\\ECommerce\\App\\PreOrderController'] = $instance = new \App\Controller\ECommerce\App\PreOrderController();
  1729. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\PreOrderController', $this));
  1730. return $instance;
  1731. }
  1732. /**
  1733. * Gets the public 'App\Controller\ECommerce\App\ProductCategoryController' shared autowired service.
  1734. *
  1735. * @return \App\Controller\ECommerce\App\ProductCategoryController
  1736. */
  1737. protected function getProductCategoryControllerService()
  1738. {
  1739. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1740. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/ProductCategoryController.php';
  1741. $this->services['App\\Controller\\ECommerce\\App\\ProductCategoryController'] = $instance = new \App\Controller\ECommerce\App\ProductCategoryController();
  1742. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\ProductCategoryController', $this));
  1743. return $instance;
  1744. }
  1745. /**
  1746. * Gets the public 'App\Controller\ECommerce\App\ProductController' shared autowired service.
  1747. *
  1748. * @return \App\Controller\ECommerce\App\ProductController
  1749. */
  1750. protected function getProductController2Service()
  1751. {
  1752. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1753. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1754. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/ProductController.php';
  1755. $this->services['App\\Controller\\ECommerce\\App\\ProductController'] = $instance = new \App\Controller\ECommerce\App\ProductController();
  1756. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\ProductController', $this));
  1757. return $instance;
  1758. }
  1759. /**
  1760. * Gets the public 'App\Controller\ECommerce\App\SearchTipController' shared autowired service.
  1761. *
  1762. * @return \App\Controller\ECommerce\App\SearchTipController
  1763. */
  1764. protected function getSearchTipControllerService()
  1765. {
  1766. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1767. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1768. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/SearchTipController.php';
  1769. $this->services['App\\Controller\\ECommerce\\App\\SearchTipController'] = $instance = new \App\Controller\ECommerce\App\SearchTipController();
  1770. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\SearchTipController', $this));
  1771. return $instance;
  1772. }
  1773. /**
  1774. * Gets the public 'App\Controller\ECommerce\App\SynonymController' shared autowired service.
  1775. *
  1776. * @return \App\Controller\ECommerce\App\SynonymController
  1777. */
  1778. protected function getSynonymControllerService()
  1779. {
  1780. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1781. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/SynonymController.php';
  1782. $this->services['App\\Controller\\ECommerce\\App\\SynonymController'] = $instance = new \App\Controller\ECommerce\App\SynonymController();
  1783. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\SynonymController', $this));
  1784. return $instance;
  1785. }
  1786. /**
  1787. * Gets the public 'App\Controller\ECommerce\App\WorkingHoursController' shared autowired service.
  1788. *
  1789. * @return \App\Controller\ECommerce\App\WorkingHoursController
  1790. */
  1791. protected function getWorkingHoursControllerService()
  1792. {
  1793. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1794. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/WorkingHoursController.php';
  1795. $this->services['App\\Controller\\ECommerce\\App\\WorkingHoursController'] = $instance = new \App\Controller\ECommerce\App\WorkingHoursController();
  1796. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\App\\WorkingHoursController', $this));
  1797. return $instance;
  1798. }
  1799. /**
  1800. * Gets the public 'App\Controller\ECommerce\Dashboard\CartController' shared autowired service.
  1801. *
  1802. * @return \App\Controller\ECommerce\Dashboard\CartController
  1803. */
  1804. protected function getCartController3Service()
  1805. {
  1806. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1807. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1808. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/CartController.php';
  1809. $this->services['App\\Controller\\ECommerce\\Dashboard\\CartController'] = $instance = new \App\Controller\ECommerce\Dashboard\CartController();
  1810. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\CartController', $this));
  1811. return $instance;
  1812. }
  1813. /**
  1814. * Gets the public 'App\Controller\ECommerce\Dashboard\CategoryController' shared autowired service.
  1815. *
  1816. * @return \App\Controller\ECommerce\Dashboard\CategoryController
  1817. */
  1818. protected function getCategoryControllerService()
  1819. {
  1820. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1821. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1822. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/CategoryController.php';
  1823. $this->services['App\\Controller\\ECommerce\\Dashboard\\CategoryController'] = $instance = new \App\Controller\ECommerce\Dashboard\CategoryController();
  1824. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\CategoryController', $this));
  1825. return $instance;
  1826. }
  1827. /**
  1828. * Gets the public 'App\Controller\ECommerce\Dashboard\ClientController' shared autowired service.
  1829. *
  1830. * @return \App\Controller\ECommerce\Dashboard\ClientController
  1831. */
  1832. protected function getClientController2Service()
  1833. {
  1834. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1835. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1836. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ClientController.php';
  1837. $this->services['App\\Controller\\ECommerce\\Dashboard\\ClientController'] = $instance = new \App\Controller\ECommerce\Dashboard\ClientController();
  1838. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\ClientController', $this));
  1839. return $instance;
  1840. }
  1841. /**
  1842. * Gets the public 'App\Controller\ECommerce\Dashboard\ClientGroupController' shared autowired service.
  1843. *
  1844. * @return \App\Controller\ECommerce\Dashboard\ClientGroupController
  1845. */
  1846. protected function getClientGroupControllerService()
  1847. {
  1848. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1849. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1850. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ClientGroupController.php';
  1851. $this->services['App\\Controller\\ECommerce\\Dashboard\\ClientGroupController'] = $instance = new \App\Controller\ECommerce\Dashboard\ClientGroupController();
  1852. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\ClientGroupController', $this));
  1853. return $instance;
  1854. }
  1855. /**
  1856. * Gets the public 'App\Controller\ECommerce\Dashboard\DepotController' shared autowired service.
  1857. *
  1858. * @return \App\Controller\ECommerce\Dashboard\DepotController
  1859. */
  1860. protected function getDepotController2Service()
  1861. {
  1862. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1863. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1864. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/DepotController.php';
  1865. $this->services['App\\Controller\\ECommerce\\Dashboard\\DepotController'] = $instance = new \App\Controller\ECommerce\Dashboard\DepotController();
  1866. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\DepotController', $this));
  1867. return $instance;
  1868. }
  1869. /**
  1870. * Gets the public 'App\Controller\ECommerce\Dashboard\FirmController' shared autowired service.
  1871. *
  1872. * @return \App\Controller\ECommerce\Dashboard\FirmController
  1873. */
  1874. protected function getFirmControllerService()
  1875. {
  1876. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1877. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1878. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/FirmController.php';
  1879. $this->services['App\\Controller\\ECommerce\\Dashboard\\FirmController'] = $instance = new \App\Controller\ECommerce\Dashboard\FirmController();
  1880. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\FirmController', $this));
  1881. return $instance;
  1882. }
  1883. /**
  1884. * Gets the public 'App\Controller\ECommerce\Dashboard\IndividualOrderController' shared autowired service.
  1885. *
  1886. * @return \App\Controller\ECommerce\Dashboard\IndividualOrderController
  1887. */
  1888. protected function getIndividualOrderController2Service()
  1889. {
  1890. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1891. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1892. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/IndividualOrderController.php';
  1893. $this->services['App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController'] = $instance = new \App\Controller\ECommerce\Dashboard\IndividualOrderController();
  1894. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController', $this));
  1895. return $instance;
  1896. }
  1897. /**
  1898. * Gets the public 'App\Controller\ECommerce\Dashboard\ProductController' shared autowired service.
  1899. *
  1900. * @return \App\Controller\ECommerce\Dashboard\ProductController
  1901. */
  1902. protected function getProductController3Service()
  1903. {
  1904. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1905. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1906. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ProductController.php';
  1907. $this->services['App\\Controller\\ECommerce\\Dashboard\\ProductController'] = $instance = new \App\Controller\ECommerce\Dashboard\ProductController();
  1908. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\ProductController', $this));
  1909. return $instance;
  1910. }
  1911. /**
  1912. * Gets the public 'App\Controller\ECommerce\Dashboard\ProductGroupController' shared autowired service.
  1913. *
  1914. * @return \App\Controller\ECommerce\Dashboard\ProductGroupController
  1915. */
  1916. protected function getProductGroupControllerService()
  1917. {
  1918. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1919. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1920. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ProductGroupController.php';
  1921. $this->services['App\\Controller\\ECommerce\\Dashboard\\ProductGroupController'] = $instance = new \App\Controller\ECommerce\Dashboard\ProductGroupController();
  1922. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\ProductGroupController', $this));
  1923. return $instance;
  1924. }
  1925. /**
  1926. * Gets the public 'App\Controller\ECommerce\Dashboard\ProductInfoController' shared autowired service.
  1927. *
  1928. * @return \App\Controller\ECommerce\Dashboard\ProductInfoController
  1929. */
  1930. protected function getProductInfoControllerService()
  1931. {
  1932. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1933. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ProductInfoController.php';
  1934. $this->services['App\\Controller\\ECommerce\\Dashboard\\ProductInfoController'] = $instance = new \App\Controller\ECommerce\Dashboard\ProductInfoController();
  1935. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\ProductInfoController', $this));
  1936. return $instance;
  1937. }
  1938. /**
  1939. * Gets the public 'App\Controller\ECommerce\Dashboard\ProductManufacturerController' shared autowired service.
  1940. *
  1941. * @return \App\Controller\ECommerce\Dashboard\ProductManufacturerController
  1942. */
  1943. protected function getProductManufacturerControllerService()
  1944. {
  1945. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1946. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ProductManufacturerController.php';
  1947. $this->services['App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController'] = $instance = new \App\Controller\ECommerce\Dashboard\ProductManufacturerController();
  1948. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController', $this));
  1949. return $instance;
  1950. }
  1951. /**
  1952. * Gets the public 'App\Controller\ECommerce\Dashboard\SearchTipController' shared autowired service.
  1953. *
  1954. * @return \App\Controller\ECommerce\Dashboard\SearchTipController
  1955. */
  1956. protected function getSearchTipController2Service()
  1957. {
  1958. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1959. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1960. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/SearchTipController.php';
  1961. $this->services['App\\Controller\\ECommerce\\Dashboard\\SearchTipController'] = $instance = new \App\Controller\ECommerce\Dashboard\SearchTipController();
  1962. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\SearchTipController', $this));
  1963. return $instance;
  1964. }
  1965. /**
  1966. * Gets the public 'App\Controller\ECommerce\Dashboard\ShippingController' shared autowired service.
  1967. *
  1968. * @return \App\Controller\ECommerce\Dashboard\ShippingController
  1969. */
  1970. protected function getShippingControllerService()
  1971. {
  1972. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1973. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1974. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ShippingController.php';
  1975. $this->services['App\\Controller\\ECommerce\\Dashboard\\ShippingController'] = $instance = new \App\Controller\ECommerce\Dashboard\ShippingController();
  1976. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\ShippingController', $this));
  1977. return $instance;
  1978. }
  1979. /**
  1980. * Gets the public 'App\Controller\ECommerce\Dashboard\SynonymController' shared autowired service.
  1981. *
  1982. * @return \App\Controller\ECommerce\Dashboard\SynonymController
  1983. */
  1984. protected function getSynonymController2Service()
  1985. {
  1986. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1987. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1988. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/SynonymController.php';
  1989. $this->services['App\\Controller\\ECommerce\\Dashboard\\SynonymController'] = $instance = new \App\Controller\ECommerce\Dashboard\SynonymController();
  1990. $instance->setContainer(($this->privates['.service_locator.qMmnLD3'] ?? $this->get_ServiceLocator_QMmnLD3Service())->withContext('App\\Controller\\ECommerce\\Dashboard\\SynonymController', $this));
  1991. return $instance;
  1992. }
  1993. /**
  1994. * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1995. *
  1996. * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1997. */
  1998. protected function getProfilerControllerService()
  1999. {
  2000. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  2001. return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2002. }
  2003. /**
  2004. * Gets the public 'Endroid\QrCodeBundle\Controller\GenerateController' shared autowired service.
  2005. *
  2006. * @return \Endroid\QrCodeBundle\Controller\GenerateController
  2007. */
  2008. protected function getGenerateControllerService()
  2009. {
  2010. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Controller/GenerateController.php';
  2011. return $this->services['Endroid\\QrCodeBundle\\Controller\\GenerateController'] = new \Endroid\QrCodeBundle\Controller\GenerateController(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? $this->getBuilderRegistryService()));
  2012. }
  2013. /**
  2014. * Gets the public 'FOS\ElasticaBundle\Elastica\Index $synonymIndex' shared service.
  2015. *
  2016. * @return \FOS\ElasticaBundle\Elastica\Index
  2017. */
  2018. protected function getIndexsynonymIndexService()
  2019. {
  2020. include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  2021. include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/Index.php';
  2022. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  2023. $a = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService());
  2024. if (isset($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'])) {
  2025. return $this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'];
  2026. }
  2027. return $this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'] = $a->getIndex('synonym');
  2028. }
  2029. /**
  2030. * Gets the public 'FOS\ElasticaBundle\Elastica\Index $synonymProductIndex' shared service.
  2031. *
  2032. * @return \FOS\ElasticaBundle\Elastica\Index
  2033. */
  2034. protected function getIndexsynonymProductIndexService()
  2035. {
  2036. include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  2037. include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/Index.php';
  2038. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  2039. $a = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService());
  2040. if (isset($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'])) {
  2041. return $this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'];
  2042. }
  2043. return $this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'] = $a->getIndex('synonym_product');
  2044. }
  2045. /**
  2046. * Gets the public 'FOS\ElasticaBundle\Finder\TransformedFinder $synonymFinder' shared service.
  2047. *
  2048. * @return \FOS\ElasticaBundle\Finder\TransformedFinder
  2049. */
  2050. protected function getTransformedFindersynonymFinderService()
  2051. {
  2052. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/FinderInterface.php';
  2053. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedFinderInterface.php';
  2054. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/RawFinderInterface.php';
  2055. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedRawFinderInterface.php';
  2056. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/HybridFinderInterface.php';
  2057. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedHybridFinderInterface.php';
  2058. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php';
  2059. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  2060. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
  2061. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
  2062. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
  2063. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  2064. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  2065. $a = new \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ECommerce\\Synonym', ['hints' => [], 'hydrate' => true, 'ignore_missing' => false, 'query_builder_method' => 'createQueryBuilder', 'identifier' => 'id']);
  2066. $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(0, 0))));
  2067. return $this->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $synonymFinder'] = new \FOS\ElasticaBundle\Finder\TransformedFinder(($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'] ?? $this->getIndexsynonymIndexService()), $a);
  2068. }
  2069. /**
  2070. * Gets the public 'FOS\ElasticaBundle\Finder\TransformedFinder $synonymProductFinder' shared service.
  2071. *
  2072. * @return \FOS\ElasticaBundle\Finder\TransformedFinder
  2073. */
  2074. protected function getTransformedFindersynonymProductFinderService()
  2075. {
  2076. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/FinderInterface.php';
  2077. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedFinderInterface.php';
  2078. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/RawFinderInterface.php';
  2079. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedRawFinderInterface.php';
  2080. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/HybridFinderInterface.php';
  2081. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedHybridFinderInterface.php';
  2082. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php';
  2083. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  2084. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
  2085. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
  2086. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
  2087. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  2088. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  2089. $a = new \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ECommerce\\SynonymProduct', ['hints' => [], 'hydrate' => true, 'ignore_missing' => false, 'query_builder_method' => 'createQueryBuilder', 'identifier' => 'id']);
  2090. $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(0, 0))));
  2091. return $this->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $synonymProductFinder'] = new \FOS\ElasticaBundle\Finder\TransformedFinder(($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'] ?? $this->getIndexsynonymProductIndexService()), $a);
  2092. }
  2093. /**
  2094. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
  2095. *
  2096. * @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
  2097. */
  2098. protected function getBlameableEventSubscriberService()
  2099. {
  2100. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2101. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/BlameableEventSubscriber.php';
  2102. $a = ($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService());
  2103. if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  2104. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  2105. }
  2106. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2107. if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  2108. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  2109. }
  2110. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber($a, $b, NULL);
  2111. }
  2112. /**
  2113. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
  2114. *
  2115. * @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
  2116. */
  2117. protected function getLoggableEventSubscriberService()
  2118. {
  2119. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2120. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
  2121. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2122. }
  2123. /**
  2124. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
  2125. *
  2126. * @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
  2127. */
  2128. protected function getSluggableEventSubscriberService()
  2129. {
  2130. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2131. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
  2132. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2133. if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  2134. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  2135. }
  2136. $b = ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService());
  2137. if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  2138. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  2139. }
  2140. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber($a, $b);
  2141. }
  2142. /**
  2143. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
  2144. *
  2145. * @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
  2146. */
  2147. protected function getSoftDeletableEventSubscriberService()
  2148. {
  2149. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2150. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
  2151. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
  2152. }
  2153. /**
  2154. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
  2155. *
  2156. * @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
  2157. */
  2158. protected function getTimestampableEventSubscriberService()
  2159. {
  2160. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2161. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
  2162. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
  2163. }
  2164. /**
  2165. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
  2166. *
  2167. * @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
  2168. */
  2169. protected function getTranslatableEventSubscriberService()
  2170. {
  2171. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2172. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
  2173. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY', 'LAZY');
  2174. }
  2175. /**
  2176. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
  2177. *
  2178. * @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
  2179. */
  2180. protected function getTreeEventSubscriberService()
  2181. {
  2182. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2183. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
  2184. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
  2185. }
  2186. /**
  2187. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
  2188. *
  2189. * @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
  2190. */
  2191. protected function getUuidableEventSubscriberService()
  2192. {
  2193. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2194. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
  2195. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
  2196. }
  2197. /**
  2198. * Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
  2199. *
  2200. * @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
  2201. */
  2202. protected function getLocaleProviderService()
  2203. {
  2204. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
  2205. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
  2206. return $this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] = new \Knp\DoctrineBehaviors\Provider\LocaleProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  2207. }
  2208. /**
  2209. * Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
  2210. *
  2211. * @return \Knp\DoctrineBehaviors\Provider\UserProvider
  2212. */
  2213. protected function getUserProviderService()
  2214. {
  2215. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
  2216. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
  2217. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2218. if (isset($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'])) {
  2219. return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'];
  2220. }
  2221. return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] = new \Knp\DoctrineBehaviors\Provider\UserProvider($a, NULL);
  2222. }
  2223. /**
  2224. * Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
  2225. *
  2226. * @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
  2227. */
  2228. protected function getDefaultSluggableRepositoryService()
  2229. {
  2230. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
  2231. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2232. if (isset($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'])) {
  2233. return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'];
  2234. }
  2235. return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository($a);
  2236. }
  2237. /**
  2238. * Gets the public 'Knp\Snappy\Image' shared autowired service.
  2239. *
  2240. * @return \Knp\Snappy\Image
  2241. */
  2242. protected function getImageService()
  2243. {
  2244. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  2245. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  2246. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  2247. $this->services['Knp\\Snappy\\Image'] = $instance = new \Knp\Snappy\Image('wkhtmltoimage', [], []);
  2248. $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2249. return $instance;
  2250. }
  2251. /**
  2252. * Gets the public 'Knp\Snappy\Pdf' shared autowired service.
  2253. *
  2254. * @return \Knp\Snappy\Pdf
  2255. */
  2256. protected function getPdfService()
  2257. {
  2258. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  2259. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  2260. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  2261. $this->services['Knp\\Snappy\\Pdf'] = $instance = new \Knp\Snappy\Pdf((\dirname(__DIR__, 4).'/vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64'), $this->parameters['knp_snappy.pdf.options'], []);
  2262. $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2263. return $instance;
  2264. }
  2265. /**
  2266. * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  2267. *
  2268. * @return \Liip\ImagineBundle\Controller\ImagineController
  2269. */
  2270. protected function getImagineControllerService()
  2271. {
  2272. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  2273. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  2274. return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302));
  2275. }
  2276. /**
  2277. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2278. *
  2279. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2280. */
  2281. protected function getRedirectControllerService()
  2282. {
  2283. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2284. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2285. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2286. }
  2287. /**
  2288. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2289. *
  2290. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2291. */
  2292. protected function getTemplateControllerService()
  2293. {
  2294. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2295. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2296. }
  2297. /**
  2298. * Gets the public 'Trikoder\Bundle\OAuth2Bundle\Controller\AuthorizationController' shared service.
  2299. *
  2300. * @return \Trikoder\Bundle\OAuth2Bundle\Controller\AuthorizationController
  2301. */
  2302. protected function getAuthorizationControllerService()
  2303. {
  2304. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Controller/AuthorizationController.php';
  2305. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Event/AuthorizationRequestResolveEventFactory.php';
  2306. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/ScopeConverterInterface.php';
  2307. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/ScopeConverter.php';
  2308. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/UserConverterInterface.php';
  2309. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/UserConverter.php';
  2310. $a = ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService());
  2311. return $this->services['Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController'] = new \Trikoder\Bundle\OAuth2Bundle\Controller\AuthorizationController(($this->privates['League\\OAuth2\\Server\\AuthorizationServer'] ?? $this->getAuthorizationServerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Trikoder\Bundle\OAuth2Bundle\Event\AuthorizationRequestResolveEventFactory(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Converter\\ScopeConverter'] ?? ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Converter\\ScopeConverter'] = new \Trikoder\Bundle\OAuth2Bundle\Converter\ScopeConverter())), $a), ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Converter\\UserConverter'] ?? ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Converter\\UserConverter'] = new \Trikoder\Bundle\OAuth2Bundle\Converter\UserConverter())), $a);
  2312. }
  2313. /**
  2314. * Gets the public 'Trikoder\Bundle\OAuth2Bundle\Controller\TokenController' shared service.
  2315. *
  2316. * @return \Trikoder\Bundle\OAuth2Bundle\Controller\TokenController
  2317. */
  2318. protected function getTokenControllerService()
  2319. {
  2320. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Controller/TokenController.php';
  2321. return $this->services['Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController'] = new \Trikoder\Bundle\OAuth2Bundle\Controller\TokenController(($this->privates['League\\OAuth2\\Server\\AuthorizationServer'] ?? $this->getAuthorizationServerService()));
  2322. }
  2323. /**
  2324. * Gets the public 'cache.app' shared service.
  2325. *
  2326. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2327. */
  2328. protected function getCache_AppService()
  2329. {
  2330. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), 'ntdooWg4Yx', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  2331. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2332. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2333. }
  2334. /**
  2335. * Gets the public 'cache.app_clearer' shared service.
  2336. *
  2337. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2338. */
  2339. protected function getCache_AppClearerService()
  2340. {
  2341. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2342. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2343. return $this->services['cache.app_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()), 'public' => ($this->privates['public'] ?? $this->getPublicService()), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  2344. }
  2345. /**
  2346. * Gets the public 'cache.global_clearer' shared service.
  2347. *
  2348. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2349. */
  2350. protected function getCache_GlobalClearerService()
  2351. {
  2352. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2353. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2354. 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()), 'public' => ($this->privates['public'] ?? $this->getPublicService()), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.client_rel_management.result' => ($this->privates['cache.doctrine.orm.client_rel_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_ResultService()), 'cache.doctrine.orm.client_rel_management.query' => ($this->privates['cache.doctrine.orm.client_rel_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_QueryService()), 'cache.doctrine.orm.client_rel_web_management.result' => ($this->privates['cache.doctrine.orm.client_rel_web_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelWebManagement_ResultService()), 'cache.doctrine.orm.client_rel_web_management.query' => ($this->privates['cache.doctrine.orm.client_rel_web_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelWebManagement_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  2355. }
  2356. /**
  2357. * Gets the public 'cache.system' shared service.
  2358. *
  2359. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2360. */
  2361. protected function getCache_SystemService()
  2362. {
  2363. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), 'GUGFj0Dxlv', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  2364. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2365. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2366. }
  2367. /**
  2368. * Gets the public 'cache.system_clearer' shared service.
  2369. *
  2370. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2371. */
  2372. protected function getCache_SystemClearerService()
  2373. {
  2374. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2375. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2376. return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? null), 'cache.system' => ($this->services['cache.system'] ?? null), 'cache.validator' => ($this->privates['cache.validator'] ?? null), 'cache.serializer' => ($this->privates['cache.serializer'] ?? null), 'cache.annotations' => ($this->privates['cache.annotations'] ?? null), 'cache.property_info' => ($this->privates['cache.property_info'] ?? null), 'public' => ($this->privates['public'] ?? null), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? null), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null), 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? null), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null)]);
  2377. }
  2378. /**
  2379. * Gets the public 'cache.validator_expression_language' shared service.
  2380. *
  2381. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2382. */
  2383. protected function getCache_ValidatorExpressionLanguageService()
  2384. {
  2385. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), 'BDdaXgjwPc', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  2386. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2387. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2388. }
  2389. /**
  2390. * Gets the public 'cache_warmer' shared service.
  2391. *
  2392. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2393. */
  2394. protected function getCacheWarmerService()
  2395. {
  2396. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2397. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2398. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2399. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2400. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2401. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2402. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2403. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2404. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2405. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2406. yield 7 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2407. yield 8 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2408. yield 9 => ($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/assets/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  2409. }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2410. }
  2411. /**
  2412. * Gets the public 'console.command_loader' shared service.
  2413. *
  2414. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2415. */
  2416. protected function getConsole_CommandLoaderService()
  2417. {
  2418. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2419. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2420. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2421. 'App\\Command\\Content\\DocumentIndexCommand' => ['privates', 'App\\Command\\Content\\DocumentIndexCommand', 'getDocumentIndexCommandService', false],
  2422. 'App\\Command\\ECommerce\\ProductAlternativeIndexCommand' => ['privates', 'App\\Command\\ECommerce\\ProductAlternativeIndexCommand', 'getProductAlternativeIndexCommandService', false],
  2423. 'App\\Command\\ECommerce\\ProductIndexCommand' => ['privates', 'App\\Command\\ECommerce\\ProductIndexCommand', 'getProductIndexCommandService', false],
  2424. 'App\\Command\\ECommerce\\ProductPhotoCommand' => ['privates', 'App\\Command\\ECommerce\\ProductPhotoCommand', 'getProductPhotoCommandService', false],
  2425. 'App\\Command\\SyncDataCommand' => ['privates', '.App\\Command\\SyncDataCommand.lazy', 'getSyncDataCommand_LazyService', false],
  2426. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  2427. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  2428. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  2429. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  2430. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  2431. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  2432. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  2433. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  2434. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  2435. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  2436. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  2437. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  2438. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  2439. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  2440. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  2441. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  2442. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  2443. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  2444. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  2445. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  2446. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  2447. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  2448. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  2449. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  2450. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  2451. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  2452. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  2453. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  2454. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  2455. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  2456. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  2457. 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
  2458. 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
  2459. 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
  2460. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
  2461. 'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
  2462. 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
  2463. 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
  2464. 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
  2465. 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
  2466. 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
  2467. 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
  2468. 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
  2469. 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
  2470. 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
  2471. 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
  2472. 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
  2473. 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
  2474. 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
  2475. 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
  2476. 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
  2477. 'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
  2478. 'doctrine_migrations.sync_metadata_command' => ['privates', 'doctrine_migrations.sync_metadata_command', 'getDoctrineMigrations_SyncMetadataCommandService', false],
  2479. 'doctrine_migrations.versions_command' => ['privates', 'doctrine_migrations.versions_command', 'getDoctrineMigrations_VersionsCommandService', false],
  2480. 'doctrine_migrations.current_command' => ['privates', 'doctrine_migrations.current_command', 'getDoctrineMigrations_CurrentCommandService', false],
  2481. 'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
  2482. 'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
  2483. 'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
  2484. 'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
  2485. 'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
  2486. 'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
  2487. 'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
  2488. 'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
  2489. 'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
  2490. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  2491. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  2492. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  2493. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  2494. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  2495. 'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
  2496. 'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
  2497. 'liip_imagine.command.cache_remove' => ['privates', 'liip_imagine.command.cache_remove', 'getLiipImagine_Command_CacheRemoveService', false],
  2498. 'liip_imagine.command.cache_resolve' => ['privates', 'liip_imagine.command.cache_resolve', 'getLiipImagine_Command_CacheResolveService', false],
  2499. 'fos_elastica.command.create' => ['privates', 'fos_elastica.command.create', 'getFosElastica_Command_CreateService', false],
  2500. 'fos_elastica.command.delete' => ['privates', 'fos_elastica.command.delete', 'getFosElastica_Command_DeleteService', false],
  2501. 'fos_elastica.command.populate' => ['privates', 'fos_elastica.command.populate', 'getFosElastica_Command_PopulateService', false],
  2502. 'fos_elastica.command.reset' => ['privates', 'fos_elastica.command.reset', 'getFosElastica_Command_ResetService', false],
  2503. 'fos_elastica.command.templates_reset' => ['privates', 'fos_elastica.command.templates_reset', 'getFosElastica_Command_TemplatesResetService', false],
  2504. 'fos_elastica.command.search' => ['privates', 'fos_elastica.command.search', 'getFosElastica_Command_SearchService', false],
  2505. 'swiftmailer.command.debug' => ['privates', 'swiftmailer.command.debug', 'getSwiftmailer_Command_DebugService', false],
  2506. 'swiftmailer.command.new_email' => ['privates', 'swiftmailer.command.new_email', 'getSwiftmailer_Command_NewEmailService', false],
  2507. 'swiftmailer.command.send_email' => ['privates', 'swiftmailer.command.send_email', 'getSwiftmailer_Command_SendEmailService', false],
  2508. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\CreateClientCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\CreateClientCommand', 'getCreateClientCommandService', false],
  2509. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\UpdateClientCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\UpdateClientCommand', 'getUpdateClientCommandService', false],
  2510. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\DeleteClientCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\DeleteClientCommand', 'getDeleteClientCommandService', false],
  2511. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ListClientsCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ListClientsCommand', 'getListClientsCommandService', false],
  2512. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearExpiredTokensCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearExpiredTokensCommand', 'getClearExpiredTokensCommandService', false],
  2513. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearRevokedTokensCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearRevokedTokensCommand', 'getClearRevokedTokensCommandService', false],
  2514. 'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
  2515. 'lexik_jwt_authentication.check_config_command' => ['privates', '.lexik_jwt_authentication.check_config_command.lazy', 'get_LexikJwtAuthentication_CheckConfigCommand_LazyService', false],
  2516. 'lexik_jwt_authentication.migrate_config_command' => ['privates', '.lexik_jwt_authentication.migrate_config_command.lazy', 'get_LexikJwtAuthentication_MigrateConfigCommand_LazyService', false],
  2517. 'lexik_jwt_authentication.enable_encryption_config_command' => ['privates', '.lexik_jwt_authentication.enable_encryption_config_command.lazy', 'get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService', false],
  2518. 'lexik_jwt_authentication.generate_token_command' => ['privates', '.lexik_jwt_authentication.generate_token_command.lazy', 'get_LexikJwtAuthentication_GenerateTokenCommand_LazyService', false],
  2519. 'lexik_jwt_authentication.generate_keypair_command' => ['privates', '.lexik_jwt_authentication.generate_keypair_command.lazy', 'get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService', false],
  2520. 'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
  2521. 'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
  2522. 'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
  2523. 'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
  2524. 'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
  2525. 'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
  2526. 'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
  2527. 'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
  2528. 'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
  2529. 'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
  2530. 'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
  2531. 'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
  2532. 'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
  2533. 'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
  2534. 'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
  2535. 'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
  2536. 'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
  2537. 'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
  2538. 'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
  2539. 'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
  2540. 'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
  2541. 'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
  2542. 'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
  2543. 'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
  2544. ], [
  2545. 'App\\Command\\Content\\DocumentIndexCommand' => 'App\\Command\\Content\\DocumentIndexCommand',
  2546. 'App\\Command\\ECommerce\\ProductAlternativeIndexCommand' => 'App\\Command\\ECommerce\\ProductAlternativeIndexCommand',
  2547. 'App\\Command\\ECommerce\\ProductIndexCommand' => 'App\\Command\\ECommerce\\ProductIndexCommand',
  2548. 'App\\Command\\ECommerce\\ProductPhotoCommand' => 'App\\Command\\ECommerce\\ProductPhotoCommand',
  2549. 'App\\Command\\SyncDataCommand' => '?',
  2550. 'console.command.about' => '?',
  2551. 'console.command.assets_install' => '?',
  2552. 'console.command.cache_clear' => '?',
  2553. 'console.command.cache_pool_clear' => '?',
  2554. 'console.command.cache_pool_prune' => '?',
  2555. 'console.command.cache_pool_delete' => '?',
  2556. 'console.command.cache_pool_list' => '?',
  2557. 'console.command.cache_warmup' => '?',
  2558. 'console.command.config_debug' => '?',
  2559. 'console.command.config_dump_reference' => '?',
  2560. 'console.command.container_debug' => '?',
  2561. 'console.command.container_lint' => '?',
  2562. 'console.command.debug_autowiring' => '?',
  2563. 'console.command.dotenv_debug' => '?',
  2564. 'console.command.event_dispatcher_debug' => '?',
  2565. 'console.command.router_debug' => '?',
  2566. 'console.command.router_match' => '?',
  2567. 'console.command.translation_debug' => '?',
  2568. 'console.command.translation_extract' => '?',
  2569. 'console.command.validator_debug' => '?',
  2570. 'console.command.translation_pull' => '?',
  2571. 'console.command.translation_push' => '?',
  2572. 'console.command.xliff_lint' => '?',
  2573. 'console.command.yaml_lint' => '?',
  2574. 'console.command.form_debug' => '?',
  2575. 'console.command.secrets_set' => '?',
  2576. 'console.command.secrets_remove' => '?',
  2577. 'console.command.secrets_generate_key' => '?',
  2578. 'console.command.secrets_list' => '?',
  2579. 'console.command.secrets_decrypt_to_local' => '?',
  2580. 'console.command.secrets_encrypt_from_local' => '?',
  2581. 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2582. 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2583. 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2584. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2585. 'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2586. 'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2587. 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2588. 'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2589. 'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2590. 'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2591. 'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2592. 'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2593. 'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2594. 'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2595. 'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2596. 'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2597. 'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2598. 'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2599. 'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2600. 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2601. 'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2602. 'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2603. 'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2604. 'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2605. 'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2606. 'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2607. 'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2608. 'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2609. 'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2610. 'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2611. 'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2612. 'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2613. 'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2614. 'security.command.debug_firewall' => '?',
  2615. 'security.command.user_password_encoder' => '?',
  2616. 'security.command.user_password_hash' => '?',
  2617. 'twig.command.debug' => '?',
  2618. 'twig.command.lint' => '?',
  2619. 'var_dumper.command.server_dump' => '?',
  2620. 'monolog.command.server_log' => '?',
  2621. 'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  2622. 'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  2623. 'fos_elastica.command.create' => 'FOS\\ElasticaBundle\\Command\\CreateCommand',
  2624. 'fos_elastica.command.delete' => 'FOS\\ElasticaBundle\\Command\\DeleteCommand',
  2625. 'fos_elastica.command.populate' => 'FOS\\ElasticaBundle\\Command\\PopulateCommand',
  2626. 'fos_elastica.command.reset' => 'FOS\\ElasticaBundle\\Command\\ResetCommand',
  2627. 'fos_elastica.command.templates_reset' => 'FOS\\ElasticaBundle\\Command\\ResetTemplatesCommand',
  2628. 'fos_elastica.command.search' => 'FOS\\ElasticaBundle\\Command\\SearchCommand',
  2629. 'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  2630. 'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  2631. 'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  2632. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\CreateClientCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\CreateClientCommand',
  2633. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\UpdateClientCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\UpdateClientCommand',
  2634. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\DeleteClientCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\DeleteClientCommand',
  2635. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ListClientsCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ListClientsCommand',
  2636. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearExpiredTokensCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearExpiredTokensCommand',
  2637. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearRevokedTokensCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearRevokedTokensCommand',
  2638. 'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  2639. 'lexik_jwt_authentication.check_config_command' => '?',
  2640. 'lexik_jwt_authentication.migrate_config_command' => '?',
  2641. 'lexik_jwt_authentication.enable_encryption_config_command' => '?',
  2642. 'lexik_jwt_authentication.generate_token_command' => '?',
  2643. 'lexik_jwt_authentication.generate_keypair_command' => '?',
  2644. 'maker.auto_command.make_auth' => '?',
  2645. 'maker.auto_command.make_command' => '?',
  2646. 'maker.auto_command.make_twig_component' => '?',
  2647. 'maker.auto_command.make_controller' => '?',
  2648. 'maker.auto_command.make_crud' => '?',
  2649. 'maker.auto_command.make_docker_database' => '?',
  2650. 'maker.auto_command.make_entity' => '?',
  2651. 'maker.auto_command.make_fixtures' => '?',
  2652. 'maker.auto_command.make_form' => '?',
  2653. 'maker.auto_command.make_message' => '?',
  2654. 'maker.auto_command.make_messenger_middleware' => '?',
  2655. 'maker.auto_command.make_registration_form' => '?',
  2656. 'maker.auto_command.make_reset_password' => '?',
  2657. 'maker.auto_command.make_serializer_encoder' => '?',
  2658. 'maker.auto_command.make_serializer_normalizer' => '?',
  2659. 'maker.auto_command.make_subscriber' => '?',
  2660. 'maker.auto_command.make_twig_extension' => '?',
  2661. 'maker.auto_command.make_test' => '?',
  2662. 'maker.auto_command.make_validator' => '?',
  2663. 'maker.auto_command.make_voter' => '?',
  2664. 'maker.auto_command.make_user' => '?',
  2665. 'maker.auto_command.make_migration' => '?',
  2666. 'maker.auto_command.make_stimulus_controller' => '?',
  2667. 'maker.auto_command.make_security_form_login' => '?',
  2668. ]), ['app:index:document' => 'App\\Command\\Content\\DocumentIndexCommand', 'app:index:product_alternative' => 'App\\Command\\ECommerce\\ProductAlternativeIndexCommand', 'app:index:product' => 'App\\Command\\ECommerce\\ProductIndexCommand', 'app:index:product_photo' => 'App\\Command\\ECommerce\\ProductPhotoCommand', 'app:sync-data' => 'App\\Command\\SyncDataCommand', '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', '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', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:database:import' => 'doctrine.database_import_command', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command', 'doctrine:migrations:list' => 'doctrine_migrations.versions_command', 'doctrine:migrations:current' => 'doctrine_migrations.current_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove', 'liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve', 'fos:elastica:create' => 'fos_elastica.command.create', 'fos:elastica:delete' => 'fos_elastica.command.delete', 'fos:elastica:populate' => 'fos_elastica.command.populate', 'fos:elastica:reset' => 'fos_elastica.command.reset', 'fos:elastica:reset-templates' => 'fos_elastica.command.templates_reset', 'fos:elastica:search' => 'fos_elastica.command.search', 'debug:swiftmailer' => 'swiftmailer.command.debug', 'swiftmailer:email:send' => 'swiftmailer.command.new_email', 'swiftmailer:spool:send' => 'swiftmailer.command.send_email', 'trikoder:oauth2:create-client' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\CreateClientCommand', 'trikoder:oauth2:update-client' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\UpdateClientCommand', 'trikoder:oauth2:delete-client' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\DeleteClientCommand', 'trikoder:oauth2:list-clients' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ListClientsCommand', 'trikoder:oauth2:clear-expired-tokens' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearExpiredTokensCommand', 'trikoder:oauth2:clear-revoked-tokens' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearRevokedTokensCommand', 'nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump', 'lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command', 'lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command', 'lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command', 'lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command', 'lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:twig-component' => 'maker.auto_command.make_twig_component', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:message' => 'maker.auto_command.make_message', 'make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware', 'make:registration-form' => 'maker.auto_command.make_registration_form', 'make:reset-password' => 'maker.auto_command.make_reset_password', 'make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder', 'make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer', 'make:subscriber' => 'maker.auto_command.make_subscriber', 'make:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration', 'make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller', 'make:security:form-login' => 'maker.auto_command.make_security_form_login']);
  2669. }
  2670. /**
  2671. * Gets the public 'container.env_var_processors_locator' shared service.
  2672. *
  2673. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2674. */
  2675. protected function getContainer_EnvVarProcessorsLocatorService()
  2676. {
  2677. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2678. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2679. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2680. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2681. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2682. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2683. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2684. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2685. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2686. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2687. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2688. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2689. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2690. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2691. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2692. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2693. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2694. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2695. ], [
  2696. 'base64' => '?',
  2697. 'bool' => '?',
  2698. 'const' => '?',
  2699. 'csv' => '?',
  2700. 'default' => '?',
  2701. 'file' => '?',
  2702. 'float' => '?',
  2703. 'int' => '?',
  2704. 'json' => '?',
  2705. 'key' => '?',
  2706. 'not' => '?',
  2707. 'query_string' => '?',
  2708. 'require' => '?',
  2709. 'resolve' => '?',
  2710. 'string' => '?',
  2711. 'trim' => '?',
  2712. 'url' => '?',
  2713. ]);
  2714. }
  2715. /**
  2716. * Gets the public 'crm.partner.repository' shared autowired service.
  2717. *
  2718. * @return \App\Repository_CRM\PartnerRepository
  2719. */
  2720. protected function getCrm_Partner_RepositoryService()
  2721. {
  2722. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2723. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2724. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  2725. include_once \dirname(__DIR__, 4).'/src/Repository_CRM/PartnerRepository.php';
  2726. return $this->services['crm.partner.repository'] = ($this->services['doctrine.orm.client_rel_management_entity_manager'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManagerService())->getRepository('App\\Entity_CRM\\Partner');
  2727. }
  2728. /**
  2729. * Gets the public 'data_collector.dump' shared service.
  2730. *
  2731. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2732. */
  2733. protected function getDataCollector_DumpService()
  2734. {
  2735. return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', NULL, ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  2736. }
  2737. /**
  2738. * Gets the public 'doctrine' shared service.
  2739. *
  2740. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2741. */
  2742. protected function getDoctrineService()
  2743. {
  2744. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  2745. }
  2746. /**
  2747. * Gets the public 'doctrine.dbal.client_rel_management_connection' shared service.
  2748. *
  2749. * @return \Doctrine\DBAL\Connection
  2750. */
  2751. protected function getDoctrine_Dbal_ClientRelManagementConnectionService()
  2752. {
  2753. $a = new \Doctrine\DBAL\Configuration();
  2754. $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.client_rel_management'] ?? ($this->privates['doctrine.dbal.logger.profiling.client_rel_management'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  2755. $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')))]));
  2756. return $this->services['doctrine.dbal.client_rel_management_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('resolve:DATABASE_CRM_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2757. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => ['privates', 'App\\EventListener\\Media\\DynamicRelationSubscriber', 'getDynamicRelationSubscriberService', false],
  2758. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => ['privates', 'App\\EventSubscriber\\Content\\SluggableSubscriber', 'getSluggableSubscriberService', false],
  2759. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber', 'getCartItemSubscriberService', false],
  2760. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\DatesSubscriber', 'getDatesSubscriberService', false],
  2761. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber', 'getIndividualOrderSubscriberService', false],
  2762. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\ProductSubscriber', 'getProductSubscriberService', false],
  2763. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 'getBlameableEventSubscriberService', false],
  2764. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 'getLoggableEventSubscriberService', false],
  2765. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 'getSluggableEventSubscriberService', false],
  2766. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 'getSoftDeletableEventSubscriberService', false],
  2767. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 'getTimestampableEventSubscriberService', false],
  2768. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 'getTranslatableEventSubscriberService', false],
  2769. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 'getTreeEventSubscriberService', false],
  2770. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 'getUuidableEventSubscriberService', false],
  2771. 'app.e_commerce.listener.product_photo' => ['privates', 'app.e_commerce.listener.product_photo', 'getApp_ECommerce_Listener_ProductPhotoService', false],
  2772. 'app.e_commerce.listener.search_tip' => ['privates', 'app.e_commerce.listener.search_tip', 'getApp_ECommerce_Listener_SearchTipService', false],
  2773. 'app.e_commerce.subscriber.cart_item' => ['privates', 'app.e_commerce.subscriber.cart_item', 'getApp_ECommerce_Subscriber_CartItemService', false],
  2774. 'app.e_commerce.subscriber.dates' => ['privates', 'app.e_commerce.subscriber.dates', 'getApp_ECommerce_Subscriber_DatesService', false],
  2775. 'app.e_commerce.subscriber.individual_order' => ['privates', 'app.e_commerce.subscriber.individual_order', 'getApp_ECommerce_Subscriber_IndividualOrderService', false],
  2776. 'doctrine.orm.client_rel_management_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.client_rel_management_listeners.attach_entity_listeners', 'getDoctrine_Orm_ClientRelManagementListeners_AttachEntityListenersService', false],
  2777. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  2778. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  2779. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  2780. 'fos_elastica.listener.synonym' => ['privates', 'fos_elastica.listener.synonym', 'getFosElastica_Listener_SynonymService', false],
  2781. 'fos_elastica.listener.synonym_product' => ['privates', 'fos_elastica.listener.synonym_product', 'getFosElastica_Listener_SynonymProductService', false],
  2782. 'media.doctrine_listener' => ['privates', 'media.doctrine_listener', 'getMedia_DoctrineListenerService', false],
  2783. ], [
  2784. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => '?',
  2785. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => '?',
  2786. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => '?',
  2787. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => '?',
  2788. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => '?',
  2789. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => '?',
  2790. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  2791. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  2792. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  2793. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  2794. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  2795. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  2796. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  2797. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  2798. 'app.e_commerce.listener.product_photo' => '?',
  2799. 'app.e_commerce.listener.search_tip' => '?',
  2800. 'app.e_commerce.subscriber.cart_item' => '?',
  2801. 'app.e_commerce.subscriber.dates' => '?',
  2802. 'app.e_commerce.subscriber.individual_order' => '?',
  2803. 'doctrine.orm.client_rel_management_listeners.attach_entity_listeners' => '?',
  2804. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2805. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2806. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2807. 'fos_elastica.listener.synonym' => '?',
  2808. 'fos_elastica.listener.synonym_product' => '?',
  2809. 'media.doctrine_listener' => '?',
  2810. ]), [0 => 'app.e_commerce.subscriber.individual_order', 1 => 'app.e_commerce.subscriber.cart_item', 2 => 'app.e_commerce.subscriber.dates', 3 => 'App\\EventListener\\Media\\DynamicRelationSubscriber', 4 => 'App\\EventSubscriber\\Content\\SluggableSubscriber', 5 => 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber', 6 => 'App\\EventSubscriber\\ECommerce\\DatesSubscriber', 7 => 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber', 8 => 'App\\EventSubscriber\\ECommerce\\ProductSubscriber', 9 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 10 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 11 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 12 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 13 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 14 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 15 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 16 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 17 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 18 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 19 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 20 => [0 => [0 => 'prePersist'], 1 => 'media.doctrine_listener'], 21 => [0 => [0 => 'preUpdate'], 1 => 'media.doctrine_listener'], 22 => [0 => [0 => 'postLoad'], 1 => 'media.doctrine_listener'], 23 => [0 => [0 => 'postLoad'], 1 => 'app.e_commerce.listener.product_photo'], 24 => [0 => [0 => 'prePersist'], 1 => 'app.e_commerce.listener.product_photo'], 25 => [0 => [0 => 'preUpdate'], 1 => 'app.e_commerce.listener.product_photo'], 26 => [0 => [0 => 'postLoad'], 1 => 'app.e_commerce.listener.search_tip'], 27 => [0 => [0 => 'prePersist'], 1 => 'app.e_commerce.listener.search_tip'], 28 => [0 => [0 => 'preUpdate'], 1 => 'app.e_commerce.listener.search_tip'], 29 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.client_rel_management_listeners.attach_entity_listeners'], 30 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.synonym_product'], 31 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.synonym_product'], 32 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.synonym_product'], 33 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.synonym_product'], 34 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.synonym'], 35 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.synonym'], 36 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.synonym'], 37 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.synonym']]), []);
  2811. }
  2812. /**
  2813. * Gets the public 'doctrine.dbal.client_rel_web_management_connection' shared service.
  2814. *
  2815. * @return \Doctrine\DBAL\Connection
  2816. */
  2817. protected function getDoctrine_Dbal_ClientRelWebManagementConnectionService()
  2818. {
  2819. $a = new \Doctrine\DBAL\Configuration();
  2820. $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.client_rel_web_management'] ?? ($this->privates['doctrine.dbal.logger.profiling.client_rel_web_management'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  2821. $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')))]));
  2822. return $this->services['doctrine.dbal.client_rel_web_management_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('resolve:DATABASE_CRM_WEB_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2823. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => ['privates', 'App\\EventListener\\Media\\DynamicRelationSubscriber', 'getDynamicRelationSubscriberService', false],
  2824. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => ['privates', 'App\\EventSubscriber\\Content\\SluggableSubscriber', 'getSluggableSubscriberService', false],
  2825. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber', 'getCartItemSubscriberService', false],
  2826. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\DatesSubscriber', 'getDatesSubscriberService', false],
  2827. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber', 'getIndividualOrderSubscriberService', false],
  2828. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\ProductSubscriber', 'getProductSubscriberService', false],
  2829. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 'getBlameableEventSubscriberService', false],
  2830. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 'getLoggableEventSubscriberService', false],
  2831. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 'getSluggableEventSubscriberService', false],
  2832. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 'getSoftDeletableEventSubscriberService', false],
  2833. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 'getTimestampableEventSubscriberService', false],
  2834. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 'getTranslatableEventSubscriberService', false],
  2835. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 'getTreeEventSubscriberService', false],
  2836. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 'getUuidableEventSubscriberService', false],
  2837. 'app.e_commerce.listener.product_photo' => ['privates', 'app.e_commerce.listener.product_photo', 'getApp_ECommerce_Listener_ProductPhotoService', false],
  2838. 'app.e_commerce.listener.search_tip' => ['privates', 'app.e_commerce.listener.search_tip', 'getApp_ECommerce_Listener_SearchTipService', false],
  2839. 'app.e_commerce.subscriber.cart_item' => ['privates', 'app.e_commerce.subscriber.cart_item', 'getApp_ECommerce_Subscriber_CartItemService', false],
  2840. 'app.e_commerce.subscriber.dates' => ['privates', 'app.e_commerce.subscriber.dates', 'getApp_ECommerce_Subscriber_DatesService', false],
  2841. 'app.e_commerce.subscriber.individual_order' => ['privates', 'app.e_commerce.subscriber.individual_order', 'getApp_ECommerce_Subscriber_IndividualOrderService', false],
  2842. 'doctrine.orm.client_rel_web_management_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.client_rel_web_management_listeners.attach_entity_listeners', 'getDoctrine_Orm_ClientRelWebManagementListeners_AttachEntityListenersService', false],
  2843. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  2844. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  2845. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  2846. 'fos_elastica.listener.synonym' => ['privates', 'fos_elastica.listener.synonym', 'getFosElastica_Listener_SynonymService', false],
  2847. 'fos_elastica.listener.synonym_product' => ['privates', 'fos_elastica.listener.synonym_product', 'getFosElastica_Listener_SynonymProductService', false],
  2848. 'media.doctrine_listener' => ['privates', 'media.doctrine_listener', 'getMedia_DoctrineListenerService', false],
  2849. ], [
  2850. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => '?',
  2851. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => '?',
  2852. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => '?',
  2853. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => '?',
  2854. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => '?',
  2855. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => '?',
  2856. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  2857. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  2858. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  2859. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  2860. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  2861. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  2862. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  2863. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  2864. 'app.e_commerce.listener.product_photo' => '?',
  2865. 'app.e_commerce.listener.search_tip' => '?',
  2866. 'app.e_commerce.subscriber.cart_item' => '?',
  2867. 'app.e_commerce.subscriber.dates' => '?',
  2868. 'app.e_commerce.subscriber.individual_order' => '?',
  2869. 'doctrine.orm.client_rel_web_management_listeners.attach_entity_listeners' => '?',
  2870. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2871. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2872. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2873. 'fos_elastica.listener.synonym' => '?',
  2874. 'fos_elastica.listener.synonym_product' => '?',
  2875. 'media.doctrine_listener' => '?',
  2876. ]), [0 => 'app.e_commerce.subscriber.individual_order', 1 => 'app.e_commerce.subscriber.cart_item', 2 => 'app.e_commerce.subscriber.dates', 3 => 'App\\EventListener\\Media\\DynamicRelationSubscriber', 4 => 'App\\EventSubscriber\\Content\\SluggableSubscriber', 5 => 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber', 6 => 'App\\EventSubscriber\\ECommerce\\DatesSubscriber', 7 => 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber', 8 => 'App\\EventSubscriber\\ECommerce\\ProductSubscriber', 9 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 10 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 11 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 12 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 13 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 14 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 15 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 16 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 17 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 18 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 19 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 20 => [0 => [0 => 'prePersist'], 1 => 'media.doctrine_listener'], 21 => [0 => [0 => 'preUpdate'], 1 => 'media.doctrine_listener'], 22 => [0 => [0 => 'postLoad'], 1 => 'media.doctrine_listener'], 23 => [0 => [0 => 'postLoad'], 1 => 'app.e_commerce.listener.product_photo'], 24 => [0 => [0 => 'prePersist'], 1 => 'app.e_commerce.listener.product_photo'], 25 => [0 => [0 => 'preUpdate'], 1 => 'app.e_commerce.listener.product_photo'], 26 => [0 => [0 => 'postLoad'], 1 => 'app.e_commerce.listener.search_tip'], 27 => [0 => [0 => 'prePersist'], 1 => 'app.e_commerce.listener.search_tip'], 28 => [0 => [0 => 'preUpdate'], 1 => 'app.e_commerce.listener.search_tip'], 29 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.client_rel_web_management_listeners.attach_entity_listeners'], 30 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.synonym_product'], 31 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.synonym_product'], 32 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.synonym_product'], 33 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.synonym_product'], 34 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.synonym'], 35 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.synonym'], 36 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.synonym'], 37 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.synonym']]), []);
  2877. }
  2878. /**
  2879. * Gets the public 'doctrine.dbal.default_connection' shared service.
  2880. *
  2881. * @return \Doctrine\DBAL\Connection
  2882. */
  2883. protected function getDoctrine_Dbal_DefaultConnectionService()
  2884. {
  2885. $a = new \Doctrine\DBAL\Configuration();
  2886. $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  2887. $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')))]));
  2888. return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2889. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => ['privates', 'App\\EventListener\\Media\\DynamicRelationSubscriber', 'getDynamicRelationSubscriberService', false],
  2890. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => ['privates', 'App\\EventSubscriber\\Content\\SluggableSubscriber', 'getSluggableSubscriberService', false],
  2891. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber', 'getCartItemSubscriberService', false],
  2892. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\DatesSubscriber', 'getDatesSubscriberService', false],
  2893. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber', 'getIndividualOrderSubscriberService', false],
  2894. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\ProductSubscriber', 'getProductSubscriberService', false],
  2895. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 'getBlameableEventSubscriberService', false],
  2896. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 'getLoggableEventSubscriberService', false],
  2897. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 'getSluggableEventSubscriberService', false],
  2898. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 'getSoftDeletableEventSubscriberService', false],
  2899. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 'getTimestampableEventSubscriberService', false],
  2900. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 'getTranslatableEventSubscriberService', false],
  2901. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 'getTreeEventSubscriberService', false],
  2902. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 'getUuidableEventSubscriberService', false],
  2903. 'app.content.subscriber.sluggable' => ['privates', 'app.content.subscriber.sluggable', 'getApp_Content_Subscriber_SluggableService', false],
  2904. 'app.e_commerce.listener.product_photo' => ['privates', 'app.e_commerce.listener.product_photo', 'getApp_ECommerce_Listener_ProductPhotoService', false],
  2905. 'app.e_commerce.listener.search_tip' => ['privates', 'app.e_commerce.listener.search_tip', 'getApp_ECommerce_Listener_SearchTipService', false],
  2906. 'app.e_commerce.subscriber.cart_item' => ['privates', 'app.e_commerce.subscriber.cart_item', 'getApp_ECommerce_Subscriber_CartItemService', false],
  2907. 'app.e_commerce.subscriber.dates' => ['privates', 'app.e_commerce.subscriber.dates', 'getApp_ECommerce_Subscriber_DatesService', false],
  2908. 'app.e_commerce.subscriber.individual_order' => ['privates', 'app.e_commerce.subscriber.individual_order', 'getApp_ECommerce_Subscriber_IndividualOrderService', false],
  2909. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
  2910. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  2911. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  2912. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  2913. 'fos_elastica.listener.synonym' => ['privates', 'fos_elastica.listener.synonym', 'getFosElastica_Listener_SynonymService', false],
  2914. 'fos_elastica.listener.synonym_product' => ['privates', 'fos_elastica.listener.synonym_product', 'getFosElastica_Listener_SynonymProductService', false],
  2915. 'media.doctrine_listener' => ['privates', 'media.doctrine_listener', 'getMedia_DoctrineListenerService', false],
  2916. ], [
  2917. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => '?',
  2918. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => '?',
  2919. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => '?',
  2920. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => '?',
  2921. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => '?',
  2922. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => '?',
  2923. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  2924. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  2925. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  2926. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  2927. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  2928. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  2929. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  2930. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  2931. 'app.content.subscriber.sluggable' => '?',
  2932. 'app.e_commerce.listener.product_photo' => '?',
  2933. 'app.e_commerce.listener.search_tip' => '?',
  2934. 'app.e_commerce.subscriber.cart_item' => '?',
  2935. 'app.e_commerce.subscriber.dates' => '?',
  2936. 'app.e_commerce.subscriber.individual_order' => '?',
  2937. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2938. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2939. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2940. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2941. 'fos_elastica.listener.synonym' => '?',
  2942. 'fos_elastica.listener.synonym_product' => '?',
  2943. 'media.doctrine_listener' => '?',
  2944. ]), [0 => 'app.e_commerce.subscriber.individual_order', 1 => 'app.content.subscriber.sluggable', 2 => 'app.e_commerce.subscriber.cart_item', 3 => 'app.e_commerce.subscriber.dates', 4 => 'App\\EventListener\\Media\\DynamicRelationSubscriber', 5 => 'App\\EventSubscriber\\Content\\SluggableSubscriber', 6 => 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber', 7 => 'App\\EventSubscriber\\ECommerce\\DatesSubscriber', 8 => 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber', 9 => 'App\\EventSubscriber\\ECommerce\\ProductSubscriber', 10 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 11 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 12 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 13 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 14 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 15 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 16 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 17 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 18 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 19 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 20 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 21 => [0 => [0 => 'prePersist'], 1 => 'media.doctrine_listener'], 22 => [0 => [0 => 'preUpdate'], 1 => 'media.doctrine_listener'], 23 => [0 => [0 => 'postLoad'], 1 => 'media.doctrine_listener'], 24 => [0 => [0 => 'postLoad'], 1 => 'app.e_commerce.listener.product_photo'], 25 => [0 => [0 => 'prePersist'], 1 => 'app.e_commerce.listener.product_photo'], 26 => [0 => [0 => 'preUpdate'], 1 => 'app.e_commerce.listener.product_photo'], 27 => [0 => [0 => 'postLoad'], 1 => 'app.e_commerce.listener.search_tip'], 28 => [0 => [0 => 'prePersist'], 1 => 'app.e_commerce.listener.search_tip'], 29 => [0 => [0 => 'preUpdate'], 1 => 'app.e_commerce.listener.search_tip'], 30 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 31 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.synonym_product'], 32 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.synonym_product'], 33 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.synonym_product'], 34 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.synonym_product'], 35 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.synonym'], 36 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.synonym'], 37 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.synonym'], 38 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.synonym']]), []);
  2945. }
  2946. /**
  2947. * Gets the public 'doctrine.orm.client_rel_management_entity_manager' shared service.
  2948. *
  2949. * @return \Doctrine\ORM\EntityManager
  2950. */
  2951. protected function getDoctrine_Orm_ClientRelManagementEntityManagerService($lazyLoad = true)
  2952. {
  2953. $a = ($this->services['doctrine.dbal.client_rel_management_connection'] ?? $this->getDoctrine_Dbal_ClientRelManagementConnectionService());
  2954. if (isset($this->services['doctrine.orm.client_rel_management_entity_manager'])) {
  2955. return $this->services['doctrine.orm.client_rel_management_entity_manager'];
  2956. }
  2957. $b = new \Doctrine\ORM\Configuration();
  2958. $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2959. $c->addDriver(($this->privates['doctrine.orm.client_rel_management_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ClientRelManagementAnnotationMetadataDriverService()), 'App\\Entity_CRM');
  2960. $b->setEntityNamespaces(['CRM' => 'App\\Entity_CRM']);
  2961. $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2962. $b->setQueryCache(($this->privates['cache.doctrine.orm.client_rel_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_QueryService()));
  2963. $b->setResultCache(($this->privates['cache.doctrine.orm.client_rel_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_ResultService()));
  2964. $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  2965. $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2966. $b->setProxyNamespace('Proxies');
  2967. $b->setAutoGenerateProxyClasses(false);
  2968. $b->setSchemaIgnoreClasses([]);
  2969. $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2970. $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2971. $b->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  2972. $b->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  2973. $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2974. $b->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  2975. $this->services['doctrine.orm.client_rel_management_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $b);
  2976. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2977. return $instance;
  2978. }
  2979. /**
  2980. * Gets the public 'doctrine.orm.client_rel_web_management_entity_manager' shared service.
  2981. *
  2982. * @return \Doctrine\ORM\EntityManager
  2983. */
  2984. protected function getDoctrine_Orm_ClientRelWebManagementEntityManagerService($lazyLoad = true)
  2985. {
  2986. $a = ($this->services['doctrine.dbal.client_rel_web_management_connection'] ?? $this->getDoctrine_Dbal_ClientRelWebManagementConnectionService());
  2987. if (isset($this->services['doctrine.orm.client_rel_web_management_entity_manager'])) {
  2988. return $this->services['doctrine.orm.client_rel_web_management_entity_manager'];
  2989. }
  2990. $b = new \Doctrine\ORM\Configuration();
  2991. $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2992. $c->addDriver(($this->privates['doctrine.orm.client_rel_web_management_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ClientRelWebManagementAnnotationMetadataDriverService()), 'App\\Entity_CRWM');
  2993. $b->setEntityNamespaces(['CRWM' => 'App\\Entity_CRWM']);
  2994. $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2995. $b->setQueryCache(($this->privates['cache.doctrine.orm.client_rel_web_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelWebManagement_QueryService()));
  2996. $b->setResultCache(($this->privates['cache.doctrine.orm.client_rel_web_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelWebManagement_ResultService()));
  2997. $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  2998. $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2999. $b->setProxyNamespace('Proxies');
  3000. $b->setAutoGenerateProxyClasses(false);
  3001. $b->setSchemaIgnoreClasses([]);
  3002. $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3003. $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3004. $b->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  3005. $b->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  3006. $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  3007. $b->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  3008. $this->services['doctrine.orm.client_rel_web_management_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $b);
  3009. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3010. return $instance;
  3011. }
  3012. /**
  3013. * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  3014. *
  3015. * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  3016. */
  3017. protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  3018. {
  3019. $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3020. 'entity.document.listener' => ['privates', 'entity.document.listener', 'getEntity_Document_ListenerService', false],
  3021. ], [
  3022. 'entity.document.listener' => '?',
  3023. ]));
  3024. $instance->registerService('App\\EventListener\\Content\\DocumentUploadListener', 'entity.document.listener');
  3025. $instance->registerService('App\\EventListener\\Content\\DocumentUploadListener', 'entity.document.listener');
  3026. $instance->registerService('App\\EventListener\\Content\\DocumentUploadListener', 'entity.document.listener');
  3027. return $instance;
  3028. }
  3029. /**
  3030. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3031. *
  3032. * @return \Doctrine\ORM\EntityManager
  3033. */
  3034. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  3035. {
  3036. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3037. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  3038. return $this->services['doctrine.orm.default_entity_manager'];
  3039. }
  3040. $b = new \Doctrine\ORM\Configuration();
  3041. $c = new \Doctrine\ORM\Cache\CacheConfiguration();
  3042. $d = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  3043. $d->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  3044. $e = new \Doctrine\ORM\Cache\RegionsConfiguration(3600, 60);
  3045. $e->setLifetime('public', 43200);
  3046. $e->setLifetime('private', 3600);
  3047. $f = ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService());
  3048. $g = new \Doctrine\ORM\Cache\DefaultCacheFactory($e, \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap($f));
  3049. $h = \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->services['cache.app'] ?? $this->getCache_AppService()));
  3050. $g->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('public', $h, 43200));
  3051. $g->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('private', $h, 3600));
  3052. $c->setCacheLogger($d);
  3053. $c->setCacheFactory($g);
  3054. $c->setRegionsConfiguration($e);
  3055. $i = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3056. $i->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  3057. $i->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Resources/config/doctrine/model') => 'Trikoder\\Bundle\\OAuth2Bundle\\Model'], '.orm.xml')), 'Trikoder\\Bundle\\OAuth2Bundle\\Model');
  3058. $b->setEntityNamespaces(['App' => 'App\\Entity']);
  3059. $b->setSecondLevelCacheEnabled(true);
  3060. $b->setSecondLevelCacheConfiguration($c);
  3061. $b->setMetadataCache($f);
  3062. $b->setQueryCache($f);
  3063. $b->setResultCache($f);
  3064. $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($i, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  3065. $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3066. $b->setProxyNamespace('Proxies');
  3067. $b->setAutoGenerateProxyClasses(false);
  3068. $b->setSchemaIgnoreClasses([]);
  3069. $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3070. $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3071. $b->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  3072. $b->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  3073. $b->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  3074. $b->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  3075. $b->addEntityNamespace('TrikoderOAuth2Bundle', 'Trikoder\\Bundle\\OAuth2Bundle\\Model');
  3076. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $b);
  3077. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3078. return $instance;
  3079. }
  3080. /**
  3081. * Gets the public 'endroid_qr_code.default_builder' shared autowired service.
  3082. *
  3083. * @return \Endroid\QrCode\Builder\Builder
  3084. */
  3085. protected function getEndroidQrCode_DefaultBuilderService()
  3086. {
  3087. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  3088. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  3089. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  3090. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  3091. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelInterface.php';
  3092. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelLow.php';
  3093. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeInterface.php';
  3094. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeMargin.php';
  3095. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  3096. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  3097. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/AbstractGdWriter.php';
  3098. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  3099. $this->services['endroid_qr_code.default_builder'] = $instance = new \Endroid\QrCode\Builder\Builder();
  3100. $instance->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  3101. $instance->size(300);
  3102. $instance->margin(10);
  3103. $instance->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  3104. $instance->errorCorrectionLevel(new \Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelLow());
  3105. $instance->roundBlockSizeMode(new \Endroid\QrCode\RoundBlockSizeMode\RoundBlockSizeModeMargin());
  3106. $instance->validateResult(false);
  3107. return $instance;
  3108. }
  3109. /**
  3110. * Gets the public 'error_controller' shared service.
  3111. *
  3112. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3113. */
  3114. protected function getErrorControllerService()
  3115. {
  3116. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3117. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3118. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3119. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3120. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3121. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3122. return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
  3123. }
  3124. /**
  3125. * Gets the public 'event_dispatcher' shared service.
  3126. *
  3127. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3128. */
  3129. protected function getEventDispatcherService()
  3130. {
  3131. $a = new \Symfony\Bridge\Monolog\Logger('event');
  3132. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3133. $a->pushHandler(new \Monolog\Handler\NullHandler());
  3134. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3135. $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())));
  3136. $instance->addListener('kernel.controller', [0 => function () {
  3137. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3138. }, 1 => 'onKernelController'], 0);
  3139. $instance->addListener('console.command', [0 => function () {
  3140. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')));
  3141. }, 1 => 'onConsoleCommand'], 0);
  3142. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3143. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  3144. }, 1 => 'checkPassport'], 1024);
  3145. $instance->addListener('kernel.response', [0 => function () {
  3146. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  3147. }, 1 => 'onKernelResponse'], 0);
  3148. $instance->addListener('kernel.request', [0 => function () {
  3149. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3150. }, 1 => 'onKernelRequest'], 0);
  3151. $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [0 => function () {
  3152. return ($this->privates['fos_elastica.populate_listener'] ?? $this->getFosElastica_PopulateListenerService());
  3153. }, 1 => 'onPostIndexPopulate'], -9999);
  3154. $instance->addListener('kernel.exception', [0 => function () {
  3155. return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  3156. }, 1 => 'onKernelException'], 0);
  3157. $instance->addListener('trikoder.oauth2.authorization_request_resolve', [0 => function () {
  3158. return ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\AuthorizationRequestUserResolvingListener'] ?? $this->getAuthorizationRequestUserResolvingListenerService());
  3159. }, 1 => 'onAuthorizationRequest'], 1024);
  3160. $instance->addListener('kernel.exception', [0 => function () {
  3161. return ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\ConvertExceptionToResponseListener'] ?? ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\ConvertExceptionToResponseListener'] = new \Trikoder\Bundle\OAuth2Bundle\EventListener\ConvertExceptionToResponseListener()));
  3162. }, 1 => 'onKernelException'], 10);
  3163. $instance->addListener('kernel.request', [0 => function () {
  3164. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  3165. }, 1 => 'onKernelRequest'], 250);
  3166. $instance->addListener('kernel.response', [0 => function () {
  3167. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  3168. }, 1 => 'onKernelResponse'], 0);
  3169. $instance->addListener('kernel.response', [0 => function () {
  3170. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  3171. }, 1 => 'onResponse'], -10);
  3172. $instance->addListener('App\\Event\\Auth\\UserCreatedEvent', [0 => function () {
  3173. return ($this->privates['App\\EventSubscriber\\Auth\\UserSubscriber'] ?? $this->getUserSubscriberService());
  3174. }, 1 => 'onUserCreated'], 100);
  3175. $instance->addListener('App\\Event\\Auth\\UserResetEvent', [0 => function () {
  3176. return ($this->privates['App\\EventSubscriber\\Auth\\UserSubscriber'] ?? $this->getUserSubscriberService());
  3177. }, 1 => 'onUserReset'], 100);
  3178. $instance->addListener('kernel.request', [0 => function () {
  3179. return ($this->privates['app.content.subscriber.localization'] ?? $this->getApp_Content_Subscriber_LocalizationService());
  3180. }, 1 => 'onKernelRequest'], 16);
  3181. $instance->addListener('kernel.controller', [0 => function () {
  3182. return ($this->privates['app.content.subscriber.localization'] ?? $this->getApp_Content_Subscriber_LocalizationService());
  3183. }, 1 => 'onKernelController'], 0);
  3184. $instance->addListener('App\\Event\\ECommerce\\CartUpdatedEvent', [0 => function () {
  3185. return ($this->privates['mdl.subscriber.cart'] ?? $this->getMdl_Subscriber_CartService());
  3186. }, 1 => 'onCartUpdated'], 0);
  3187. $instance->addListener('App\\Event\\ECommerce\\CartLoadedEvent', [0 => function () {
  3188. return ($this->privates['mdl.subscriber.cart'] ?? $this->getMdl_Subscriber_CartService());
  3189. }, 1 => 'onCartLoaded'], 0);
  3190. $instance->addListener('App\\Event\\ECommerce\\CartItemAddedEvent', [0 => function () {
  3191. return ($this->privates['mdl.subscriber.cart'] ?? $this->getMdl_Subscriber_CartService());
  3192. }, 1 => 'onCartItemAdded'], 0);
  3193. $instance->addListener('App\\Event\\ECommerce\\CartPayedEvent', [0 => function () {
  3194. return ($this->privates['mdl.subscriber.cart'] ?? $this->getMdl_Subscriber_CartService());
  3195. }, 1 => 'onCartPayed'], 0);
  3196. $instance->addListener('App\\Event\\ECommerce\\CartCheckedOutEvent', [0 => function () {
  3197. return ($this->privates['mdl.subscriber.cart'] ?? $this->getMdl_Subscriber_CartService());
  3198. }, 1 => 'onCartCheckedOut'], 0);
  3199. $instance->addListener('postLoad', [0 => function () {
  3200. return ($this->privates['app.e_commerce.subscriber.client'] ?? $this->getApp_ECommerce_Subscriber_ClientService());
  3201. }, 1 => 'postLoad'], 0);
  3202. $instance->addListener('prePersist', [0 => function () {
  3203. return ($this->privates['app.e_commerce.subscriber.client'] ?? $this->getApp_ECommerce_Subscriber_ClientService());
  3204. }, 1 => 'prePersist'], 0);
  3205. $instance->addListener('kernel.exception', [0 => function () {
  3206. return ($this->privates['App\\EventSubscriber\\API\\ExceptionSubscriber'] ?? ($this->privates['App\\EventSubscriber\\API\\ExceptionSubscriber'] = new \App\EventSubscriber\API\ExceptionSubscriber()));
  3207. }, 1 => 'processException'], 10);
  3208. $instance->addListener('kernel.request', [0 => function () {
  3209. return ($this->privates['App\\EventSubscriber\\Content\\LocalizationSubscriber'] ?? $this->getLocalizationSubscriberService());
  3210. }, 1 => 'onKernelRequest'], 16);
  3211. $instance->addListener('kernel.controller', [0 => function () {
  3212. return ($this->privates['App\\EventSubscriber\\Content\\LocalizationSubscriber'] ?? $this->getLocalizationSubscriberService());
  3213. }, 1 => 'onKernelController'], 0);
  3214. $instance->addListener('App\\Event\\ECommerce\\CartUpdatedEvent', [0 => function () {
  3215. return ($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'] ?? $this->getCartSubscriberService());
  3216. }, 1 => 'onCartUpdated'], 0);
  3217. $instance->addListener('App\\Event\\ECommerce\\CartLoadedEvent', [0 => function () {
  3218. return ($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'] ?? $this->getCartSubscriberService());
  3219. }, 1 => 'onCartLoaded'], 0);
  3220. $instance->addListener('App\\Event\\ECommerce\\CartItemAddedEvent', [0 => function () {
  3221. return ($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'] ?? $this->getCartSubscriberService());
  3222. }, 1 => 'onCartItemAdded'], 0);
  3223. $instance->addListener('App\\Event\\ECommerce\\CartPayedEvent', [0 => function () {
  3224. return ($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'] ?? $this->getCartSubscriberService());
  3225. }, 1 => 'onCartPayed'], 0);
  3226. $instance->addListener('App\\Event\\ECommerce\\CartCheckedOutEvent', [0 => function () {
  3227. return ($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'] ?? $this->getCartSubscriberService());
  3228. }, 1 => 'onCartCheckedOut'], 0);
  3229. $instance->addListener('postLoad', [0 => function () {
  3230. return ($this->privates['App\\EventSubscriber\\ECommerce\\ClientSubscriber'] ?? $this->getClientSubscriberService());
  3231. }, 1 => 'postLoad'], 0);
  3232. $instance->addListener('prePersist', [0 => function () {
  3233. return ($this->privates['App\\EventSubscriber\\ECommerce\\ClientSubscriber'] ?? $this->getClientSubscriberService());
  3234. }, 1 => 'prePersist'], 0);
  3235. $instance->addListener('kernel.response', [0 => function () {
  3236. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  3237. }, 1 => 'onKernelResponse'], 0);
  3238. $instance->addListener('kernel.response', [0 => function () {
  3239. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3240. }, 1 => 'onKernelResponse'], -1024);
  3241. $instance->addListener('kernel.request', [0 => function () {
  3242. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3243. }, 1 => 'setDefaultLocale'], 100);
  3244. $instance->addListener('kernel.request', [0 => function () {
  3245. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3246. }, 1 => 'onKernelRequest'], 16);
  3247. $instance->addListener('kernel.finish_request', [0 => function () {
  3248. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3249. }, 1 => 'onKernelFinishRequest'], 0);
  3250. $instance->addListener('kernel.request', [0 => function () {
  3251. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3252. }, 1 => 'onKernelRequest'], 256);
  3253. $instance->addListener('kernel.response', [0 => function () {
  3254. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3255. }, 1 => 'onResponse'], -255);
  3256. $instance->addListener('kernel.controller_arguments', [0 => function () {
  3257. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3258. }, 1 => 'onControllerArguments'], 0);
  3259. $instance->addListener('kernel.exception', [0 => function () {
  3260. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3261. }, 1 => 'logKernelException'], 0);
  3262. $instance->addListener('kernel.exception', [0 => function () {
  3263. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3264. }, 1 => 'onKernelException'], -128);
  3265. $instance->addListener('kernel.response', [0 => function () {
  3266. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3267. }, 1 => 'removeCspHeader'], -128);
  3268. $instance->addListener('kernel.request', [0 => function () {
  3269. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3270. }, 1 => 'onKernelRequest'], 15);
  3271. $instance->addListener('kernel.finish_request', [0 => function () {
  3272. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3273. }, 1 => 'onKernelFinishRequest'], -15);
  3274. $instance->addListener('console.error', [0 => function () {
  3275. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3276. }, 1 => 'onConsoleError'], -128);
  3277. $instance->addListener('console.terminate', [0 => function () {
  3278. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3279. }, 1 => 'onConsoleTerminate'], -128);
  3280. $instance->addListener('console.error', [0 => function () {
  3281. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3282. }, 1 => 'onConsoleError'], 0);
  3283. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  3284. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  3285. }, 1 => 'onMessage'], -255);
  3286. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  3287. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3288. }, 1 => 'onMessage'], -255);
  3289. $instance->addListener('kernel.request', [0 => function () {
  3290. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  3291. }, 1 => 'onKernelRequest'], 48);
  3292. $instance->addListener('kernel.request', [0 => function () {
  3293. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3294. }, 1 => 'configure'], 2048);
  3295. $instance->addListener('console.command', [0 => function () {
  3296. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3297. }, 1 => 'configure'], 2048);
  3298. $instance->addListener('kernel.request', [0 => function () {
  3299. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3300. }, 1 => 'onKernelRequest'], 32);
  3301. $instance->addListener('kernel.finish_request', [0 => function () {
  3302. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3303. }, 1 => 'onKernelFinishRequest'], 0);
  3304. $instance->addListener('kernel.exception', [0 => function () {
  3305. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3306. }, 1 => 'onKernelException'], -64);
  3307. $instance->addListener('kernel.response', [0 => function () {
  3308. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3309. }, 1 => 'onKernelResponse'], 0);
  3310. $instance->addListener('kernel.request', [0 => function () {
  3311. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3312. }, 1 => 'onKernelRequest'], 128);
  3313. $instance->addListener('kernel.response', [0 => function () {
  3314. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3315. }, 1 => 'onKernelResponse'], -1000);
  3316. $instance->addListener('kernel.finish_request', [0 => function () {
  3317. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3318. }, 1 => 'onFinishRequest'], 0);
  3319. $instance->addListener('kernel.response', [0 => function () {
  3320. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3321. }, 1 => 'onKernelResponse'], -100);
  3322. $instance->addListener('kernel.exception', [0 => function () {
  3323. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3324. }, 1 => 'onKernelException'], 0);
  3325. $instance->addListener('kernel.terminate', [0 => function () {
  3326. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3327. }, 1 => 'onKernelTerminate'], -1024);
  3328. $instance->addListener('kernel.controller', [0 => function () {
  3329. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3330. }, 1 => 'onKernelController'], 0);
  3331. $instance->addListener('kernel.response', [0 => function () {
  3332. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3333. }, 1 => 'onKernelResponse'], 0);
  3334. $instance->addListener('kernel.controller', [0 => function () {
  3335. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3336. }, 1 => 'onKernelController'], 0);
  3337. $instance->addListener('kernel.controller', [0 => function () {
  3338. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3339. }, 1 => 'onKernelController'], 0);
  3340. $instance->addListener('kernel.controller', [0 => function () {
  3341. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3342. }, 1 => 'onKernelController'], -128);
  3343. $instance->addListener('kernel.view', [0 => function () {
  3344. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3345. }, 1 => 'onKernelView'], 0);
  3346. $instance->addListener('kernel.controller', [0 => function () {
  3347. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3348. }, 1 => 'onKernelController'], 0);
  3349. $instance->addListener('kernel.response', [0 => function () {
  3350. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3351. }, 1 => 'onKernelResponse'], 0);
  3352. $instance->addListener('kernel.controller_arguments', [0 => function () {
  3353. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3354. }, 1 => 'onKernelControllerArguments'], 0);
  3355. $instance->addListener('kernel.controller_arguments', [0 => function () {
  3356. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3357. }, 1 => 'onKernelControllerArguments'], 0);
  3358. $instance->addListener('kernel.view', [0 => function () {
  3359. return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->getSensioFrameworkExtra_Psr7_Listener_ResponseService());
  3360. }, 1 => 'onKernelView'], 0);
  3361. $instance->addListener('kernel.response', [0 => function () {
  3362. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3363. }, 1 => 'onKernelResponse'], 0);
  3364. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3365. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  3366. }, 1 => 'checkPassport'], 0);
  3367. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3368. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  3369. }, 1 => 'onLoginSuccess'], 0);
  3370. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  3371. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3372. }, 1 => 'onVoterVote'], 0);
  3373. $instance->addListener('kernel.request', [0 => function () {
  3374. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3375. }, 1 => 'configureLogoutUrlGenerator'], 8);
  3376. $instance->addListener('kernel.request', [0 => function () {
  3377. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3378. }, 1 => 'onKernelRequest'], 8);
  3379. $instance->addListener('kernel.finish_request', [0 => function () {
  3380. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3381. }, 1 => 'onKernelFinishRequest'], 0);
  3382. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  3383. return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3384. }, 1 => 'onMessage'], 0);
  3385. $instance->addListener('console.command', [0 => function () {
  3386. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3387. }, 1 => 'onCommand'], 255);
  3388. $instance->addListener('console.terminate', [0 => function () {
  3389. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3390. }, 1 => 'onTerminate'], -255);
  3391. $instance->addListener('console.command', [0 => function () {
  3392. return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3393. }, 1 => 'configure'], 1024);
  3394. $instance->addListener('console.error', [0 => function () {
  3395. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3396. }, 1 => 'onConsoleError'], 0);
  3397. $instance->addListener('console.terminate', [0 => function () {
  3398. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3399. }, 1 => 'onConsoleTerminate'], 0);
  3400. $instance->addListener('knp_pager.before', [0 => function () {
  3401. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3402. }, 1 => 'before'], 0);
  3403. $instance->addListener('knp_pager.pagination', [0 => function () {
  3404. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3405. }, 1 => 'pagination'], 0);
  3406. $instance->addListener('knp_pager.before', [0 => function () {
  3407. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  3408. }, 1 => 'before'], 1);
  3409. $instance->addListener('knp_pager.before', [0 => function () {
  3410. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  3411. }, 1 => 'before'], 1);
  3412. $instance->addListener('knp_pager.pagination', [0 => function () {
  3413. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3414. }, 1 => 'pagination'], 1);
  3415. $instance->addListener('knp_pager.items', [0 => function () {
  3416. return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->getFosElastica_Paginator_SubscriberService());
  3417. }, 1 => 'items'], 1);
  3418. $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [0 => function () {
  3419. return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->getFosElastica_FilterObjectsListenerService());
  3420. }, 1 => 'filterObjects'], 0);
  3421. $instance->addListener('kernel.exception', [0 => function () {
  3422. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3423. }, 1 => 'onException'], 0);
  3424. $instance->addListener('kernel.terminate', [0 => function () {
  3425. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3426. }, 1 => 'onTerminate'], 0);
  3427. $instance->addListener('console.error', [0 => function () {
  3428. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3429. }, 1 => 'onException'], 0);
  3430. $instance->addListener('console.terminate', [0 => function () {
  3431. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3432. }, 1 => 'onTerminate'], 0);
  3433. $instance->addListener('kernel.finish_request', [0 => function () {
  3434. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3435. }, 1 => 'resetAssets'], 0);
  3436. $instance->addListener('kernel.view', [0 => function () {
  3437. return ($this->privates['Ajgarlag\\Bundle\\PsrHttpMessageBundle\\EventListener\\PsrResponseListener'] ?? $this->getPsrResponseListenerService());
  3438. }, 1 => 'onKernelView'], 0);
  3439. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3440. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  3441. }, 1 => 'checkPassport'], 512);
  3442. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3443. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  3444. }, 1 => 'onLogout'], 0);
  3445. return $instance;
  3446. }
  3447. /**
  3448. * Gets the public 'http_kernel' shared service.
  3449. *
  3450. * @return \Symfony\Component\HttpKernel\HttpKernel
  3451. */
  3452. protected function getHttpKernelService()
  3453. {
  3454. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3455. if (isset($this->services['http_kernel'])) {
  3456. return $this->services['http_kernel'];
  3457. }
  3458. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3459. 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 () {
  3460. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3461. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3462. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3463. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3464. yield 4 => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService());
  3465. yield 5 => ($this->privates['debug.Ajgarlag\\Bundle\\PsrHttpMessageBundle\\Request\\ArgumentValueResolver\\Psr7ServerRequestResolver'] ?? $this->getPsr7ServerRequestResolverService());
  3466. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3467. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3468. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3469. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3470. }, 10)), $b));
  3471. }
  3472. /**
  3473. * Gets the public 'jms_serializer' shared service.
  3474. *
  3475. * @return \JMS\Serializer\Serializer
  3476. */
  3477. protected function getJmsSerializerService()
  3478. {
  3479. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
  3480. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  3481. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
  3482. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  3483. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  3484. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  3485. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  3486. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  3487. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  3488. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  3489. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  3490. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  3491. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  3492. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  3493. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  3494. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  3495. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  3496. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  3497. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  3498. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  3499. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  3500. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  3501. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  3502. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  3503. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  3504. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  3505. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  3506. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3507. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3508. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3509. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  3510. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
  3511. $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  3512. $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3513. 'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', false],
  3514. 'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', false],
  3515. 'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', false],
  3516. 'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', false],
  3517. 'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', false],
  3518. ], [
  3519. 'jms_serializer.array_collection_handler' => '?',
  3520. 'jms_serializer.constraint_violation_handler' => '?',
  3521. 'jms_serializer.datetime_handler' => '?',
  3522. 'jms_serializer.form_error_handler' => '?',
  3523. 'jms_serializer.iterator_handler' => '?',
  3524. ]), [1 => ['ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']], 'Symfony\\Component\\Form\\Form' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToxml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToXml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorToxml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorTojson']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']]], 2 => ['ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']]]]);
  3525. $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  3526. $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  3527. $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  3528. $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  3529. $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3530. 'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', false],
  3531. 'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', false],
  3532. ], [
  3533. 'jms_serializer.doctrine_proxy_subscriber' => '?',
  3534. 'jms_serializer.stopwatch_subscriber' => '?',
  3535. ]));
  3536. $f->setListeners(['serializer.pre_serialize' => [0 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => NULL], 1 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 2 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 3 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ORM\\PersistentCollection'], 4 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], 5 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], 6 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 7 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 8 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [0 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], 1 => NULL, 2 => NULL, 3 => NULL]]]);
  3537. $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  3538. $g->setOptions(1216);
  3539. $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  3540. $h->setFormatOutput(true);
  3541. $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  3542. $i->setOptions(0);
  3543. return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [2 => new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a, $b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e, $f, $d), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a, $b, $e, $f, $d)], ['json' => $g, 'xml' => $h], ['json' => $i, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  3544. }
  3545. /**
  3546. * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  3547. *
  3548. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3549. */
  3550. protected function getJmsSerializer_DeserializationContextFactoryService()
  3551. {
  3552. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3553. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3554. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3555. return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3556. }
  3557. /**
  3558. * Gets the public 'jms_serializer.metadata_driver' shared service.
  3559. *
  3560. * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  3561. */
  3562. protected function getJmsSerializer_MetadataDriverService()
  3563. {
  3564. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  3565. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  3566. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  3567. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  3568. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  3569. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  3570. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  3571. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  3572. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  3573. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  3574. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  3575. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  3576. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  3577. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  3578. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  3579. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  3580. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  3581. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  3582. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  3583. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
  3584. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  3585. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
  3586. $a = new \Metadata\Driver\FileLocator([]);
  3587. $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_', true));
  3588. $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  3589. return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([0 => new \JMS\Serializer\Metadata\Driver\YamlDriver($a, $b, $c), 1 => new \JMS\Serializer\Metadata\Driver\XmlDriver($a, $b, $c), 2 => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(new \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), $b, $c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  3590. }
  3591. /**
  3592. * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  3593. *
  3594. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3595. */
  3596. protected function getJmsSerializer_SerializationContextFactoryService()
  3597. {
  3598. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3599. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3600. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3601. return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3602. }
  3603. /**
  3604. * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  3605. *
  3606. * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  3607. */
  3608. protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  3609. {
  3610. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  3611. return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  3612. }
  3613. /**
  3614. * Gets the public 'knp_paginator' shared service.
  3615. *
  3616. * @return \Knp\Component\Pager\Paginator
  3617. */
  3618. protected function getKnpPaginatorService($lazyLoad = true)
  3619. {
  3620. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  3621. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  3622. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3623. if (isset($this->services['knp_paginator'])) {
  3624. return $this->services['knp_paginator'];
  3625. }
  3626. $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3627. $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
  3628. return $instance;
  3629. }
  3630. /**
  3631. * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  3632. *
  3633. * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  3634. */
  3635. protected function getLexikJwtAuthentication_EncoderService()
  3636. {
  3637. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  3638. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  3639. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  3640. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  3641. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  3642. return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl', 'RS256', 604800, 0, false));
  3643. }
  3644. /**
  3645. * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  3646. *
  3647. * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  3648. */
  3649. protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  3650. {
  3651. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3652. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  3653. $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  3654. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  3655. }, 1));
  3656. $instance->setName('lexik:jwt:generate-token');
  3657. $instance->setDescription('Generates a JWT token for a given user.');
  3658. return $instance;
  3659. }
  3660. /**
  3661. * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  3662. *
  3663. * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  3664. */
  3665. protected function getLexikJwtAuthentication_JwtManagerService()
  3666. {
  3667. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  3668. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  3669. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  3670. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  3671. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  3672. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3673. if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  3674. return $this->services['lexik_jwt_authentication.jwt_manager'];
  3675. }
  3676. $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a, 'email', new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]));
  3677. $instance->setUserIdentityField('email', false);
  3678. return $instance;
  3679. }
  3680. /**
  3681. * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  3682. *
  3683. * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  3684. */
  3685. protected function getLexikJwtAuthentication_KeyLoaderService()
  3686. {
  3687. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3688. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3689. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3690. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3691. return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  3692. }
  3693. /**
  3694. * Gets the public 'liip_imagine.binary.loader.default' shared service.
  3695. *
  3696. * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  3697. */
  3698. protected function getLiipImagine_Binary_Loader_DefaultService()
  3699. {
  3700. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  3701. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  3702. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  3703. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  3704. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  3705. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  3706. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  3707. $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  3708. return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a, $a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([0 => (\dirname(__DIR__, 4).'/public')], false));
  3709. }
  3710. /**
  3711. * Gets the public 'liip_imagine.cache.manager' shared service.
  3712. *
  3713. * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  3714. */
  3715. protected function getLiipImagine_Cache_ManagerService()
  3716. {
  3717. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3718. if (isset($this->services['liip_imagine.cache.manager'])) {
  3719. return $this->services['liip_imagine.cache.manager'];
  3720. }
  3721. $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a, 'default', false);
  3722. $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  3723. $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  3724. return $instance;
  3725. }
  3726. /**
  3727. * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  3728. *
  3729. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  3730. */
  3731. protected function getLiipImagine_Cache_Resolver_DefaultService()
  3732. {
  3733. return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache');
  3734. }
  3735. /**
  3736. * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  3737. *
  3738. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  3739. */
  3740. protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  3741. {
  3742. return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  3743. }
  3744. /**
  3745. * Gets the public 'liip_imagine.cache.signer' shared service.
  3746. *
  3747. * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  3748. */
  3749. protected function getLiipImagine_Cache_SignerService()
  3750. {
  3751. return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  3752. }
  3753. /**
  3754. * Gets the public 'liip_imagine.config.stack_collection' shared service.
  3755. *
  3756. * @return \Liip\ImagineBundle\Config\StackCollection
  3757. */
  3758. protected function getLiipImagine_Config_StackCollectionService()
  3759. {
  3760. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  3761. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  3762. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  3763. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  3764. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  3765. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  3766. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  3767. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  3768. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  3769. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  3770. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  3771. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  3772. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  3773. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  3774. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  3775. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  3776. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  3777. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  3778. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  3779. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  3780. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  3781. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  3782. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  3783. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  3784. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  3785. $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  3786. $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  3787. return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a, $b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
  3788. }
  3789. /**
  3790. * Gets the public 'liip_imagine.data.manager' shared service.
  3791. *
  3792. * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  3793. */
  3794. protected function getLiipImagine_Data_ManagerService()
  3795. {
  3796. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  3797. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  3798. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  3799. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  3800. $this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default', NULL);
  3801. $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  3802. return $instance;
  3803. }
  3804. /**
  3805. * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  3806. *
  3807. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  3808. */
  3809. protected function getLiipImagine_Filter_Loader_DownscaleService()
  3810. {
  3811. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3812. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  3813. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  3814. return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  3815. }
  3816. /**
  3817. * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  3818. *
  3819. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  3820. */
  3821. protected function getLiipImagine_Filter_Loader_FixedService()
  3822. {
  3823. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3824. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  3825. return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  3826. }
  3827. /**
  3828. * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  3829. *
  3830. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  3831. */
  3832. protected function getLiipImagine_Filter_Loader_FlipService()
  3833. {
  3834. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3835. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  3836. return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  3837. }
  3838. /**
  3839. * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  3840. *
  3841. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  3842. */
  3843. protected function getLiipImagine_Filter_Loader_GrayscaleService()
  3844. {
  3845. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3846. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  3847. return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  3848. }
  3849. /**
  3850. * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  3851. *
  3852. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  3853. */
  3854. protected function getLiipImagine_Filter_Loader_InterlaceService()
  3855. {
  3856. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3857. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  3858. return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  3859. }
  3860. /**
  3861. * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  3862. *
  3863. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  3864. */
  3865. protected function getLiipImagine_Filter_Loader_ResampleService()
  3866. {
  3867. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3868. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  3869. return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  3870. }
  3871. /**
  3872. * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  3873. *
  3874. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  3875. */
  3876. protected function getLiipImagine_Filter_Loader_RotateService()
  3877. {
  3878. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3879. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  3880. return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  3881. }
  3882. /**
  3883. * Gets the public 'liip_imagine.filter.manager' shared service.
  3884. *
  3885. * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  3886. */
  3887. protected function getLiipImagine_Filter_ManagerService()
  3888. {
  3889. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  3890. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3891. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  3892. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  3893. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  3894. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  3895. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  3896. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  3897. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  3898. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  3899. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  3900. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  3901. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  3902. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  3903. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  3904. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  3905. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  3906. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  3907. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  3908. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  3909. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  3910. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  3911. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  3912. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  3913. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  3914. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  3915. $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  3916. $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  3917. $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  3918. $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  3919. $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  3920. $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  3921. $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  3922. $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__, 4)));
  3923. $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__, 4)));
  3924. $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  3925. $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  3926. $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  3927. $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  3928. $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  3929. $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  3930. $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  3931. $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  3932. $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  3933. $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  3934. $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  3935. $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim', true, NULL, true, NULL));
  3936. $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng', 7, true, NULL));
  3937. $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  3938. $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  3939. $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp', NULL, 75, 100, 4, 'fast', 1, false, $this->parameters['liip_imagine.cwebp.metadata']));
  3940. return $instance;
  3941. }
  3942. /**
  3943. * Gets the public 'mdl.wigetizer' shared service.
  3944. *
  3945. * @return \App\Service\Content\Widgetizer
  3946. */
  3947. protected function getMdl_WigetizerService()
  3948. {
  3949. include_once \dirname(__DIR__, 4).'/src/Service/Content/Widgetizer.php';
  3950. return $this->services['mdl.wigetizer'] = new \App\Service\Content\Widgetizer(($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3951. }
  3952. /**
  3953. * Gets the public 'monolog.logger.deprecation' shared service.
  3954. *
  3955. * @return \Symfony\Bridge\Monolog\Logger
  3956. */
  3957. protected function getMonolog_Logger_DeprecationService()
  3958. {
  3959. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  3960. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3961. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3962. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3963. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3964. return $instance;
  3965. }
  3966. /**
  3967. * Gets the public 'nelmio_api_doc.command.dump' shared service.
  3968. *
  3969. * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  3970. */
  3971. protected function getNelmioApiDoc_Command_DumpService()
  3972. {
  3973. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3974. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  3975. $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3976. $instance->setName('nelmio:apidoc:dump');
  3977. return $instance;
  3978. }
  3979. /**
  3980. * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  3981. *
  3982. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  3983. */
  3984. protected function getNelmioApiDoc_Controller_RedoclyService()
  3985. {
  3986. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  3987. return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  3988. }
  3989. /**
  3990. * Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
  3991. *
  3992. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  3993. */
  3994. protected function getNelmioApiDoc_Controller_StoplightService()
  3995. {
  3996. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  3997. return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
  3998. }
  3999. /**
  4000. * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  4001. *
  4002. * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  4003. */
  4004. protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  4005. {
  4006. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  4007. return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4008. }
  4009. /**
  4010. * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  4011. *
  4012. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  4013. */
  4014. protected function getNelmioApiDoc_Controller_SwaggerUiService()
  4015. {
  4016. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  4017. return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'swaggerui');
  4018. }
  4019. /**
  4020. * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  4021. *
  4022. * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  4023. */
  4024. protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  4025. {
  4026. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  4027. return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4028. }
  4029. /**
  4030. * Gets the public 'nelmio_api_doc.generator.crm' shared service.
  4031. *
  4032. * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  4033. */
  4034. protected function getNelmioApiDoc_Generator_CrmService()
  4035. {
  4036. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  4037. $this->services['nelmio_api_doc.generator.crm'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  4038. yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  4039. yield 1 => ($this->privates['nelmio_api_doc.describers.config.crm'] ?? ($this->privates['nelmio_api_doc.describers.config.crm'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  4040. yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.crm'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_CrmService());
  4041. yield 3 => ($this->privates['nelmio_api_doc.describers.route.crm'] ?? $this->getNelmioApiDoc_Describers_Route_CrmService());
  4042. yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  4043. }, 5), new RewindableGenerator(function () {
  4044. yield 0 => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  4045. yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  4046. yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  4047. yield 3 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  4048. yield 4 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  4049. yield 5 => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  4050. }, 6), NULL, 'openapi_doc.crm', ($this->privates['nelmio_api_doc.open_api.generator'] ?? $this->getNelmioApiDoc_OpenApi_GeneratorService()));
  4051. $instance->setAlternativeNames([]);
  4052. $instance->setMediaTypes([0 => 'json']);
  4053. $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  4054. $instance->setOpenApiVersion(NULL);
  4055. return $instance;
  4056. }
  4057. /**
  4058. * Gets the public 'nelmio_api_doc.generator.default' shared service.
  4059. *
  4060. * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  4061. */
  4062. protected function getNelmioApiDoc_Generator_DefaultService()
  4063. {
  4064. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  4065. $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  4066. yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  4067. yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  4068. yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  4069. yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  4070. yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  4071. }, 5), new RewindableGenerator(function () {
  4072. yield 0 => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  4073. yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  4074. yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  4075. yield 3 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  4076. yield 4 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  4077. yield 5 => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  4078. }, 6), NULL, 'openapi_doc.default', ($this->privates['nelmio_api_doc.open_api.generator'] ?? $this->getNelmioApiDoc_OpenApi_GeneratorService()));
  4079. $instance->setAlternativeNames([]);
  4080. $instance->setMediaTypes([0 => 'json']);
  4081. $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  4082. $instance->setOpenApiVersion(NULL);
  4083. return $instance;
  4084. }
  4085. /**
  4086. * Gets the public 'nelmio_api_doc.render_docs' shared service.
  4087. *
  4088. * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  4089. */
  4090. protected function getNelmioApiDoc_RenderDocsService()
  4091. {
  4092. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  4093. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  4094. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  4095. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  4096. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  4097. return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4098. 'crm' => ['services', 'nelmio_api_doc.generator.crm', 'getNelmioApiDoc_Generator_CrmService', false],
  4099. 'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
  4100. ], [
  4101. 'crm' => '?',
  4102. 'default' => '?',
  4103. ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['assets_mode' => 'cdn', 'swagger_ui_config' => [], 'redocly_config' => [], 'stoplight_config' => []]));
  4104. }
  4105. /**
  4106. * Gets the public 'request_stack' shared service.
  4107. *
  4108. * @return \Symfony\Component\HttpFoundation\RequestStack
  4109. */
  4110. protected function getRequestStackService()
  4111. {
  4112. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4113. }
  4114. /**
  4115. * Gets the public 'router' shared service.
  4116. *
  4117. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  4118. */
  4119. protected function getRouterService()
  4120. {
  4121. $a = new \Symfony\Bridge\Monolog\Logger('router');
  4122. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4123. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4124. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4125. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4126. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4127. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  4128. ], [
  4129. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4130. ]))->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, $this->getEnv('resolve:APP_LOCALE'));
  4131. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4132. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4133. return $instance;
  4134. }
  4135. /**
  4136. * Gets the public 'routing.loader' shared service.
  4137. *
  4138. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  4139. */
  4140. protected function getRouting_LoaderService()
  4141. {
  4142. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  4143. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  4144. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  4145. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  4146. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  4147. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  4148. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  4149. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  4150. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  4151. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  4152. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  4153. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  4154. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  4155. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  4156. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  4157. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  4158. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  4159. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  4160. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  4161. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  4162. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  4163. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4164. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  4165. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  4166. $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  4167. $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
  4168. $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  4169. $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
  4170. $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
  4171. $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
  4172. $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
  4173. $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
  4174. $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4175. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  4176. ], [
  4177. 'kernel' => 'App\\Kernel',
  4178. ]), 'dev'));
  4179. $a->addLoader($c);
  4180. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
  4181. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
  4182. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  4183. }
  4184. /**
  4185. * Gets the public 'security.mdl_e_commerce.cart' shared service.
  4186. *
  4187. * @return \App\Security\ECommerce\CartVoter
  4188. */
  4189. protected function getSecurity_MdlECommerce_CartService()
  4190. {
  4191. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4192. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4193. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4194. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/CartVoter.php';
  4195. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4196. if (isset($this->services['security.mdl_e_commerce.cart'])) {
  4197. return $this->services['security.mdl_e_commerce.cart'];
  4198. }
  4199. return $this->services['security.mdl_e_commerce.cart'] = new \App\Security\ECommerce\CartVoter($a);
  4200. }
  4201. /**
  4202. * Gets the public 'security.mdl_e_commerce.cart_archive' shared service.
  4203. *
  4204. * @return \App\Security\ECommerce\InvoiceVoter
  4205. */
  4206. protected function getSecurity_MdlECommerce_CartArchiveService()
  4207. {
  4208. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4209. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4210. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4211. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/InvoiceVoter.php';
  4212. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4213. if (isset($this->services['security.mdl_e_commerce.cart_archive'])) {
  4214. return $this->services['security.mdl_e_commerce.cart_archive'];
  4215. }
  4216. return $this->services['security.mdl_e_commerce.cart_archive'] = new \App\Security\ECommerce\InvoiceVoter($a);
  4217. }
  4218. /**
  4219. * Gets the public 'security.mdl_e_commerce.individual_order_voter' shared service.
  4220. *
  4221. * @return \App\Security\ECommerce\IndividualOrderVoter
  4222. */
  4223. protected function getSecurity_MdlECommerce_IndividualOrderVoterService()
  4224. {
  4225. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4226. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4227. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4228. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/IndividualOrderVoter.php';
  4229. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4230. if (isset($this->services['security.mdl_e_commerce.individual_order_voter'])) {
  4231. return $this->services['security.mdl_e_commerce.individual_order_voter'];
  4232. }
  4233. return $this->services['security.mdl_e_commerce.individual_order_voter'] = new \App\Security\ECommerce\IndividualOrderVoter($a);
  4234. }
  4235. /**
  4236. * Gets the public 'services_resetter' shared service.
  4237. *
  4238. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4239. */
  4240. protected function getServicesResetterService()
  4241. {
  4242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4243. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4244. if (isset($this->services['cache.app'])) {
  4245. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4246. }
  4247. if (isset($this->services['cache.system'])) {
  4248. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4249. }
  4250. if (isset($this->privates['cache.validator'])) {
  4251. yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  4252. }
  4253. if (isset($this->privates['cache.serializer'])) {
  4254. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  4255. }
  4256. if (isset($this->privates['cache.annotations'])) {
  4257. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  4258. }
  4259. if (isset($this->privates['cache.property_info'])) {
  4260. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  4261. }
  4262. if (isset($this->privates['.debug.http_client'])) {
  4263. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  4264. }
  4265. if (isset($this->privates['mailer.message_logger_listener'])) {
  4266. yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  4267. }
  4268. if (isset($this->privates['debug.stopwatch'])) {
  4269. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4270. }
  4271. if (isset($this->services['event_dispatcher'])) {
  4272. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4273. }
  4274. if (isset($this->privates['public'])) {
  4275. yield 'public' => ($this->privates['public'] ?? null);
  4276. }
  4277. if (isset($this->privates['doctrine.result_cache_pool'])) {
  4278. yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? null);
  4279. }
  4280. if (isset($this->privates['session_listener'])) {
  4281. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  4282. }
  4283. if (isset($this->privates['form.choice_list_factory.cached'])) {
  4284. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4285. }
  4286. if (isset($this->services['cache.validator_expression_language'])) {
  4287. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  4288. }
  4289. if (isset($this->services['.container.private.profiler'])) {
  4290. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  4291. }
  4292. if (isset($this->services['.container.private.validator'])) {
  4293. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  4294. }
  4295. if (isset($this->services['doctrine'])) {
  4296. yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4297. }
  4298. if (isset($this->privates['form.type.entity'])) {
  4299. yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4300. }
  4301. if (isset($this->services['.container.private.security.token_storage'])) {
  4302. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  4303. }
  4304. if (isset($this->privates['cache.security_expression_language'])) {
  4305. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  4306. }
  4307. if (isset($this->privates['debug.security.firewall'])) {
  4308. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  4309. }
  4310. if (isset($this->privates['debug.security.firewall.authenticator.login'])) {
  4311. yield 'debug.security.firewall.authenticator.login' => ($this->privates['debug.security.firewall.authenticator.login'] ?? null);
  4312. }
  4313. if (isset($this->privates['debug.security.firewall.authenticator.api'])) {
  4314. yield 'debug.security.firewall.authenticator.api' => ($this->privates['debug.security.firewall.authenticator.api'] ?? null);
  4315. }
  4316. if (isset($this->privates['cache.security_token_verifier'])) {
  4317. yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? null);
  4318. }
  4319. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  4320. yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  4321. }
  4322. if (isset($this->services['.container.private.twig'])) {
  4323. yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  4324. }
  4325. if (isset($this->privates['twig.form.engine'])) {
  4326. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  4327. }
  4328. if (isset($this->privates['monolog.handler.main'])) {
  4329. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4330. }
  4331. if (isset($this->privates['monolog.handler.console'])) {
  4332. yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4333. }
  4334. if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  4335. yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  4336. }
  4337. if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4338. yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  4339. }
  4340. if (isset($this->privates['cache.webpack_encore'])) {
  4341. yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  4342. }
  4343. if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  4344. yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  4345. }
  4346. if (isset($this->privates['.debug.http_client'])) {
  4347. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  4348. }
  4349. }, function () {
  4350. 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['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['public'])) + (int) (isset($this->privates['doctrine.result_cache_pool'])) + (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->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (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.security.firewall.authenticator.login'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api'])) + (int) (isset($this->privates['cache.security_token_verifier'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.main'])) + (int) (isset($this->services['.container.private.twig'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (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->privates['.debug.http_client']));
  4351. }), ['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'], 'http_client' => [0 => '?reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'public' => [0 => 'reset'], 'doctrine.result_cache_pool' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], 'debug.security.firewall.authenticator.login' => [0 => 'reset'], 'debug.security.firewall.authenticator.api' => [0 => 'reset'], 'cache.security_token_verifier' => [0 => 'reset'], 'debug.security.firewall.authenticator.main' => [0 => 'reset'], 'twig' => [0 => 'resetGlobals'], 'twig.form.engine' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'swiftmailer.email_sender.listener' => [0 => 'reset'], 'webpack_encore.tag_renderer' => [0 => 'reset'], 'cache.webpack_encore' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
  4352. }
  4353. /**
  4354. * Gets the public 'swiftmailer.mailer.default' shared service.
  4355. *
  4356. * @return \Swift_Mailer
  4357. */
  4358. protected function getSwiftmailer_Mailer_DefaultService()
  4359. {
  4360. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  4361. return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  4362. }
  4363. /**
  4364. * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  4365. *
  4366. * @return \Swift_Plugins_MessageLogger
  4367. */
  4368. protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  4369. {
  4370. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4371. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4372. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4373. return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  4374. }
  4375. /**
  4376. * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  4377. *
  4378. * @return \Swift_Transport
  4379. */
  4380. protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  4381. {
  4382. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4383. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  4384. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4385. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4386. return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp', 'url' => $this->getEnv('MAILER_URL'), 'username' => NULL, 'password' => NULL, 'host' => 'localhost', 'port' => NULL, 'timeout' => 30, 'source_ip' => NULL, 'local_domain' => NULL, 'encryption' => NULL, 'auth_mode' => NULL, 'command' => '/usr/sbin/sendmail -t -i', 'stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  4387. }
  4388. /**
  4389. * Gets the public 'swiftmailer.transport' shared service.
  4390. *
  4391. * @return \Swift_Transport_SpoolTransport
  4392. */
  4393. protected function getSwiftmailer_TransportService()
  4394. {
  4395. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4396. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  4397. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  4398. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  4399. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4400. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4401. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4402. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4403. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4404. $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  4405. $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  4406. return $instance;
  4407. }
  4408. /**
  4409. * Gets the public 'translator' shared service.
  4410. *
  4411. * @return \Symfony\Component\Translation\DataCollectorTranslator
  4412. */
  4413. protected function getTranslatorService()
  4414. {
  4415. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4416. }
  4417. /**
  4418. * Gets the public 'var_dumper.cloner' shared service.
  4419. *
  4420. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4421. */
  4422. protected function getVarDumper_ClonerService()
  4423. {
  4424. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4425. $instance->setMaxItems(2500);
  4426. $instance->setMinDepth(1);
  4427. $instance->setMaxString(-1);
  4428. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4429. return $instance;
  4430. }
  4431. /**
  4432. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4433. *
  4434. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4435. */
  4436. protected function getWebProfiler_Controller_ExceptionPanelService()
  4437. {
  4438. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4439. 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()));
  4440. }
  4441. /**
  4442. * Gets the public 'web_profiler.controller.profiler' shared service.
  4443. *
  4444. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4445. */
  4446. protected function getWebProfiler_Controller_ProfilerService()
  4447. {
  4448. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4449. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  4450. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  4451. return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($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'], new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator()), \dirname(__DIR__, 4));
  4452. }
  4453. /**
  4454. * Gets the public 'web_profiler.controller.router' shared service.
  4455. *
  4456. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4457. */
  4458. protected function getWebProfiler_Controller_RouterService()
  4459. {
  4460. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4461. 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->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  4462. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4463. }, 1));
  4464. }
  4465. /**
  4466. * Gets the private '.App\Command\SyncDataCommand.lazy' shared service.
  4467. *
  4468. * @return \Symfony\Component\Console\Command\LazyCommand
  4469. */
  4470. protected function getSyncDataCommand_LazyService()
  4471. {
  4472. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4473. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4474. return $this->privates['.App\\Command\\SyncDataCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:sync-data', [], 'Add a short description for your command', false, function (): \App\Command\SyncDataCommand {
  4475. return ($this->privates['App\\Command\\SyncDataCommand'] ?? $this->getSyncDataCommandService());
  4476. });
  4477. }
  4478. /**
  4479. * Gets the private '.cache_connection.h9yH.Gd' shared service.
  4480. *
  4481. * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  4482. */
  4483. protected function get_CacheConnection_H9yH_GdService()
  4484. {
  4485. return $this->privates['.cache_connection.h9yH.Gd'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('REDIS_URL'), ['lazy' => true]);
  4486. }
  4487. /**
  4488. * Gets the private '.console.command.about.lazy' shared service.
  4489. *
  4490. * @return \Symfony\Component\Console\Command\LazyCommand
  4491. */
  4492. protected function get_Console_Command_About_LazyService()
  4493. {
  4494. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4495. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4496. 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 {
  4497. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  4498. });
  4499. }
  4500. /**
  4501. * Gets the private '.console.command.assets_install.lazy' shared service.
  4502. *
  4503. * @return \Symfony\Component\Console\Command\LazyCommand
  4504. */
  4505. protected function get_Console_Command_AssetsInstall_LazyService()
  4506. {
  4507. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4508. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4509. 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 {
  4510. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  4511. });
  4512. }
  4513. /**
  4514. * Gets the private '.console.command.cache_clear.lazy' shared service.
  4515. *
  4516. * @return \Symfony\Component\Console\Command\LazyCommand
  4517. */
  4518. protected function get_Console_Command_CacheClear_LazyService()
  4519. {
  4520. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4521. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4522. 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 {
  4523. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  4524. });
  4525. }
  4526. /**
  4527. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  4528. *
  4529. * @return \Symfony\Component\Console\Command\LazyCommand
  4530. */
  4531. protected function get_Console_Command_CachePoolClear_LazyService()
  4532. {
  4533. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4534. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4535. 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 {
  4536. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  4537. });
  4538. }
  4539. /**
  4540. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  4541. *
  4542. * @return \Symfony\Component\Console\Command\LazyCommand
  4543. */
  4544. protected function get_Console_Command_CachePoolDelete_LazyService()
  4545. {
  4546. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4547. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4548. 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 {
  4549. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  4550. });
  4551. }
  4552. /**
  4553. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  4554. *
  4555. * @return \Symfony\Component\Console\Command\LazyCommand
  4556. */
  4557. protected function get_Console_Command_CachePoolList_LazyService()
  4558. {
  4559. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4560. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4561. 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 {
  4562. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  4563. });
  4564. }
  4565. /**
  4566. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  4567. *
  4568. * @return \Symfony\Component\Console\Command\LazyCommand
  4569. */
  4570. protected function get_Console_Command_CachePoolPrune_LazyService()
  4571. {
  4572. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4573. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4574. 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 {
  4575. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  4576. });
  4577. }
  4578. /**
  4579. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  4580. *
  4581. * @return \Symfony\Component\Console\Command\LazyCommand
  4582. */
  4583. protected function get_Console_Command_CacheWarmup_LazyService()
  4584. {
  4585. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4586. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4587. 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 {
  4588. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  4589. });
  4590. }
  4591. /**
  4592. * Gets the private '.console.command.config_debug.lazy' shared service.
  4593. *
  4594. * @return \Symfony\Component\Console\Command\LazyCommand
  4595. */
  4596. protected function get_Console_Command_ConfigDebug_LazyService()
  4597. {
  4598. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4599. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4600. 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 {
  4601. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  4602. });
  4603. }
  4604. /**
  4605. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  4606. *
  4607. * @return \Symfony\Component\Console\Command\LazyCommand
  4608. */
  4609. protected function get_Console_Command_ConfigDumpReference_LazyService()
  4610. {
  4611. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4612. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4613. 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 {
  4614. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  4615. });
  4616. }
  4617. /**
  4618. * Gets the private '.console.command.container_debug.lazy' shared service.
  4619. *
  4620. * @return \Symfony\Component\Console\Command\LazyCommand
  4621. */
  4622. protected function get_Console_Command_ContainerDebug_LazyService()
  4623. {
  4624. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4625. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4626. 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 {
  4627. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  4628. });
  4629. }
  4630. /**
  4631. * Gets the private '.console.command.container_lint.lazy' shared service.
  4632. *
  4633. * @return \Symfony\Component\Console\Command\LazyCommand
  4634. */
  4635. protected function get_Console_Command_ContainerLint_LazyService()
  4636. {
  4637. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4638. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4639. 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 {
  4640. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  4641. });
  4642. }
  4643. /**
  4644. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  4645. *
  4646. * @return \Symfony\Component\Console\Command\LazyCommand
  4647. */
  4648. protected function get_Console_Command_DebugAutowiring_LazyService()
  4649. {
  4650. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4651. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4652. 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 {
  4653. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  4654. });
  4655. }
  4656. /**
  4657. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  4658. *
  4659. * @return \Symfony\Component\Console\Command\LazyCommand
  4660. */
  4661. protected function get_Console_Command_DotenvDebug_LazyService()
  4662. {
  4663. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4664. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4665. 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 {
  4666. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  4667. });
  4668. }
  4669. /**
  4670. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  4671. *
  4672. * @return \Symfony\Component\Console\Command\LazyCommand
  4673. */
  4674. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  4675. {
  4676. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4677. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4678. 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 {
  4679. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  4680. });
  4681. }
  4682. /**
  4683. * Gets the private '.console.command.form_debug.lazy' shared service.
  4684. *
  4685. * @return \Symfony\Component\Console\Command\LazyCommand
  4686. */
  4687. protected function get_Console_Command_FormDebug_LazyService()
  4688. {
  4689. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4690. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4691. 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 {
  4692. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  4693. });
  4694. }
  4695. /**
  4696. * Gets the private '.console.command.router_debug.lazy' shared service.
  4697. *
  4698. * @return \Symfony\Component\Console\Command\LazyCommand
  4699. */
  4700. protected function get_Console_Command_RouterDebug_LazyService()
  4701. {
  4702. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4703. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4704. 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 {
  4705. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  4706. });
  4707. }
  4708. /**
  4709. * Gets the private '.console.command.router_match.lazy' shared service.
  4710. *
  4711. * @return \Symfony\Component\Console\Command\LazyCommand
  4712. */
  4713. protected function get_Console_Command_RouterMatch_LazyService()
  4714. {
  4715. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4716. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4717. 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 {
  4718. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  4719. });
  4720. }
  4721. /**
  4722. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  4723. *
  4724. * @return \Symfony\Component\Console\Command\LazyCommand
  4725. */
  4726. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  4727. {
  4728. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4729. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4730. 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 {
  4731. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  4732. });
  4733. }
  4734. /**
  4735. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  4736. *
  4737. * @return \Symfony\Component\Console\Command\LazyCommand
  4738. */
  4739. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  4740. {
  4741. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4742. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4743. 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 {
  4744. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  4745. });
  4746. }
  4747. /**
  4748. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  4749. *
  4750. * @return \Symfony\Component\Console\Command\LazyCommand
  4751. */
  4752. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  4753. {
  4754. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4755. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4756. 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 {
  4757. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  4758. });
  4759. }
  4760. /**
  4761. * Gets the private '.console.command.secrets_list.lazy' shared service.
  4762. *
  4763. * @return \Symfony\Component\Console\Command\LazyCommand
  4764. */
  4765. protected function get_Console_Command_SecretsList_LazyService()
  4766. {
  4767. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4768. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4769. 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 {
  4770. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  4771. });
  4772. }
  4773. /**
  4774. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  4775. *
  4776. * @return \Symfony\Component\Console\Command\LazyCommand
  4777. */
  4778. protected function get_Console_Command_SecretsRemove_LazyService()
  4779. {
  4780. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4781. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4782. 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 {
  4783. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  4784. });
  4785. }
  4786. /**
  4787. * Gets the private '.console.command.secrets_set.lazy' shared service.
  4788. *
  4789. * @return \Symfony\Component\Console\Command\LazyCommand
  4790. */
  4791. protected function get_Console_Command_SecretsSet_LazyService()
  4792. {
  4793. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4794. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4795. 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 {
  4796. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  4797. });
  4798. }
  4799. /**
  4800. * Gets the private '.console.command.translation_debug.lazy' shared service.
  4801. *
  4802. * @return \Symfony\Component\Console\Command\LazyCommand
  4803. */
  4804. protected function get_Console_Command_TranslationDebug_LazyService()
  4805. {
  4806. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4807. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4808. 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 {
  4809. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  4810. });
  4811. }
  4812. /**
  4813. * Gets the private '.console.command.translation_extract.lazy' shared service.
  4814. *
  4815. * @return \Symfony\Component\Console\Command\LazyCommand
  4816. */
  4817. protected function get_Console_Command_TranslationExtract_LazyService()
  4818. {
  4819. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4820. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4821. 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 {
  4822. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  4823. });
  4824. }
  4825. /**
  4826. * Gets the private '.console.command.translation_pull.lazy' shared service.
  4827. *
  4828. * @return \Symfony\Component\Console\Command\LazyCommand
  4829. */
  4830. protected function get_Console_Command_TranslationPull_LazyService()
  4831. {
  4832. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4833. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4834. 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 {
  4835. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  4836. });
  4837. }
  4838. /**
  4839. * Gets the private '.console.command.translation_push.lazy' shared service.
  4840. *
  4841. * @return \Symfony\Component\Console\Command\LazyCommand
  4842. */
  4843. protected function get_Console_Command_TranslationPush_LazyService()
  4844. {
  4845. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4846. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4847. 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 {
  4848. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  4849. });
  4850. }
  4851. /**
  4852. * Gets the private '.console.command.validator_debug.lazy' shared service.
  4853. *
  4854. * @return \Symfony\Component\Console\Command\LazyCommand
  4855. */
  4856. protected function get_Console_Command_ValidatorDebug_LazyService()
  4857. {
  4858. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4859. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4860. 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 {
  4861. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  4862. });
  4863. }
  4864. /**
  4865. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  4866. *
  4867. * @return \Symfony\Component\Console\Command\LazyCommand
  4868. */
  4869. protected function get_Console_Command_XliffLint_LazyService()
  4870. {
  4871. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4872. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4873. 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 {
  4874. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  4875. });
  4876. }
  4877. /**
  4878. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  4879. *
  4880. * @return \Symfony\Component\Console\Command\LazyCommand
  4881. */
  4882. protected function get_Console_Command_YamlLint_LazyService()
  4883. {
  4884. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4885. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4886. 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 {
  4887. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  4888. });
  4889. }
  4890. /**
  4891. * Gets the private '.debug.http_client' shared service.
  4892. *
  4893. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4894. */
  4895. protected function get_Debug_HttpClientService()
  4896. {
  4897. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4898. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4899. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4900. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4901. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4902. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4903. $a->setLogger($b);
  4904. 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))));
  4905. }
  4906. /**
  4907. * Gets the private '.errored..service_locator.0B7M3KW.App\Entity\ECommerce\Invoice' shared service.
  4908. *
  4909. * @return \App\Entity\ECommerce\Invoice
  4910. */
  4911. protected function getInvoiceService()
  4912. {
  4913. $this->throw('Cannot autowire service ".service_locator.0B7M3KW": it references class "App\\Entity\\ECommerce\\Invoice" but no such service exists.');
  4914. }
  4915. /**
  4916. * Gets the private '.errored..service_locator.1AQmb2u.App\Entity\ECommerce\PreOrder' shared service.
  4917. *
  4918. * @return \App\Entity\ECommerce\PreOrder
  4919. */
  4920. protected function getPreOrderService()
  4921. {
  4922. $this->throw('Cannot autowire service ".service_locator.1AQmb2u": it references class "App\\Entity\\ECommerce\\PreOrder" but no such service exists.');
  4923. }
  4924. /**
  4925. * Gets the private '.errored..service_locator.24x0_QY.App\Entity\Content\Page' shared service.
  4926. *
  4927. * @return \App\Entity\Content\Page
  4928. */
  4929. protected function getPageService()
  4930. {
  4931. $this->throw('Cannot autowire service ".service_locator.24x0_QY": it references class "App\\Entity\\Content\\Page" but no such service exists.');
  4932. }
  4933. /**
  4934. * Gets the private '.errored..service_locator.3MZgNqB.App\Entity\ECommerce\Cart' shared service.
  4935. *
  4936. * @return \App\Entity\ECommerce\Cart
  4937. */
  4938. protected function getCartService()
  4939. {
  4940. $this->throw('Cannot autowire service ".service_locator.3MZgNqB": it references class "App\\Entity\\ECommerce\\Cart" but no such service exists.');
  4941. }
  4942. /**
  4943. * Gets the private '.errored..service_locator.3zs2zNk.App\Entity\App\User' shared service.
  4944. *
  4945. * @return \App\Entity\App\User
  4946. */
  4947. protected function getUserService()
  4948. {
  4949. $this->throw('Cannot autowire service ".service_locator.3zs2zNk": it references class "App\\Entity\\App\\User" but no such service exists.');
  4950. }
  4951. /**
  4952. * Gets the private '.errored..service_locator.4riGSMU.App\Entity\ECommerce\Depot' shared service.
  4953. *
  4954. * @return \App\Entity\ECommerce\Depot
  4955. */
  4956. protected function getDepotService()
  4957. {
  4958. $this->throw('Cannot autowire service ".service_locator.4riGSMU": it references class "App\\Entity\\ECommerce\\Depot" but no such service exists.');
  4959. }
  4960. /**
  4961. * Gets the private '.errored..service_locator.53BE5m3.App\Entity\Content\Document' shared service.
  4962. *
  4963. * @return \App\Entity\Content\Document
  4964. */
  4965. protected function getDocumentService()
  4966. {
  4967. $this->throw('Cannot autowire service ".service_locator.53BE5m3": it references class "App\\Entity\\Content\\Document" but no such service exists.');
  4968. }
  4969. /**
  4970. * Gets the private '.errored..service_locator.5Fh8kKj.App\Entity\Content\DocumentCategory' shared service.
  4971. *
  4972. * @return \App\Entity\Content\DocumentCategory
  4973. */
  4974. protected function getDocumentCategoryService()
  4975. {
  4976. $this->throw('Cannot autowire service ".service_locator.5Fh8kKj": it references class "App\\Entity\\Content\\DocumentCategory" but no such service exists.');
  4977. }
  4978. /**
  4979. * Gets the private '.errored..service_locator.7KJw16W.App\Entity\ECommerce\DepotProduct' shared service.
  4980. *
  4981. * @return \App\Entity\ECommerce\DepotProduct
  4982. */
  4983. protected function getDepotProductService()
  4984. {
  4985. $this->throw('Cannot autowire service ".service_locator.7KJw16W": it references class "App\\Entity\\ECommerce\\DepotProduct" but no such service exists.');
  4986. }
  4987. /**
  4988. * Gets the private '.errored..service_locator.7KJw16W.Doctrine\ORM\EntityManager' shared service.
  4989. *
  4990. * @return \Doctrine\ORM\EntityManager
  4991. */
  4992. protected function getEntityManagerService()
  4993. {
  4994. $this->throw('Cannot autowire service ".service_locator.7KJw16W": it references class "Doctrine\\ORM\\EntityManager" but no such service exists. Try changing the type-hint to "Doctrine\\ORM\\EntityManagerInterface" instead.');
  4995. }
  4996. /**
  4997. * Gets the private '.errored..service_locator.7TkqQwZ.Knp\Bundle\PaginatorBundle\Pagination\SlidingPaginationInterface' shared service.
  4998. *
  4999. * @return \Knp\Bundle\PaginatorBundle\Pagination\SlidingPaginationInterface
  5000. */
  5001. protected function getSlidingPaginationInterfaceService()
  5002. {
  5003. $this->throw('Cannot autowire service ".service_locator.7TkqQwZ": it references interface "Knp\\Bundle\\PaginatorBundle\\Pagination\\SlidingPaginationInterface" but no such service exists. Did you create a class that implements this interface?');
  5004. }
  5005. /**
  5006. * Gets the private '.errored..service_locator.8vruSwe.App\Entity\ECommerce\IndividualOrder' shared service.
  5007. *
  5008. * @return \App\Entity\ECommerce\IndividualOrder
  5009. */
  5010. protected function getIndividualOrderService()
  5011. {
  5012. $this->throw('Cannot autowire service ".service_locator.8vruSwe": it references class "App\\Entity\\ECommerce\\IndividualOrder" but no such service exists.');
  5013. }
  5014. /**
  5015. * Gets the private '.errored..service_locator.AEobitz.App\Entity\ECommerce\CartItem' shared service.
  5016. *
  5017. * @return \App\Entity\ECommerce\CartItem
  5018. */
  5019. protected function getCartItemService()
  5020. {
  5021. $this->throw('Cannot autowire service ".service_locator.AEobitz": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  5022. }
  5023. /**
  5024. * Gets the private '.errored..service_locator.Ak1ug5q.Psr\Http\Message\ServerRequestInterface' shared service.
  5025. *
  5026. * @return \Psr\Http\Message\ServerRequestInterface
  5027. */
  5028. protected function getServerRequestInterfaceService()
  5029. {
  5030. $this->throw('Cannot autowire service ".service_locator.Ak1ug5q": it references interface "Psr\\Http\\Message\\ServerRequestInterface" but no such service exists. Did you create a class that implements this interface?');
  5031. }
  5032. /**
  5033. * Gets the private '.errored..service_locator.DiE3yWg.App\Entity\ECommerce\Depot' shared service.
  5034. *
  5035. * @return \App\Entity\ECommerce\Depot
  5036. */
  5037. protected function getDepot2Service()
  5038. {
  5039. $this->throw('Cannot autowire service ".service_locator.DiE3yWg": it references class "App\\Entity\\ECommerce\\Depot" but no such service exists.');
  5040. }
  5041. /**
  5042. * Gets the private '.errored..service_locator.EAH7r53.App\Entity\ECommerce\Product' shared service.
  5043. *
  5044. * @return \App\Entity\ECommerce\Product
  5045. */
  5046. protected function getProductService()
  5047. {
  5048. $this->throw('Cannot autowire service ".service_locator.EAH7r53": it references class "App\\Entity\\ECommerce\\Product" but no such service exists.');
  5049. }
  5050. /**
  5051. * Gets the private '.errored..service_locator.EQaAODi.App\Entity\ECommerce\Shipping' shared service.
  5052. *
  5053. * @return \App\Entity\ECommerce\Shipping
  5054. */
  5055. protected function getShippingService()
  5056. {
  5057. $this->throw('Cannot autowire service ".service_locator.EQaAODi": it references class "App\\Entity\\ECommerce\\Shipping" but no such service exists.');
  5058. }
  5059. /**
  5060. * Gets the private '.errored..service_locator.ESsj4cd.App\Entity\ECommerce\ProductManufacturer' shared service.
  5061. *
  5062. * @return \App\Entity\ECommerce\ProductManufacturer
  5063. */
  5064. protected function getProductManufacturerService()
  5065. {
  5066. $this->throw('Cannot autowire service ".service_locator.ESsj4cd": it references class "App\\Entity\\ECommerce\\ProductManufacturer" but no such service exists.');
  5067. }
  5068. /**
  5069. * Gets the private '.errored..service_locator.HuCbgQo.Symfony\Component\Form\FormInterface' shared service.
  5070. *
  5071. * @return \Symfony\Component\Form\FormInterface
  5072. */
  5073. protected function getFormInterfaceService()
  5074. {
  5075. $this->throw('Cannot autowire service ".service_locator.HuCbgQo": it references interface "Symfony\\Component\\Form\\FormInterface" but no such service exists. Did you create a class that implements this interface?');
  5076. }
  5077. /**
  5078. * Gets the private '.errored..service_locator.Icdlr8x.App\Entity\ECommerce\Firm' shared service.
  5079. *
  5080. * @return \App\Entity\ECommerce\Firm
  5081. */
  5082. protected function getFirmService()
  5083. {
  5084. $this->throw('Cannot autowire service ".service_locator.Icdlr8x": it references class "App\\Entity\\ECommerce\\Firm" but no such service exists.');
  5085. }
  5086. /**
  5087. * Gets the private '.errored..service_locator.JxpQMV3.App\Entity\Content\BlogComment' shared service.
  5088. *
  5089. * @return \App\Entity\Content\BlogComment
  5090. */
  5091. protected function getBlogCommentService()
  5092. {
  5093. $this->throw('Cannot autowire service ".service_locator.JxpQMV3": it references class "App\\Entity\\Content\\BlogComment" but no such service exists.');
  5094. }
  5095. /**
  5096. * Gets the private '.errored..service_locator.Mw3.iJQ.App\Entity\ECommerce\CartItem' shared service.
  5097. *
  5098. * @return \App\Entity\ECommerce\CartItem
  5099. */
  5100. protected function getCartItem2Service()
  5101. {
  5102. $this->throw('Cannot autowire service ".service_locator.Mw3.iJQ": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  5103. }
  5104. /**
  5105. * Gets the private '.errored..service_locator.Mw3.iJQ.Doctrine\ORM\EntityManager' shared service.
  5106. *
  5107. * @return \Doctrine\ORM\EntityManager
  5108. */
  5109. protected function getEntityManager2Service()
  5110. {
  5111. $this->throw('Cannot autowire service ".service_locator.Mw3.iJQ": it references class "Doctrine\\ORM\\EntityManager" but no such service exists. Try changing the type-hint to "Doctrine\\ORM\\EntityManagerInterface" instead.');
  5112. }
  5113. /**
  5114. * Gets the private '.errored..service_locator.Rkd1Ynl.App\Entity\Content\Tag' shared service.
  5115. *
  5116. * @return \App\Entity\Content\Tag
  5117. */
  5118. protected function getTagService()
  5119. {
  5120. $this->throw('Cannot autowire service ".service_locator.Rkd1Ynl": it references class "App\\Entity\\Content\\Tag" but no such service exists.');
  5121. }
  5122. /**
  5123. * Gets the private '.errored..service_locator.Ry31pFD.App\Entity\ECommerce\ProductCategory' shared service.
  5124. *
  5125. * @return \App\Entity\ECommerce\ProductCategory
  5126. */
  5127. protected function getProductCategoryService()
  5128. {
  5129. $this->throw('Cannot autowire service ".service_locator.Ry31pFD": it references class "App\\Entity\\ECommerce\\ProductCategory" but no such service exists.');
  5130. }
  5131. /**
  5132. * Gets the private '.errored..service_locator.VHYGNAD.App\Entity\ECommerce\Synonym' shared service.
  5133. *
  5134. * @return \App\Entity\ECommerce\Synonym
  5135. */
  5136. protected function getSynonymService()
  5137. {
  5138. $this->throw('Cannot autowire service ".service_locator.VHYGNAD": it references class "App\\Entity\\ECommerce\\Synonym" but no such service exists.');
  5139. }
  5140. /**
  5141. * Gets the private '.errored..service_locator.VQyPUGd.App\Entity\ECommerce\DepotProduct' shared service.
  5142. *
  5143. * @return \App\Entity\ECommerce\DepotProduct
  5144. */
  5145. protected function getDepotProduct2Service()
  5146. {
  5147. $this->throw('Cannot autowire service ".service_locator.VQyPUGd": it references class "App\\Entity\\ECommerce\\DepotProduct" but no such service exists.');
  5148. }
  5149. /**
  5150. * Gets the private '.errored..service_locator.VVe_AfO.App\Entity\ECommerce\SearchTip' shared service.
  5151. *
  5152. * @return \App\Entity\ECommerce\SearchTip
  5153. */
  5154. protected function getSearchTipService()
  5155. {
  5156. $this->throw('Cannot autowire service ".service_locator.VVe_AfO": it references class "App\\Entity\\ECommerce\\SearchTip" but no such service exists.');
  5157. }
  5158. /**
  5159. * Gets the private '.errored..service_locator.WmI0KwH.App\Entity\Content\Document' shared service.
  5160. *
  5161. * @return \App\Entity\Content\Document
  5162. */
  5163. protected function getDocument2Service()
  5164. {
  5165. $this->throw('Cannot autowire service ".service_locator.WmI0KwH": it references class "App\\Entity\\Content\\Document" but no such service exists.');
  5166. }
  5167. /**
  5168. * Gets the private '.errored..service_locator.XptSR7j.Doctrine\ORM\QueryBuilder' shared service.
  5169. *
  5170. * @return \Doctrine\ORM\QueryBuilder
  5171. */
  5172. protected function getQueryBuilderService()
  5173. {
  5174. $this->throw('Cannot autowire service ".service_locator.XptSR7j": it references class "Doctrine\\ORM\\QueryBuilder" but no such service exists.');
  5175. }
  5176. /**
  5177. * Gets the private '.errored..service_locator.Ye71P4b.App\Entity\ECommerce\CartItem' shared service.
  5178. *
  5179. * @return \App\Entity\ECommerce\CartItem
  5180. */
  5181. protected function getCartItem3Service()
  5182. {
  5183. $this->throw('Cannot autowire service ".service_locator.Ye71P4b": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  5184. }
  5185. /**
  5186. * Gets the private '.errored..service_locator.Z3qlhxq.App\Entity\ECommerce\Depot' shared service.
  5187. *
  5188. * @return \App\Entity\ECommerce\Depot
  5189. */
  5190. protected function getDepot3Service()
  5191. {
  5192. $this->throw('Cannot autowire service ".service_locator.Z3qlhxq": it references class "App\\Entity\\ECommerce\\Depot" but no such service exists.');
  5193. }
  5194. /**
  5195. * Gets the private '.errored..service_locator.ZFQOQoR.App\Entity\ECommerce\ProductGroup' shared service.
  5196. *
  5197. * @return \App\Entity\ECommerce\ProductGroup
  5198. */
  5199. protected function getProductGroupService()
  5200. {
  5201. $this->throw('Cannot autowire service ".service_locator.ZFQOQoR": it references class "App\\Entity\\ECommerce\\ProductGroup" but no such service exists.');
  5202. }
  5203. /**
  5204. * Gets the private '.errored..service_locator.bIEPVfZ.App\Entity\Content\Document' shared service.
  5205. *
  5206. * @return \App\Entity\Content\Document
  5207. */
  5208. protected function getDocument3Service()
  5209. {
  5210. $this->throw('Cannot autowire service ".service_locator.bIEPVfZ": it references class "App\\Entity\\Content\\Document" but no such service exists.');
  5211. }
  5212. /**
  5213. * Gets the private '.errored..service_locator.daW_iHx.App\Entity\ECommerce\Invoice' shared service.
  5214. *
  5215. * @return \App\Entity\ECommerce\Invoice
  5216. */
  5217. protected function getInvoice2Service()
  5218. {
  5219. $this->throw('Cannot autowire service ".service_locator.daW_iHx": it references class "App\\Entity\\ECommerce\\Invoice" but no such service exists.');
  5220. }
  5221. /**
  5222. * Gets the private '.errored..service_locator.dhWBe96.App\Entity\ECommerce\ProductInfo' shared service.
  5223. *
  5224. * @return \App\Entity\ECommerce\ProductInfo
  5225. */
  5226. protected function getProductInfoService()
  5227. {
  5228. $this->throw('Cannot autowire service ".service_locator.dhWBe96": it references class "App\\Entity\\ECommerce\\ProductInfo" but no such service exists.');
  5229. }
  5230. /**
  5231. * Gets the private '.errored..service_locator.eViCEyF.App\Entity\ECommerce\ClientGroup' shared service.
  5232. *
  5233. * @return \App\Entity\ECommerce\ClientGroup
  5234. */
  5235. protected function getClientGroupService()
  5236. {
  5237. $this->throw('Cannot autowire service ".service_locator.eViCEyF": it references class "App\\Entity\\ECommerce\\ClientGroup" but no such service exists.');
  5238. }
  5239. /**
  5240. * Gets the private '.errored..service_locator.ewN.S3t.App\Entity\ECommerce\Client' shared service.
  5241. *
  5242. * @return \App\Entity\ECommerce\Client
  5243. */
  5244. protected function getClientService()
  5245. {
  5246. $this->throw('Cannot autowire service ".service_locator.ewN.S3t": it references class "App\\Entity\\ECommerce\\Client" but no such service exists.');
  5247. }
  5248. /**
  5249. * Gets the private '.errored..service_locator.ijLyqep.App\Entity\Content\Blog' shared service.
  5250. *
  5251. * @return \App\Entity\Content\Blog
  5252. */
  5253. protected function getBlogService()
  5254. {
  5255. $this->throw('Cannot autowire service ".service_locator.ijLyqep": it references class "App\\Entity\\Content\\Blog" but no such service exists.');
  5256. }
  5257. /**
  5258. * Gets the private '.errored..service_locator.ktOaDPN.App\Entity\Content\Blog' shared service.
  5259. *
  5260. * @return \App\Entity\Content\Blog
  5261. */
  5262. protected function getBlog2Service()
  5263. {
  5264. $this->throw('Cannot autowire service ".service_locator.ktOaDPN": it references class "App\\Entity\\Content\\Blog" but no such service exists.');
  5265. }
  5266. /**
  5267. * Gets the private '.errored..service_locator.msnlTQC.App\Entity\ECommerce\DepotProduct' shared service.
  5268. *
  5269. * @return \App\Entity\ECommerce\DepotProduct
  5270. */
  5271. protected function getDepotProduct3Service()
  5272. {
  5273. $this->throw('Cannot autowire service ".service_locator.msnlTQC": it references class "App\\Entity\\ECommerce\\DepotProduct" but no such service exists.');
  5274. }
  5275. /**
  5276. * Gets the private '.errored..service_locator.nOMBLbr.App\Entity\ECommerce\CartItem' shared service.
  5277. *
  5278. * @return \App\Entity\ECommerce\CartItem
  5279. */
  5280. protected function getCartItem4Service()
  5281. {
  5282. $this->throw('Cannot autowire service ".service_locator.nOMBLbr": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  5283. }
  5284. /**
  5285. * Gets the private '.errored..service_locator.poVcuQX.App\Entity\App\Menu' shared service.
  5286. *
  5287. * @return \App\Entity\App\Menu
  5288. */
  5289. protected function getMenuService()
  5290. {
  5291. $this->throw('Cannot autowire service ".service_locator.poVcuQX": it references class "App\\Entity\\App\\Menu" but no such service exists.');
  5292. }
  5293. /**
  5294. * Gets the private '.errored..service_locator.q0Ti2h5.App\Entity\Content\Blog' shared service.
  5295. *
  5296. * @return \App\Entity\Content\Blog
  5297. */
  5298. protected function getBlog3Service()
  5299. {
  5300. $this->throw('Cannot autowire service ".service_locator.q0Ti2h5": it references class "App\\Entity\\Content\\Blog" but no such service exists.');
  5301. }
  5302. /**
  5303. * Gets the private '.errored..service_locator.so2CveJ.App\Entity\Content\BlogCategory' shared service.
  5304. *
  5305. * @return \App\Entity\Content\BlogCategory
  5306. */
  5307. protected function getBlogCategoryService()
  5308. {
  5309. $this->throw('Cannot autowire service ".service_locator.so2CveJ": it references class "App\\Entity\\Content\\BlogCategory" but no such service exists.');
  5310. }
  5311. /**
  5312. * Gets the private '.errored..service_locator.v6iD_kw.App\Entity\Content\PageTranslation' shared service.
  5313. *
  5314. * @return \App\Entity\Content\PageTranslation
  5315. */
  5316. protected function getPageTranslationService()
  5317. {
  5318. $this->throw('Cannot autowire service ".service_locator.v6iD_kw": it references class "App\\Entity\\Content\\PageTranslation" but no such service exists.');
  5319. }
  5320. /**
  5321. * Gets the private '.errored..service_locator.xJqWw2K.App\Entity\ECommerce\CartItem' shared service.
  5322. *
  5323. * @return \App\Entity\ECommerce\CartItem
  5324. */
  5325. protected function getCartItem5Service()
  5326. {
  5327. $this->throw('Cannot autowire service ".service_locator.xJqWw2K": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  5328. }
  5329. /**
  5330. * Gets the private '.errored..service_locator.xJqWw2K.Doctrine\ORM\EntityManager' shared service.
  5331. *
  5332. * @return \Doctrine\ORM\EntityManager
  5333. */
  5334. protected function getEntityManager3Service()
  5335. {
  5336. $this->throw('Cannot autowire service ".service_locator.xJqWw2K": it references class "Doctrine\\ORM\\EntityManager" but no such service exists. Try changing the type-hint to "Doctrine\\ORM\\EntityManagerInterface" instead.');
  5337. }
  5338. /**
  5339. * Gets the private '.errored..service_locator.xSdZs8X.App\Entity\ECommerce\CartItem' shared service.
  5340. *
  5341. * @return \App\Entity\ECommerce\CartItem
  5342. */
  5343. protected function getCartItem6Service()
  5344. {
  5345. $this->throw('Cannot autowire service ".service_locator.xSdZs8X": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  5346. }
  5347. /**
  5348. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5349. *
  5350. * @return \Symfony\Component\Config\Loader\LoaderInterface
  5351. */
  5352. protected function getLoaderInterfaceService()
  5353. {
  5354. $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".');
  5355. }
  5356. /**
  5357. * Gets the private '.lexik_jwt_authentication.check_config_command.lazy' shared service.
  5358. *
  5359. * @return \Symfony\Component\Console\Command\LazyCommand
  5360. */
  5361. protected function get_LexikJwtAuthentication_CheckConfigCommand_LazyService()
  5362. {
  5363. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5364. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5365. return $this->privates['.lexik_jwt_authentication.check_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:check-config', [], 'Checks that the bundle is properly configured.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand {
  5366. return ($this->privates['lexik_jwt_authentication.check_config_command'] ?? $this->getLexikJwtAuthentication_CheckConfigCommandService());
  5367. });
  5368. }
  5369. /**
  5370. * Gets the private '.lexik_jwt_authentication.enable_encryption_config_command.lazy' shared service.
  5371. *
  5372. * @return \Symfony\Component\Console\Command\LazyCommand
  5373. */
  5374. protected function get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService()
  5375. {
  5376. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5377. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5378. return $this->privates['.lexik_jwt_authentication.enable_encryption_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:enable-encryption', [], 'Enable Web-Token encryption support.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand {
  5379. return ($this->privates['lexik_jwt_authentication.enable_encryption_config_command'] ?? $this->getLexikJwtAuthentication_EnableEncryptionConfigCommandService());
  5380. });
  5381. }
  5382. /**
  5383. * Gets the private '.lexik_jwt_authentication.generate_keypair_command.lazy' shared service.
  5384. *
  5385. * @return \Symfony\Component\Console\Command\LazyCommand
  5386. */
  5387. protected function get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService()
  5388. {
  5389. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5390. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5391. return $this->privates['.lexik_jwt_authentication.generate_keypair_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-keypair', [], 'Generate public/private keys for use in your application.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand {
  5392. return ($this->privates['lexik_jwt_authentication.generate_keypair_command'] ?? $this->getLexikJwtAuthentication_GenerateKeypairCommandService());
  5393. });
  5394. }
  5395. /**
  5396. * Gets the private '.lexik_jwt_authentication.generate_token_command.lazy' shared service.
  5397. *
  5398. * @return \Symfony\Component\Console\Command\LazyCommand
  5399. */
  5400. protected function get_LexikJwtAuthentication_GenerateTokenCommand_LazyService()
  5401. {
  5402. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5403. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5404. return $this->privates['.lexik_jwt_authentication.generate_token_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-token', [], 'Generates a JWT token for a given user.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand {
  5405. return ($this->services['lexik_jwt_authentication.generate_token_command'] ?? $this->getLexikJwtAuthentication_GenerateTokenCommandService());
  5406. });
  5407. }
  5408. /**
  5409. * Gets the private '.lexik_jwt_authentication.migrate_config_command.lazy' shared service.
  5410. *
  5411. * @return \Symfony\Component\Console\Command\LazyCommand
  5412. */
  5413. protected function get_LexikJwtAuthentication_MigrateConfigCommand_LazyService()
  5414. {
  5415. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5416. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5417. return $this->privates['.lexik_jwt_authentication.migrate_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:migrate-config', [], 'Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand {
  5418. return ($this->privates['lexik_jwt_authentication.migrate_config_command'] ?? $this->getLexikJwtAuthentication_MigrateConfigCommandService());
  5419. });
  5420. }
  5421. /**
  5422. * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  5423. *
  5424. * @return \Symfony\Component\Console\Command\LazyCommand
  5425. */
  5426. protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  5427. {
  5428. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5429. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5430. return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5431. return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  5432. });
  5433. }
  5434. /**
  5435. * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  5436. *
  5437. * @return \Symfony\Component\Console\Command\LazyCommand
  5438. */
  5439. protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  5440. {
  5441. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5442. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5443. return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5444. return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  5445. });
  5446. }
  5447. /**
  5448. * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  5449. *
  5450. * @return \Symfony\Component\Console\Command\LazyCommand
  5451. */
  5452. protected function get_Maker_AutoCommand_MakeController_LazyService()
  5453. {
  5454. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5455. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5456. return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5457. return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  5458. });
  5459. }
  5460. /**
  5461. * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  5462. *
  5463. * @return \Symfony\Component\Console\Command\LazyCommand
  5464. */
  5465. protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  5466. {
  5467. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5468. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5469. return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5470. return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  5471. });
  5472. }
  5473. /**
  5474. * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  5475. *
  5476. * @return \Symfony\Component\Console\Command\LazyCommand
  5477. */
  5478. protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  5479. {
  5480. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5481. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5482. return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5483. return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  5484. });
  5485. }
  5486. /**
  5487. * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  5488. *
  5489. * @return \Symfony\Component\Console\Command\LazyCommand
  5490. */
  5491. protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  5492. {
  5493. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5494. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5495. return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5496. return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  5497. });
  5498. }
  5499. /**
  5500. * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  5501. *
  5502. * @return \Symfony\Component\Console\Command\LazyCommand
  5503. */
  5504. protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  5505. {
  5506. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5507. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5508. return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5509. return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  5510. });
  5511. }
  5512. /**
  5513. * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  5514. *
  5515. * @return \Symfony\Component\Console\Command\LazyCommand
  5516. */
  5517. protected function get_Maker_AutoCommand_MakeForm_LazyService()
  5518. {
  5519. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5520. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5521. return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5522. return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  5523. });
  5524. }
  5525. /**
  5526. * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  5527. *
  5528. * @return \Symfony\Component\Console\Command\LazyCommand
  5529. */
  5530. protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  5531. {
  5532. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5533. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5534. return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5535. return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  5536. });
  5537. }
  5538. /**
  5539. * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  5540. *
  5541. * @return \Symfony\Component\Console\Command\LazyCommand
  5542. */
  5543. protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  5544. {
  5545. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5546. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5547. return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5548. return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  5549. });
  5550. }
  5551. /**
  5552. * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  5553. *
  5554. * @return \Symfony\Component\Console\Command\LazyCommand
  5555. */
  5556. protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  5557. {
  5558. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5559. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5560. return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5561. return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  5562. });
  5563. }
  5564. /**
  5565. * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  5566. *
  5567. * @return \Symfony\Component\Console\Command\LazyCommand
  5568. */
  5569. protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  5570. {
  5571. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5572. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5573. return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5574. return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  5575. });
  5576. }
  5577. /**
  5578. * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  5579. *
  5580. * @return \Symfony\Component\Console\Command\LazyCommand
  5581. */
  5582. protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  5583. {
  5584. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5585. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5586. return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5587. return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  5588. });
  5589. }
  5590. /**
  5591. * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  5592. *
  5593. * @return \Symfony\Component\Console\Command\LazyCommand
  5594. */
  5595. protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  5596. {
  5597. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5598. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5599. return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5600. return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  5601. });
  5602. }
  5603. /**
  5604. * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  5605. *
  5606. * @return \Symfony\Component\Console\Command\LazyCommand
  5607. */
  5608. protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  5609. {
  5610. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5611. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5612. return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5613. return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  5614. });
  5615. }
  5616. /**
  5617. * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  5618. *
  5619. * @return \Symfony\Component\Console\Command\LazyCommand
  5620. */
  5621. protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  5622. {
  5623. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5624. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5625. return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5626. return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  5627. });
  5628. }
  5629. /**
  5630. * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  5631. *
  5632. * @return \Symfony\Component\Console\Command\LazyCommand
  5633. */
  5634. protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  5635. {
  5636. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5637. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5638. return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5639. return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  5640. });
  5641. }
  5642. /**
  5643. * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  5644. *
  5645. * @return \Symfony\Component\Console\Command\LazyCommand
  5646. */
  5647. protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  5648. {
  5649. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5650. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5651. return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5652. return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  5653. });
  5654. }
  5655. /**
  5656. * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  5657. *
  5658. * @return \Symfony\Component\Console\Command\LazyCommand
  5659. */
  5660. protected function get_Maker_AutoCommand_MakeTest_LazyService()
  5661. {
  5662. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5663. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5664. return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5665. return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  5666. });
  5667. }
  5668. /**
  5669. * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  5670. *
  5671. * @return \Symfony\Component\Console\Command\LazyCommand
  5672. */
  5673. protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  5674. {
  5675. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5676. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5677. return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5678. return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  5679. });
  5680. }
  5681. /**
  5682. * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  5683. *
  5684. * @return \Symfony\Component\Console\Command\LazyCommand
  5685. */
  5686. protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  5687. {
  5688. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5689. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5690. return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5691. return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  5692. });
  5693. }
  5694. /**
  5695. * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  5696. *
  5697. * @return \Symfony\Component\Console\Command\LazyCommand
  5698. */
  5699. protected function get_Maker_AutoCommand_MakeUser_LazyService()
  5700. {
  5701. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5702. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5703. return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5704. return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  5705. });
  5706. }
  5707. /**
  5708. * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  5709. *
  5710. * @return \Symfony\Component\Console\Command\LazyCommand
  5711. */
  5712. protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  5713. {
  5714. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5715. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5716. return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5717. return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  5718. });
  5719. }
  5720. /**
  5721. * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  5722. *
  5723. * @return \Symfony\Component\Console\Command\LazyCommand
  5724. */
  5725. protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  5726. {
  5727. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5728. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5729. return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5730. return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  5731. });
  5732. }
  5733. /**
  5734. * Gets the private '.monolog.command.server_log.lazy' shared service.
  5735. *
  5736. * @return \Symfony\Component\Console\Command\LazyCommand
  5737. */
  5738. protected function get_Monolog_Command_ServerLog_LazyService()
  5739. {
  5740. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5741. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5742. return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time', false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  5743. return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  5744. });
  5745. }
  5746. /**
  5747. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  5748. *
  5749. * @return \Symfony\Component\Console\Command\LazyCommand
  5750. */
  5751. protected function get_Security_Command_DebugFirewall_LazyService()
  5752. {
  5753. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5754. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5755. 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 {
  5756. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  5757. });
  5758. }
  5759. /**
  5760. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  5761. *
  5762. * @return \Symfony\Component\Console\Command\LazyCommand
  5763. */
  5764. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  5765. {
  5766. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5767. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5768. 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 {
  5769. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  5770. });
  5771. }
  5772. /**
  5773. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  5774. *
  5775. * @return \Symfony\Component\Console\Command\LazyCommand
  5776. */
  5777. protected function get_Security_Command_UserPasswordHash_LazyService()
  5778. {
  5779. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5780. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5781. 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 {
  5782. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  5783. });
  5784. }
  5785. /**
  5786. * Gets the private '.service_locator..eHqkeB' shared service.
  5787. *
  5788. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5789. */
  5790. protected function get_ServiceLocator__EHqkeBService()
  5791. {
  5792. return $this->privates['.service_locator..eHqkeB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5793. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  5794. ], [
  5795. 'paginator' => '?',
  5796. ]);
  5797. }
  5798. /**
  5799. * Gets the private '.service_locator.0B7M3KW' shared service.
  5800. *
  5801. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5802. */
  5803. protected function get_ServiceLocator_0B7M3KWService()
  5804. {
  5805. return $this->privates['.service_locator.0B7M3KW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5806. 'invoice' => ['privates', '.errored..service_locator.0B7M3KW.App\\Entity\\ECommerce\\Invoice', NULL, 'Cannot autowire service ".service_locator.0B7M3KW": it references class "App\\Entity\\ECommerce\\Invoice" but no such service exists.'],
  5807. ], [
  5808. 'invoice' => 'App\\Entity\\ECommerce\\Invoice',
  5809. ]);
  5810. }
  5811. /**
  5812. * Gets the private '.service_locator.1AQmb2u' shared service.
  5813. *
  5814. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5815. */
  5816. protected function get_ServiceLocator_1AQmb2uService()
  5817. {
  5818. return $this->privates['.service_locator.1AQmb2u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5819. 'preOrder' => ['privates', '.errored..service_locator.1AQmb2u.App\\Entity\\ECommerce\\PreOrder', NULL, 'Cannot autowire service ".service_locator.1AQmb2u": it references class "App\\Entity\\ECommerce\\PreOrder" but no such service exists.'],
  5820. ], [
  5821. 'preOrder' => 'App\\Entity\\ECommerce\\PreOrder',
  5822. ]);
  5823. }
  5824. /**
  5825. * Gets the private '.service_locator.24x0_QY' shared service.
  5826. *
  5827. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5828. */
  5829. protected function get_ServiceLocator_24x0QYService()
  5830. {
  5831. return $this->privates['.service_locator.24x0_QY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5832. 'page' => ['privates', '.errored..service_locator.24x0_QY.App\\Entity\\Content\\Page', NULL, 'Cannot autowire service ".service_locator.24x0_QY": it references class "App\\Entity\\Content\\Page" but no such service exists.'],
  5833. ], [
  5834. 'page' => 'App\\Entity\\Content\\Page',
  5835. ]);
  5836. }
  5837. /**
  5838. * Gets the private '.service_locator.3MZgNqB' shared service.
  5839. *
  5840. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5841. */
  5842. protected function get_ServiceLocator_3MZgNqBService()
  5843. {
  5844. return $this->privates['.service_locator.3MZgNqB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5845. 'cart' => ['privates', '.errored..service_locator.3MZgNqB.App\\Entity\\ECommerce\\Cart', NULL, 'Cannot autowire service ".service_locator.3MZgNqB": it references class "App\\Entity\\ECommerce\\Cart" but no such service exists.'],
  5846. ], [
  5847. 'cart' => 'App\\Entity\\ECommerce\\Cart',
  5848. ]);
  5849. }
  5850. /**
  5851. * Gets the private '.service_locator.3zs2zNk' shared service.
  5852. *
  5853. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5854. */
  5855. protected function get_ServiceLocator_3zs2zNkService()
  5856. {
  5857. return $this->privates['.service_locator.3zs2zNk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5858. 'user' => ['privates', '.errored..service_locator.3zs2zNk.App\\Entity\\App\\User', NULL, 'Cannot autowire service ".service_locator.3zs2zNk": it references class "App\\Entity\\App\\User" but no such service exists.'],
  5859. ], [
  5860. 'user' => 'App\\Entity\\App\\User',
  5861. ]);
  5862. }
  5863. /**
  5864. * Gets the private '.service_locator.4LlMo_5' shared service.
  5865. *
  5866. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5867. */
  5868. protected function get_ServiceLocator_4LlMo5Service()
  5869. {
  5870. return $this->privates['.service_locator.4LlMo_5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5871. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  5872. ], [
  5873. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  5874. ]);
  5875. }
  5876. /**
  5877. * Gets the private '.service_locator.4riGSMU' shared service.
  5878. *
  5879. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5880. */
  5881. protected function get_ServiceLocator_4riGSMUService()
  5882. {
  5883. return $this->privates['.service_locator.4riGSMU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5884. 'depot' => ['privates', '.errored..service_locator.4riGSMU.App\\Entity\\ECommerce\\Depot', NULL, 'Cannot autowire service ".service_locator.4riGSMU": it references class "App\\Entity\\ECommerce\\Depot" but no such service exists.'],
  5885. ], [
  5886. 'depot' => 'App\\Entity\\ECommerce\\Depot',
  5887. ]);
  5888. }
  5889. /**
  5890. * Gets the private '.service_locator.53BE5m3' shared service.
  5891. *
  5892. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5893. */
  5894. protected function get_ServiceLocator_53BE5m3Service()
  5895. {
  5896. return $this->privates['.service_locator.53BE5m3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5897. 'document' => ['privates', '.errored..service_locator.53BE5m3.App\\Entity\\Content\\Document', NULL, 'Cannot autowire service ".service_locator.53BE5m3": it references class "App\\Entity\\Content\\Document" but no such service exists.'],
  5898. ], [
  5899. 'document' => 'App\\Entity\\Content\\Document',
  5900. ]);
  5901. }
  5902. /**
  5903. * Gets the private '.service_locator.5Fh8kKj' shared service.
  5904. *
  5905. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5906. */
  5907. protected function get_ServiceLocator_5Fh8kKjService()
  5908. {
  5909. return $this->privates['.service_locator.5Fh8kKj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5910. 'documentCategory' => ['privates', '.errored..service_locator.5Fh8kKj.App\\Entity\\Content\\DocumentCategory', NULL, 'Cannot autowire service ".service_locator.5Fh8kKj": it references class "App\\Entity\\Content\\DocumentCategory" but no such service exists.'],
  5911. ], [
  5912. 'documentCategory' => 'App\\Entity\\Content\\DocumentCategory',
  5913. ]);
  5914. }
  5915. /**
  5916. * Gets the private '.service_locator.5N8.2I5' shared service.
  5917. *
  5918. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5919. */
  5920. protected function get_ServiceLocator_5N8_2I5Service()
  5921. {
  5922. return $this->privates['.service_locator.5N8.2I5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5923. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  5924. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  5925. 'productTwigExtension' => ['privates', 'App\\Service\\ECommerce\\ProductTwigExtension', 'getProductTwigExtensionService', false],
  5926. ], [
  5927. 'entityManager' => '?',
  5928. 'paginator' => '?',
  5929. 'productTwigExtension' => 'App\\Service\\ECommerce\\ProductTwigExtension',
  5930. ]);
  5931. }
  5932. /**
  5933. * Gets the private '.service_locator.6E9xidT' shared service.
  5934. *
  5935. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5936. */
  5937. protected function get_ServiceLocator_6E9xidTService()
  5938. {
  5939. return $this->privates['.service_locator.6E9xidT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5940. 'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
  5941. ], [
  5942. 'mailer' => '?',
  5943. ]);
  5944. }
  5945. /**
  5946. * Gets the private '.service_locator.6_pTr4h' shared service.
  5947. *
  5948. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5949. */
  5950. protected function get_ServiceLocator_6PTr4hService()
  5951. {
  5952. return $this->privates['.service_locator.6_pTr4h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5953. 'cacheHelper' => ['privates', 'App\\Helper\\CacheHelper', 'getCacheHelperService', false],
  5954. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  5955. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  5956. 'requestStack' => ['services', 'request_stack', 'getRequestStackService', false],
  5957. ], [
  5958. 'cacheHelper' => 'App\\Helper\\CacheHelper',
  5959. 'entityManager' => '?',
  5960. 'paginator' => '?',
  5961. 'requestStack' => '?',
  5962. ]);
  5963. }
  5964. /**
  5965. * Gets the private '.service_locator.7KJw16W' shared service.
  5966. *
  5967. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5968. */
  5969. protected function get_ServiceLocator_7KJw16WService()
  5970. {
  5971. return $this->privates['.service_locator.7KJw16W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5972. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  5973. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  5974. 'em' => ['privates', '.errored..service_locator.7KJw16W.Doctrine\\ORM\\EntityManager', NULL, 'Cannot autowire service ".service_locator.7KJw16W": it references class "Doctrine\\ORM\\EntityManager" but no such service exists. Try changing the type-hint to "Doctrine\\ORM\\EntityManagerInterface" instead.'],
  5975. 'product' => ['privates', '.errored..service_locator.7KJw16W.App\\Entity\\ECommerce\\DepotProduct', NULL, 'Cannot autowire service ".service_locator.7KJw16W": it references class "App\\Entity\\ECommerce\\DepotProduct" but no such service exists.'],
  5976. ], [
  5977. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  5978. 'dispatcher' => '?',
  5979. 'em' => 'Doctrine\\ORM\\EntityManager',
  5980. 'product' => 'App\\Entity\\ECommerce\\DepotProduct',
  5981. ]);
  5982. }
  5983. /**
  5984. * Gets the private '.service_locator.7TkqQwZ' shared service.
  5985. *
  5986. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5987. */
  5988. protected function get_ServiceLocator_7TkqQwZService()
  5989. {
  5990. return $this->privates['.service_locator.7TkqQwZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5991. 'pagination' => ['privates', '.errored..service_locator.7TkqQwZ.Knp\\Bundle\\PaginatorBundle\\Pagination\\SlidingPaginationInterface', NULL, 'Cannot autowire service ".service_locator.7TkqQwZ": it references interface "Knp\\Bundle\\PaginatorBundle\\Pagination\\SlidingPaginationInterface" but no such service exists. Did you create a class that implements this interface?'],
  5992. ], [
  5993. 'pagination' => 'Knp\\Bundle\\PaginatorBundle\\Pagination\\SlidingPaginationInterface',
  5994. ]);
  5995. }
  5996. /**
  5997. * Gets the private '.service_locator.8vruSwe' shared service.
  5998. *
  5999. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6000. */
  6001. protected function get_ServiceLocator_8vruSweService()
  6002. {
  6003. return $this->privates['.service_locator.8vruSwe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6004. 'individualOrder' => ['privates', '.errored..service_locator.8vruSwe.App\\Entity\\ECommerce\\IndividualOrder', NULL, 'Cannot autowire service ".service_locator.8vruSwe": it references class "App\\Entity\\ECommerce\\IndividualOrder" but no such service exists.'],
  6005. ], [
  6006. 'individualOrder' => 'App\\Entity\\ECommerce\\IndividualOrder',
  6007. ]);
  6008. }
  6009. /**
  6010. * Gets the private '.service_locator.92w_ojF' shared service.
  6011. *
  6012. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6013. */
  6014. protected function get_ServiceLocator_92wOjFService()
  6015. {
  6016. return $this->privates['.service_locator.92w_ojF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6017. 'pageRepository' => ['privates', 'App\\Repository\\Content\\PageRepository', 'getPageRepositoryService', false],
  6018. ], [
  6019. 'pageRepository' => 'App\\Repository\\Content\\PageRepository',
  6020. ]);
  6021. }
  6022. /**
  6023. * Gets the private '.service_locator.995ATiR' shared service.
  6024. *
  6025. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6026. */
  6027. protected function get_ServiceLocator_995ATiRService()
  6028. {
  6029. return $this->privates['.service_locator.995ATiR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6030. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  6031. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  6032. ], [
  6033. 'entityManager' => '?',
  6034. 'translator' => '?',
  6035. ]);
  6036. }
  6037. /**
  6038. * Gets the private '.service_locator.AEobitz' shared service.
  6039. *
  6040. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6041. */
  6042. protected function get_ServiceLocator_AEobitzService()
  6043. {
  6044. return $this->privates['.service_locator.AEobitz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6045. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  6046. 'item' => ['privates', '.errored..service_locator.AEobitz.App\\Entity\\ECommerce\\CartItem', NULL, 'Cannot autowire service ".service_locator.AEobitz": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.'],
  6047. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  6048. ], [
  6049. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  6050. 'item' => 'App\\Entity\\ECommerce\\CartItem',
  6051. 'translator' => '?',
  6052. ]);
  6053. }
  6054. /**
  6055. * Gets the private '.service_locator.Ak1ug5q' shared service.
  6056. *
  6057. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6058. */
  6059. protected function get_ServiceLocator_Ak1ug5qService()
  6060. {
  6061. return $this->privates['.service_locator.Ak1ug5q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6062. 'responseFactory' => ['privates', 'nyholm.psr7.psr17_factory', 'getNyholm_Psr7_Psr17FactoryService', false],
  6063. 'serverRequest' => ['privates', '.errored..service_locator.Ak1ug5q.Psr\\Http\\Message\\ServerRequestInterface', NULL, 'Cannot autowire service ".service_locator.Ak1ug5q": it references interface "Psr\\Http\\Message\\ServerRequestInterface" but no such service exists. Did you create a class that implements this interface?'],
  6064. ], [
  6065. 'responseFactory' => '?',
  6066. 'serverRequest' => 'Psr\\Http\\Message\\ServerRequestInterface',
  6067. ]);
  6068. }
  6069. /**
  6070. * Gets the private '.service_locator.DiE3yWg' shared service.
  6071. *
  6072. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6073. */
  6074. protected function get_ServiceLocator_DiE3yWgService()
  6075. {
  6076. return $this->privates['.service_locator.DiE3yWg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6077. 'depot' => ['privates', '.errored..service_locator.DiE3yWg.App\\Entity\\ECommerce\\Depot', NULL, 'Cannot autowire service ".service_locator.DiE3yWg": it references class "App\\Entity\\ECommerce\\Depot" but no such service exists.'],
  6078. 'repository' => ['privates', 'App\\Repository\\ECommerce\\ProductRepository', 'getProductRepositoryService', false],
  6079. ], [
  6080. 'depot' => 'App\\Entity\\ECommerce\\Depot',
  6081. 'repository' => 'App\\Repository\\ECommerce\\ProductRepository',
  6082. ]);
  6083. }
  6084. /**
  6085. * Gets the private '.service_locator.EAH7r53' shared service.
  6086. *
  6087. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6088. */
  6089. protected function get_ServiceLocator_EAH7r53Service()
  6090. {
  6091. return $this->privates['.service_locator.EAH7r53'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6092. 'product' => ['privates', '.errored..service_locator.EAH7r53.App\\Entity\\ECommerce\\Product', NULL, 'Cannot autowire service ".service_locator.EAH7r53": it references class "App\\Entity\\ECommerce\\Product" but no such service exists.'],
  6093. ], [
  6094. 'product' => 'App\\Entity\\ECommerce\\Product',
  6095. ]);
  6096. }
  6097. /**
  6098. * Gets the private '.service_locator.EQaAODi' shared service.
  6099. *
  6100. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6101. */
  6102. protected function get_ServiceLocator_EQaAODiService()
  6103. {
  6104. return $this->privates['.service_locator.EQaAODi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6105. 'shipping' => ['privates', '.errored..service_locator.EQaAODi.App\\Entity\\ECommerce\\Shipping', NULL, 'Cannot autowire service ".service_locator.EQaAODi": it references class "App\\Entity\\ECommerce\\Shipping" but no such service exists.'],
  6106. ], [
  6107. 'shipping' => 'App\\Entity\\ECommerce\\Shipping',
  6108. ]);
  6109. }
  6110. /**
  6111. * Gets the private '.service_locator.ESsj4cd' shared service.
  6112. *
  6113. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6114. */
  6115. protected function get_ServiceLocator_ESsj4cdService()
  6116. {
  6117. return $this->privates['.service_locator.ESsj4cd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6118. 'productManufacturer' => ['privates', '.errored..service_locator.ESsj4cd.App\\Entity\\ECommerce\\ProductManufacturer', NULL, 'Cannot autowire service ".service_locator.ESsj4cd": it references class "App\\Entity\\ECommerce\\ProductManufacturer" but no such service exists.'],
  6119. ], [
  6120. 'productManufacturer' => 'App\\Entity\\ECommerce\\ProductManufacturer',
  6121. ]);
  6122. }
  6123. /**
  6124. * Gets the private '.service_locator.G2DNP89' shared service.
  6125. *
  6126. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6127. */
  6128. protected function get_ServiceLocator_G2DNP89Service()
  6129. {
  6130. return $this->privates['.service_locator.G2DNP89'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6131. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  6132. 'security.event_dispatcher.api' => ['privates', 'security.event_dispatcher.api', 'getSecurity_EventDispatcher_ApiService', false],
  6133. 'security.event_dispatcher.login' => ['privates', 'security.event_dispatcher.login', 'getSecurity_EventDispatcher_LoginService', false],
  6134. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  6135. ], [
  6136. 'event_dispatcher' => '?',
  6137. 'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6138. 'security.event_dispatcher.login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6139. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6140. ]);
  6141. }
  6142. /**
  6143. * Gets the private '.service_locator.Hof_h8f' shared service.
  6144. *
  6145. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6146. */
  6147. protected function get_ServiceLocator_HofH8fService()
  6148. {
  6149. return $this->privates['.service_locator.Hof_h8f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6150. 'blogRepository' => ['privates', 'App\\Repository\\Content\\BlogRepository', 'getBlogRepositoryService', false],
  6151. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  6152. ], [
  6153. 'blogRepository' => 'App\\Repository\\Content\\BlogRepository',
  6154. 'paginator' => '?',
  6155. ]);
  6156. }
  6157. /**
  6158. * Gets the private '.service_locator.HuCbgQo' shared service.
  6159. *
  6160. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6161. */
  6162. protected function get_ServiceLocator_HuCbgQoService()
  6163. {
  6164. return $this->privates['.service_locator.HuCbgQo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6165. 'form' => ['privates', '.errored..service_locator.HuCbgQo.Symfony\\Component\\Form\\FormInterface', NULL, 'Cannot autowire service ".service_locator.HuCbgQo": it references interface "Symfony\\Component\\Form\\FormInterface" but no such service exists. Did you create a class that implements this interface?'],
  6166. ], [
  6167. 'form' => 'Symfony\\Component\\Form\\FormInterface',
  6168. ]);
  6169. }
  6170. /**
  6171. * Gets the private '.service_locator.Icdlr8x' shared service.
  6172. *
  6173. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6174. */
  6175. protected function get_ServiceLocator_Icdlr8xService()
  6176. {
  6177. return $this->privates['.service_locator.Icdlr8x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6178. 'firm' => ['privates', '.errored..service_locator.Icdlr8x.App\\Entity\\ECommerce\\Firm', NULL, 'Cannot autowire service ".service_locator.Icdlr8x": it references class "App\\Entity\\ECommerce\\Firm" but no such service exists.'],
  6179. ], [
  6180. 'firm' => 'App\\Entity\\ECommerce\\Firm',
  6181. ]);
  6182. }
  6183. /**
  6184. * Gets the private '.service_locator.J1lTxub' shared service.
  6185. *
  6186. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6187. */
  6188. protected function get_ServiceLocator_J1lTxubService()
  6189. {
  6190. return $this->privates['.service_locator.J1lTxub'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6191. 'firmManager' => ['privates', 'App\\Service\\ECommerce\\FirmManager', 'getFirmManagerService', false],
  6192. 'randomizer' => ['privates', 'App\\Service\\Auth\\Randomizer', 'getRandomizerService', false],
  6193. ], [
  6194. 'firmManager' => 'App\\Service\\ECommerce\\FirmManager',
  6195. 'randomizer' => 'App\\Service\\Auth\\Randomizer',
  6196. ]);
  6197. }
  6198. /**
  6199. * Gets the private '.service_locator.JxpQMV3' shared service.
  6200. *
  6201. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6202. */
  6203. protected function get_ServiceLocator_JxpQMV3Service()
  6204. {
  6205. return $this->privates['.service_locator.JxpQMV3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6206. 'blogComment' => ['privates', '.errored..service_locator.JxpQMV3.App\\Entity\\Content\\BlogComment', NULL, 'Cannot autowire service ".service_locator.JxpQMV3": it references class "App\\Entity\\Content\\BlogComment" but no such service exists.'],
  6207. ], [
  6208. 'blogComment' => 'App\\Entity\\Content\\BlogComment',
  6209. ]);
  6210. }
  6211. /**
  6212. * Gets the private '.service_locator.KHii2Lq' shared service.
  6213. *
  6214. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6215. */
  6216. protected function get_ServiceLocator_KHii2LqService()
  6217. {
  6218. return $this->privates['.service_locator.KHii2Lq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6219. 'entityManager' => ['services', 'doctrine', 'getDoctrineService', false],
  6220. ], [
  6221. 'entityManager' => '?',
  6222. ]);
  6223. }
  6224. /**
  6225. * Gets the private '.service_locator.KLVvNIq' shared service.
  6226. *
  6227. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6228. */
  6229. protected function get_ServiceLocator_KLVvNIqService()
  6230. {
  6231. return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6232. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
  6233. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
  6234. ], [
  6235. 'doctrine.ulid_generator' => '?',
  6236. 'doctrine.uuid_generator' => '?',
  6237. ]);
  6238. }
  6239. /**
  6240. * Gets the private '.service_locator.KNVii_Y' shared service.
  6241. *
  6242. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6243. */
  6244. protected function get_ServiceLocator_KNViiYService()
  6245. {
  6246. return $this->privates['.service_locator.KNVii_Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6247. 'JWTTokenManager' => ['services', 'lexik_jwt_authentication.jwt_manager', 'getLexikJwtAuthentication_JwtManagerService', false],
  6248. 'authenticator' => ['privates', 'App\\Security\\App\\Authenticator', 'getAuthenticatorService', false],
  6249. 'userProvider' => ['privates', 'security.user.provider.concrete.app_user_provider', 'getSecurity_User_Provider_Concrete_AppUserProviderService', false],
  6250. ], [
  6251. 'JWTTokenManager' => '?',
  6252. 'authenticator' => 'App\\Security\\App\\Authenticator',
  6253. 'userProvider' => '?',
  6254. ]);
  6255. }
  6256. /**
  6257. * Gets the private '.service_locator.LH6AVFL' shared service.
  6258. *
  6259. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6260. */
  6261. protected function get_ServiceLocator_LH6AVFLService()
  6262. {
  6263. return $this->privates['.service_locator.LH6AVFL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6264. 'productSearchService' => ['privates', 'App\\Service\\ECommerce\\SynonymProductSearchService', 'getSynonymProductSearchServiceService', false],
  6265. ], [
  6266. 'productSearchService' => 'App\\Service\\ECommerce\\SynonymProductSearchService',
  6267. ]);
  6268. }
  6269. /**
  6270. * Gets the private '.service_locator.Mw3.iJQ' shared service.
  6271. *
  6272. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6273. */
  6274. protected function get_ServiceLocator_Mw3_IJQService()
  6275. {
  6276. return $this->privates['.service_locator.Mw3.iJQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6277. 'cartItem' => ['privates', '.errored..service_locator.Mw3.iJQ.App\\Entity\\ECommerce\\CartItem', NULL, 'Cannot autowire service ".service_locator.Mw3.iJQ": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.'],
  6278. 'depotProductRepository' => ['privates', 'App\\Repository\\ECommerce\\DepotProductRepository', 'getDepotProductRepositoryService', false],
  6279. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  6280. 'em' => ['privates', '.errored..service_locator.Mw3.iJQ.Doctrine\\ORM\\EntityManager', NULL, 'Cannot autowire service ".service_locator.Mw3.iJQ": it references class "Doctrine\\ORM\\EntityManager" but no such service exists. Try changing the type-hint to "Doctrine\\ORM\\EntityManagerInterface" instead.'],
  6281. ], [
  6282. 'cartItem' => 'App\\Entity\\ECommerce\\CartItem',
  6283. 'depotProductRepository' => 'App\\Repository\\ECommerce\\DepotProductRepository',
  6284. 'dispatcher' => '?',
  6285. 'em' => 'Doctrine\\ORM\\EntityManager',
  6286. ]);
  6287. }
  6288. /**
  6289. * Gets the private '.service_locator.Rkd1Ynl' shared service.
  6290. *
  6291. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6292. */
  6293. protected function get_ServiceLocator_Rkd1YnlService()
  6294. {
  6295. return $this->privates['.service_locator.Rkd1Ynl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6296. 'tag' => ['privates', '.errored..service_locator.Rkd1Ynl.App\\Entity\\Content\\Tag', NULL, 'Cannot autowire service ".service_locator.Rkd1Ynl": it references class "App\\Entity\\Content\\Tag" but no such service exists.'],
  6297. ], [
  6298. 'tag' => 'App\\Entity\\Content\\Tag',
  6299. ]);
  6300. }
  6301. /**
  6302. * Gets the private '.service_locator.Ry31pFD' shared service.
  6303. *
  6304. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6305. */
  6306. protected function get_ServiceLocator_Ry31pFDService()
  6307. {
  6308. return $this->privates['.service_locator.Ry31pFD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6309. 'category' => ['privates', '.errored..service_locator.Ry31pFD.App\\Entity\\ECommerce\\ProductCategory', NULL, 'Cannot autowire service ".service_locator.Ry31pFD": it references class "App\\Entity\\ECommerce\\ProductCategory" but no such service exists.'],
  6310. ], [
  6311. 'category' => 'App\\Entity\\ECommerce\\ProductCategory',
  6312. ]);
  6313. }
  6314. /**
  6315. * Gets the private '.service_locator.VHYGNAD' shared service.
  6316. *
  6317. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6318. */
  6319. protected function get_ServiceLocator_VHYGNADService()
  6320. {
  6321. return $this->privates['.service_locator.VHYGNAD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6322. 'synonym' => ['privates', '.errored..service_locator.VHYGNAD.App\\Entity\\ECommerce\\Synonym', NULL, 'Cannot autowire service ".service_locator.VHYGNAD": it references class "App\\Entity\\ECommerce\\Synonym" but no such service exists.'],
  6323. ], [
  6324. 'synonym' => 'App\\Entity\\ECommerce\\Synonym',
  6325. ]);
  6326. }
  6327. /**
  6328. * Gets the private '.service_locator.VQyPUGd' shared service.
  6329. *
  6330. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6331. */
  6332. protected function get_ServiceLocator_VQyPUGdService()
  6333. {
  6334. return $this->privates['.service_locator.VQyPUGd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6335. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  6336. 'depotProduct' => ['privates', '.errored..service_locator.VQyPUGd.App\\Entity\\ECommerce\\DepotProduct', NULL, 'Cannot autowire service ".service_locator.VQyPUGd": it references class "App\\Entity\\ECommerce\\DepotProduct" but no such service exists.'],
  6337. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  6338. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  6339. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  6340. ], [
  6341. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  6342. 'depotProduct' => 'App\\Entity\\ECommerce\\DepotProduct',
  6343. 'dispatcher' => '?',
  6344. 'em' => '?',
  6345. 'translator' => '?',
  6346. ]);
  6347. }
  6348. /**
  6349. * Gets the private '.service_locator.VVe_AfO' shared service.
  6350. *
  6351. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6352. */
  6353. protected function get_ServiceLocator_VVeAfOService()
  6354. {
  6355. return $this->privates['.service_locator.VVe_AfO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6356. 'searchTip' => ['privates', '.errored..service_locator.VVe_AfO.App\\Entity\\ECommerce\\SearchTip', NULL, 'Cannot autowire service ".service_locator.VVe_AfO": it references class "App\\Entity\\ECommerce\\SearchTip" but no such service exists.'],
  6357. ], [
  6358. 'searchTip' => 'App\\Entity\\ECommerce\\SearchTip',
  6359. ]);
  6360. }
  6361. /**
  6362. * Gets the private '.service_locator.WmI0KwH' shared service.
  6363. *
  6364. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6365. */
  6366. protected function get_ServiceLocator_WmI0KwHService()
  6367. {
  6368. return $this->privates['.service_locator.WmI0KwH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6369. 'document' => ['privates', '.errored..service_locator.WmI0KwH.App\\Entity\\Content\\Document', NULL, 'Cannot autowire service ".service_locator.WmI0KwH": it references class "App\\Entity\\Content\\Document" but no such service exists.'],
  6370. 'productDocumentRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductDocumentRepository', 'getProductDocumentRepositoryService', false],
  6371. ], [
  6372. 'document' => 'App\\Entity\\Content\\Document',
  6373. 'productDocumentRepository' => 'App\\Repository\\ECommerce\\ProductDocumentRepository',
  6374. ]);
  6375. }
  6376. /**
  6377. * Gets the private '.service_locator.XptSR7j' shared service.
  6378. *
  6379. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6380. */
  6381. protected function get_ServiceLocator_XptSR7jService()
  6382. {
  6383. return $this->privates['.service_locator.XptSR7j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6384. 'query' => ['privates', '.errored..service_locator.XptSR7j.Doctrine\\ORM\\QueryBuilder', NULL, 'Cannot autowire service ".service_locator.XptSR7j": it references class "Doctrine\\ORM\\QueryBuilder" but no such service exists.'],
  6385. ], [
  6386. 'query' => 'Doctrine\\ORM\\QueryBuilder',
  6387. ]);
  6388. }
  6389. /**
  6390. * Gets the private '.service_locator.Ye71P4b' shared service.
  6391. *
  6392. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6393. */
  6394. protected function get_ServiceLocator_Ye71P4bService()
  6395. {
  6396. return $this->privates['.service_locator.Ye71P4b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6397. 'item' => ['privates', '.errored..service_locator.Ye71P4b.App\\Entity\\ECommerce\\CartItem', NULL, 'Cannot autowire service ".service_locator.Ye71P4b": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.'],
  6398. ], [
  6399. 'item' => 'App\\Entity\\ECommerce\\CartItem',
  6400. ]);
  6401. }
  6402. /**
  6403. * Gets the private '.service_locator.Z3qlhxq' shared service.
  6404. *
  6405. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6406. */
  6407. protected function get_ServiceLocator_Z3qlhxqService()
  6408. {
  6409. return $this->privates['.service_locator.Z3qlhxq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6410. 'depot' => ['privates', '.errored..service_locator.Z3qlhxq.App\\Entity\\ECommerce\\Depot', NULL, 'Cannot autowire service ".service_locator.Z3qlhxq": it references class "App\\Entity\\ECommerce\\Depot" but no such service exists.'],
  6411. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  6412. 'repository' => ['privates', 'App\\Repository\\ECommerce\\ProductRepository', 'getProductRepositoryService', false],
  6413. ], [
  6414. 'depot' => 'App\\Entity\\ECommerce\\Depot',
  6415. 'paginator' => '?',
  6416. 'repository' => 'App\\Repository\\ECommerce\\ProductRepository',
  6417. ]);
  6418. }
  6419. /**
  6420. * Gets the private '.service_locator.ZFQOQoR' shared service.
  6421. *
  6422. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6423. */
  6424. protected function get_ServiceLocator_ZFQOQoRService()
  6425. {
  6426. return $this->privates['.service_locator.ZFQOQoR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6427. 'productGroup' => ['privates', '.errored..service_locator.ZFQOQoR.App\\Entity\\ECommerce\\ProductGroup', NULL, 'Cannot autowire service ".service_locator.ZFQOQoR": it references class "App\\Entity\\ECommerce\\ProductGroup" but no such service exists.'],
  6428. ], [
  6429. 'productGroup' => 'App\\Entity\\ECommerce\\ProductGroup',
  6430. ]);
  6431. }
  6432. /**
  6433. * Gets the private '.service_locator.axy02Gk' shared service.
  6434. *
  6435. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6436. */
  6437. protected function get_ServiceLocator_Axy02GkService()
  6438. {
  6439. return $this->privates['.service_locator.axy02Gk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6440. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', false],
  6441. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  6442. 'security.firewall.map.context.docs' => ['privates', 'security.firewall.map.context.docs', 'getSecurity_Firewall_Map_Context_DocsService', false],
  6443. 'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService', false],
  6444. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  6445. ], [
  6446. 'security.firewall.map.context.api' => '?',
  6447. 'security.firewall.map.context.dev' => '?',
  6448. 'security.firewall.map.context.docs' => '?',
  6449. 'security.firewall.map.context.login' => '?',
  6450. 'security.firewall.map.context.main' => '?',
  6451. ]);
  6452. }
  6453. /**
  6454. * Gets the private '.service_locator.bIEPVfZ' shared service.
  6455. *
  6456. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6457. */
  6458. protected function get_ServiceLocator_BIEPVfZService()
  6459. {
  6460. return $this->privates['.service_locator.bIEPVfZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6461. 'document' => ['privates', '.errored..service_locator.bIEPVfZ.App\\Entity\\Content\\Document', NULL, 'Cannot autowire service ".service_locator.bIEPVfZ": it references class "App\\Entity\\Content\\Document" but no such service exists.'],
  6462. 'documentUploader' => ['privates', 'App\\Service\\Content\\DocumentUploader', NULL, 'Cannot autowire service "App\\Service\\Content\\DocumentUploader": argument "$coverDirectory" of method "__construct()" is type-hinted "string", you should configure its value explicitly.'],
  6463. ], [
  6464. 'document' => 'App\\Entity\\Content\\Document',
  6465. 'documentUploader' => 'App\\Service\\Content\\DocumentUploader',
  6466. ]);
  6467. }
  6468. /**
  6469. * Gets the private '.service_locator.dLtxGTO' shared service.
  6470. *
  6471. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6472. */
  6473. protected function get_ServiceLocator_DLtxGTOService()
  6474. {
  6475. return $this->privates['.service_locator.dLtxGTO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6476. 'blogCategoryRepository' => ['privates', 'App\\Repository\\Content\\BlogCategoryRepository', 'getBlogCategoryRepositoryService', false],
  6477. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  6478. ], [
  6479. 'blogCategoryRepository' => 'App\\Repository\\Content\\BlogCategoryRepository',
  6480. 'paginator' => '?',
  6481. ]);
  6482. }
  6483. /**
  6484. * Gets the private '.service_locator.daW_iHx' shared service.
  6485. *
  6486. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6487. */
  6488. protected function get_ServiceLocator_DaWIHxService()
  6489. {
  6490. return $this->privates['.service_locator.daW_iHx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6491. 'invoice' => ['privates', '.errored..service_locator.daW_iHx.App\\Entity\\ECommerce\\Invoice', NULL, 'Cannot autowire service ".service_locator.daW_iHx": it references class "App\\Entity\\ECommerce\\Invoice" but no such service exists.'],
  6492. 'invoicePdfManager' => ['privates', 'App\\Service\\ECommerce\\InvoicePdfManager', 'getInvoicePdfManagerService', false],
  6493. ], [
  6494. 'invoice' => 'App\\Entity\\ECommerce\\Invoice',
  6495. 'invoicePdfManager' => 'App\\Service\\ECommerce\\InvoicePdfManager',
  6496. ]);
  6497. }
  6498. /**
  6499. * Gets the private '.service_locator.dhWBe96' shared service.
  6500. *
  6501. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6502. */
  6503. protected function get_ServiceLocator_DhWBe96Service()
  6504. {
  6505. return $this->privates['.service_locator.dhWBe96'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6506. 'productInfo' => ['privates', '.errored..service_locator.dhWBe96.App\\Entity\\ECommerce\\ProductInfo', NULL, 'Cannot autowire service ".service_locator.dhWBe96": it references class "App\\Entity\\ECommerce\\ProductInfo" but no such service exists.'],
  6507. ], [
  6508. 'productInfo' => 'App\\Entity\\ECommerce\\ProductInfo',
  6509. ]);
  6510. }
  6511. /**
  6512. * Gets the private '.service_locator.eAEku0l' shared service.
  6513. *
  6514. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6515. */
  6516. protected function get_ServiceLocator_EAEku0lService()
  6517. {
  6518. return $this->privates['.service_locator.eAEku0l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6519. 'documentUploader' => ['privates', 'App\\Service\\Content\\DocumentUploader', NULL, 'Cannot autowire service "App\\Service\\Content\\DocumentUploader": argument "$coverDirectory" of method "__construct()" is type-hinted "string", you should configure its value explicitly.'],
  6520. ], [
  6521. 'documentUploader' => 'App\\Service\\Content\\DocumentUploader',
  6522. ]);
  6523. }
  6524. /**
  6525. * Gets the private '.service_locator.eViCEyF' shared service.
  6526. *
  6527. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6528. */
  6529. protected function get_ServiceLocator_EViCEyFService()
  6530. {
  6531. return $this->privates['.service_locator.eViCEyF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6532. 'clientGroup' => ['privates', '.errored..service_locator.eViCEyF.App\\Entity\\ECommerce\\ClientGroup', NULL, 'Cannot autowire service ".service_locator.eViCEyF": it references class "App\\Entity\\ECommerce\\ClientGroup" but no such service exists.'],
  6533. ], [
  6534. 'clientGroup' => 'App\\Entity\\ECommerce\\ClientGroup',
  6535. ]);
  6536. }
  6537. /**
  6538. * Gets the private '.service_locator.ewN.S3t' shared service.
  6539. *
  6540. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6541. */
  6542. protected function get_ServiceLocator_EwN_S3tService()
  6543. {
  6544. return $this->privates['.service_locator.ewN.S3t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6545. 'client' => ['privates', '.errored..service_locator.ewN.S3t.App\\Entity\\ECommerce\\Client', NULL, 'Cannot autowire service ".service_locator.ewN.S3t": it references class "App\\Entity\\ECommerce\\Client" but no such service exists.'],
  6546. ], [
  6547. 'client' => 'App\\Entity\\ECommerce\\Client',
  6548. ]);
  6549. }
  6550. /**
  6551. * Gets the private '.service_locator.flX.qV0' shared service.
  6552. *
  6553. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6554. */
  6555. protected function get_ServiceLocator_FlX_QV0Service()
  6556. {
  6557. return $this->privates['.service_locator.flX.qV0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6558. 'managerRegistry' => ['services', 'doctrine', 'getDoctrineService', false],
  6559. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  6560. ], [
  6561. 'managerRegistry' => '?',
  6562. 'paginator' => '?',
  6563. ]);
  6564. }
  6565. /**
  6566. * Gets the private '.service_locator.hQ6jwXe' shared service.
  6567. *
  6568. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6569. */
  6570. protected function get_ServiceLocator_HQ6jwXeService()
  6571. {
  6572. return $this->privates['.service_locator.hQ6jwXe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6573. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  6574. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  6575. ], [
  6576. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  6577. 'dispatcher' => '?',
  6578. ]);
  6579. }
  6580. /**
  6581. * Gets the private '.service_locator.hT2Kv93' shared service.
  6582. *
  6583. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6584. */
  6585. protected function get_ServiceLocator_HT2Kv93Service()
  6586. {
  6587. return $this->privates['.service_locator.hT2Kv93'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6588. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  6589. ], [
  6590. 'serializer' => '?',
  6591. ]);
  6592. }
  6593. /**
  6594. * Gets the private '.service_locator.hwcfYZo' shared service.
  6595. *
  6596. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6597. */
  6598. protected function get_ServiceLocator_HwcfYZoService()
  6599. {
  6600. return $this->privates['.service_locator.hwcfYZo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6601. 'synonymSearchService' => ['privates', 'App\\Service\\ECommerce\\SynonymSearchService', 'getSynonymSearchServiceService', false],
  6602. ], [
  6603. 'synonymSearchService' => 'App\\Service\\ECommerce\\SynonymSearchService',
  6604. ]);
  6605. }
  6606. /**
  6607. * Gets the private '.service_locator.ia1UUdO' shared service.
  6608. *
  6609. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6610. */
  6611. protected function get_ServiceLocator_Ia1UUdOService()
  6612. {
  6613. return $this->privates['.service_locator.ia1UUdO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6614. 'em' => ['services', 'doctrine', 'getDoctrineService', false],
  6615. ], [
  6616. 'em' => '?',
  6617. ]);
  6618. }
  6619. /**
  6620. * Gets the private '.service_locator.ijLyqep' shared service.
  6621. *
  6622. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6623. */
  6624. protected function get_ServiceLocator_IjLyqepService()
  6625. {
  6626. return $this->privates['.service_locator.ijLyqep'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6627. 'blog' => ['privates', '.errored..service_locator.ijLyqep.App\\Entity\\Content\\Blog', NULL, 'Cannot autowire service ".service_locator.ijLyqep": it references class "App\\Entity\\Content\\Blog" but no such service exists.'],
  6628. 'blogRepository' => ['privates', 'App\\Repository\\Content\\BlogRepository', 'getBlogRepositoryService', false],
  6629. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  6630. ], [
  6631. 'blog' => 'App\\Entity\\Content\\Blog',
  6632. 'blogRepository' => 'App\\Repository\\Content\\BlogRepository',
  6633. 'paginator' => '?',
  6634. ]);
  6635. }
  6636. /**
  6637. * Gets the private '.service_locator.imtzZyB' shared service.
  6638. *
  6639. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6640. */
  6641. protected function get_ServiceLocator_ImtzZyBService()
  6642. {
  6643. return $this->privates['.service_locator.imtzZyB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6644. 'cacheHelper' => ['privates', 'App\\Helper\\CacheHelper', 'getCacheHelperService', false],
  6645. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  6646. 'requestStack' => ['services', 'request_stack', 'getRequestStackService', false],
  6647. ], [
  6648. 'cacheHelper' => 'App\\Helper\\CacheHelper',
  6649. 'paginator' => '?',
  6650. 'requestStack' => '?',
  6651. ]);
  6652. }
  6653. /**
  6654. * Gets the private '.service_locator.ktOaDPN' shared service.
  6655. *
  6656. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6657. */
  6658. protected function get_ServiceLocator_KtOaDPNService()
  6659. {
  6660. return $this->privates['.service_locator.ktOaDPN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6661. 'post' => ['privates', '.errored..service_locator.ktOaDPN.App\\Entity\\Content\\Blog', NULL, 'Cannot autowire service ".service_locator.ktOaDPN": it references class "App\\Entity\\Content\\Blog" but no such service exists.'],
  6662. ], [
  6663. 'post' => 'App\\Entity\\Content\\Blog',
  6664. ]);
  6665. }
  6666. /**
  6667. * Gets the private '.service_locator.ku2I4gB' shared service.
  6668. *
  6669. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6670. */
  6671. protected function get_ServiceLocator_Ku2I4gBService()
  6672. {
  6673. return $this->privates['.service_locator.ku2I4gB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6674. 'App\\Controller\\App\\Dashboard\\EntityAJAXController::getChoices' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  6675. 'App\\Controller\\App\\Dashboard\\MenuController::deleteAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6676. 'App\\Controller\\App\\Dashboard\\MenuController::editAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6677. 'App\\Controller\\App\\Dashboard\\MenuController::editItemAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6678. 'App\\Controller\\App\\Dashboard\\MenuController::showAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6679. 'App\\Controller\\Auth\\API\\ProfileController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6680. 'App\\Controller\\Auth\\API\\ProfileController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6681. 'App\\Controller\\Auth\\API\\ProfileController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6682. 'App\\Controller\\Auth\\API\\SecurityController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6683. 'App\\Controller\\Auth\\API\\SecurityController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6684. 'App\\Controller\\Auth\\API\\SecurityController::login' => ['privates', '.service_locator.KNVii_Y', 'get_ServiceLocator_KNViiYService', false],
  6685. 'App\\Controller\\Auth\\API\\SecurityController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6686. 'App\\Controller\\Auth\\App\\AccountManagementController::newPassword' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  6687. 'App\\Controller\\Auth\\App\\AccountManagementController::register' => ['privates', '.service_locator.w5iev3L', 'get_ServiceLocator_W5iev3LService', false],
  6688. 'App\\Controller\\Auth\\App\\AccountManagementController::resetPassword' => ['privates', '.service_locator.yb7CYgD', 'get_ServiceLocator_Yb7CYgDService', false],
  6689. 'App\\Controller\\Auth\\App\\AccountManagementController::verifyEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  6690. 'App\\Controller\\Auth\\App\\GuestController::guestLoginAction' => ['privates', '.service_locator.J1lTxub', 'get_ServiceLocator_J1lTxubService', false],
  6691. 'App\\Controller\\Auth\\App\\SecurityController::login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  6692. 'App\\Controller\\Auth\\Dashboard\\UserController::deleteAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6693. 'App\\Controller\\Auth\\Dashboard\\UserController::editAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6694. 'App\\Controller\\Auth\\Dashboard\\UserController::indexAction' => ['privates', '.service_locator.flX.qV0', 'get_ServiceLocator_FlX_QV0Service', false],
  6695. 'App\\Controller\\Auth\\Dashboard\\UserController::showAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6696. 'App\\Controller\\CRM\\APIController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6697. 'App\\Controller\\CRM\\APIController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6698. 'App\\Controller\\CRM\\APIController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6699. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::getAllDetailsAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6700. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6701. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6702. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6703. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::getAllForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6704. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::getSummarizedDataAction' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6705. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6706. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6707. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6708. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::getAllForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6709. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::getConfirmedForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6710. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6711. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6712. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6713. 'App\\Controller\\CRM\\Orders\\ProductOrderController::getAllForThisYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6714. 'App\\Controller\\CRM\\Orders\\ProductOrderController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6715. 'App\\Controller\\CRM\\Orders\\ProductOrderController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6716. 'App\\Controller\\CRM\\Orders\\ProductOrderController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6717. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::getRebatesListForPartnerAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6718. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6719. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6720. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6721. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6722. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6723. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6724. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::showAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6725. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::showOneForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6726. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::getFixedPricesAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6727. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6728. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6729. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6730. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::getNotDeliveredProducts' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6731. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6732. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6733. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6734. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6735. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForPartnerPerYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6736. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForThisMonthPerYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6737. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getProductGroups' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6738. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6739. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6740. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6741. 'App\\Controller\\CRM\\Products\\TradeItemsController::getAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6742. 'App\\Controller\\CRM\\Products\\TradeItemsController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6743. 'App\\Controller\\CRM\\Products\\TradeItemsController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6744. 'App\\Controller\\CRM\\Products\\TradeItemsController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6745. 'App\\Controller\\CRM\\Reports\\PartnerController::getPartnersAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6746. 'App\\Controller\\CRM\\Reports\\PartnerController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6747. 'App\\Controller\\CRM\\Reports\\PartnerController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6748. 'App\\Controller\\CRM\\Reports\\PartnerController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6749. 'App\\Controller\\CRM\\Reports\\PartnerController::showPartnerAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6750. 'App\\Controller\\CRM\\Reports\\PartnerController::showPartnerFinancialState' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6751. 'App\\Controller\\CRM\\VisitController::createAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6752. 'App\\Controller\\CRM\\VisitController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6753. 'App\\Controller\\CRM\\VisitController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6754. 'App\\Controller\\CRM\\VisitController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6755. 'App\\Controller\\CRM\\VisitController::showAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6756. 'App\\Controller\\CRM\\VisitController::showAllAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6757. 'App\\Controller\\CRM\\VisitController::updateAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6758. 'App\\Controller\\Content\\App\\BlogCategoryController::sidebarAction' => ['privates', '.service_locator.dLtxGTO', 'get_ServiceLocator_DLtxGTOService', false],
  6759. 'App\\Controller\\Content\\App\\BlogCommentController::createAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6760. 'App\\Controller\\Content\\App\\BlogController::byTypeAction' => ['privates', '.service_locator.Hof_h8f', 'get_ServiceLocator_HofH8fService', false],
  6761. 'App\\Controller\\Content\\App\\BlogController::indexAction' => ['privates', '.service_locator.Hof_h8f', 'get_ServiceLocator_HofH8fService', false],
  6762. 'App\\Controller\\Content\\App\\BlogController::similarAction' => ['privates', '.service_locator.ijLyqep', 'get_ServiceLocator_IjLyqepService', false],
  6763. 'App\\Controller\\Content\\App\\BlogController::viewAction' => ['privates', '.service_locator.ktOaDPN', 'get_ServiceLocator_KtOaDPNService', false],
  6764. 'App\\Controller\\Content\\App\\BlogController::viewCommentsAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6765. 'App\\Controller\\Content\\App\\ContactController::indexAction' => ['privates', '.service_locator.6E9xidT', 'get_ServiceLocator_6E9xidTService', false],
  6766. 'App\\Controller\\Content\\App\\DocumentCategoryController::bySlugAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6767. 'App\\Controller\\Content\\App\\DocumentController::indexAction' => ['privates', '.service_locator.tZjKFG3', 'get_ServiceLocator_TZjKFG3Service', false],
  6768. 'App\\Controller\\Content\\App\\DocumentController::widgetAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6769. 'App\\Controller\\Content\\App\\PageController::indexAction' => ['privates', '.service_locator.92w_ojF', 'get_ServiceLocator_92wOjFService', false],
  6770. 'App\\Controller\\Content\\App\\PageController::showAction' => ['privates', '.service_locator.v6iD_kw', 'get_ServiceLocator_V6iDKwService', false],
  6771. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::deleteAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6772. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::editAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6773. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::showAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6774. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::approveAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6775. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::deleteAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6776. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::denyAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6777. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::showAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6778. 'App\\Controller\\Content\\Dashboard\\BlogController::deleteAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6779. 'App\\Controller\\Content\\Dashboard\\BlogController::editAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6780. 'App\\Controller\\Content\\Dashboard\\BlogController::showAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6781. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::deleteAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6782. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::editAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6783. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::showAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6784. 'App\\Controller\\Content\\Dashboard\\DocumentController::deleteAction' => ['privates', '.service_locator.WmI0KwH', 'get_ServiceLocator_WmI0KwHService', false],
  6785. 'App\\Controller\\Content\\Dashboard\\DocumentController::editAction' => ['privates', '.service_locator.bIEPVfZ', 'get_ServiceLocator_BIEPVfZService', false],
  6786. 'App\\Controller\\Content\\Dashboard\\DocumentController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6787. 'App\\Controller\\Content\\Dashboard\\DocumentController::newAction' => ['privates', '.service_locator.eAEku0l', 'get_ServiceLocator_EAEku0lService', false],
  6788. 'App\\Controller\\Content\\Dashboard\\DocumentController::showAction' => ['privates', '.service_locator.53BE5m3', 'get_ServiceLocator_53BE5m3Service', false],
  6789. 'App\\Controller\\Content\\Dashboard\\PageController::deleteAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  6790. 'App\\Controller\\Content\\Dashboard\\PageController::editAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  6791. 'App\\Controller\\Content\\Dashboard\\PageController::showAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  6792. 'App\\Controller\\Content\\Dashboard\\TagController::deleteAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  6793. 'App\\Controller\\Content\\Dashboard\\TagController::editAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  6794. 'App\\Controller\\Content\\Dashboard\\TagController::showAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  6795. 'App\\Controller\\ECommerce\\API\\CartController::checkout' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6796. 'App\\Controller\\ECommerce\\API\\CartController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6797. 'App\\Controller\\ECommerce\\API\\CartController::index' => ['privates', '.service_locator.og6ZQ_k', 'get_ServiceLocator_Og6ZQKService', false],
  6798. 'App\\Controller\\ECommerce\\API\\CartController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6799. 'App\\Controller\\ECommerce\\API\\CartController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6800. 'App\\Controller\\ECommerce\\API\\CartItemController::add' => ['privates', '.service_locator.7KJw16W', 'get_ServiceLocator_7KJw16WService', false],
  6801. 'App\\Controller\\ECommerce\\API\\CartItemController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6802. 'App\\Controller\\ECommerce\\API\\CartItemController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6803. 'App\\Controller\\ECommerce\\API\\CartItemController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6804. 'App\\Controller\\ECommerce\\API\\CartItemController::quantity' => ['privates', '.service_locator.Mw3.iJQ', 'get_ServiceLocator_Mw3_IJQService', false],
  6805. 'App\\Controller\\ECommerce\\API\\CartItemController::remove' => ['privates', '.service_locator.xJqWw2K', 'get_ServiceLocator_XJqWw2KService', false],
  6806. 'App\\Controller\\ECommerce\\API\\DepotController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6807. 'App\\Controller\\ECommerce\\API\\DepotController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6808. 'App\\Controller\\ECommerce\\API\\DepotController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6809. 'App\\Controller\\ECommerce\\API\\DepotController::showAction' => ['privates', '.service_locator.Z3qlhxq', 'get_ServiceLocator_Z3qlhxqService', false],
  6810. 'App\\Controller\\ECommerce\\API\\ProductController::findAction' => ['privates', '.service_locator.Z3qlhxq', 'get_ServiceLocator_Z3qlhxqService', false],
  6811. 'App\\Controller\\ECommerce\\API\\ProductController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6812. 'App\\Controller\\ECommerce\\API\\ProductController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6813. 'App\\Controller\\ECommerce\\API\\ProductController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6814. 'App\\Controller\\ECommerce\\API\\ProductController::showAction' => ['privates', '.service_locator.DiE3yWg', 'get_ServiceLocator_DiE3yWgService', false],
  6815. 'App\\Controller\\ECommerce\\App\\CartController::checkOutAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6816. 'App\\Controller\\ECommerce\\App\\CartController::checkOutGuestAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6817. 'App\\Controller\\ECommerce\\App\\CartController::indexAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6818. 'App\\Controller\\ECommerce\\App\\CartController::smallWidgetAction' => ['privates', '.service_locator.4LlMo_5', 'get_ServiceLocator_4LlMo5Service', false],
  6819. 'App\\Controller\\ECommerce\\App\\CartController::widgetAction' => ['privates', '.service_locator.4LlMo_5', 'get_ServiceLocator_4LlMo5Service', false],
  6820. 'App\\Controller\\ECommerce\\App\\CartItemController::addAction' => ['privates', '.service_locator.VQyPUGd', 'get_ServiceLocator_VQyPUGdService', false],
  6821. 'App\\Controller\\ECommerce\\App\\CartItemController::deliveryDateAction' => ['privates', '.service_locator.Ye71P4b', 'get_ServiceLocator_Ye71P4bService', false],
  6822. 'App\\Controller\\ECommerce\\App\\CartItemController::quantityAction' => ['privates', '.service_locator.xSdZs8X', 'get_ServiceLocator_XSdZs8XService', false],
  6823. 'App\\Controller\\ECommerce\\App\\CartItemController::removeAction' => ['privates', '.service_locator.AEobitz', 'get_ServiceLocator_AEobitzService', false],
  6824. 'App\\Controller\\ECommerce\\App\\CartItemController::showAction' => ['privates', '.service_locator.nOMBLbr', 'get_ServiceLocator_NOMBLbrService', false],
  6825. 'App\\Controller\\ECommerce\\App\\ClientController::editAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6826. 'App\\Controller\\ECommerce\\App\\ClientController::showAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6827. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::addAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  6828. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::checkOut' => ['privates', '.service_locator.995ATiR', 'get_ServiceLocator_995ATiRService', false],
  6829. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::checkOutByUser' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  6830. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::quantityAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  6831. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::removeAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  6832. 'App\\Controller\\ECommerce\\App\\InvoiceController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6833. 'App\\Controller\\ECommerce\\App\\InvoiceController::printAction' => ['privates', '.service_locator.daW_iHx', 'get_ServiceLocator_DaWIHxService', false],
  6834. 'App\\Controller\\ECommerce\\App\\InvoiceController::showAction' => ['privates', '.service_locator.0B7M3KW', 'get_ServiceLocator_0B7M3KWService', false],
  6835. 'App\\Controller\\ECommerce\\App\\InvoiceController::unPaidAction' => ['privates', '.service_locator.og6ZQ_k', 'get_ServiceLocator_Og6ZQKService', false],
  6836. 'App\\Controller\\ECommerce\\App\\PreOrderController::deleteAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  6837. 'App\\Controller\\ECommerce\\App\\PreOrderController::editAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  6838. 'App\\Controller\\ECommerce\\App\\PreOrderController::newShortAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6839. 'App\\Controller\\ECommerce\\App\\PreOrderController::showAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  6840. 'App\\Controller\\ECommerce\\App\\ProductCategoryController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6841. 'App\\Controller\\ECommerce\\App\\ProductController::filterAction' => ['privates', '.service_locator.6_pTr4h', 'get_ServiceLocator_6PTr4hService', false],
  6842. 'App\\Controller\\ECommerce\\App\\ProductController::filterByNameAction' => ['privates', '.service_locator.imtzZyB', 'get_ServiceLocator_ImtzZyBService', false],
  6843. 'App\\Controller\\ECommerce\\App\\ProductController::indexAction' => ['privates', '.service_locator.5N8.2I5', 'get_ServiceLocator_5N8_2I5Service', false],
  6844. 'App\\Controller\\ECommerce\\App\\ProductController::showAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6845. 'App\\Controller\\ECommerce\\App\\ProductController::showByRemoteId' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6846. 'App\\Controller\\ECommerce\\App\\SynonymController::findSynonymAction' => ['privates', '.service_locator.hwcfYZo', 'get_ServiceLocator_HwcfYZoService', false],
  6847. 'App\\Controller\\ECommerce\\App\\SynonymController::findSynonymProductAction' => ['privates', '.service_locator.LH6AVFL', 'get_ServiceLocator_LH6AVFLService', false],
  6848. 'App\\Controller\\ECommerce\\Dashboard\\CartController::deleteAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  6849. 'App\\Controller\\ECommerce\\Dashboard\\CartController::editAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  6850. 'App\\Controller\\ECommerce\\Dashboard\\CartController::showAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  6851. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::deleteAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  6852. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::editAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  6853. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::showAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  6854. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::deleteAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6855. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::editAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6856. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6857. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::showAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6858. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::deleteAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  6859. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::editAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  6860. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::showAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  6861. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::deleteAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  6862. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::editAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  6863. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::showAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  6864. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::deleteAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  6865. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::editAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  6866. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::showAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  6867. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::deleteAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  6868. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::editAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  6869. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6870. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::showAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  6871. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::deleteAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6872. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::editAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6873. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::getAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6874. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6875. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::showAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6876. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::deleteAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  6877. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::editAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  6878. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::showAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  6879. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::deleteAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  6880. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::editAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  6881. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::showAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  6882. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::deleteAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  6883. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::editAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  6884. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::showAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  6885. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::deleteAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  6886. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::editAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  6887. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::showAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  6888. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::deleteAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  6889. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::editAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  6890. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::showAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  6891. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::deleteAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  6892. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::editAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  6893. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6894. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::showAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  6895. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController::indexAction' => ['privates', '.service_locator.Ak1ug5q', 'get_ServiceLocator_Ak1ug5qService', false],
  6896. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController::indexAction' => ['privates', '.service_locator.Ak1ug5q', 'get_ServiceLocator_Ak1ug5qService', false],
  6897. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  6898. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  6899. 'App\\Controller\\App\\Dashboard\\EntityAJAXController:getChoices' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  6900. 'App\\Controller\\App\\Dashboard\\MenuController:deleteAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6901. 'App\\Controller\\App\\Dashboard\\MenuController:editAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6902. 'App\\Controller\\App\\Dashboard\\MenuController:editItemAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6903. 'App\\Controller\\App\\Dashboard\\MenuController:showAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6904. 'App\\Controller\\Auth\\API\\ProfileController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6905. 'App\\Controller\\Auth\\API\\ProfileController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6906. 'App\\Controller\\Auth\\API\\ProfileController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6907. 'App\\Controller\\Auth\\API\\SecurityController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6908. 'App\\Controller\\Auth\\API\\SecurityController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6909. 'App\\Controller\\Auth\\API\\SecurityController:login' => ['privates', '.service_locator.KNVii_Y', 'get_ServiceLocator_KNViiYService', false],
  6910. 'App\\Controller\\Auth\\API\\SecurityController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6911. 'App\\Controller\\Auth\\App\\AccountManagementController:newPassword' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  6912. 'App\\Controller\\Auth\\App\\AccountManagementController:register' => ['privates', '.service_locator.w5iev3L', 'get_ServiceLocator_W5iev3LService', false],
  6913. 'App\\Controller\\Auth\\App\\AccountManagementController:resetPassword' => ['privates', '.service_locator.yb7CYgD', 'get_ServiceLocator_Yb7CYgDService', false],
  6914. 'App\\Controller\\Auth\\App\\AccountManagementController:verifyEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  6915. 'App\\Controller\\Auth\\App\\GuestController:guestLoginAction' => ['privates', '.service_locator.J1lTxub', 'get_ServiceLocator_J1lTxubService', false],
  6916. 'App\\Controller\\Auth\\App\\SecurityController:login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  6917. 'App\\Controller\\Auth\\Dashboard\\UserController:deleteAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6918. 'App\\Controller\\Auth\\Dashboard\\UserController:editAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6919. 'App\\Controller\\Auth\\Dashboard\\UserController:indexAction' => ['privates', '.service_locator.flX.qV0', 'get_ServiceLocator_FlX_QV0Service', false],
  6920. 'App\\Controller\\Auth\\Dashboard\\UserController:showAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6921. 'App\\Controller\\CRM\\APIController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6922. 'App\\Controller\\CRM\\APIController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6923. 'App\\Controller\\CRM\\APIController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6924. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:getAllDetailsAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6925. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6926. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6927. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6928. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:getAllForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6929. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:getSummarizedDataAction' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6930. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6931. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6932. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6933. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:getAllForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6934. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:getConfirmedForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6935. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6936. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6937. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6938. 'App\\Controller\\CRM\\Orders\\ProductOrderController:getAllForThisYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6939. 'App\\Controller\\CRM\\Orders\\ProductOrderController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6940. 'App\\Controller\\CRM\\Orders\\ProductOrderController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6941. 'App\\Controller\\CRM\\Orders\\ProductOrderController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6942. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:getRebatesListForPartnerAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6943. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6944. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6945. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6946. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6947. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6948. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6949. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:showAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6950. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:showOneForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6951. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:getFixedPricesAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6952. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6953. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6954. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6955. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:getNotDeliveredProducts' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6956. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6957. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6958. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6959. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6960. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForPartnerPerYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6961. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForThisMonthPerYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6962. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getProductGroups' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6963. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6964. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6965. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6966. 'App\\Controller\\CRM\\Products\\TradeItemsController:getAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6967. 'App\\Controller\\CRM\\Products\\TradeItemsController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6968. 'App\\Controller\\CRM\\Products\\TradeItemsController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6969. 'App\\Controller\\CRM\\Products\\TradeItemsController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6970. 'App\\Controller\\CRM\\Reports\\PartnerController:getPartnersAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6971. 'App\\Controller\\CRM\\Reports\\PartnerController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6972. 'App\\Controller\\CRM\\Reports\\PartnerController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6973. 'App\\Controller\\CRM\\Reports\\PartnerController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6974. 'App\\Controller\\CRM\\Reports\\PartnerController:showPartnerAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6975. 'App\\Controller\\CRM\\Reports\\PartnerController:showPartnerFinancialState' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6976. 'App\\Controller\\CRM\\VisitController:createAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6977. 'App\\Controller\\CRM\\VisitController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6978. 'App\\Controller\\CRM\\VisitController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6979. 'App\\Controller\\CRM\\VisitController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6980. 'App\\Controller\\CRM\\VisitController:showAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6981. 'App\\Controller\\CRM\\VisitController:showAllAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6982. 'App\\Controller\\CRM\\VisitController:updateAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6983. 'App\\Controller\\Content\\App\\BlogCategoryController:sidebarAction' => ['privates', '.service_locator.dLtxGTO', 'get_ServiceLocator_DLtxGTOService', false],
  6984. 'App\\Controller\\Content\\App\\BlogCommentController:createAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6985. 'App\\Controller\\Content\\App\\BlogController:byTypeAction' => ['privates', '.service_locator.Hof_h8f', 'get_ServiceLocator_HofH8fService', false],
  6986. 'App\\Controller\\Content\\App\\BlogController:indexAction' => ['privates', '.service_locator.Hof_h8f', 'get_ServiceLocator_HofH8fService', false],
  6987. 'App\\Controller\\Content\\App\\BlogController:similarAction' => ['privates', '.service_locator.ijLyqep', 'get_ServiceLocator_IjLyqepService', false],
  6988. 'App\\Controller\\Content\\App\\BlogController:viewAction' => ['privates', '.service_locator.ktOaDPN', 'get_ServiceLocator_KtOaDPNService', false],
  6989. 'App\\Controller\\Content\\App\\BlogController:viewCommentsAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6990. 'App\\Controller\\Content\\App\\ContactController:indexAction' => ['privates', '.service_locator.6E9xidT', 'get_ServiceLocator_6E9xidTService', false],
  6991. 'App\\Controller\\Content\\App\\DocumentCategoryController:bySlugAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6992. 'App\\Controller\\Content\\App\\DocumentController:indexAction' => ['privates', '.service_locator.tZjKFG3', 'get_ServiceLocator_TZjKFG3Service', false],
  6993. 'App\\Controller\\Content\\App\\DocumentController:widgetAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6994. 'App\\Controller\\Content\\App\\PageController:indexAction' => ['privates', '.service_locator.92w_ojF', 'get_ServiceLocator_92wOjFService', false],
  6995. 'App\\Controller\\Content\\App\\PageController:showAction' => ['privates', '.service_locator.v6iD_kw', 'get_ServiceLocator_V6iDKwService', false],
  6996. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:deleteAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6997. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:editAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6998. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:showAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6999. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:approveAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  7000. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:deleteAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  7001. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:denyAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  7002. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:showAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  7003. 'App\\Controller\\Content\\Dashboard\\BlogController:deleteAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  7004. 'App\\Controller\\Content\\Dashboard\\BlogController:editAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  7005. 'App\\Controller\\Content\\Dashboard\\BlogController:showAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  7006. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:deleteAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  7007. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:editAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  7008. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:showAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  7009. 'App\\Controller\\Content\\Dashboard\\DocumentController:deleteAction' => ['privates', '.service_locator.WmI0KwH', 'get_ServiceLocator_WmI0KwHService', false],
  7010. 'App\\Controller\\Content\\Dashboard\\DocumentController:editAction' => ['privates', '.service_locator.bIEPVfZ', 'get_ServiceLocator_BIEPVfZService', false],
  7011. 'App\\Controller\\Content\\Dashboard\\DocumentController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  7012. 'App\\Controller\\Content\\Dashboard\\DocumentController:newAction' => ['privates', '.service_locator.eAEku0l', 'get_ServiceLocator_EAEku0lService', false],
  7013. 'App\\Controller\\Content\\Dashboard\\DocumentController:showAction' => ['privates', '.service_locator.53BE5m3', 'get_ServiceLocator_53BE5m3Service', false],
  7014. 'App\\Controller\\Content\\Dashboard\\PageController:deleteAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  7015. 'App\\Controller\\Content\\Dashboard\\PageController:editAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  7016. 'App\\Controller\\Content\\Dashboard\\PageController:showAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  7017. 'App\\Controller\\Content\\Dashboard\\TagController:deleteAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  7018. 'App\\Controller\\Content\\Dashboard\\TagController:editAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  7019. 'App\\Controller\\Content\\Dashboard\\TagController:showAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  7020. 'App\\Controller\\ECommerce\\API\\CartController:checkout' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  7021. 'App\\Controller\\ECommerce\\API\\CartController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  7022. 'App\\Controller\\ECommerce\\API\\CartController:index' => ['privates', '.service_locator.og6ZQ_k', 'get_ServiceLocator_Og6ZQKService', false],
  7023. 'App\\Controller\\ECommerce\\API\\CartController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  7024. 'App\\Controller\\ECommerce\\API\\CartController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  7025. 'App\\Controller\\ECommerce\\API\\CartItemController:add' => ['privates', '.service_locator.7KJw16W', 'get_ServiceLocator_7KJw16WService', false],
  7026. 'App\\Controller\\ECommerce\\API\\CartItemController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  7027. 'App\\Controller\\ECommerce\\API\\CartItemController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  7028. 'App\\Controller\\ECommerce\\API\\CartItemController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  7029. 'App\\Controller\\ECommerce\\API\\CartItemController:quantity' => ['privates', '.service_locator.Mw3.iJQ', 'get_ServiceLocator_Mw3_IJQService', false],
  7030. 'App\\Controller\\ECommerce\\API\\CartItemController:remove' => ['privates', '.service_locator.xJqWw2K', 'get_ServiceLocator_XJqWw2KService', false],
  7031. 'App\\Controller\\ECommerce\\API\\DepotController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  7032. 'App\\Controller\\ECommerce\\API\\DepotController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  7033. 'App\\Controller\\ECommerce\\API\\DepotController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  7034. 'App\\Controller\\ECommerce\\API\\DepotController:showAction' => ['privates', '.service_locator.Z3qlhxq', 'get_ServiceLocator_Z3qlhxqService', false],
  7035. 'App\\Controller\\ECommerce\\API\\ProductController:findAction' => ['privates', '.service_locator.Z3qlhxq', 'get_ServiceLocator_Z3qlhxqService', false],
  7036. 'App\\Controller\\ECommerce\\API\\ProductController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  7037. 'App\\Controller\\ECommerce\\API\\ProductController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  7038. 'App\\Controller\\ECommerce\\API\\ProductController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  7039. 'App\\Controller\\ECommerce\\API\\ProductController:showAction' => ['privates', '.service_locator.DiE3yWg', 'get_ServiceLocator_DiE3yWgService', false],
  7040. 'App\\Controller\\ECommerce\\App\\CartController:checkOutAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  7041. 'App\\Controller\\ECommerce\\App\\CartController:checkOutGuestAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  7042. 'App\\Controller\\ECommerce\\App\\CartController:indexAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  7043. 'App\\Controller\\ECommerce\\App\\CartController:smallWidgetAction' => ['privates', '.service_locator.4LlMo_5', 'get_ServiceLocator_4LlMo5Service', false],
  7044. 'App\\Controller\\ECommerce\\App\\CartController:widgetAction' => ['privates', '.service_locator.4LlMo_5', 'get_ServiceLocator_4LlMo5Service', false],
  7045. 'App\\Controller\\ECommerce\\App\\CartItemController:addAction' => ['privates', '.service_locator.VQyPUGd', 'get_ServiceLocator_VQyPUGdService', false],
  7046. 'App\\Controller\\ECommerce\\App\\CartItemController:deliveryDateAction' => ['privates', '.service_locator.Ye71P4b', 'get_ServiceLocator_Ye71P4bService', false],
  7047. 'App\\Controller\\ECommerce\\App\\CartItemController:quantityAction' => ['privates', '.service_locator.xSdZs8X', 'get_ServiceLocator_XSdZs8XService', false],
  7048. 'App\\Controller\\ECommerce\\App\\CartItemController:removeAction' => ['privates', '.service_locator.AEobitz', 'get_ServiceLocator_AEobitzService', false],
  7049. 'App\\Controller\\ECommerce\\App\\CartItemController:showAction' => ['privates', '.service_locator.nOMBLbr', 'get_ServiceLocator_NOMBLbrService', false],
  7050. 'App\\Controller\\ECommerce\\App\\ClientController:editAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  7051. 'App\\Controller\\ECommerce\\App\\ClientController:showAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  7052. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:addAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  7053. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:checkOut' => ['privates', '.service_locator.995ATiR', 'get_ServiceLocator_995ATiRService', false],
  7054. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:checkOutByUser' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  7055. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:quantityAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  7056. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:removeAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  7057. 'App\\Controller\\ECommerce\\App\\InvoiceController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  7058. 'App\\Controller\\ECommerce\\App\\InvoiceController:printAction' => ['privates', '.service_locator.daW_iHx', 'get_ServiceLocator_DaWIHxService', false],
  7059. 'App\\Controller\\ECommerce\\App\\InvoiceController:showAction' => ['privates', '.service_locator.0B7M3KW', 'get_ServiceLocator_0B7M3KWService', false],
  7060. 'App\\Controller\\ECommerce\\App\\InvoiceController:unPaidAction' => ['privates', '.service_locator.og6ZQ_k', 'get_ServiceLocator_Og6ZQKService', false],
  7061. 'App\\Controller\\ECommerce\\App\\PreOrderController:deleteAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  7062. 'App\\Controller\\ECommerce\\App\\PreOrderController:editAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  7063. 'App\\Controller\\ECommerce\\App\\PreOrderController:newShortAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  7064. 'App\\Controller\\ECommerce\\App\\PreOrderController:showAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  7065. 'App\\Controller\\ECommerce\\App\\ProductCategoryController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  7066. 'App\\Controller\\ECommerce\\App\\ProductController:filterAction' => ['privates', '.service_locator.6_pTr4h', 'get_ServiceLocator_6PTr4hService', false],
  7067. 'App\\Controller\\ECommerce\\App\\ProductController:filterByNameAction' => ['privates', '.service_locator.imtzZyB', 'get_ServiceLocator_ImtzZyBService', false],
  7068. 'App\\Controller\\ECommerce\\App\\ProductController:indexAction' => ['privates', '.service_locator.5N8.2I5', 'get_ServiceLocator_5N8_2I5Service', false],
  7069. 'App\\Controller\\ECommerce\\App\\ProductController:showAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  7070. 'App\\Controller\\ECommerce\\App\\ProductController:showByRemoteId' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  7071. 'App\\Controller\\ECommerce\\App\\SynonymController:findSynonymAction' => ['privates', '.service_locator.hwcfYZo', 'get_ServiceLocator_HwcfYZoService', false],
  7072. 'App\\Controller\\ECommerce\\App\\SynonymController:findSynonymProductAction' => ['privates', '.service_locator.LH6AVFL', 'get_ServiceLocator_LH6AVFLService', false],
  7073. 'App\\Controller\\ECommerce\\Dashboard\\CartController:deleteAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  7074. 'App\\Controller\\ECommerce\\Dashboard\\CartController:editAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  7075. 'App\\Controller\\ECommerce\\Dashboard\\CartController:showAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  7076. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:deleteAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  7077. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:editAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  7078. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:showAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  7079. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:deleteAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  7080. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:editAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  7081. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  7082. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:showAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  7083. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:deleteAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  7084. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:editAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  7085. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:showAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  7086. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:deleteAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  7087. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:editAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  7088. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:showAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  7089. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:deleteAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  7090. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:editAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  7091. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:showAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  7092. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:deleteAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  7093. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:editAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  7094. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  7095. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:showAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  7096. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:deleteAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  7097. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:editAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  7098. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:getAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  7099. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  7100. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:showAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  7101. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:deleteAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  7102. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:editAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  7103. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:showAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  7104. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:deleteAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  7105. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:editAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  7106. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:showAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  7107. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:deleteAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  7108. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:editAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  7109. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:showAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  7110. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:deleteAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  7111. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:editAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  7112. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:showAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  7113. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:deleteAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  7114. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:editAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  7115. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:showAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  7116. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:deleteAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  7117. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:editAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  7118. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  7119. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:showAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  7120. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController:indexAction' => ['privates', '.service_locator.Ak1ug5q', 'get_ServiceLocator_Ak1ug5qService', false],
  7121. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController:indexAction' => ['privates', '.service_locator.Ak1ug5q', 'get_ServiceLocator_Ak1ug5qService', false],
  7122. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  7123. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  7124. ], [
  7125. 'App\\Controller\\App\\Dashboard\\EntityAJAXController::getChoices' => '?',
  7126. 'App\\Controller\\App\\Dashboard\\MenuController::deleteAction' => '?',
  7127. 'App\\Controller\\App\\Dashboard\\MenuController::editAction' => '?',
  7128. 'App\\Controller\\App\\Dashboard\\MenuController::editItemAction' => '?',
  7129. 'App\\Controller\\App\\Dashboard\\MenuController::showAction' => '?',
  7130. 'App\\Controller\\Auth\\API\\ProfileController::handleForm' => '?',
  7131. 'App\\Controller\\Auth\\API\\ProfileController::jsonPaginatedScalar' => '?',
  7132. 'App\\Controller\\Auth\\API\\ProfileController::paginate' => '?',
  7133. 'App\\Controller\\Auth\\API\\SecurityController::handleForm' => '?',
  7134. 'App\\Controller\\Auth\\API\\SecurityController::jsonPaginatedScalar' => '?',
  7135. 'App\\Controller\\Auth\\API\\SecurityController::login' => '?',
  7136. 'App\\Controller\\Auth\\API\\SecurityController::paginate' => '?',
  7137. 'App\\Controller\\Auth\\App\\AccountManagementController::newPassword' => '?',
  7138. 'App\\Controller\\Auth\\App\\AccountManagementController::register' => '?',
  7139. 'App\\Controller\\Auth\\App\\AccountManagementController::resetPassword' => '?',
  7140. 'App\\Controller\\Auth\\App\\AccountManagementController::verifyEmail' => '?',
  7141. 'App\\Controller\\Auth\\App\\GuestController::guestLoginAction' => '?',
  7142. 'App\\Controller\\Auth\\App\\SecurityController::login' => '?',
  7143. 'App\\Controller\\Auth\\Dashboard\\UserController::deleteAction' => '?',
  7144. 'App\\Controller\\Auth\\Dashboard\\UserController::editAction' => '?',
  7145. 'App\\Controller\\Auth\\Dashboard\\UserController::indexAction' => '?',
  7146. 'App\\Controller\\Auth\\Dashboard\\UserController::showAction' => '?',
  7147. 'App\\Controller\\CRM\\APIController::handleForm' => '?',
  7148. 'App\\Controller\\CRM\\APIController::jsonPaginatedScalar' => '?',
  7149. 'App\\Controller\\CRM\\APIController::paginate' => '?',
  7150. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::getAllDetailsAction' => '?',
  7151. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::handleForm' => '?',
  7152. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::jsonPaginatedScalar' => '?',
  7153. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::paginate' => '?',
  7154. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::getAllForPartner' => '?',
  7155. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::getSummarizedDataAction' => '?',
  7156. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::handleForm' => '?',
  7157. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::jsonPaginatedScalar' => '?',
  7158. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::paginate' => '?',
  7159. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::getAllForPartner' => '?',
  7160. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::getConfirmedForPartner' => '?',
  7161. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::handleForm' => '?',
  7162. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::jsonPaginatedScalar' => '?',
  7163. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::paginate' => '?',
  7164. 'App\\Controller\\CRM\\Orders\\ProductOrderController::getAllForThisYear' => '?',
  7165. 'App\\Controller\\CRM\\Orders\\ProductOrderController::handleForm' => '?',
  7166. 'App\\Controller\\CRM\\Orders\\ProductOrderController::jsonPaginatedScalar' => '?',
  7167. 'App\\Controller\\CRM\\Orders\\ProductOrderController::paginate' => '?',
  7168. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::getRebatesListForPartnerAction' => '?',
  7169. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::handleForm' => '?',
  7170. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::jsonPaginatedScalar' => '?',
  7171. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::paginate' => '?',
  7172. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::handleForm' => '?',
  7173. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::jsonPaginatedScalar' => '?',
  7174. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::paginate' => '?',
  7175. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::showAllForPartner' => '?',
  7176. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::showOneForPartner' => '?',
  7177. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::getFixedPricesAction' => '?',
  7178. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::handleForm' => '?',
  7179. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::jsonPaginatedScalar' => '?',
  7180. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::paginate' => '?',
  7181. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::getNotDeliveredProducts' => '?',
  7182. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::handleForm' => '?',
  7183. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::jsonPaginatedScalar' => '?',
  7184. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::paginate' => '?',
  7185. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForPartner' => '?',
  7186. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForPartnerPerYear' => '?',
  7187. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForThisMonthPerYear' => '?',
  7188. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getProductGroups' => '?',
  7189. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::handleForm' => '?',
  7190. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::jsonPaginatedScalar' => '?',
  7191. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::paginate' => '?',
  7192. 'App\\Controller\\CRM\\Products\\TradeItemsController::getAllForPartner' => '?',
  7193. 'App\\Controller\\CRM\\Products\\TradeItemsController::handleForm' => '?',
  7194. 'App\\Controller\\CRM\\Products\\TradeItemsController::jsonPaginatedScalar' => '?',
  7195. 'App\\Controller\\CRM\\Products\\TradeItemsController::paginate' => '?',
  7196. 'App\\Controller\\CRM\\Reports\\PartnerController::getPartnersAction' => '?',
  7197. 'App\\Controller\\CRM\\Reports\\PartnerController::handleForm' => '?',
  7198. 'App\\Controller\\CRM\\Reports\\PartnerController::jsonPaginatedScalar' => '?',
  7199. 'App\\Controller\\CRM\\Reports\\PartnerController::paginate' => '?',
  7200. 'App\\Controller\\CRM\\Reports\\PartnerController::showPartnerAction' => '?',
  7201. 'App\\Controller\\CRM\\Reports\\PartnerController::showPartnerFinancialState' => '?',
  7202. 'App\\Controller\\CRM\\VisitController::createAction' => '?',
  7203. 'App\\Controller\\CRM\\VisitController::handleForm' => '?',
  7204. 'App\\Controller\\CRM\\VisitController::jsonPaginatedScalar' => '?',
  7205. 'App\\Controller\\CRM\\VisitController::paginate' => '?',
  7206. 'App\\Controller\\CRM\\VisitController::showAction' => '?',
  7207. 'App\\Controller\\CRM\\VisitController::showAllAction' => '?',
  7208. 'App\\Controller\\CRM\\VisitController::updateAction' => '?',
  7209. 'App\\Controller\\Content\\App\\BlogCategoryController::sidebarAction' => '?',
  7210. 'App\\Controller\\Content\\App\\BlogCommentController::createAction' => '?',
  7211. 'App\\Controller\\Content\\App\\BlogController::byTypeAction' => '?',
  7212. 'App\\Controller\\Content\\App\\BlogController::indexAction' => '?',
  7213. 'App\\Controller\\Content\\App\\BlogController::similarAction' => '?',
  7214. 'App\\Controller\\Content\\App\\BlogController::viewAction' => '?',
  7215. 'App\\Controller\\Content\\App\\BlogController::viewCommentsAction' => '?',
  7216. 'App\\Controller\\Content\\App\\ContactController::indexAction' => '?',
  7217. 'App\\Controller\\Content\\App\\DocumentCategoryController::bySlugAction' => '?',
  7218. 'App\\Controller\\Content\\App\\DocumentController::indexAction' => '?',
  7219. 'App\\Controller\\Content\\App\\DocumentController::widgetAction' => '?',
  7220. 'App\\Controller\\Content\\App\\PageController::indexAction' => '?',
  7221. 'App\\Controller\\Content\\App\\PageController::showAction' => '?',
  7222. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::deleteAction' => '?',
  7223. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::editAction' => '?',
  7224. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::showAction' => '?',
  7225. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::approveAction' => '?',
  7226. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::deleteAction' => '?',
  7227. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::denyAction' => '?',
  7228. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::showAction' => '?',
  7229. 'App\\Controller\\Content\\Dashboard\\BlogController::deleteAction' => '?',
  7230. 'App\\Controller\\Content\\Dashboard\\BlogController::editAction' => '?',
  7231. 'App\\Controller\\Content\\Dashboard\\BlogController::showAction' => '?',
  7232. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::deleteAction' => '?',
  7233. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::editAction' => '?',
  7234. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::showAction' => '?',
  7235. 'App\\Controller\\Content\\Dashboard\\DocumentController::deleteAction' => '?',
  7236. 'App\\Controller\\Content\\Dashboard\\DocumentController::editAction' => '?',
  7237. 'App\\Controller\\Content\\Dashboard\\DocumentController::indexAction' => '?',
  7238. 'App\\Controller\\Content\\Dashboard\\DocumentController::newAction' => '?',
  7239. 'App\\Controller\\Content\\Dashboard\\DocumentController::showAction' => '?',
  7240. 'App\\Controller\\Content\\Dashboard\\PageController::deleteAction' => '?',
  7241. 'App\\Controller\\Content\\Dashboard\\PageController::editAction' => '?',
  7242. 'App\\Controller\\Content\\Dashboard\\PageController::showAction' => '?',
  7243. 'App\\Controller\\Content\\Dashboard\\TagController::deleteAction' => '?',
  7244. 'App\\Controller\\Content\\Dashboard\\TagController::editAction' => '?',
  7245. 'App\\Controller\\Content\\Dashboard\\TagController::showAction' => '?',
  7246. 'App\\Controller\\ECommerce\\API\\CartController::checkout' => '?',
  7247. 'App\\Controller\\ECommerce\\API\\CartController::handleForm' => '?',
  7248. 'App\\Controller\\ECommerce\\API\\CartController::index' => '?',
  7249. 'App\\Controller\\ECommerce\\API\\CartController::jsonPaginatedScalar' => '?',
  7250. 'App\\Controller\\ECommerce\\API\\CartController::paginate' => '?',
  7251. 'App\\Controller\\ECommerce\\API\\CartItemController::add' => '?',
  7252. 'App\\Controller\\ECommerce\\API\\CartItemController::handleForm' => '?',
  7253. 'App\\Controller\\ECommerce\\API\\CartItemController::jsonPaginatedScalar' => '?',
  7254. 'App\\Controller\\ECommerce\\API\\CartItemController::paginate' => '?',
  7255. 'App\\Controller\\ECommerce\\API\\CartItemController::quantity' => '?',
  7256. 'App\\Controller\\ECommerce\\API\\CartItemController::remove' => '?',
  7257. 'App\\Controller\\ECommerce\\API\\DepotController::handleForm' => '?',
  7258. 'App\\Controller\\ECommerce\\API\\DepotController::jsonPaginatedScalar' => '?',
  7259. 'App\\Controller\\ECommerce\\API\\DepotController::paginate' => '?',
  7260. 'App\\Controller\\ECommerce\\API\\DepotController::showAction' => '?',
  7261. 'App\\Controller\\ECommerce\\API\\ProductController::findAction' => '?',
  7262. 'App\\Controller\\ECommerce\\API\\ProductController::handleForm' => '?',
  7263. 'App\\Controller\\ECommerce\\API\\ProductController::jsonPaginatedScalar' => '?',
  7264. 'App\\Controller\\ECommerce\\API\\ProductController::paginate' => '?',
  7265. 'App\\Controller\\ECommerce\\API\\ProductController::showAction' => '?',
  7266. 'App\\Controller\\ECommerce\\App\\CartController::checkOutAction' => '?',
  7267. 'App\\Controller\\ECommerce\\App\\CartController::checkOutGuestAction' => '?',
  7268. 'App\\Controller\\ECommerce\\App\\CartController::indexAction' => '?',
  7269. 'App\\Controller\\ECommerce\\App\\CartController::smallWidgetAction' => '?',
  7270. 'App\\Controller\\ECommerce\\App\\CartController::widgetAction' => '?',
  7271. 'App\\Controller\\ECommerce\\App\\CartItemController::addAction' => '?',
  7272. 'App\\Controller\\ECommerce\\App\\CartItemController::deliveryDateAction' => '?',
  7273. 'App\\Controller\\ECommerce\\App\\CartItemController::quantityAction' => '?',
  7274. 'App\\Controller\\ECommerce\\App\\CartItemController::removeAction' => '?',
  7275. 'App\\Controller\\ECommerce\\App\\CartItemController::showAction' => '?',
  7276. 'App\\Controller\\ECommerce\\App\\ClientController::editAction' => '?',
  7277. 'App\\Controller\\ECommerce\\App\\ClientController::showAction' => '?',
  7278. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::addAction' => '?',
  7279. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::checkOut' => '?',
  7280. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::checkOutByUser' => '?',
  7281. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::quantityAction' => '?',
  7282. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::removeAction' => '?',
  7283. 'App\\Controller\\ECommerce\\App\\InvoiceController::indexAction' => '?',
  7284. 'App\\Controller\\ECommerce\\App\\InvoiceController::printAction' => '?',
  7285. 'App\\Controller\\ECommerce\\App\\InvoiceController::showAction' => '?',
  7286. 'App\\Controller\\ECommerce\\App\\InvoiceController::unPaidAction' => '?',
  7287. 'App\\Controller\\ECommerce\\App\\PreOrderController::deleteAction' => '?',
  7288. 'App\\Controller\\ECommerce\\App\\PreOrderController::editAction' => '?',
  7289. 'App\\Controller\\ECommerce\\App\\PreOrderController::newShortAction' => '?',
  7290. 'App\\Controller\\ECommerce\\App\\PreOrderController::showAction' => '?',
  7291. 'App\\Controller\\ECommerce\\App\\ProductCategoryController::indexAction' => '?',
  7292. 'App\\Controller\\ECommerce\\App\\ProductController::filterAction' => '?',
  7293. 'App\\Controller\\ECommerce\\App\\ProductController::filterByNameAction' => '?',
  7294. 'App\\Controller\\ECommerce\\App\\ProductController::indexAction' => '?',
  7295. 'App\\Controller\\ECommerce\\App\\ProductController::showAction' => '?',
  7296. 'App\\Controller\\ECommerce\\App\\ProductController::showByRemoteId' => '?',
  7297. 'App\\Controller\\ECommerce\\App\\SynonymController::findSynonymAction' => '?',
  7298. 'App\\Controller\\ECommerce\\App\\SynonymController::findSynonymProductAction' => '?',
  7299. 'App\\Controller\\ECommerce\\Dashboard\\CartController::deleteAction' => '?',
  7300. 'App\\Controller\\ECommerce\\Dashboard\\CartController::editAction' => '?',
  7301. 'App\\Controller\\ECommerce\\Dashboard\\CartController::showAction' => '?',
  7302. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::deleteAction' => '?',
  7303. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::editAction' => '?',
  7304. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::showAction' => '?',
  7305. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::deleteAction' => '?',
  7306. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::editAction' => '?',
  7307. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::indexAction' => '?',
  7308. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::showAction' => '?',
  7309. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::deleteAction' => '?',
  7310. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::editAction' => '?',
  7311. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::showAction' => '?',
  7312. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::deleteAction' => '?',
  7313. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::editAction' => '?',
  7314. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::showAction' => '?',
  7315. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::deleteAction' => '?',
  7316. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::editAction' => '?',
  7317. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::showAction' => '?',
  7318. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::deleteAction' => '?',
  7319. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::editAction' => '?',
  7320. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::indexAction' => '?',
  7321. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::showAction' => '?',
  7322. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::deleteAction' => '?',
  7323. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::editAction' => '?',
  7324. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::getAction' => '?',
  7325. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::indexAction' => '?',
  7326. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::showAction' => '?',
  7327. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::deleteAction' => '?',
  7328. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::editAction' => '?',
  7329. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::showAction' => '?',
  7330. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::deleteAction' => '?',
  7331. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::editAction' => '?',
  7332. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::showAction' => '?',
  7333. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::deleteAction' => '?',
  7334. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::editAction' => '?',
  7335. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::showAction' => '?',
  7336. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::deleteAction' => '?',
  7337. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::editAction' => '?',
  7338. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::showAction' => '?',
  7339. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::deleteAction' => '?',
  7340. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::editAction' => '?',
  7341. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::showAction' => '?',
  7342. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::deleteAction' => '?',
  7343. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::editAction' => '?',
  7344. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::indexAction' => '?',
  7345. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::showAction' => '?',
  7346. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController::indexAction' => '?',
  7347. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController::indexAction' => '?',
  7348. 'kernel::loadRoutes' => '?',
  7349. 'kernel::registerContainerConfiguration' => '?',
  7350. 'App\\Controller\\App\\Dashboard\\EntityAJAXController:getChoices' => '?',
  7351. 'App\\Controller\\App\\Dashboard\\MenuController:deleteAction' => '?',
  7352. 'App\\Controller\\App\\Dashboard\\MenuController:editAction' => '?',
  7353. 'App\\Controller\\App\\Dashboard\\MenuController:editItemAction' => '?',
  7354. 'App\\Controller\\App\\Dashboard\\MenuController:showAction' => '?',
  7355. 'App\\Controller\\Auth\\API\\ProfileController:handleForm' => '?',
  7356. 'App\\Controller\\Auth\\API\\ProfileController:jsonPaginatedScalar' => '?',
  7357. 'App\\Controller\\Auth\\API\\ProfileController:paginate' => '?',
  7358. 'App\\Controller\\Auth\\API\\SecurityController:handleForm' => '?',
  7359. 'App\\Controller\\Auth\\API\\SecurityController:jsonPaginatedScalar' => '?',
  7360. 'App\\Controller\\Auth\\API\\SecurityController:login' => '?',
  7361. 'App\\Controller\\Auth\\API\\SecurityController:paginate' => '?',
  7362. 'App\\Controller\\Auth\\App\\AccountManagementController:newPassword' => '?',
  7363. 'App\\Controller\\Auth\\App\\AccountManagementController:register' => '?',
  7364. 'App\\Controller\\Auth\\App\\AccountManagementController:resetPassword' => '?',
  7365. 'App\\Controller\\Auth\\App\\AccountManagementController:verifyEmail' => '?',
  7366. 'App\\Controller\\Auth\\App\\GuestController:guestLoginAction' => '?',
  7367. 'App\\Controller\\Auth\\App\\SecurityController:login' => '?',
  7368. 'App\\Controller\\Auth\\Dashboard\\UserController:deleteAction' => '?',
  7369. 'App\\Controller\\Auth\\Dashboard\\UserController:editAction' => '?',
  7370. 'App\\Controller\\Auth\\Dashboard\\UserController:indexAction' => '?',
  7371. 'App\\Controller\\Auth\\Dashboard\\UserController:showAction' => '?',
  7372. 'App\\Controller\\CRM\\APIController:handleForm' => '?',
  7373. 'App\\Controller\\CRM\\APIController:jsonPaginatedScalar' => '?',
  7374. 'App\\Controller\\CRM\\APIController:paginate' => '?',
  7375. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:getAllDetailsAction' => '?',
  7376. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:handleForm' => '?',
  7377. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:jsonPaginatedScalar' => '?',
  7378. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:paginate' => '?',
  7379. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:getAllForPartner' => '?',
  7380. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:getSummarizedDataAction' => '?',
  7381. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:handleForm' => '?',
  7382. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:jsonPaginatedScalar' => '?',
  7383. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:paginate' => '?',
  7384. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:getAllForPartner' => '?',
  7385. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:getConfirmedForPartner' => '?',
  7386. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:handleForm' => '?',
  7387. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:jsonPaginatedScalar' => '?',
  7388. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:paginate' => '?',
  7389. 'App\\Controller\\CRM\\Orders\\ProductOrderController:getAllForThisYear' => '?',
  7390. 'App\\Controller\\CRM\\Orders\\ProductOrderController:handleForm' => '?',
  7391. 'App\\Controller\\CRM\\Orders\\ProductOrderController:jsonPaginatedScalar' => '?',
  7392. 'App\\Controller\\CRM\\Orders\\ProductOrderController:paginate' => '?',
  7393. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:getRebatesListForPartnerAction' => '?',
  7394. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:handleForm' => '?',
  7395. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:jsonPaginatedScalar' => '?',
  7396. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:paginate' => '?',
  7397. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:handleForm' => '?',
  7398. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:jsonPaginatedScalar' => '?',
  7399. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:paginate' => '?',
  7400. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:showAllForPartner' => '?',
  7401. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:showOneForPartner' => '?',
  7402. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:getFixedPricesAction' => '?',
  7403. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:handleForm' => '?',
  7404. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:jsonPaginatedScalar' => '?',
  7405. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:paginate' => '?',
  7406. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:getNotDeliveredProducts' => '?',
  7407. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:handleForm' => '?',
  7408. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:jsonPaginatedScalar' => '?',
  7409. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:paginate' => '?',
  7410. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForPartner' => '?',
  7411. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForPartnerPerYear' => '?',
  7412. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForThisMonthPerYear' => '?',
  7413. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getProductGroups' => '?',
  7414. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:handleForm' => '?',
  7415. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:jsonPaginatedScalar' => '?',
  7416. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:paginate' => '?',
  7417. 'App\\Controller\\CRM\\Products\\TradeItemsController:getAllForPartner' => '?',
  7418. 'App\\Controller\\CRM\\Products\\TradeItemsController:handleForm' => '?',
  7419. 'App\\Controller\\CRM\\Products\\TradeItemsController:jsonPaginatedScalar' => '?',
  7420. 'App\\Controller\\CRM\\Products\\TradeItemsController:paginate' => '?',
  7421. 'App\\Controller\\CRM\\Reports\\PartnerController:getPartnersAction' => '?',
  7422. 'App\\Controller\\CRM\\Reports\\PartnerController:handleForm' => '?',
  7423. 'App\\Controller\\CRM\\Reports\\PartnerController:jsonPaginatedScalar' => '?',
  7424. 'App\\Controller\\CRM\\Reports\\PartnerController:paginate' => '?',
  7425. 'App\\Controller\\CRM\\Reports\\PartnerController:showPartnerAction' => '?',
  7426. 'App\\Controller\\CRM\\Reports\\PartnerController:showPartnerFinancialState' => '?',
  7427. 'App\\Controller\\CRM\\VisitController:createAction' => '?',
  7428. 'App\\Controller\\CRM\\VisitController:handleForm' => '?',
  7429. 'App\\Controller\\CRM\\VisitController:jsonPaginatedScalar' => '?',
  7430. 'App\\Controller\\CRM\\VisitController:paginate' => '?',
  7431. 'App\\Controller\\CRM\\VisitController:showAction' => '?',
  7432. 'App\\Controller\\CRM\\VisitController:showAllAction' => '?',
  7433. 'App\\Controller\\CRM\\VisitController:updateAction' => '?',
  7434. 'App\\Controller\\Content\\App\\BlogCategoryController:sidebarAction' => '?',
  7435. 'App\\Controller\\Content\\App\\BlogCommentController:createAction' => '?',
  7436. 'App\\Controller\\Content\\App\\BlogController:byTypeAction' => '?',
  7437. 'App\\Controller\\Content\\App\\BlogController:indexAction' => '?',
  7438. 'App\\Controller\\Content\\App\\BlogController:similarAction' => '?',
  7439. 'App\\Controller\\Content\\App\\BlogController:viewAction' => '?',
  7440. 'App\\Controller\\Content\\App\\BlogController:viewCommentsAction' => '?',
  7441. 'App\\Controller\\Content\\App\\ContactController:indexAction' => '?',
  7442. 'App\\Controller\\Content\\App\\DocumentCategoryController:bySlugAction' => '?',
  7443. 'App\\Controller\\Content\\App\\DocumentController:indexAction' => '?',
  7444. 'App\\Controller\\Content\\App\\DocumentController:widgetAction' => '?',
  7445. 'App\\Controller\\Content\\App\\PageController:indexAction' => '?',
  7446. 'App\\Controller\\Content\\App\\PageController:showAction' => '?',
  7447. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:deleteAction' => '?',
  7448. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:editAction' => '?',
  7449. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:showAction' => '?',
  7450. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:approveAction' => '?',
  7451. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:deleteAction' => '?',
  7452. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:denyAction' => '?',
  7453. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:showAction' => '?',
  7454. 'App\\Controller\\Content\\Dashboard\\BlogController:deleteAction' => '?',
  7455. 'App\\Controller\\Content\\Dashboard\\BlogController:editAction' => '?',
  7456. 'App\\Controller\\Content\\Dashboard\\BlogController:showAction' => '?',
  7457. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:deleteAction' => '?',
  7458. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:editAction' => '?',
  7459. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:showAction' => '?',
  7460. 'App\\Controller\\Content\\Dashboard\\DocumentController:deleteAction' => '?',
  7461. 'App\\Controller\\Content\\Dashboard\\DocumentController:editAction' => '?',
  7462. 'App\\Controller\\Content\\Dashboard\\DocumentController:indexAction' => '?',
  7463. 'App\\Controller\\Content\\Dashboard\\DocumentController:newAction' => '?',
  7464. 'App\\Controller\\Content\\Dashboard\\DocumentController:showAction' => '?',
  7465. 'App\\Controller\\Content\\Dashboard\\PageController:deleteAction' => '?',
  7466. 'App\\Controller\\Content\\Dashboard\\PageController:editAction' => '?',
  7467. 'App\\Controller\\Content\\Dashboard\\PageController:showAction' => '?',
  7468. 'App\\Controller\\Content\\Dashboard\\TagController:deleteAction' => '?',
  7469. 'App\\Controller\\Content\\Dashboard\\TagController:editAction' => '?',
  7470. 'App\\Controller\\Content\\Dashboard\\TagController:showAction' => '?',
  7471. 'App\\Controller\\ECommerce\\API\\CartController:checkout' => '?',
  7472. 'App\\Controller\\ECommerce\\API\\CartController:handleForm' => '?',
  7473. 'App\\Controller\\ECommerce\\API\\CartController:index' => '?',
  7474. 'App\\Controller\\ECommerce\\API\\CartController:jsonPaginatedScalar' => '?',
  7475. 'App\\Controller\\ECommerce\\API\\CartController:paginate' => '?',
  7476. 'App\\Controller\\ECommerce\\API\\CartItemController:add' => '?',
  7477. 'App\\Controller\\ECommerce\\API\\CartItemController:handleForm' => '?',
  7478. 'App\\Controller\\ECommerce\\API\\CartItemController:jsonPaginatedScalar' => '?',
  7479. 'App\\Controller\\ECommerce\\API\\CartItemController:paginate' => '?',
  7480. 'App\\Controller\\ECommerce\\API\\CartItemController:quantity' => '?',
  7481. 'App\\Controller\\ECommerce\\API\\CartItemController:remove' => '?',
  7482. 'App\\Controller\\ECommerce\\API\\DepotController:handleForm' => '?',
  7483. 'App\\Controller\\ECommerce\\API\\DepotController:jsonPaginatedScalar' => '?',
  7484. 'App\\Controller\\ECommerce\\API\\DepotController:paginate' => '?',
  7485. 'App\\Controller\\ECommerce\\API\\DepotController:showAction' => '?',
  7486. 'App\\Controller\\ECommerce\\API\\ProductController:findAction' => '?',
  7487. 'App\\Controller\\ECommerce\\API\\ProductController:handleForm' => '?',
  7488. 'App\\Controller\\ECommerce\\API\\ProductController:jsonPaginatedScalar' => '?',
  7489. 'App\\Controller\\ECommerce\\API\\ProductController:paginate' => '?',
  7490. 'App\\Controller\\ECommerce\\API\\ProductController:showAction' => '?',
  7491. 'App\\Controller\\ECommerce\\App\\CartController:checkOutAction' => '?',
  7492. 'App\\Controller\\ECommerce\\App\\CartController:checkOutGuestAction' => '?',
  7493. 'App\\Controller\\ECommerce\\App\\CartController:indexAction' => '?',
  7494. 'App\\Controller\\ECommerce\\App\\CartController:smallWidgetAction' => '?',
  7495. 'App\\Controller\\ECommerce\\App\\CartController:widgetAction' => '?',
  7496. 'App\\Controller\\ECommerce\\App\\CartItemController:addAction' => '?',
  7497. 'App\\Controller\\ECommerce\\App\\CartItemController:deliveryDateAction' => '?',
  7498. 'App\\Controller\\ECommerce\\App\\CartItemController:quantityAction' => '?',
  7499. 'App\\Controller\\ECommerce\\App\\CartItemController:removeAction' => '?',
  7500. 'App\\Controller\\ECommerce\\App\\CartItemController:showAction' => '?',
  7501. 'App\\Controller\\ECommerce\\App\\ClientController:editAction' => '?',
  7502. 'App\\Controller\\ECommerce\\App\\ClientController:showAction' => '?',
  7503. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:addAction' => '?',
  7504. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:checkOut' => '?',
  7505. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:checkOutByUser' => '?',
  7506. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:quantityAction' => '?',
  7507. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:removeAction' => '?',
  7508. 'App\\Controller\\ECommerce\\App\\InvoiceController:indexAction' => '?',
  7509. 'App\\Controller\\ECommerce\\App\\InvoiceController:printAction' => '?',
  7510. 'App\\Controller\\ECommerce\\App\\InvoiceController:showAction' => '?',
  7511. 'App\\Controller\\ECommerce\\App\\InvoiceController:unPaidAction' => '?',
  7512. 'App\\Controller\\ECommerce\\App\\PreOrderController:deleteAction' => '?',
  7513. 'App\\Controller\\ECommerce\\App\\PreOrderController:editAction' => '?',
  7514. 'App\\Controller\\ECommerce\\App\\PreOrderController:newShortAction' => '?',
  7515. 'App\\Controller\\ECommerce\\App\\PreOrderController:showAction' => '?',
  7516. 'App\\Controller\\ECommerce\\App\\ProductCategoryController:indexAction' => '?',
  7517. 'App\\Controller\\ECommerce\\App\\ProductController:filterAction' => '?',
  7518. 'App\\Controller\\ECommerce\\App\\ProductController:filterByNameAction' => '?',
  7519. 'App\\Controller\\ECommerce\\App\\ProductController:indexAction' => '?',
  7520. 'App\\Controller\\ECommerce\\App\\ProductController:showAction' => '?',
  7521. 'App\\Controller\\ECommerce\\App\\ProductController:showByRemoteId' => '?',
  7522. 'App\\Controller\\ECommerce\\App\\SynonymController:findSynonymAction' => '?',
  7523. 'App\\Controller\\ECommerce\\App\\SynonymController:findSynonymProductAction' => '?',
  7524. 'App\\Controller\\ECommerce\\Dashboard\\CartController:deleteAction' => '?',
  7525. 'App\\Controller\\ECommerce\\Dashboard\\CartController:editAction' => '?',
  7526. 'App\\Controller\\ECommerce\\Dashboard\\CartController:showAction' => '?',
  7527. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:deleteAction' => '?',
  7528. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:editAction' => '?',
  7529. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:showAction' => '?',
  7530. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:deleteAction' => '?',
  7531. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:editAction' => '?',
  7532. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:indexAction' => '?',
  7533. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:showAction' => '?',
  7534. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:deleteAction' => '?',
  7535. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:editAction' => '?',
  7536. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:showAction' => '?',
  7537. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:deleteAction' => '?',
  7538. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:editAction' => '?',
  7539. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:showAction' => '?',
  7540. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:deleteAction' => '?',
  7541. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:editAction' => '?',
  7542. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:showAction' => '?',
  7543. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:deleteAction' => '?',
  7544. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:editAction' => '?',
  7545. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:indexAction' => '?',
  7546. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:showAction' => '?',
  7547. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:deleteAction' => '?',
  7548. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:editAction' => '?',
  7549. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:getAction' => '?',
  7550. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:indexAction' => '?',
  7551. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:showAction' => '?',
  7552. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:deleteAction' => '?',
  7553. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:editAction' => '?',
  7554. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:showAction' => '?',
  7555. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:deleteAction' => '?',
  7556. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:editAction' => '?',
  7557. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:showAction' => '?',
  7558. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:deleteAction' => '?',
  7559. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:editAction' => '?',
  7560. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:showAction' => '?',
  7561. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:deleteAction' => '?',
  7562. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:editAction' => '?',
  7563. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:showAction' => '?',
  7564. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:deleteAction' => '?',
  7565. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:editAction' => '?',
  7566. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:showAction' => '?',
  7567. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:deleteAction' => '?',
  7568. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:editAction' => '?',
  7569. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:indexAction' => '?',
  7570. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:showAction' => '?',
  7571. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController:indexAction' => '?',
  7572. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController:indexAction' => '?',
  7573. 'kernel:loadRoutes' => '?',
  7574. 'kernel:registerContainerConfiguration' => '?',
  7575. ]);
  7576. }
  7577. /**
  7578. * Gets the private '.service_locator.msnlTQC' shared service.
  7579. *
  7580. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7581. */
  7582. protected function get_ServiceLocator_MsnlTQCService()
  7583. {
  7584. return $this->privates['.service_locator.msnlTQC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7585. 'depotProduct' => ['privates', '.errored..service_locator.msnlTQC.App\\Entity\\ECommerce\\DepotProduct', NULL, 'Cannot autowire service ".service_locator.msnlTQC": it references class "App\\Entity\\ECommerce\\DepotProduct" but no such service exists.'],
  7586. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7587. ], [
  7588. 'depotProduct' => 'App\\Entity\\ECommerce\\DepotProduct',
  7589. 'translator' => '?',
  7590. ]);
  7591. }
  7592. /**
  7593. * Gets the private '.service_locator.nOMBLbr' shared service.
  7594. *
  7595. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7596. */
  7597. protected function get_ServiceLocator_NOMBLbrService()
  7598. {
  7599. return $this->privates['.service_locator.nOMBLbr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7600. 'cartItem' => ['privates', '.errored..service_locator.nOMBLbr.App\\Entity\\ECommerce\\CartItem', NULL, 'Cannot autowire service ".service_locator.nOMBLbr": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.'],
  7601. ], [
  7602. 'cartItem' => 'App\\Entity\\ECommerce\\CartItem',
  7603. ]);
  7604. }
  7605. /**
  7606. * Gets the private '.service_locator.og6ZQ_k' shared service.
  7607. *
  7608. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7609. */
  7610. protected function get_ServiceLocator_Og6ZQKService()
  7611. {
  7612. return $this->privates['.service_locator.og6ZQ_k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7613. 'repository' => ['privates', 'App\\Repository\\ECommerce\\CartRepository', 'getCartRepositoryService', false],
  7614. ], [
  7615. 'repository' => 'App\\Repository\\ECommerce\\CartRepository',
  7616. ]);
  7617. }
  7618. /**
  7619. * Gets the private '.service_locator.poVcuQX' shared service.
  7620. *
  7621. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7622. */
  7623. protected function get_ServiceLocator_PoVcuQXService()
  7624. {
  7625. return $this->privates['.service_locator.poVcuQX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7626. 'menu' => ['privates', '.errored..service_locator.poVcuQX.App\\Entity\\App\\Menu', NULL, 'Cannot autowire service ".service_locator.poVcuQX": it references class "App\\Entity\\App\\Menu" but no such service exists.'],
  7627. ], [
  7628. 'menu' => 'App\\Entity\\App\\Menu',
  7629. ]);
  7630. }
  7631. /**
  7632. * Gets the private '.service_locator.q0Ti2h5' shared service.
  7633. *
  7634. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7635. */
  7636. protected function get_ServiceLocator_Q0Ti2h5Service()
  7637. {
  7638. return $this->privates['.service_locator.q0Ti2h5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7639. 'blog' => ['privates', '.errored..service_locator.q0Ti2h5.App\\Entity\\Content\\Blog', NULL, 'Cannot autowire service ".service_locator.q0Ti2h5": it references class "App\\Entity\\Content\\Blog" but no such service exists.'],
  7640. ], [
  7641. 'blog' => 'App\\Entity\\Content\\Blog',
  7642. ]);
  7643. }
  7644. /**
  7645. * Gets the private '.service_locator.q2ji3lu' shared service.
  7646. *
  7647. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7648. */
  7649. protected function get_ServiceLocator_Q2ji3luService()
  7650. {
  7651. return $this->privates['.service_locator.q2ji3lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7652. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7653. ], [
  7654. 'translator' => '?',
  7655. ]);
  7656. }
  7657. /**
  7658. * Gets the private '.service_locator.qMmnLD3' shared service.
  7659. *
  7660. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7661. */
  7662. protected function get_ServiceLocator_QMmnLD3Service()
  7663. {
  7664. return $this->privates['.service_locator.qMmnLD3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7665. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  7666. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  7667. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  7668. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  7669. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  7670. 'router' => ['services', 'router', 'getRouterService', false],
  7671. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  7672. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  7673. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  7674. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  7675. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  7676. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  7677. ], [
  7678. 'doctrine' => '?',
  7679. 'form.factory' => '?',
  7680. 'http_kernel' => '?',
  7681. 'parameter_bag' => '?',
  7682. 'request_stack' => '?',
  7683. 'router' => '?',
  7684. 'security.authorization_checker' => '?',
  7685. 'security.csrf.token_manager' => '?',
  7686. 'security.token_storage' => '?',
  7687. 'serializer' => '?',
  7688. 'session' => '.session.deprecated',
  7689. 'twig' => '?',
  7690. ]);
  7691. }
  7692. /**
  7693. * Gets the private '.service_locator.so2CveJ' shared service.
  7694. *
  7695. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7696. */
  7697. protected function get_ServiceLocator_So2CveJService()
  7698. {
  7699. return $this->privates['.service_locator.so2CveJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7700. 'blogCategory' => ['privates', '.errored..service_locator.so2CveJ.App\\Entity\\Content\\BlogCategory', NULL, 'Cannot autowire service ".service_locator.so2CveJ": it references class "App\\Entity\\Content\\BlogCategory" but no such service exists.'],
  7701. ], [
  7702. 'blogCategory' => 'App\\Entity\\Content\\BlogCategory',
  7703. ]);
  7704. }
  7705. /**
  7706. * Gets the private '.service_locator.tZjKFG3' shared service.
  7707. *
  7708. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7709. */
  7710. protected function get_ServiceLocator_TZjKFG3Service()
  7711. {
  7712. return $this->privates['.service_locator.tZjKFG3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7713. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  7714. 'repo' => ['privates', 'App\\Repository\\Content\\DocumentRepository', 'getDocumentRepositoryService', false],
  7715. ], [
  7716. 'paginator' => '?',
  7717. 'repo' => 'App\\Repository\\Content\\DocumentRepository',
  7718. ]);
  7719. }
  7720. /**
  7721. * Gets the private '.service_locator.v6iD_kw' shared service.
  7722. *
  7723. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7724. */
  7725. protected function get_ServiceLocator_V6iDKwService()
  7726. {
  7727. return $this->privates['.service_locator.v6iD_kw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7728. 'pageTranslation' => ['privates', '.errored..service_locator.v6iD_kw.App\\Entity\\Content\\PageTranslation', NULL, 'Cannot autowire service ".service_locator.v6iD_kw": it references class "App\\Entity\\Content\\PageTranslation" but no such service exists.'],
  7729. ], [
  7730. 'pageTranslation' => 'App\\Entity\\Content\\PageTranslation',
  7731. ]);
  7732. }
  7733. /**
  7734. * Gets the private '.service_locator.w5iev3L' shared service.
  7735. *
  7736. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7737. */
  7738. protected function get_ServiceLocator_W5iev3LService()
  7739. {
  7740. return $this->privates['.service_locator.w5iev3L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7741. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  7742. 'notifier' => ['privates', 'App\\Service\\Auth\\UserResetNotifier', NULL, 'Cannot autowire service "App\\Service\\Auth\\UserResetNotifier": argument "$senderEmail" of method "App\\Service\\Notifier::__construct()" is type-hinted "string", you should configure its value explicitly.'],
  7743. ], [
  7744. 'dispatcher' => '?',
  7745. 'notifier' => 'App\\Service\\Auth\\UserResetNotifier',
  7746. ]);
  7747. }
  7748. /**
  7749. * Gets the private '.service_locator.xJqWw2K' shared service.
  7750. *
  7751. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7752. */
  7753. protected function get_ServiceLocator_XJqWw2KService()
  7754. {
  7755. return $this->privates['.service_locator.xJqWw2K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7756. 'cartItem' => ['privates', '.errored..service_locator.xJqWw2K.App\\Entity\\ECommerce\\CartItem', NULL, 'Cannot autowire service ".service_locator.xJqWw2K": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.'],
  7757. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  7758. 'em' => ['privates', '.errored..service_locator.xJqWw2K.Doctrine\\ORM\\EntityManager', NULL, 'Cannot autowire service ".service_locator.xJqWw2K": it references class "Doctrine\\ORM\\EntityManager" but no such service exists. Try changing the type-hint to "Doctrine\\ORM\\EntityManagerInterface" instead.'],
  7759. ], [
  7760. 'cartItem' => 'App\\Entity\\ECommerce\\CartItem',
  7761. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  7762. 'em' => 'Doctrine\\ORM\\EntityManager',
  7763. ]);
  7764. }
  7765. /**
  7766. * Gets the private '.service_locator.xSdZs8X' shared service.
  7767. *
  7768. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7769. */
  7770. protected function get_ServiceLocator_XSdZs8XService()
  7771. {
  7772. return $this->privates['.service_locator.xSdZs8X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7773. 'depotProductRepository' => ['privates', 'App\\Repository\\ECommerce\\DepotProductRepository', 'getDepotProductRepositoryService', false],
  7774. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  7775. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7776. 'item' => ['privates', '.errored..service_locator.xSdZs8X.App\\Entity\\ECommerce\\CartItem', NULL, 'Cannot autowire service ".service_locator.xSdZs8X": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.'],
  7777. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7778. ], [
  7779. 'depotProductRepository' => 'App\\Repository\\ECommerce\\DepotProductRepository',
  7780. 'dispatcher' => '?',
  7781. 'em' => '?',
  7782. 'item' => 'App\\Entity\\ECommerce\\CartItem',
  7783. 'translator' => '?',
  7784. ]);
  7785. }
  7786. /**
  7787. * Gets the private '.service_locator.xUrKPVU' shared service.
  7788. *
  7789. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7790. */
  7791. protected function get_ServiceLocator_XUrKPVUService()
  7792. {
  7793. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7794. '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".'],
  7795. ], [
  7796. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  7797. ]);
  7798. }
  7799. /**
  7800. * Gets the private '.service_locator.yb7CYgD' shared service.
  7801. *
  7802. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7803. */
  7804. protected function get_ServiceLocator_Yb7CYgDService()
  7805. {
  7806. return $this->privates['.service_locator.yb7CYgD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7807. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  7808. 'notifier' => ['privates', 'App\\Service\\Auth\\UserResetNotifier', NULL, 'Cannot autowire service "App\\Service\\Auth\\UserResetNotifier": argument "$senderEmail" of method "App\\Service\\Notifier::__construct()" is type-hinted "string", you should configure its value explicitly.'],
  7809. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7810. ], [
  7811. 'dispatcher' => '?',
  7812. 'notifier' => 'App\\Service\\Auth\\UserResetNotifier',
  7813. 'translator' => '?',
  7814. ]);
  7815. }
  7816. /**
  7817. * Gets the private '.service_locator.zFcJjKU' shared service.
  7818. *
  7819. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7820. */
  7821. protected function get_ServiceLocator_ZFcJjKUService()
  7822. {
  7823. return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7824. 'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
  7825. ], [
  7826. 'authenticationUtils' => '?',
  7827. ]);
  7828. }
  7829. /**
  7830. * Gets the private '.session.deprecated' shared service.
  7831. *
  7832. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  7833. */
  7834. protected function get_Session_DeprecatedService()
  7835. {
  7836. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  7837. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  7838. 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();
  7839. }
  7840. /**
  7841. * Gets the private '.twig.command.debug.lazy' shared service.
  7842. *
  7843. * @return \Symfony\Component\Console\Command\LazyCommand
  7844. */
  7845. protected function get_Twig_Command_Debug_LazyService()
  7846. {
  7847. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7848. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7849. 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 {
  7850. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  7851. });
  7852. }
  7853. /**
  7854. * Gets the private '.twig.command.lint.lazy' shared service.
  7855. *
  7856. * @return \Symfony\Component\Console\Command\LazyCommand
  7857. */
  7858. protected function get_Twig_Command_Lint_LazyService()
  7859. {
  7860. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7861. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7862. 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 {
  7863. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  7864. });
  7865. }
  7866. /**
  7867. * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  7868. *
  7869. * @return \Symfony\Component\Console\Command\LazyCommand
  7870. */
  7871. protected function get_VarDumper_Command_ServerDump_LazyService()
  7872. {
  7873. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7874. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7875. return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place', false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  7876. return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  7877. });
  7878. }
  7879. /**
  7880. * Gets the private 'Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener' shared service.
  7881. *
  7882. * @return \Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener
  7883. */
  7884. protected function getPsrResponseListenerService()
  7885. {
  7886. include_once \dirname(__DIR__, 4).'/vendor/ajgarlag/psr-http-message-bundle/src/EventListener/PsrResponseListener.php';
  7887. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  7888. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  7889. return $this->privates['Ajgarlag\\Bundle\\PsrHttpMessageBundle\\EventListener\\PsrResponseListener'] = new \Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener(($this->privates['sensio_framework_extra.psr7.http_foundation_factory'] ?? ($this->privates['sensio_framework_extra.psr7.http_foundation_factory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory())));
  7890. }
  7891. /**
  7892. * Gets the private 'App\Command\Content\DocumentIndexCommand' shared autowired service.
  7893. *
  7894. * @return \App\Command\Content\DocumentIndexCommand
  7895. */
  7896. protected function getDocumentIndexCommandService()
  7897. {
  7898. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7899. include_once \dirname(__DIR__, 4).'/src/Command/Content/DocumentIndexCommand.php';
  7900. include_once \dirname(__DIR__, 4).'/src/Service/Content/DocumentIndexService.php';
  7901. $this->privates['App\\Command\\Content\\DocumentIndexCommand'] = $instance = new \App\Command\Content\DocumentIndexCommand(new \App\Service\Content\DocumentIndexService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '/home/offline/product_documents', '-1 month', $this->getParameter('locales')));
  7902. $instance->setName('app:index:document');
  7903. return $instance;
  7904. }
  7905. /**
  7906. * Gets the private 'App\Command\ECommerce\ProductAlternativeIndexCommand' shared autowired service.
  7907. *
  7908. * @return \App\Command\ECommerce\ProductAlternativeIndexCommand
  7909. */
  7910. protected function getProductAlternativeIndexCommandService()
  7911. {
  7912. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7913. include_once \dirname(__DIR__, 4).'/src/Command/ECommerce/ProductAlternativeIndexCommand.php';
  7914. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ProductAlternativeService.php';
  7915. $this->privates['App\\Command\\ECommerce\\ProductAlternativeIndexCommand'] = $instance = new \App\Command\ECommerce\ProductAlternativeIndexCommand(new \App\Service\ECommerce\ProductAlternativeService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  7916. $instance->setName('app:index:product_alternative');
  7917. return $instance;
  7918. }
  7919. /**
  7920. * Gets the private 'App\Command\ECommerce\ProductIndexCommand' shared autowired service.
  7921. *
  7922. * @return \App\Command\ECommerce\ProductIndexCommand
  7923. */
  7924. protected function getProductIndexCommandService()
  7925. {
  7926. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7927. include_once \dirname(__DIR__, 4).'/src/Command/ECommerce/ProductIndexCommand.php';
  7928. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ProductService.php';
  7929. $this->privates['App\\Command\\ECommerce\\ProductIndexCommand'] = $instance = new \App\Command\ECommerce\ProductIndexCommand(new \App\Service\ECommerce\ProductService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  7930. $instance->setName('app:index:product');
  7931. return $instance;
  7932. }
  7933. /**
  7934. * Gets the private 'App\Command\ECommerce\ProductPhotoCommand' shared autowired service.
  7935. *
  7936. * @return \App\Command\ECommerce\ProductPhotoCommand
  7937. */
  7938. protected function getProductPhotoCommandService()
  7939. {
  7940. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7941. include_once \dirname(__DIR__, 4).'/src/Command/ECommerce/ProductPhotoCommand.php';
  7942. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ProductPhotoIndexService.php';
  7943. $this->privates['App\\Command\\ECommerce\\ProductPhotoCommand'] = $instance = new \App\Command\ECommerce\ProductPhotoCommand(new \App\Service\ECommerce\ProductPhotoIndexService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '/home/offline/product_photos', '-1 month'));
  7944. $instance->setName('app:index:product_photo');
  7945. return $instance;
  7946. }
  7947. /**
  7948. * Gets the private 'App\Command\SyncDataCommand' shared autowired service.
  7949. *
  7950. * @return \App\Command\SyncDataCommand
  7951. */
  7952. protected function getSyncDataCommandService()
  7953. {
  7954. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7955. include_once \dirname(__DIR__, 4).'/src/Command/SyncDataCommand.php';
  7956. $this->privates['App\\Command\\SyncDataCommand'] = $instance = new \App\Command\SyncDataCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7957. $instance->setName('app:sync-data');
  7958. $instance->setDescription('Add a short description for your command');
  7959. return $instance;
  7960. }
  7961. /**
  7962. * Gets the private 'App\EventListener\Media\DynamicRelationSubscriber' shared autowired service.
  7963. *
  7964. * @return \App\EventListener\Media\DynamicRelationSubscriber
  7965. */
  7966. protected function getDynamicRelationSubscriberService()
  7967. {
  7968. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7969. include_once \dirname(__DIR__, 4).'/src/EventListener/Media/DynamicRelationSubscriber.php';
  7970. return $this->privates['App\\EventListener\\Media\\DynamicRelationSubscriber'] = new \App\EventListener\Media\DynamicRelationSubscriber();
  7971. }
  7972. /**
  7973. * Gets the private 'App\EventSubscriber\Auth\UserSubscriber' shared autowired service.
  7974. *
  7975. * @return \App\EventSubscriber\Auth\UserSubscriber
  7976. */
  7977. protected function getUserSubscriberService()
  7978. {
  7979. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Auth/UserSubscriber.php';
  7980. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  7981. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  7982. return $this->privates['App\\EventSubscriber\\Auth\\UserSubscriber'] = new \App\EventSubscriber\Auth\UserSubscriber(new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  7983. }
  7984. /**
  7985. * Gets the private 'App\EventSubscriber\Content\LocalizationSubscriber' shared autowired service.
  7986. *
  7987. * @return \App\EventSubscriber\Content\LocalizationSubscriber
  7988. */
  7989. protected function getLocalizationSubscriberService()
  7990. {
  7991. $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  7992. if (isset($this->privates['App\\EventSubscriber\\Content\\LocalizationSubscriber'])) {
  7993. return $this->privates['App\\EventSubscriber\\Content\\LocalizationSubscriber'];
  7994. }
  7995. return $this->privates['App\\EventSubscriber\\Content\\LocalizationSubscriber'] = new \App\EventSubscriber\Content\LocalizationSubscriber($this->getEnv('resolve:APP_LOCALE'), $a);
  7996. }
  7997. /**
  7998. * Gets the private 'App\EventSubscriber\Content\SluggableSubscriber' shared autowired service.
  7999. *
  8000. * @return \App\EventSubscriber\Content\SluggableSubscriber
  8001. */
  8002. protected function getSluggableSubscriberService()
  8003. {
  8004. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8005. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Content/SluggableSubscriber.php';
  8006. return $this->privates['App\\EventSubscriber\\Content\\SluggableSubscriber'] = new \App\EventSubscriber\Content\SluggableSubscriber();
  8007. }
  8008. /**
  8009. * Gets the private 'App\EventSubscriber\ECommerce\CartItemSubscriber' shared autowired service.
  8010. *
  8011. * @return \App\EventSubscriber\ECommerce\CartItemSubscriber
  8012. */
  8013. protected function getCartItemSubscriberService()
  8014. {
  8015. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8016. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/CartItemSubscriber.php';
  8017. $a = ($this->privates['App\\Service\\ECommerce\\CartCalculator'] ?? $this->getCartCalculatorService());
  8018. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\CartItemSubscriber'])) {
  8019. return $this->privates['App\\EventSubscriber\\ECommerce\\CartItemSubscriber'];
  8020. }
  8021. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8022. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\CartItemSubscriber'])) {
  8023. return $this->privates['App\\EventSubscriber\\ECommerce\\CartItemSubscriber'];
  8024. }
  8025. return $this->privates['App\\EventSubscriber\\ECommerce\\CartItemSubscriber'] = new \App\EventSubscriber\ECommerce\CartItemSubscriber($a, $b);
  8026. }
  8027. /**
  8028. * Gets the private 'App\EventSubscriber\ECommerce\CartSubscriber' shared autowired service.
  8029. *
  8030. * @return \App\EventSubscriber\ECommerce\CartSubscriber
  8031. */
  8032. protected function getCartSubscriberService()
  8033. {
  8034. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/CartSubscriber.php';
  8035. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/EmailNotifier.php';
  8036. $a = ($this->privates['App\\Service\\ECommerce\\CartCalculator'] ?? $this->getCartCalculatorService());
  8037. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'])) {
  8038. return $this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'];
  8039. }
  8040. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8041. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'])) {
  8042. return $this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'];
  8043. }
  8044. $c = ($this->privates['App\\Service\\ECommerce\\InvoicePdfManager'] ?? $this->getInvoicePdfManagerService());
  8045. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'])) {
  8046. return $this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'];
  8047. }
  8048. return $this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'] = new \App\EventSubscriber\ECommerce\CartSubscriber($a, new \App\Service\ECommerce\EmailNotifier(($this->services['translator'] ?? $this->getTranslatorService()), $b, ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $c, $this->getEnv('resolve:APP_EMAIL')));
  8049. }
  8050. /**
  8051. * Gets the private 'App\EventSubscriber\ECommerce\ClientSubscriber' shared autowired service.
  8052. *
  8053. * @return \App\EventSubscriber\ECommerce\ClientSubscriber
  8054. */
  8055. protected function getClientSubscriberService()
  8056. {
  8057. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/ClientSubscriber.php';
  8058. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8059. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\ClientSubscriber'])) {
  8060. return $this->privates['App\\EventSubscriber\\ECommerce\\ClientSubscriber'];
  8061. }
  8062. return $this->privates['App\\EventSubscriber\\ECommerce\\ClientSubscriber'] = new \App\EventSubscriber\ECommerce\ClientSubscriber($a);
  8063. }
  8064. /**
  8065. * Gets the private 'App\EventSubscriber\ECommerce\DatesSubscriber' shared autowired service.
  8066. *
  8067. * @return \App\EventSubscriber\ECommerce\DatesSubscriber
  8068. */
  8069. protected function getDatesSubscriberService()
  8070. {
  8071. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8072. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/DatesSubscriber.php';
  8073. return $this->privates['App\\EventSubscriber\\ECommerce\\DatesSubscriber'] = new \App\EventSubscriber\ECommerce\DatesSubscriber();
  8074. }
  8075. /**
  8076. * Gets the private 'App\EventSubscriber\ECommerce\IndividualOrderSubscriber' shared autowired service.
  8077. *
  8078. * @return \App\EventSubscriber\ECommerce\IndividualOrderSubscriber
  8079. */
  8080. protected function getIndividualOrderSubscriberService()
  8081. {
  8082. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8083. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/IndividualOrderSubscriber.php';
  8084. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8085. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber'])) {
  8086. return $this->privates['App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber'];
  8087. }
  8088. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8089. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber'])) {
  8090. return $this->privates['App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber'];
  8091. }
  8092. return $this->privates['App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber'] = new \App\EventSubscriber\ECommerce\IndividualOrderSubscriber($a, ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $b, $this->getEnv('resolve:APP_EMAIL'));
  8093. }
  8094. /**
  8095. * Gets the private 'App\EventSubscriber\ECommerce\ProductSubscriber' shared autowired service.
  8096. *
  8097. * @return \App\EventSubscriber\ECommerce\ProductSubscriber
  8098. */
  8099. protected function getProductSubscriberService()
  8100. {
  8101. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8102. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/ProductSubscriber.php';
  8103. return $this->privates['App\\EventSubscriber\\ECommerce\\ProductSubscriber'] = new \App\EventSubscriber\ECommerce\ProductSubscriber();
  8104. }
  8105. /**
  8106. * Gets the private 'App\Form\API\Security\LoginType' shared autowired service.
  8107. *
  8108. * @return \App\Form\API\Security\LoginType
  8109. */
  8110. protected function getLoginTypeService()
  8111. {
  8112. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8113. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8114. include_once \dirname(__DIR__, 4).'/src/Form/API/Security/LoginType.php';
  8115. return $this->privates['App\\Form\\API\\Security\\LoginType'] = new \App\Form\API\Security\LoginType();
  8116. }
  8117. /**
  8118. * Gets the private 'App\Form\App\ContactForm' shared autowired service.
  8119. *
  8120. * @return \App\Form\App\ContactForm
  8121. */
  8122. protected function getContactFormService()
  8123. {
  8124. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8125. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8126. include_once \dirname(__DIR__, 4).'/src/Form/App/ContactForm.php';
  8127. return $this->privates['App\\Form\\App\\ContactForm'] = new \App\Form\App\ContactForm();
  8128. }
  8129. /**
  8130. * Gets the private 'App\Form\App\FilterForm' shared autowired service.
  8131. *
  8132. * @return \App\Form\App\FilterForm
  8133. */
  8134. protected function getFilterFormService()
  8135. {
  8136. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8137. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8138. include_once \dirname(__DIR__, 4).'/src/Form/App/FilterForm.php';
  8139. return $this->privates['App\\Form\\App\\FilterForm'] = new \App\Form\App\FilterForm();
  8140. }
  8141. /**
  8142. * Gets the private 'App\Form\App\MenuItemType' shared autowired service.
  8143. *
  8144. * @return \App\Form\App\MenuItemType
  8145. */
  8146. protected function getMenuItemTypeService()
  8147. {
  8148. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8149. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8150. include_once \dirname(__DIR__, 4).'/src/Form/App/MenuType.php';
  8151. include_once \dirname(__DIR__, 4).'/src/Form/App/MenuItemType.php';
  8152. return $this->privates['App\\Form\\App\\MenuItemType'] = new \App\Form\App\MenuItemType($this->getParameter('locales'));
  8153. }
  8154. /**
  8155. * Gets the private 'App\Form\App\MenuType' shared autowired service.
  8156. *
  8157. * @return \App\Form\App\MenuType
  8158. */
  8159. protected function getMenuTypeService()
  8160. {
  8161. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8162. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8163. include_once \dirname(__DIR__, 4).'/src/Form/App/MenuType.php';
  8164. return $this->privates['App\\Form\\App\\MenuType'] = new \App\Form\App\MenuType($this->getParameter('locales'));
  8165. }
  8166. /**
  8167. * Gets the private 'App\Form\App\ParameterType' shared autowired service.
  8168. *
  8169. * @return \App\Form\App\ParameterType
  8170. */
  8171. protected function getParameterTypeService()
  8172. {
  8173. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8174. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8175. include_once \dirname(__DIR__, 4).'/src/Form/App/ParameterType.php';
  8176. return $this->privates['App\\Form\\App\\ParameterType'] = new \App\Form\App\ParameterType();
  8177. }
  8178. /**
  8179. * Gets the private 'App\Form\App\Security\RegistrationFormType' shared autowired service.
  8180. *
  8181. * @return \App\Form\App\Security\RegistrationFormType
  8182. */
  8183. protected function getRegistrationFormTypeService()
  8184. {
  8185. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8186. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8187. include_once \dirname(__DIR__, 4).'/src/Form/App/Type/RegistrationFormType.php';
  8188. include_once \dirname(__DIR__, 4).'/src/Form/App/Security/RegistrationFormType.php';
  8189. return $this->privates['App\\Form\\App\\Security\\RegistrationFormType'] = new \App\Form\App\Security\RegistrationFormType();
  8190. }
  8191. /**
  8192. * Gets the private 'App\Form\App\Security\UserPassword' shared autowired service.
  8193. *
  8194. * @return \App\Form\App\Security\UserPassword
  8195. */
  8196. protected function getUserPasswordService()
  8197. {
  8198. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8199. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8200. include_once \dirname(__DIR__, 4).'/src/Form/App/Security/UserPassword.php';
  8201. return $this->privates['App\\Form\\App\\Security\\UserPassword'] = new \App\Form\App\Security\UserPassword();
  8202. }
  8203. /**
  8204. * Gets the private 'App\Form\App\Type\CountryType' shared autowired service.
  8205. *
  8206. * @return \App\Form\App\Type\CountryType
  8207. */
  8208. protected function getCountryTypeService()
  8209. {
  8210. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8211. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8212. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/CountryType.php';
  8213. include_once \dirname(__DIR__, 4).'/src/Form/App/Type/CountryType.php';
  8214. return $this->privates['App\\Form\\App\\Type\\CountryType'] = new \App\Form\App\Type\CountryType(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8215. }
  8216. /**
  8217. * Gets the private 'App\Form\App\Type\EntityAJAXType' shared autowired service.
  8218. *
  8219. * @return \App\Form\App\Type\EntityAJAXType
  8220. */
  8221. protected function getEntityAJAXTypeService()
  8222. {
  8223. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8224. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8225. include_once \dirname(__DIR__, 4).'/src/Form/App/Type/EntityAJAXType.php';
  8226. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataTransformerInterface.php';
  8227. include_once \dirname(__DIR__, 4).'/src/Form/App/DataTransformer/EntityAJAXTransformer.php';
  8228. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8229. if (isset($this->privates['App\\Form\\App\\Type\\EntityAJAXType'])) {
  8230. return $this->privates['App\\Form\\App\\Type\\EntityAJAXType'];
  8231. }
  8232. return $this->privates['App\\Form\\App\\Type\\EntityAJAXType'] = new \App\Form\App\Type\EntityAJAXType(new \App\Form\App\DataTransformer\EntityAJAXTransformer($a));
  8233. }
  8234. /**
  8235. * Gets the private 'App\Form\App\Type\RegistrationFormType' shared autowired service.
  8236. *
  8237. * @return \App\Form\App\Type\RegistrationFormType
  8238. */
  8239. protected function getRegistrationFormType2Service()
  8240. {
  8241. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8242. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8243. include_once \dirname(__DIR__, 4).'/src/Form/App/Type/RegistrationFormType.php';
  8244. return $this->privates['App\\Form\\App\\Type\\RegistrationFormType'] = new \App\Form\App\Type\RegistrationFormType();
  8245. }
  8246. /**
  8247. * Gets the private 'App\Form\App\UserType' shared autowired service.
  8248. *
  8249. * @return \App\Form\App\UserType
  8250. */
  8251. protected function getUserTypeService()
  8252. {
  8253. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8254. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8255. include_once \dirname(__DIR__, 4).'/src/Form/App/UserType.php';
  8256. return $this->privates['App\\Form\\App\\UserType'] = new \App\Form\App\UserType();
  8257. }
  8258. /**
  8259. * Gets the private 'App\Form\App\VisitLogCreateType' shared autowired service.
  8260. *
  8261. * @return \App\Form\App\VisitLogCreateType
  8262. */
  8263. protected function getVisitLogCreateTypeService()
  8264. {
  8265. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8266. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8267. include_once \dirname(__DIR__, 4).'/src/Form/App/VisitLogCreateType.php';
  8268. return $this->privates['App\\Form\\App\\VisitLogCreateType'] = new \App\Form\App\VisitLogCreateType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8269. }
  8270. /**
  8271. * Gets the private 'App\Form\App\VisitLogEditType' shared autowired service.
  8272. *
  8273. * @return \App\Form\App\VisitLogEditType
  8274. */
  8275. protected function getVisitLogEditTypeService()
  8276. {
  8277. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8278. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8279. include_once \dirname(__DIR__, 4).'/src/Form/App/VisitLogEditType.php';
  8280. return $this->privates['App\\Form\\App\\VisitLogEditType'] = new \App\Form\App\VisitLogEditType();
  8281. }
  8282. /**
  8283. * Gets the private 'App\Form\Auth\Admin\UserType' shared autowired service.
  8284. *
  8285. * @return \App\Form\Auth\Admin\UserType
  8286. */
  8287. protected function getUserType2Service()
  8288. {
  8289. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8290. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8291. include_once \dirname(__DIR__, 4).'/src/Form/App/UserType.php';
  8292. include_once \dirname(__DIR__, 4).'/src/Form/Auth/Admin/UserType.php';
  8293. return $this->privates['App\\Form\\Auth\\Admin\\UserType'] = new \App\Form\Auth\Admin\UserType();
  8294. }
  8295. /**
  8296. * Gets the private 'App\Form\Content\Admin\BlogCommentApproveType' shared autowired service.
  8297. *
  8298. * @return \App\Form\Content\Admin\BlogCommentApproveType
  8299. */
  8300. protected function getBlogCommentApproveTypeService()
  8301. {
  8302. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8303. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8304. include_once \dirname(__DIR__, 4).'/src/Form/Content/Admin/BlogCommentApproveType.php';
  8305. return $this->privates['App\\Form\\Content\\Admin\\BlogCommentApproveType'] = new \App\Form\Content\Admin\BlogCommentApproveType();
  8306. }
  8307. /**
  8308. * Gets the private 'App\Form\Content\Admin\SeoType' shared autowired service.
  8309. *
  8310. * @return \App\Form\Content\Admin\SeoType
  8311. */
  8312. protected function getSeoTypeService()
  8313. {
  8314. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8315. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8316. include_once \dirname(__DIR__, 4).'/src/Form/Content/Admin/SeoType.php';
  8317. return $this->privates['App\\Form\\Content\\Admin\\SeoType'] = new \App\Form\Content\Admin\SeoType();
  8318. }
  8319. /**
  8320. * Gets the private 'App\Form\Content\BlogCategoryType' shared autowired service.
  8321. *
  8322. * @return \App\Form\Content\BlogCategoryType
  8323. */
  8324. protected function getBlogCategoryTypeService()
  8325. {
  8326. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8327. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8328. include_once \dirname(__DIR__, 4).'/src/Form/Content/BlogCategoryType.php';
  8329. return $this->privates['App\\Form\\Content\\BlogCategoryType'] = new \App\Form\Content\BlogCategoryType($this->getParameter('locales'));
  8330. }
  8331. /**
  8332. * Gets the private 'App\Form\Content\BlogCommentType' shared autowired service.
  8333. *
  8334. * @return \App\Form\Content\BlogCommentType
  8335. */
  8336. protected function getBlogCommentTypeService()
  8337. {
  8338. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8339. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8340. include_once \dirname(__DIR__, 4).'/src/Form/Content/BlogCommentType.php';
  8341. return $this->privates['App\\Form\\Content\\BlogCommentType'] = new \App\Form\Content\BlogCommentType();
  8342. }
  8343. /**
  8344. * Gets the private 'App\Form\Content\BlogTranslationType' shared autowired service.
  8345. *
  8346. * @return \App\Form\Content\BlogTranslationType
  8347. */
  8348. protected function getBlogTranslationTypeService()
  8349. {
  8350. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8351. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8352. include_once \dirname(__DIR__, 4).'/src/Form/Content/BlogTranslationType.php';
  8353. return $this->privates['App\\Form\\Content\\BlogTranslationType'] = new \App\Form\Content\BlogTranslationType();
  8354. }
  8355. /**
  8356. * Gets the private 'App\Form\Content\BlogType' shared autowired service.
  8357. *
  8358. * @return \App\Form\Content\BlogType
  8359. */
  8360. protected function getBlogTypeService()
  8361. {
  8362. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8363. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8364. include_once \dirname(__DIR__, 4).'/src/Form/Content/BlogType.php';
  8365. return $this->privates['App\\Form\\Content\\BlogType'] = new \App\Form\Content\BlogType();
  8366. }
  8367. /**
  8368. * Gets the private 'App\Form\Content\DocumentCategoryType' shared autowired service.
  8369. *
  8370. * @return \App\Form\Content\DocumentCategoryType
  8371. */
  8372. protected function getDocumentCategoryTypeService()
  8373. {
  8374. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8375. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8376. include_once \dirname(__DIR__, 4).'/src/Form/Content/DocumentCategoryType.php';
  8377. return $this->privates['App\\Form\\Content\\DocumentCategoryType'] = new \App\Form\Content\DocumentCategoryType();
  8378. }
  8379. /**
  8380. * Gets the private 'App\Form\Content\DocumentTranslationType' shared autowired service.
  8381. *
  8382. * @return \App\Form\Content\DocumentTranslationType
  8383. */
  8384. protected function getDocumentTranslationTypeService()
  8385. {
  8386. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8387. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8388. include_once \dirname(__DIR__, 4).'/src/Form/Content/DocumentTranslationType.php';
  8389. return $this->privates['App\\Form\\Content\\DocumentTranslationType'] = new \App\Form\Content\DocumentTranslationType();
  8390. }
  8391. /**
  8392. * Gets the private 'App\Form\Content\DocumentType' shared autowired service.
  8393. *
  8394. * @return \App\Form\Content\DocumentType
  8395. */
  8396. protected function getDocumentTypeService()
  8397. {
  8398. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8399. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8400. include_once \dirname(__DIR__, 4).'/src/Form/Content/DocumentType.php';
  8401. return $this->privates['App\\Form\\Content\\DocumentType'] = new \App\Form\Content\DocumentType();
  8402. }
  8403. /**
  8404. * Gets the private 'App\Form\Content\LocaleForm' shared autowired service.
  8405. *
  8406. * @return \App\Form\Content\LocaleForm
  8407. */
  8408. protected function getLocaleFormService()
  8409. {
  8410. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8411. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8412. include_once \dirname(__DIR__, 4).'/src/Form/Content/LocaleForm.php';
  8413. return $this->privates['App\\Form\\Content\\LocaleForm'] = new \App\Form\Content\LocaleForm($this->getParameter('locales'));
  8414. }
  8415. /**
  8416. * Gets the private 'App\Form\Content\PageTranslationType' shared autowired service.
  8417. *
  8418. * @return \App\Form\Content\PageTranslationType
  8419. */
  8420. protected function getPageTranslationTypeService()
  8421. {
  8422. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8423. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8424. include_once \dirname(__DIR__, 4).'/src/Form/Content/PageTranslationType.php';
  8425. return $this->privates['App\\Form\\Content\\PageTranslationType'] = new \App\Form\Content\PageTranslationType();
  8426. }
  8427. /**
  8428. * Gets the private 'App\Form\Content\PageType' shared autowired service.
  8429. *
  8430. * @return \App\Form\Content\PageType
  8431. */
  8432. protected function getPageTypeService()
  8433. {
  8434. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8435. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8436. include_once \dirname(__DIR__, 4).'/src/Form/Content/PageType.php';
  8437. return $this->privates['App\\Form\\Content\\PageType'] = new \App\Form\Content\PageType();
  8438. }
  8439. /**
  8440. * Gets the private 'App\Form\Content\TagType' shared autowired service.
  8441. *
  8442. * @return \App\Form\Content\TagType
  8443. */
  8444. protected function getTagTypeService()
  8445. {
  8446. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8447. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8448. include_once \dirname(__DIR__, 4).'/src/Form/Content/TagType.php';
  8449. return $this->privates['App\\Form\\Content\\TagType'] = new \App\Form\Content\TagType();
  8450. }
  8451. /**
  8452. * Gets the private 'App\Form\ECommerce\API\CartCheckOut' shared autowired service.
  8453. *
  8454. * @return \App\Form\ECommerce\API\CartCheckOut
  8455. */
  8456. protected function getCartCheckOutService()
  8457. {
  8458. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8459. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8460. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/API/CartCheckOut.php';
  8461. return $this->privates['App\\Form\\ECommerce\\API\\CartCheckOut'] = new \App\Form\ECommerce\API\CartCheckOut();
  8462. }
  8463. /**
  8464. * Gets the private 'App\Form\ECommerce\API\CartItemQuantity' shared autowired service.
  8465. *
  8466. * @return \App\Form\ECommerce\API\CartItemQuantity
  8467. */
  8468. protected function getCartItemQuantityService()
  8469. {
  8470. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8471. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8472. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/API/CartItemQuantity.php';
  8473. return $this->privates['App\\Form\\ECommerce\\API\\CartItemQuantity'] = new \App\Form\ECommerce\API\CartItemQuantity();
  8474. }
  8475. /**
  8476. * Gets the private 'App\Form\ECommerce\API\CartItemRemove' shared autowired service.
  8477. *
  8478. * @return \App\Form\ECommerce\API\CartItemRemove
  8479. */
  8480. protected function getCartItemRemoveService()
  8481. {
  8482. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8483. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8484. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/API/CartItemRemove.php';
  8485. return $this->privates['App\\Form\\ECommerce\\API\\CartItemRemove'] = new \App\Form\ECommerce\API\CartItemRemove();
  8486. }
  8487. /**
  8488. * Gets the private 'App\Form\ECommerce\Admin\IndividualOrderType' shared autowired service.
  8489. *
  8490. * @return \App\Form\ECommerce\Admin\IndividualOrderType
  8491. */
  8492. protected function getIndividualOrderTypeService()
  8493. {
  8494. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8495. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8496. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Admin/IndividualOrderType.php';
  8497. return $this->privates['App\\Form\\ECommerce\\Admin\\IndividualOrderType'] = new \App\Form\ECommerce\Admin\IndividualOrderType();
  8498. }
  8499. /**
  8500. * Gets the private 'App\Form\ECommerce\App\CartCheckOut' shared autowired service.
  8501. *
  8502. * @return \App\Form\ECommerce\App\CartCheckOut
  8503. */
  8504. protected function getCartCheckOut2Service()
  8505. {
  8506. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8507. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8508. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/App/CartCheckOut.php';
  8509. return $this->privates['App\\Form\\ECommerce\\App\\CartCheckOut'] = new \App\Form\ECommerce\App\CartCheckOut();
  8510. }
  8511. /**
  8512. * Gets the private 'App\Form\ECommerce\App\CartItemAdd' shared autowired service.
  8513. *
  8514. * @return \App\Form\ECommerce\App\CartItemAdd
  8515. */
  8516. protected function getCartItemAddService()
  8517. {
  8518. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8519. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8520. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/App/CartItemAdd.php';
  8521. return $this->privates['App\\Form\\ECommerce\\App\\CartItemAdd'] = new \App\Form\ECommerce\App\CartItemAdd();
  8522. }
  8523. /**
  8524. * Gets the private 'App\Form\ECommerce\App\CartItemRemove' shared autowired service.
  8525. *
  8526. * @return \App\Form\ECommerce\App\CartItemRemove
  8527. */
  8528. protected function getCartItemRemove2Service()
  8529. {
  8530. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8531. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8532. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/App/CartItemRemove.php';
  8533. return $this->privates['App\\Form\\ECommerce\\App\\CartItemRemove'] = new \App\Form\ECommerce\App\CartItemRemove();
  8534. }
  8535. /**
  8536. * Gets the private 'App\Form\ECommerce\App\IndividualOrderType' shared autowired service.
  8537. *
  8538. * @return \App\Form\ECommerce\App\IndividualOrderType
  8539. */
  8540. protected function getIndividualOrderType2Service()
  8541. {
  8542. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8543. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8544. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/App/IndividualOrderType.php';
  8545. return $this->privates['App\\Form\\ECommerce\\App\\IndividualOrderType'] = new \App\Form\ECommerce\App\IndividualOrderType();
  8546. }
  8547. /**
  8548. * Gets the private 'App\Form\ECommerce\BankAccountType' shared autowired service.
  8549. *
  8550. * @return \App\Form\ECommerce\BankAccountType
  8551. */
  8552. protected function getBankAccountTypeService()
  8553. {
  8554. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8555. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8556. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/BankAccountType.php';
  8557. return $this->privates['App\\Form\\ECommerce\\BankAccountType'] = new \App\Form\ECommerce\BankAccountType();
  8558. }
  8559. /**
  8560. * Gets the private 'App\Form\ECommerce\CartCheckOutGuest' shared autowired service.
  8561. *
  8562. * @return \App\Form\ECommerce\CartCheckOutGuest
  8563. */
  8564. protected function getCartCheckOutGuestService()
  8565. {
  8566. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8567. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8568. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/CartCheckOutGuest.php';
  8569. return $this->privates['App\\Form\\ECommerce\\CartCheckOutGuest'] = new \App\Form\ECommerce\CartCheckOutGuest();
  8570. }
  8571. /**
  8572. * Gets the private 'App\Form\ECommerce\CartItemType' shared autowired service.
  8573. *
  8574. * @return \App\Form\ECommerce\CartItemType
  8575. */
  8576. protected function getCartItemTypeService()
  8577. {
  8578. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8579. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8580. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/CartItemType.php';
  8581. return $this->privates['App\\Form\\ECommerce\\CartItemType'] = new \App\Form\ECommerce\CartItemType();
  8582. }
  8583. /**
  8584. * Gets the private 'App\Form\ECommerce\CartType' shared autowired service.
  8585. *
  8586. * @return \App\Form\ECommerce\CartType
  8587. */
  8588. protected function getCartTypeService()
  8589. {
  8590. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8591. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8592. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/CartType.php';
  8593. return $this->privates['App\\Form\\ECommerce\\CartType'] = new \App\Form\ECommerce\CartType();
  8594. }
  8595. /**
  8596. * Gets the private 'App\Form\ECommerce\ClientGroupType' shared autowired service.
  8597. *
  8598. * @return \App\Form\ECommerce\ClientGroupType
  8599. */
  8600. protected function getClientGroupTypeService()
  8601. {
  8602. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8603. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8604. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ClientGroupType.php';
  8605. return $this->privates['App\\Form\\ECommerce\\ClientGroupType'] = new \App\Form\ECommerce\ClientGroupType();
  8606. }
  8607. /**
  8608. * Gets the private 'App\Form\ECommerce\ClientGuestType' shared autowired service.
  8609. *
  8610. * @return \App\Form\ECommerce\ClientGuestType
  8611. */
  8612. protected function getClientGuestTypeService()
  8613. {
  8614. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8615. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8616. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ClientGuestType.php';
  8617. return $this->privates['App\\Form\\ECommerce\\ClientGuestType'] = new \App\Form\ECommerce\ClientGuestType();
  8618. }
  8619. /**
  8620. * Gets the private 'App\Form\ECommerce\ClientRegistrationFormType' shared autowired service.
  8621. *
  8622. * @return \App\Form\ECommerce\ClientRegistrationFormType
  8623. */
  8624. protected function getClientRegistrationFormTypeService()
  8625. {
  8626. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8627. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8628. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ClientRegistrationFormType.php';
  8629. return $this->privates['App\\Form\\ECommerce\\ClientRegistrationFormType'] = new \App\Form\ECommerce\ClientRegistrationFormType($this->getParameter('client_defaults'));
  8630. }
  8631. /**
  8632. * Gets the private 'App\Form\ECommerce\ClientType' shared autowired service.
  8633. *
  8634. * @return \App\Form\ECommerce\ClientType
  8635. */
  8636. protected function getClientTypeService()
  8637. {
  8638. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8639. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8640. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ClientType.php';
  8641. return $this->privates['App\\Form\\ECommerce\\ClientType'] = new \App\Form\ECommerce\ClientType();
  8642. }
  8643. /**
  8644. * Gets the private 'App\Form\ECommerce\DepotProductType' shared autowired service.
  8645. *
  8646. * @return \App\Form\ECommerce\DepotProductType
  8647. */
  8648. protected function getDepotProductTypeService()
  8649. {
  8650. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8651. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8652. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/DepotProductType.php';
  8653. return $this->privates['App\\Form\\ECommerce\\DepotProductType'] = new \App\Form\ECommerce\DepotProductType();
  8654. }
  8655. /**
  8656. * Gets the private 'App\Form\ECommerce\DepotTranslationType' shared autowired service.
  8657. *
  8658. * @return \App\Form\ECommerce\DepotTranslationType
  8659. */
  8660. protected function getDepotTranslationTypeService()
  8661. {
  8662. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8663. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8664. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/DepotTranslationType.php';
  8665. return $this->privates['App\\Form\\ECommerce\\DepotTranslationType'] = new \App\Form\ECommerce\DepotTranslationType();
  8666. }
  8667. /**
  8668. * Gets the private 'App\Form\ECommerce\DepotType' shared autowired service.
  8669. *
  8670. * @return \App\Form\ECommerce\DepotType
  8671. */
  8672. protected function getDepotTypeService()
  8673. {
  8674. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8675. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8676. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/DepotType.php';
  8677. return $this->privates['App\\Form\\ECommerce\\DepotType'] = new \App\Form\ECommerce\DepotType();
  8678. }
  8679. /**
  8680. * Gets the private 'App\Form\ECommerce\DocumentType' shared autowired service.
  8681. *
  8682. * @return \App\Form\ECommerce\DocumentType
  8683. */
  8684. protected function getDocumentType2Service()
  8685. {
  8686. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8687. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8688. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/DocumentType.php';
  8689. return $this->privates['App\\Form\\ECommerce\\DocumentType'] = new \App\Form\ECommerce\DocumentType();
  8690. }
  8691. /**
  8692. * Gets the private 'App\Form\ECommerce\Filter\DocumentSortType' shared autowired service.
  8693. *
  8694. * @return \App\Form\ECommerce\Filter\DocumentSortType
  8695. */
  8696. protected function getDocumentSortTypeService()
  8697. {
  8698. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8699. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8700. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Filter/DocumentSortType.php';
  8701. return $this->privates['App\\Form\\ECommerce\\Filter\\DocumentSortType'] = new \App\Form\ECommerce\Filter\DocumentSortType();
  8702. }
  8703. /**
  8704. * Gets the private 'App\Form\ECommerce\Filter\ProductFilterByCategory' shared autowired service.
  8705. *
  8706. * @return \App\Form\ECommerce\Filter\ProductFilterByCategory
  8707. */
  8708. protected function getProductFilterByCategoryService()
  8709. {
  8710. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8711. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8712. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Filter/ProductFilterByCategory.php';
  8713. return $this->privates['App\\Form\\ECommerce\\Filter\\ProductFilterByCategory'] = new \App\Form\ECommerce\Filter\ProductFilterByCategory();
  8714. }
  8715. /**
  8716. * Gets the private 'App\Form\ECommerce\Filter\ProductFilterByName' shared autowired service.
  8717. *
  8718. * @return \App\Form\ECommerce\Filter\ProductFilterByName
  8719. */
  8720. protected function getProductFilterByNameService()
  8721. {
  8722. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8723. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8724. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Filter/ProductFilterByName.php';
  8725. return $this->privates['App\\Form\\ECommerce\\Filter\\ProductFilterByName'] = new \App\Form\ECommerce\Filter\ProductFilterByName();
  8726. }
  8727. /**
  8728. * Gets the private 'App\Form\ECommerce\Filter\ProductFilterBySize' shared autowired service.
  8729. *
  8730. * @return \App\Form\ECommerce\Filter\ProductFilterBySize
  8731. */
  8732. protected function getProductFilterBySizeService()
  8733. {
  8734. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8735. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8736. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Filter/ProductFilterBySize.php';
  8737. return $this->privates['App\\Form\\ECommerce\\Filter\\ProductFilterBySize'] = new \App\Form\ECommerce\Filter\ProductFilterBySize();
  8738. }
  8739. /**
  8740. * Gets the private 'App\Form\ECommerce\Filter\ProductFilterType' shared autowired service.
  8741. *
  8742. * @return \App\Form\ECommerce\Filter\ProductFilterType
  8743. */
  8744. protected function getProductFilterTypeService()
  8745. {
  8746. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8747. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8748. include_once \dirname(__DIR__, 4).'/src/Traits/ECommerce/ProductSortFormTrait.php';
  8749. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Filter/ProductFilterType.php';
  8750. $a = ($this->privates['App\\Service\\ECommerce\\ProductTwigExtension'] ?? $this->getProductTwigExtensionService());
  8751. if (isset($this->privates['App\\Form\\ECommerce\\Filter\\ProductFilterType'])) {
  8752. return $this->privates['App\\Form\\ECommerce\\Filter\\ProductFilterType'];
  8753. }
  8754. return $this->privates['App\\Form\\ECommerce\\Filter\\ProductFilterType'] = new \App\Form\ECommerce\Filter\ProductFilterType(($this->privates['App\\Repository\\ECommerce\\ProductManufacturerRepository'] ?? $this->getProductManufacturerRepositoryService()), ($this->privates['App\\Repository\\ECommerce\\ProductCategoryRepository'] ?? $this->getProductCategoryRepositoryService()), ($this->privates['App\\Repository\\ECommerce\\ProductSubCategoryRepository'] ?? $this->getProductSubCategoryRepositoryService()), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8755. }
  8756. /**
  8757. * Gets the private 'App\Form\ECommerce\Filter\ProductSortType' shared autowired service.
  8758. *
  8759. * @return \App\Form\ECommerce\Filter\ProductSortType
  8760. */
  8761. protected function getProductSortTypeService()
  8762. {
  8763. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8764. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8765. include_once \dirname(__DIR__, 4).'/src/Traits/ECommerce/ProductSortFormTrait.php';
  8766. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Filter/ProductSortType.php';
  8767. return $this->privates['App\\Form\\ECommerce\\Filter\\ProductSortType'] = new \App\Form\ECommerce\Filter\ProductSortType();
  8768. }
  8769. /**
  8770. * Gets the private 'App\Form\ECommerce\FirmType' shared autowired service.
  8771. *
  8772. * @return \App\Form\ECommerce\FirmType
  8773. */
  8774. protected function getFirmTypeService()
  8775. {
  8776. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8777. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8778. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/FirmType.php';
  8779. return $this->privates['App\\Form\\ECommerce\\FirmType'] = new \App\Form\ECommerce\FirmType();
  8780. }
  8781. /**
  8782. * Gets the private 'App\Form\ECommerce\NewsletterType' shared autowired service.
  8783. *
  8784. * @return \App\Form\ECommerce\NewsletterType
  8785. */
  8786. protected function getNewsletterTypeService()
  8787. {
  8788. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8789. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8790. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/NewsletterType.php';
  8791. return $this->privates['App\\Form\\ECommerce\\NewsletterType'] = new \App\Form\ECommerce\NewsletterType();
  8792. }
  8793. /**
  8794. * Gets the private 'App\Form\ECommerce\Partials\CartItem\CartItemDeliveryDate' shared autowired service.
  8795. *
  8796. * @return \App\Form\ECommerce\Partials\CartItem\CartItemDeliveryDate
  8797. */
  8798. protected function getCartItemDeliveryDateService()
  8799. {
  8800. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8801. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8802. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Partials/CartItem/CartItemDeliveryDate.php';
  8803. return $this->privates['App\\Form\\ECommerce\\Partials\\CartItem\\CartItemDeliveryDate'] = new \App\Form\ECommerce\Partials\CartItem\CartItemDeliveryDate();
  8804. }
  8805. /**
  8806. * Gets the private 'App\Form\ECommerce\Partials\CartItem\CartItemQuantity' shared autowired service.
  8807. *
  8808. * @return \App\Form\ECommerce\Partials\CartItem\CartItemQuantity
  8809. */
  8810. protected function getCartItemQuantity2Service()
  8811. {
  8812. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8813. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8814. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Partials/CartItem/CartItemQuantity.php';
  8815. return $this->privates['App\\Form\\ECommerce\\Partials\\CartItem\\CartItemQuantity'] = new \App\Form\ECommerce\Partials\CartItem\CartItemQuantity(($this->services['translator'] ?? $this->getTranslatorService()));
  8816. }
  8817. /**
  8818. * Gets the private 'App\Form\ECommerce\Partials\CartItem\IndividualOrderItemQuantity' shared autowired service.
  8819. *
  8820. * @return \App\Form\ECommerce\Partials\CartItem\IndividualOrderItemQuantity
  8821. */
  8822. protected function getIndividualOrderItemQuantityService()
  8823. {
  8824. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8825. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8826. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Partials/CartItem/IndividualOrderItemQuantity.php';
  8827. return $this->privates['App\\Form\\ECommerce\\Partials\\CartItem\\IndividualOrderItemQuantity'] = new \App\Form\ECommerce\Partials\CartItem\IndividualOrderItemQuantity();
  8828. }
  8829. /**
  8830. * Gets the private 'App\Form\ECommerce\Partials\Depot\DepotColorsType' shared autowired service.
  8831. *
  8832. * @return \App\Form\ECommerce\Partials\Depot\DepotColorsType
  8833. */
  8834. protected function getDepotColorsTypeService()
  8835. {
  8836. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8837. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8838. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Partials/Depot/DepotColorsType.php';
  8839. return $this->privates['App\\Form\\ECommerce\\Partials\\Depot\\DepotColorsType'] = new \App\Form\ECommerce\Partials\Depot\DepotColorsType();
  8840. }
  8841. /**
  8842. * Gets the private 'App\Form\ECommerce\PhotoType' shared autowired service.
  8843. *
  8844. * @return \App\Form\ECommerce\PhotoType
  8845. */
  8846. protected function getPhotoTypeService()
  8847. {
  8848. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8849. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8850. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/PhotoType.php';
  8851. return $this->privates['App\\Form\\ECommerce\\PhotoType'] = new \App\Form\ECommerce\PhotoType();
  8852. }
  8853. /**
  8854. * Gets the private 'App\Form\ECommerce\PreOrderType' shared autowired service.
  8855. *
  8856. * @return \App\Form\ECommerce\PreOrderType
  8857. */
  8858. protected function getPreOrderTypeService()
  8859. {
  8860. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8861. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8862. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/PreOrderType.php';
  8863. return $this->privates['App\\Form\\ECommerce\\PreOrderType'] = new \App\Form\ECommerce\PreOrderType();
  8864. }
  8865. /**
  8866. * Gets the private 'App\Form\ECommerce\ProductAlternativeType' shared autowired service.
  8867. *
  8868. * @return \App\Form\ECommerce\ProductAlternativeType
  8869. */
  8870. protected function getProductAlternativeTypeService()
  8871. {
  8872. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8873. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8874. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductAlternativeType.php';
  8875. return $this->privates['App\\Form\\ECommerce\\ProductAlternativeType'] = new \App\Form\ECommerce\ProductAlternativeType();
  8876. }
  8877. /**
  8878. * Gets the private 'App\Form\ECommerce\ProductCategoryTranslationType' shared autowired service.
  8879. *
  8880. * @return \App\Form\ECommerce\ProductCategoryTranslationType
  8881. */
  8882. protected function getProductCategoryTranslationTypeService()
  8883. {
  8884. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8885. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8886. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductCategoryTranslationType.php';
  8887. return $this->privates['App\\Form\\ECommerce\\ProductCategoryTranslationType'] = new \App\Form\ECommerce\ProductCategoryTranslationType();
  8888. }
  8889. /**
  8890. * Gets the private 'App\Form\ECommerce\ProductCategoryType' shared autowired service.
  8891. *
  8892. * @return \App\Form\ECommerce\ProductCategoryType
  8893. */
  8894. protected function getProductCategoryTypeService()
  8895. {
  8896. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8897. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8898. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductCategoryType.php';
  8899. return $this->privates['App\\Form\\ECommerce\\ProductCategoryType'] = new \App\Form\ECommerce\ProductCategoryType();
  8900. }
  8901. /**
  8902. * Gets the private 'App\Form\ECommerce\ProductGroupType' shared autowired service.
  8903. *
  8904. * @return \App\Form\ECommerce\ProductGroupType
  8905. */
  8906. protected function getProductGroupTypeService()
  8907. {
  8908. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8909. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8910. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductGroupType.php';
  8911. return $this->privates['App\\Form\\ECommerce\\ProductGroupType'] = new \App\Form\ECommerce\ProductGroupType();
  8912. }
  8913. /**
  8914. * Gets the private 'App\Form\ECommerce\ProductInfoTranslationType' shared autowired service.
  8915. *
  8916. * @return \App\Form\ECommerce\ProductInfoTranslationType
  8917. */
  8918. protected function getProductInfoTranslationTypeService()
  8919. {
  8920. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8921. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8922. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductInfoTranslationType.php';
  8923. return $this->privates['App\\Form\\ECommerce\\ProductInfoTranslationType'] = new \App\Form\ECommerce\ProductInfoTranslationType();
  8924. }
  8925. /**
  8926. * Gets the private 'App\Form\ECommerce\ProductInfoType' shared autowired service.
  8927. *
  8928. * @return \App\Form\ECommerce\ProductInfoType
  8929. */
  8930. protected function getProductInfoTypeService()
  8931. {
  8932. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8933. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8934. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductInfoType.php';
  8935. return $this->privates['App\\Form\\ECommerce\\ProductInfoType'] = new \App\Form\ECommerce\ProductInfoType();
  8936. }
  8937. /**
  8938. * Gets the private 'App\Form\ECommerce\ProductManufacturerType' shared autowired service.
  8939. *
  8940. * @return \App\Form\ECommerce\ProductManufacturerType
  8941. */
  8942. protected function getProductManufacturerTypeService()
  8943. {
  8944. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8945. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8946. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductManufacturerType.php';
  8947. return $this->privates['App\\Form\\ECommerce\\ProductManufacturerType'] = new \App\Form\ECommerce\ProductManufacturerType();
  8948. }
  8949. /**
  8950. * Gets the private 'App\Form\ECommerce\ProductSearch' shared autowired service.
  8951. *
  8952. * @return \App\Form\ECommerce\ProductSearch
  8953. */
  8954. protected function getProductSearchService()
  8955. {
  8956. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8957. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8958. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductSearch.php';
  8959. return $this->privates['App\\Form\\ECommerce\\ProductSearch'] = new \App\Form\ECommerce\ProductSearch();
  8960. }
  8961. /**
  8962. * Gets the private 'App\Form\ECommerce\ProductTranslationType' shared autowired service.
  8963. *
  8964. * @return \App\Form\ECommerce\ProductTranslationType
  8965. */
  8966. protected function getProductTranslationTypeService()
  8967. {
  8968. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8969. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8970. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductTranslationType.php';
  8971. return $this->privates['App\\Form\\ECommerce\\ProductTranslationType'] = new \App\Form\ECommerce\ProductTranslationType();
  8972. }
  8973. /**
  8974. * Gets the private 'App\Form\ECommerce\ProductType' shared autowired service.
  8975. *
  8976. * @return \App\Form\ECommerce\ProductType
  8977. */
  8978. protected function getProductTypeService()
  8979. {
  8980. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8981. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8982. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductType.php';
  8983. return $this->privates['App\\Form\\ECommerce\\ProductType'] = new \App\Form\ECommerce\ProductType();
  8984. }
  8985. /**
  8986. * Gets the private 'App\Form\ECommerce\SearchTipTranslationType' shared autowired service.
  8987. *
  8988. * @return \App\Form\ECommerce\SearchTipTranslationType
  8989. */
  8990. protected function getSearchTipTranslationTypeService()
  8991. {
  8992. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8993. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8994. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/SearchTipTranslationType.php';
  8995. return $this->privates['App\\Form\\ECommerce\\SearchTipTranslationType'] = new \App\Form\ECommerce\SearchTipTranslationType();
  8996. }
  8997. /**
  8998. * Gets the private 'App\Form\ECommerce\SearchTipType' shared autowired service.
  8999. *
  9000. * @return \App\Form\ECommerce\SearchTipType
  9001. */
  9002. protected function getSearchTipTypeService()
  9003. {
  9004. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9005. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9006. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/SearchTipType.php';
  9007. return $this->privates['App\\Form\\ECommerce\\SearchTipType'] = new \App\Form\ECommerce\SearchTipType();
  9008. }
  9009. /**
  9010. * Gets the private 'App\Form\ECommerce\ShippingType' shared autowired service.
  9011. *
  9012. * @return \App\Form\ECommerce\ShippingType
  9013. */
  9014. protected function getShippingTypeService()
  9015. {
  9016. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9017. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9018. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ShippingType.php';
  9019. return $this->privates['App\\Form\\ECommerce\\ShippingType'] = new \App\Form\ECommerce\ShippingType();
  9020. }
  9021. /**
  9022. * Gets the private 'App\Form\ECommerce\SynonymType' shared autowired service.
  9023. *
  9024. * @return \App\Form\ECommerce\SynonymType
  9025. */
  9026. protected function getSynonymTypeService()
  9027. {
  9028. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9029. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9030. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/SynonymType.php';
  9031. return $this->privates['App\\Form\\ECommerce\\SynonymType'] = new \App\Form\ECommerce\SynonymType(($this->services['router'] ?? $this->getRouterService()));
  9032. }
  9033. /**
  9034. * Gets the private 'App\Form\ECommerce\Type\LocationType' shared autowired service.
  9035. *
  9036. * @return \App\Form\ECommerce\Type\LocationType
  9037. */
  9038. protected function getLocationTypeService()
  9039. {
  9040. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9041. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9042. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Type/LocationType.php';
  9043. return $this->privates['App\\Form\\ECommerce\\Type\\LocationType'] = new \App\Form\ECommerce\Type\LocationType();
  9044. }
  9045. /**
  9046. * Gets the private 'App\Form\ECommerce\Type\PathParametersType' shared autowired service.
  9047. *
  9048. * @return \App\Form\ECommerce\Type\PathParametersType
  9049. */
  9050. protected function getPathParametersTypeService()
  9051. {
  9052. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9053. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9054. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Type/PathParametersType.php';
  9055. return $this->privates['App\\Form\\ECommerce\\Type\\PathParametersType'] = new \App\Form\ECommerce\Type\PathParametersType();
  9056. }
  9057. /**
  9058. * Gets the private 'App\Form\Media\GalleryType' shared autowired service.
  9059. *
  9060. * @return \App\Form\Media\GalleryType
  9061. */
  9062. protected function getGalleryTypeService()
  9063. {
  9064. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9065. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9066. include_once \dirname(__DIR__, 4).'/src/Form/Media/GalleryType.php';
  9067. return $this->privates['App\\Form\\Media\\GalleryType'] = new \App\Form\Media\GalleryType();
  9068. }
  9069. /**
  9070. * Gets the private 'App\Form\Media\MediaType' shared autowired service.
  9071. *
  9072. * @return \App\Form\Media\MediaType
  9073. */
  9074. protected function getMediaTypeService()
  9075. {
  9076. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9077. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9078. include_once \dirname(__DIR__, 4).'/src/Form/Media/MediaType.php';
  9079. return $this->privates['App\\Form\\Media\\MediaType'] = new \App\Form\Media\MediaType();
  9080. }
  9081. /**
  9082. * Gets the private 'App\Form\Media\Type\MediaFileType' shared autowired service.
  9083. *
  9084. * @return \App\Form\Media\Type\MediaFileType
  9085. */
  9086. protected function getMediaFileTypeService()
  9087. {
  9088. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9089. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9090. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataTransformerInterface.php';
  9091. include_once \dirname(__DIR__, 4).'/src/Form/Media/Type/MediaFileType.php';
  9092. return $this->privates['App\\Form\\Media\\Type\\MediaFileType'] = new \App\Form\Media\Type\MediaFileType(($this->privates['App\\Service\\Media\\MediaTwig'] ?? ($this->privates['App\\Service\\Media\\MediaTwig'] = new \App\Service\Media\MediaTwig())));
  9093. }
  9094. /**
  9095. * Gets the private 'App\Helper\CacheHelper' shared autowired service.
  9096. *
  9097. * @return \App\Helper\CacheHelper
  9098. */
  9099. protected function getCacheHelperService()
  9100. {
  9101. include_once \dirname(__DIR__, 4).'/src/Helper/CacheHelper.php';
  9102. return $this->privates['App\\Helper\\CacheHelper'] = new \App\Helper\CacheHelper();
  9103. }
  9104. /**
  9105. * Gets the private 'App\Migrations\Factory\MigrationFactoryDecorator' shared autowired service.
  9106. *
  9107. * @return \App\Migrations\Factory\MigrationFactoryDecorator
  9108. */
  9109. protected function getMigrationFactoryDecoratorService()
  9110. {
  9111. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  9112. include_once \dirname(__DIR__, 4).'/src/Migrations/Factory/MigrationFactoryDecorator.php';
  9113. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/DbalMigrationFactory.php';
  9114. return $this->privates['App\\Migrations\\Factory\\MigrationFactoryDecorator'] = new \App\Migrations\Factory\MigrationFactoryDecorator(new \Doctrine\Migrations\Version\DbalMigrationFactory(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->services['doctrine.dbal.client_rel_management_connection'] ?? $this->getDoctrine_Dbal_ClientRelManagementConnectionService()));
  9115. }
  9116. /**
  9117. * Gets the private 'App\Repository\App\UserRepository' shared autowired service.
  9118. *
  9119. * @return \App\Repository\App\UserRepository
  9120. */
  9121. protected function getUserRepositoryService()
  9122. {
  9123. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9124. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9125. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9126. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9127. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9128. include_once \dirname(__DIR__, 4).'/src/Repository/App/UserRepository.php';
  9129. return $this->privates['App\\Repository\\App\\UserRepository'] = new \App\Repository\App\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9130. }
  9131. /**
  9132. * Gets the private 'App\Repository\Content\BlogCategoryRepository' shared autowired service.
  9133. *
  9134. * @return \App\Repository\Content\BlogCategoryRepository
  9135. */
  9136. protected function getBlogCategoryRepositoryService()
  9137. {
  9138. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9139. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9140. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9141. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9142. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9143. include_once \dirname(__DIR__, 4).'/src/Repository/Content/BlogCategoryRepository.php';
  9144. return $this->privates['App\\Repository\\Content\\BlogCategoryRepository'] = new \App\Repository\Content\BlogCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9145. }
  9146. /**
  9147. * Gets the private 'App\Repository\Content\BlogCommentRepository' shared autowired service.
  9148. *
  9149. * @return \App\Repository\Content\BlogCommentRepository
  9150. */
  9151. protected function getBlogCommentRepositoryService()
  9152. {
  9153. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9154. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9155. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9156. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9157. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9158. include_once \dirname(__DIR__, 4).'/src/Repository/Content/BlogCommentRepository.php';
  9159. return $this->privates['App\\Repository\\Content\\BlogCommentRepository'] = new \App\Repository\Content\BlogCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9160. }
  9161. /**
  9162. * Gets the private 'App\Repository\Content\BlogRepository' shared autowired service.
  9163. *
  9164. * @return \App\Repository\Content\BlogRepository
  9165. */
  9166. protected function getBlogRepositoryService()
  9167. {
  9168. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9169. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9170. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9171. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9172. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9173. include_once \dirname(__DIR__, 4).'/src/Repository/Content/BlogRepository.php';
  9174. return $this->privates['App\\Repository\\Content\\BlogRepository'] = new \App\Repository\Content\BlogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9175. }
  9176. /**
  9177. * Gets the private 'App\Repository\Content\DocumentRepository' shared autowired service.
  9178. *
  9179. * @return \App\Repository\Content\DocumentRepository
  9180. */
  9181. protected function getDocumentRepositoryService()
  9182. {
  9183. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9184. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9185. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9186. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9187. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9188. include_once \dirname(__DIR__, 4).'/src/Repository/Content/DocumentRepository.php';
  9189. return $this->privates['App\\Repository\\Content\\DocumentRepository'] = new \App\Repository\Content\DocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9190. }
  9191. /**
  9192. * Gets the private 'App\Repository\Content\PageRepository' shared autowired service.
  9193. *
  9194. * @return \App\Repository\Content\PageRepository
  9195. */
  9196. protected function getPageRepositoryService()
  9197. {
  9198. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9199. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9200. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9201. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9202. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9203. include_once \dirname(__DIR__, 4).'/src/Repository/Content/PageRepository.php';
  9204. return $this->privates['App\\Repository\\Content\\PageRepository'] = new \App\Repository\Content\PageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9205. }
  9206. /**
  9207. * Gets the private 'App\Repository\Content\PageTranslationRepository' shared autowired service.
  9208. *
  9209. * @return \App\Repository\Content\PageTranslationRepository
  9210. */
  9211. protected function getPageTranslationRepositoryService()
  9212. {
  9213. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9214. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9215. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9216. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9217. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9218. include_once \dirname(__DIR__, 4).'/src/Repository/Content/PageTranslationRepository.php';
  9219. return $this->privates['App\\Repository\\Content\\PageTranslationRepository'] = new \App\Repository\Content\PageTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9220. }
  9221. /**
  9222. * Gets the private 'App\Repository\ECommerce\CartItemRepository' shared autowired service.
  9223. *
  9224. * @return \App\Repository\ECommerce\CartItemRepository
  9225. */
  9226. protected function getCartItemRepositoryService()
  9227. {
  9228. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9229. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9230. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9231. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9232. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9233. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/CartItemRepository.php';
  9234. return $this->privates['App\\Repository\\ECommerce\\CartItemRepository'] = new \App\Repository\ECommerce\CartItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9235. }
  9236. /**
  9237. * Gets the private 'App\Repository\ECommerce\CartRepository' shared autowired service.
  9238. *
  9239. * @return \App\Repository\ECommerce\CartRepository
  9240. */
  9241. protected function getCartRepositoryService()
  9242. {
  9243. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9244. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9245. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9246. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9247. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9248. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/CartRepository.php';
  9249. return $this->privates['App\\Repository\\ECommerce\\CartRepository'] = new \App\Repository\ECommerce\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9250. }
  9251. /**
  9252. * Gets the private 'App\Repository\ECommerce\DepotProductRepository' shared autowired service.
  9253. *
  9254. * @return \App\Repository\ECommerce\DepotProductRepository
  9255. */
  9256. protected function getDepotProductRepositoryService()
  9257. {
  9258. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9259. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9260. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9261. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9262. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9263. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/DepotProductRepository.php';
  9264. return $this->privates['App\\Repository\\ECommerce\\DepotProductRepository'] = new \App\Repository\ECommerce\DepotProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9265. }
  9266. /**
  9267. * Gets the private 'App\Repository\ECommerce\NewsletterRepository' shared autowired service.
  9268. *
  9269. * @return \App\Repository\ECommerce\NewsletterRepository
  9270. */
  9271. protected function getNewsletterRepositoryService()
  9272. {
  9273. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9274. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9275. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9276. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9277. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9278. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/NewsletterRepository.php';
  9279. return $this->privates['App\\Repository\\ECommerce\\NewsletterRepository'] = new \App\Repository\ECommerce\NewsletterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9280. }
  9281. /**
  9282. * Gets the private 'App\Repository\ECommerce\ProductCategoryRepository' shared autowired service.
  9283. *
  9284. * @return \App\Repository\ECommerce\ProductCategoryRepository
  9285. */
  9286. protected function getProductCategoryRepositoryService()
  9287. {
  9288. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9289. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9290. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9293. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/ProductCategoryRepository.php';
  9294. return $this->privates['App\\Repository\\ECommerce\\ProductCategoryRepository'] = new \App\Repository\ECommerce\ProductCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9295. }
  9296. /**
  9297. * Gets the private 'App\Repository\ECommerce\ProductDocumentRepository' shared autowired service.
  9298. *
  9299. * @return \App\Repository\ECommerce\ProductDocumentRepository
  9300. */
  9301. protected function getProductDocumentRepositoryService()
  9302. {
  9303. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9304. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9305. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9306. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9307. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9308. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/ProductDocumentRepository.php';
  9309. return $this->privates['App\\Repository\\ECommerce\\ProductDocumentRepository'] = new \App\Repository\ECommerce\ProductDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9310. }
  9311. /**
  9312. * Gets the private 'App\Repository\ECommerce\ProductManufacturerRepository' shared autowired service.
  9313. *
  9314. * @return \App\Repository\ECommerce\ProductManufacturerRepository
  9315. */
  9316. protected function getProductManufacturerRepositoryService()
  9317. {
  9318. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9322. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9323. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/ProductManufacturerRepository.php';
  9324. return $this->privates['App\\Repository\\ECommerce\\ProductManufacturerRepository'] = new \App\Repository\ECommerce\ProductManufacturerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9325. }
  9326. /**
  9327. * Gets the private 'App\Repository\ECommerce\ProductRepository' shared autowired service.
  9328. *
  9329. * @return \App\Repository\ECommerce\ProductRepository
  9330. */
  9331. protected function getProductRepositoryService()
  9332. {
  9333. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9334. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9335. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9336. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9337. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9338. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/ProductRepository.php';
  9339. return $this->privates['App\\Repository\\ECommerce\\ProductRepository'] = new \App\Repository\ECommerce\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9340. }
  9341. /**
  9342. * Gets the private 'App\Repository\ECommerce\ProductSearchRepository' shared autowired service.
  9343. *
  9344. * @return \App\Repository\ECommerce\ProductSearchRepository
  9345. */
  9346. protected function getProductSearchRepositoryService()
  9347. {
  9348. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9349. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9350. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9351. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9352. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9353. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/ProductSearchRepository.php';
  9354. return $this->privates['App\\Repository\\ECommerce\\ProductSearchRepository'] = new \App\Repository\ECommerce\ProductSearchRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9355. }
  9356. /**
  9357. * Gets the private 'App\Repository\ECommerce\ProductSubCategoryRepository' shared autowired service.
  9358. *
  9359. * @return \App\Repository\ECommerce\ProductSubCategoryRepository
  9360. */
  9361. protected function getProductSubCategoryRepositoryService()
  9362. {
  9363. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9364. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9365. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9366. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9367. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9368. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/ProductSubCategoryRepository.php';
  9369. return $this->privates['App\\Repository\\ECommerce\\ProductSubCategoryRepository'] = new \App\Repository\ECommerce\ProductSubCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9370. }
  9371. /**
  9372. * Gets the private 'App\Security\App\Authenticator' shared autowired service.
  9373. *
  9374. * @return \App\Security\App\Authenticator
  9375. */
  9376. protected function getAuthenticatorService()
  9377. {
  9378. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9379. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  9380. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  9381. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  9382. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9383. include_once \dirname(__DIR__, 4).'/src/Security/App/Authenticator.php';
  9384. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9385. if (isset($this->privates['App\\Security\\App\\Authenticator'])) {
  9386. return $this->privates['App\\Security\\App\\Authenticator'];
  9387. }
  9388. return $this->privates['App\\Security\\App\\Authenticator'] = new \App\Security\App\Authenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  9389. }
  9390. /**
  9391. * Gets the private 'App\Service\Auth\Randomizer' shared autowired service.
  9392. *
  9393. * @return \App\Service\Auth\Randomizer
  9394. */
  9395. protected function getRandomizerService()
  9396. {
  9397. include_once \dirname(__DIR__, 4).'/src/Service/Auth/Randomizer.php';
  9398. return $this->privates['App\\Service\\Auth\\Randomizer'] = new \App\Service\Auth\Randomizer();
  9399. }
  9400. /**
  9401. * Gets the private 'App\Service\Auth\UserResetNotifier' shared autowired service.
  9402. *
  9403. * @return \App\Service\Auth\UserResetNotifier
  9404. */
  9405. protected function getUserResetNotifierService()
  9406. {
  9407. $this->throw('Cannot autowire service "App\\Service\\Auth\\UserResetNotifier": argument "$senderEmail" of method "App\\Service\\Notifier::__construct()" is type-hinted "string", you should configure its value explicitly.');
  9408. }
  9409. /**
  9410. * Gets the private 'App\Service\Content\DocumentUploader' shared autowired service.
  9411. *
  9412. * @return \App\Service\Content\DocumentUploader
  9413. */
  9414. protected function getDocumentUploaderService()
  9415. {
  9416. $this->throw('Cannot autowire service "App\\Service\\Content\\DocumentUploader": argument "$coverDirectory" of method "__construct()" is type-hinted "string", you should configure its value explicitly.');
  9417. }
  9418. /**
  9419. * Gets the private 'App\Service\ECommerce\CartCalculator' shared autowired service.
  9420. *
  9421. * @return \App\Service\ECommerce\CartCalculator
  9422. */
  9423. protected function getCartCalculatorService()
  9424. {
  9425. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/CartCalculator.php';
  9426. $a = ($this->privates['App\\Service\\ECommerce\\ShippingCalculator'] ?? $this->getShippingCalculatorService());
  9427. if (isset($this->privates['App\\Service\\ECommerce\\CartCalculator'])) {
  9428. return $this->privates['App\\Service\\ECommerce\\CartCalculator'];
  9429. }
  9430. return $this->privates['App\\Service\\ECommerce\\CartCalculator'] = new \App\Service\ECommerce\CartCalculator(($this->privates['App\\Service\\ECommerce\\RebateCalculator'] ?? ($this->privates['App\\Service\\ECommerce\\RebateCalculator'] = new \App\Service\ECommerce\RebateCalculator())), $a, ($this->privates['App\\Repository\\ECommerce\\DepotProductRepository'] ?? $this->getDepotProductRepositoryService()));
  9431. }
  9432. /**
  9433. * Gets the private 'App\Service\ECommerce\CartManager' shared autowired service.
  9434. *
  9435. * @return \App\Service\ECommerce\CartManager
  9436. */
  9437. protected function getCartManagerService()
  9438. {
  9439. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  9440. if (isset($this->privates['App\\Service\\ECommerce\\CartManager'])) {
  9441. return $this->privates['App\\Service\\ECommerce\\CartManager'];
  9442. }
  9443. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9444. if (isset($this->privates['App\\Service\\ECommerce\\CartManager'])) {
  9445. return $this->privates['App\\Service\\ECommerce\\CartManager'];
  9446. }
  9447. return $this->privates['App\\Service\\ECommerce\\CartManager'] = new \App\Service\ECommerce\CartManager($a, $b, $this->getEnv('resolve:APP_DEFAULT_CURRENCY'));
  9448. }
  9449. /**
  9450. * Gets the private 'App\Service\ECommerce\FirmManager' shared autowired service.
  9451. *
  9452. * @return \App\Service\ECommerce\FirmManager
  9453. */
  9454. protected function getFirmManagerService()
  9455. {
  9456. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/FirmManager.php';
  9457. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9458. if (isset($this->privates['App\\Service\\ECommerce\\FirmManager'])) {
  9459. return $this->privates['App\\Service\\ECommerce\\FirmManager'];
  9460. }
  9461. return $this->privates['App\\Service\\ECommerce\\FirmManager'] = new \App\Service\ECommerce\FirmManager(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  9462. }
  9463. /**
  9464. * Gets the private 'App\Service\ECommerce\InvoicePdfManager' shared autowired service.
  9465. *
  9466. * @return \App\Service\ECommerce\InvoicePdfManager
  9467. */
  9468. protected function getInvoicePdfManagerService()
  9469. {
  9470. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/InvoicePdfManager.php';
  9471. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9472. if (isset($this->privates['App\\Service\\ECommerce\\InvoicePdfManager'])) {
  9473. return $this->privates['App\\Service\\ECommerce\\InvoicePdfManager'];
  9474. }
  9475. return $this->privates['App\\Service\\ECommerce\\InvoicePdfManager'] = new \App\Service\ECommerce\InvoicePdfManager($a, ($this->services['Knp\\Snappy\\Pdf'] ?? $this->getPdfService()), \dirname(__DIR__, 4));
  9476. }
  9477. /**
  9478. * Gets the private 'App\Service\ECommerce\ProductTwigExtension' shared autowired service.
  9479. *
  9480. * @return \App\Service\ECommerce\ProductTwigExtension
  9481. */
  9482. protected function getProductTwigExtensionService()
  9483. {
  9484. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9485. if (isset($this->privates['App\\Service\\ECommerce\\ProductTwigExtension'])) {
  9486. return $this->privates['App\\Service\\ECommerce\\ProductTwigExtension'];
  9487. }
  9488. $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  9489. if (isset($this->privates['App\\Service\\ECommerce\\ProductTwigExtension'])) {
  9490. return $this->privates['App\\Service\\ECommerce\\ProductTwigExtension'];
  9491. }
  9492. $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9493. if (isset($this->privates['App\\Service\\ECommerce\\ProductTwigExtension'])) {
  9494. return $this->privates['App\\Service\\ECommerce\\ProductTwigExtension'];
  9495. }
  9496. $d = ($this->privates['App\\Service\\ECommerce\\CartManager'] ?? $this->getCartManagerService());
  9497. if (isset($this->privates['App\\Service\\ECommerce\\ProductTwigExtension'])) {
  9498. return $this->privates['App\\Service\\ECommerce\\ProductTwigExtension'];
  9499. }
  9500. return $this->privates['App\\Service\\ECommerce\\ProductTwigExtension'] = new \App\Service\ECommerce\ProductTwigExtension($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, $c, ($this->privates['App\\Service\\ECommerce\\RebateCalculator'] ?? ($this->privates['App\\Service\\ECommerce\\RebateCalculator'] = new \App\Service\ECommerce\RebateCalculator())), $d, $this->getEnv('resolve:APP_DEFAULT_CURRENCY'));
  9501. }
  9502. /**
  9503. * Gets the private 'App\Service\ECommerce\ShippingCalculator' shared autowired service.
  9504. *
  9505. * @return \App\Service\ECommerce\ShippingCalculator
  9506. */
  9507. protected function getShippingCalculatorService()
  9508. {
  9509. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ShippingCalculator.php';
  9510. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9511. if (isset($this->privates['App\\Service\\ECommerce\\ShippingCalculator'])) {
  9512. return $this->privates['App\\Service\\ECommerce\\ShippingCalculator'];
  9513. }
  9514. return $this->privates['App\\Service\\ECommerce\\ShippingCalculator'] = new \App\Service\ECommerce\ShippingCalculator($a);
  9515. }
  9516. /**
  9517. * Gets the private 'App\Service\ECommerce\SynonymProductSearchService' shared autowired service.
  9518. *
  9519. * @return \App\Service\ECommerce\SynonymProductSearchService
  9520. */
  9521. protected function getSynonymProductSearchServiceService()
  9522. {
  9523. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/SynonymProductSearchService.php';
  9524. return $this->privates['App\\Service\\ECommerce\\SynonymProductSearchService'] = new \App\Service\ECommerce\SynonymProductSearchService(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $synonymProductFinder'] ?? $this->getTransformedFindersynonymProductFinderService()));
  9525. }
  9526. /**
  9527. * Gets the private 'App\Service\ECommerce\SynonymSearchService' shared autowired service.
  9528. *
  9529. * @return \App\Service\ECommerce\SynonymSearchService
  9530. */
  9531. protected function getSynonymSearchServiceService()
  9532. {
  9533. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/SynonymSearchService.php';
  9534. return $this->privates['App\\Service\\ECommerce\\SynonymSearchService'] = new \App\Service\ECommerce\SynonymSearchService(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $synonymProductFinder'] ?? $this->getTransformedFindersynonymProductFinderService()));
  9535. }
  9536. /**
  9537. * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  9538. *
  9539. * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  9540. */
  9541. protected function getManagerRegistryAwareConnectionProviderService()
  9542. {
  9543. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  9544. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  9545. return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'));
  9546. }
  9547. /**
  9548. * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  9549. *
  9550. * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  9551. */
  9552. protected function getRunSqlCommandService()
  9553. {
  9554. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9555. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  9556. $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  9557. $instance->setName('dbal:run-sql');
  9558. return $instance;
  9559. }
  9560. /**
  9561. * Gets the private 'Endroid\QrCodeBundle\Twig\QrCodeRuntime' shared autowired service.
  9562. *
  9563. * @return \Endroid\QrCodeBundle\Twig\QrCodeRuntime
  9564. */
  9565. protected function getQrCodeRuntimeService()
  9566. {
  9567. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9568. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeRuntime.php';
  9569. return $this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'] = new \Endroid\QrCodeBundle\Twig\QrCodeRuntime(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? $this->getBuilderRegistryService()), ($this->services['router'] ?? $this->getRouterService()));
  9570. }
  9571. /**
  9572. * Gets the private 'Endroid\QrCode\Builder\BuilderRegistry' shared autowired service.
  9573. *
  9574. * @return \Endroid\QrCode\Builder\BuilderRegistry
  9575. */
  9576. protected function getBuilderRegistryService()
  9577. {
  9578. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistryInterface.php';
  9579. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistry.php';
  9580. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  9581. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  9582. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  9583. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  9584. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelInterface.php';
  9585. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelLow.php';
  9586. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeInterface.php';
  9587. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeMargin.php';
  9588. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  9589. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  9590. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/AbstractGdWriter.php';
  9591. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  9592. $this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] = $instance = new \Endroid\QrCode\Builder\BuilderRegistry();
  9593. $a = new \Endroid\QrCode\Builder\Builder();
  9594. $a->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  9595. $a->size(300);
  9596. $a->margin(10);
  9597. $a->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  9598. $a->errorCorrectionLevel(new \Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelLow());
  9599. $a->roundBlockSizeMode(new \Endroid\QrCode\RoundBlockSizeMode\RoundBlockSizeModeMargin());
  9600. $a->validateResult(false);
  9601. $instance->addBuilder('default', $a);
  9602. return $instance;
  9603. }
  9604. /**
  9605. * Gets the private 'League\OAuth2\Server\AuthorizationServer' shared service.
  9606. *
  9607. * @return \League\OAuth2\Server\AuthorizationServer
  9608. */
  9609. protected function getAuthorizationServerService()
  9610. {
  9611. include_once \dirname(__DIR__, 4).'/vendor/league/event/src/EmitterAwareInterface.php';
  9612. include_once \dirname(__DIR__, 4).'/vendor/league/event/src/EmitterAwareTrait.php';
  9613. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/AuthorizationServer.php';
  9614. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php';
  9615. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php';
  9616. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/ClientRepository.php';
  9617. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php';
  9618. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/AccessTokenRepository.php';
  9619. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php';
  9620. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/ScopeRepository.php';
  9621. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/ScopeManagerInterface.php';
  9622. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/InMemory/ScopeManager.php';
  9623. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Model/Scope.php';
  9624. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/CryptKey.php';
  9625. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/GrantTypeInterface.php';
  9626. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/CryptTrait.php';
  9627. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/AbstractGrant.php';
  9628. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/ClientCredentialsGrant.php';
  9629. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/PasswordGrant.php';
  9630. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/UserRepositoryInterface.php';
  9631. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/UserRepository.php';
  9632. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php';
  9633. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/RefreshTokenRepository.php';
  9634. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/RefreshTokenGrant.php';
  9635. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/AbstractAuthorizeGrant.php';
  9636. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/AuthCodeGrant.php';
  9637. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/AuthCodeRepositoryInterface.php';
  9638. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/AuthCodeRepository.php';
  9639. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/ImplicitGrant.php';
  9640. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/AuthorizationServer/GrantConfigurator.php';
  9641. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/ScopeConverterInterface.php';
  9642. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/ScopeConverter.php';
  9643. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/UserConverterInterface.php';
  9644. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/UserConverter.php';
  9645. $a = ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService());
  9646. $b = ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\AccessTokenManager'] ?? $this->getAccessTokenManagerService());
  9647. $c = ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Converter\\ScopeConverter'] ?? ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Converter\\ScopeConverter'] = new \Trikoder\Bundle\OAuth2Bundle\Converter\ScopeConverter()));
  9648. $d = new \Trikoder\Bundle\OAuth2Bundle\Manager\InMemory\ScopeManager();
  9649. $d->save(new \Trikoder\Bundle\OAuth2Bundle\Model\Scope('consignment'));
  9650. $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9651. $this->privates['League\\OAuth2\\Server\\AuthorizationServer'] = $instance = new \League\OAuth2\Server\AuthorizationServer(new \Trikoder\Bundle\OAuth2Bundle\League\Repository\ClientRepository($a), new \Trikoder\Bundle\OAuth2Bundle\League\Repository\AccessTokenRepository($b, $a, $c), new \Trikoder\Bundle\OAuth2Bundle\League\Repository\ScopeRepository($d, $a, $c, $e), new \League\OAuth2\Server\CryptKey((\dirname(__DIR__, 3).'/oauth/private.key'), NULL, false), $this->getEnv('string:OAUTH2_ENCRYPTION_KEY'));
  9652. $f = new \Trikoder\Bundle\OAuth2Bundle\League\Repository\RefreshTokenRepository(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\RefreshTokenManager'] ?? $this->getRefreshTokenManagerService()), $b);
  9653. $g = new \League\OAuth2\Server\Grant\PasswordGrant(new \Trikoder\Bundle\OAuth2Bundle\League\Repository\UserRepository($a, $e, ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Converter\\UserConverter'] ?? ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Converter\\UserConverter'] = new \Trikoder\Bundle\OAuth2Bundle\Converter\UserConverter()))), $f);
  9654. $g->setRefreshTokenTTL(new \DateInterval('P1M'));
  9655. $h = new \League\OAuth2\Server\Grant\RefreshTokenGrant($f);
  9656. $h->setRefreshTokenTTL(new \DateInterval('P1M'));
  9657. $i = new \League\OAuth2\Server\Grant\AuthCodeGrant(new \Trikoder\Bundle\OAuth2Bundle\League\Repository\AuthCodeRepository(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\AuthorizationCodeManager'] ?? $this->getAuthorizationCodeManagerService()), $a, $c), $f, new \DateInterval('PT10M'));
  9658. $i->setRefreshTokenTTL(new \DateInterval('P1M'));
  9659. $instance->enableGrantType(new \League\OAuth2\Server\Grant\ClientCredentialsGrant(), new \DateInterval('PT1H'));
  9660. $instance->enableGrantType($g, new \DateInterval('PT1H'));
  9661. $instance->enableGrantType($h, new \DateInterval('PT1H'));
  9662. $instance->enableGrantType($i, new \DateInterval('PT1H'));
  9663. $instance->enableGrantType(new \League\OAuth2\Server\Grant\ImplicitGrant(new \DateInterval('PT1H')), new \DateInterval('PT1H'));
  9664. (new \Trikoder\Bundle\OAuth2Bundle\League\AuthorizationServer\GrantConfigurator(new RewindableGenerator(function () {
  9665. return new \EmptyIterator();
  9666. }, 0)))->__invoke($instance);
  9667. return $instance;
  9668. }
  9669. /**
  9670. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  9671. *
  9672. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  9673. */
  9674. protected function getResetAssetsEventListenerService()
  9675. {
  9676. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  9677. }
  9678. /**
  9679. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\ClearExpiredTokensCommand' shared service.
  9680. *
  9681. * @return \Trikoder\Bundle\OAuth2Bundle\Command\ClearExpiredTokensCommand
  9682. */
  9683. protected function getClearExpiredTokensCommandService()
  9684. {
  9685. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9686. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/ClearExpiredTokensCommand.php';
  9687. $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearExpiredTokensCommand'] = $instance = new \Trikoder\Bundle\OAuth2Bundle\Command\ClearExpiredTokensCommand(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\AccessTokenManager'] ?? $this->getAccessTokenManagerService()), ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\RefreshTokenManager'] ?? $this->getRefreshTokenManagerService()), ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\AuthorizationCodeManager'] ?? $this->getAuthorizationCodeManagerService()));
  9688. $instance->setName('trikoder:oauth2:clear-expired-tokens');
  9689. return $instance;
  9690. }
  9691. /**
  9692. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\ClearRevokedTokensCommand' shared service.
  9693. *
  9694. * @return \Trikoder\Bundle\OAuth2Bundle\Command\ClearRevokedTokensCommand
  9695. */
  9696. protected function getClearRevokedTokensCommandService()
  9697. {
  9698. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9699. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/ClearRevokedTokensCommand.php';
  9700. $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearRevokedTokensCommand'] = $instance = new \Trikoder\Bundle\OAuth2Bundle\Command\ClearRevokedTokensCommand(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\AccessTokenManager'] ?? $this->getAccessTokenManagerService()), ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\RefreshTokenManager'] ?? $this->getRefreshTokenManagerService()), ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\AuthorizationCodeManager'] ?? $this->getAuthorizationCodeManagerService()));
  9701. $instance->setName('trikoder:oauth2:clear-revoked-tokens');
  9702. return $instance;
  9703. }
  9704. /**
  9705. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\CreateClientCommand' shared service.
  9706. *
  9707. * @return \Trikoder\Bundle\OAuth2Bundle\Command\CreateClientCommand
  9708. */
  9709. protected function getCreateClientCommandService()
  9710. {
  9711. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9712. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/CreateClientCommand.php';
  9713. $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Command\\CreateClientCommand'] = $instance = new \Trikoder\Bundle\OAuth2Bundle\Command\CreateClientCommand(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService()));
  9714. $instance->setName('trikoder:oauth2:create-client');
  9715. return $instance;
  9716. }
  9717. /**
  9718. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\DeleteClientCommand' shared service.
  9719. *
  9720. * @return \Trikoder\Bundle\OAuth2Bundle\Command\DeleteClientCommand
  9721. */
  9722. protected function getDeleteClientCommandService()
  9723. {
  9724. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9725. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/DeleteClientCommand.php';
  9726. $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Command\\DeleteClientCommand'] = $instance = new \Trikoder\Bundle\OAuth2Bundle\Command\DeleteClientCommand(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService()));
  9727. $instance->setName('trikoder:oauth2:delete-client');
  9728. return $instance;
  9729. }
  9730. /**
  9731. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\ListClientsCommand' shared service.
  9732. *
  9733. * @return \Trikoder\Bundle\OAuth2Bundle\Command\ListClientsCommand
  9734. */
  9735. protected function getListClientsCommandService()
  9736. {
  9737. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9738. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/ListClientsCommand.php';
  9739. $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Command\\ListClientsCommand'] = $instance = new \Trikoder\Bundle\OAuth2Bundle\Command\ListClientsCommand(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService()));
  9740. $instance->setName('trikoder:oauth2:list-clients');
  9741. return $instance;
  9742. }
  9743. /**
  9744. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\UpdateClientCommand' shared service.
  9745. *
  9746. * @return \Trikoder\Bundle\OAuth2Bundle\Command\UpdateClientCommand
  9747. */
  9748. protected function getUpdateClientCommandService()
  9749. {
  9750. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9751. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/UpdateClientCommand.php';
  9752. $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Command\\UpdateClientCommand'] = $instance = new \Trikoder\Bundle\OAuth2Bundle\Command\UpdateClientCommand(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService()));
  9753. $instance->setName('trikoder:oauth2:update-client');
  9754. return $instance;
  9755. }
  9756. /**
  9757. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\EventListener\AuthorizationRequestUserResolvingListener' shared service.
  9758. *
  9759. * @return \Trikoder\Bundle\OAuth2Bundle\EventListener\AuthorizationRequestUserResolvingListener
  9760. */
  9761. protected function getAuthorizationRequestUserResolvingListenerService()
  9762. {
  9763. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/EventListener/AuthorizationRequestUserResolvingListener.php';
  9764. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  9765. if (isset($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\AuthorizationRequestUserResolvingListener'])) {
  9766. return $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\AuthorizationRequestUserResolvingListener'];
  9767. }
  9768. return $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\AuthorizationRequestUserResolvingListener'] = new \Trikoder\Bundle\OAuth2Bundle\EventListener\AuthorizationRequestUserResolvingListener($a);
  9769. }
  9770. /**
  9771. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AccessTokenManager' shared service.
  9772. *
  9773. * @return \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AccessTokenManager
  9774. */
  9775. protected function getAccessTokenManagerService()
  9776. {
  9777. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/AccessTokenManagerInterface.php';
  9778. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/Doctrine/AccessTokenManager.php';
  9779. return $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\AccessTokenManager'] = new \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AccessTokenManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9780. }
  9781. /**
  9782. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AuthorizationCodeManager' shared service.
  9783. *
  9784. * @return \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AuthorizationCodeManager
  9785. */
  9786. protected function getAuthorizationCodeManagerService()
  9787. {
  9788. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/AuthorizationCodeManagerInterface.php';
  9789. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/Doctrine/AuthorizationCodeManager.php';
  9790. return $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\AuthorizationCodeManager'] = new \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AuthorizationCodeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9791. }
  9792. /**
  9793. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\ClientManager' shared service.
  9794. *
  9795. * @return \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\ClientManager
  9796. */
  9797. protected function getClientManagerService()
  9798. {
  9799. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Service/ClientFinderInterface.php';
  9800. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/ClientManagerInterface.php';
  9801. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/Doctrine/ClientManager.php';
  9802. return $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] = new \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\ClientManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9803. }
  9804. /**
  9805. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\RefreshTokenManager' shared service.
  9806. *
  9807. * @return \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\RefreshTokenManager
  9808. */
  9809. protected function getRefreshTokenManagerService()
  9810. {
  9811. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/RefreshTokenManagerInterface.php';
  9812. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/Doctrine/RefreshTokenManager.php';
  9813. return $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\RefreshTokenManager'] = new \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\RefreshTokenManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9814. }
  9815. /**
  9816. * Gets the private 'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' shared service.
  9817. *
  9818. * @return \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator
  9819. */
  9820. protected function getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService()
  9821. {
  9822. include_once \dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/FormManipulatorInterface.php';
  9823. include_once \dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/DoctrineORMManipulator.php';
  9824. include_once \dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/ObjectInfo/DoctrineORMInfo.php';
  9825. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php';
  9826. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9827. if (isset($this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'])) {
  9828. return $this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'];
  9829. }
  9830. return $this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] = new \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator(new \A2lix\AutoFormBundle\ObjectInfo\DoctrineORMInfo($a->getMetadataFactory()), [0 => 'id', 1 => 'locale', 2 => 'translatable']);
  9831. }
  9832. /**
  9833. * Gets the private 'a2lix_auto_form.form.type.auto_form_type' shared service.
  9834. *
  9835. * @return \A2lix\AutoFormBundle\Form\Type\AutoFormType
  9836. */
  9837. protected function getA2lixAutoForm_Form_Type_AutoFormTypeService()
  9838. {
  9839. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9840. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9841. include_once \dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/Form/Type/AutoFormType.php';
  9842. include_once \dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/Form/EventListener/AutoFormListener.php';
  9843. $a = ($this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] ?? $this->getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService());
  9844. if (isset($this->privates['a2lix_auto_form.form.type.auto_form_type'])) {
  9845. return $this->privates['a2lix_auto_form.form.type.auto_form_type'];
  9846. }
  9847. return $this->privates['a2lix_auto_form.form.type.auto_form_type'] = new \A2lix\AutoFormBundle\Form\Type\AutoFormType(new \A2lix\AutoFormBundle\Form\EventListener\AutoFormListener($a));
  9848. }
  9849. /**
  9850. * Gets the private 'a2lix_translation_form.form.type.translated_entity_type' shared service.
  9851. *
  9852. * @return \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType
  9853. */
  9854. protected function getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService()
  9855. {
  9856. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9857. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9858. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslatedEntityType.php';
  9859. return $this->privates['a2lix_translation_form.form.type.translated_entity_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9860. }
  9861. /**
  9862. * Gets the private 'a2lix_translation_form.form.type.translations_forms_type' shared service.
  9863. *
  9864. * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType
  9865. */
  9866. protected function getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService()
  9867. {
  9868. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9869. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9870. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsFormsType.php';
  9871. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
  9872. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  9873. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  9874. return $this->privates['a2lix_translation_form.form.type.translations_forms_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType(new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsFormsListener(), ($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['a2lix_translation_form.locales'], 'sr', []))));
  9875. }
  9876. /**
  9877. * Gets the private 'a2lix_translation_form.form.type.translations_locales_selector_type' shared service.
  9878. *
  9879. * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType
  9880. */
  9881. protected function getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService()
  9882. {
  9883. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9884. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9885. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsLocalesSelectorType.php';
  9886. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  9887. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  9888. return $this->privates['a2lix_translation_form.form.type.translations_locales_selector_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType(($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['a2lix_translation_form.locales'], 'sr', []))));
  9889. }
  9890. /**
  9891. * Gets the private 'a2lix_translation_form.form.type.translations_type' shared service.
  9892. *
  9893. * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsType
  9894. */
  9895. protected function getA2lixTranslationForm_Form_Type_TranslationsTypeService()
  9896. {
  9897. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  9898. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  9899. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsType.php';
  9900. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsListener.php';
  9901. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  9902. include_once \dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  9903. return $this->privates['a2lix_translation_form.form.type.translations_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsType(new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsListener(($this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] ?? $this->getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService())), ($this->privates['a2lix_translation_form.locale.simple_provider'] ?? ($this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['a2lix_translation_form.locales'], 'sr', []))));
  9904. }
  9905. /**
  9906. * Gets the private 'annotations.cache_adapter' shared service.
  9907. *
  9908. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  9909. */
  9910. protected function getAnnotations_CacheAdapterService()
  9911. {
  9912. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  9913. }
  9914. /**
  9915. * Gets the private 'annotations.cache_warmer' shared service.
  9916. *
  9917. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  9918. */
  9919. protected function getAnnotations_CacheWarmerService()
  9920. {
  9921. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9922. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9923. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  9924. 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);
  9925. }
  9926. /**
  9927. * Gets the private 'annotations.cached_reader' shared service.
  9928. *
  9929. * @return \Doctrine\Common\Annotations\PsrCachedReader
  9930. */
  9931. protected function getAnnotations_CachedReaderService()
  9932. {
  9933. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  9934. }
  9935. /**
  9936. * Gets the private 'annotations.reader' shared service.
  9937. *
  9938. * @return \Doctrine\Common\Annotations\AnnotationReader
  9939. */
  9940. protected function getAnnotations_ReaderService()
  9941. {
  9942. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  9943. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  9944. $a->registerUniqueLoader('class_exists');
  9945. $instance->addGlobalIgnoredName('required', $a);
  9946. return $instance;
  9947. }
  9948. /**
  9949. * Gets the private 'app.content.subscriber.localization' shared service.
  9950. *
  9951. * @return \App\EventSubscriber\Content\LocalizationSubscriber
  9952. */
  9953. protected function getApp_Content_Subscriber_LocalizationService()
  9954. {
  9955. $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  9956. if (isset($this->privates['app.content.subscriber.localization'])) {
  9957. return $this->privates['app.content.subscriber.localization'];
  9958. }
  9959. return $this->privates['app.content.subscriber.localization'] = new \App\EventSubscriber\Content\LocalizationSubscriber($this->getEnv('resolve:APP_LOCALE'), $a);
  9960. }
  9961. /**
  9962. * Gets the private 'app.content.subscriber.sluggable' shared service.
  9963. *
  9964. * @return \App\EventSubscriber\Content\SluggableSubscriber
  9965. */
  9966. protected function getApp_Content_Subscriber_SluggableService()
  9967. {
  9968. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9969. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Content/SluggableSubscriber.php';
  9970. return $this->privates['app.content.subscriber.sluggable'] = new \App\EventSubscriber\Content\SluggableSubscriber();
  9971. }
  9972. /**
  9973. * Gets the private 'app.e_commerce.listener.product_photo' shared service.
  9974. *
  9975. * @return \App\EventListener\ECommerce\ProductPhotoListener
  9976. */
  9977. protected function getApp_ECommerce_Listener_ProductPhotoService()
  9978. {
  9979. include_once \dirname(__DIR__, 4).'/src/EventListener/DoctrineListenerInterface.php';
  9980. include_once \dirname(__DIR__, 4).'/src/EventListener/ECommerce/ProductPhotoListener.php';
  9981. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ProductPhotoUploader.php';
  9982. return $this->privates['app.e_commerce.listener.product_photo'] = new \App\EventListener\ECommerce\ProductPhotoListener(new \App\Service\ECommerce\ProductPhotoUploader(\dirname(__DIR__, 4), '/home/offline/product_photos'), \dirname(__DIR__, 4));
  9983. }
  9984. /**
  9985. * Gets the private 'app.e_commerce.listener.search_tip' shared service.
  9986. *
  9987. * @return \App\EventListener\ECommerce\SearchTipListener
  9988. */
  9989. protected function getApp_ECommerce_Listener_SearchTipService()
  9990. {
  9991. include_once \dirname(__DIR__, 4).'/src/EventListener/ECommerce/SearchTipListener.php';
  9992. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/SearchTipUploader.php';
  9993. return $this->privates['app.e_commerce.listener.search_tip'] = new \App\EventListener\ECommerce\SearchTipListener(\dirname(__DIR__, 4), new \App\Service\ECommerce\SearchTipUploader('$rootDir'));
  9994. }
  9995. /**
  9996. * Gets the private 'app.e_commerce.subscriber.cart_item' shared service.
  9997. *
  9998. * @return \App\EventSubscriber\ECommerce\CartItemSubscriber
  9999. */
  10000. protected function getApp_ECommerce_Subscriber_CartItemService()
  10001. {
  10002. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10003. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/CartItemSubscriber.php';
  10004. $a = ($this->privates['mdl.cart_calculator'] ?? $this->getMdl_CartCalculatorService());
  10005. if (isset($this->privates['app.e_commerce.subscriber.cart_item'])) {
  10006. return $this->privates['app.e_commerce.subscriber.cart_item'];
  10007. }
  10008. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  10009. if (isset($this->privates['app.e_commerce.subscriber.cart_item'])) {
  10010. return $this->privates['app.e_commerce.subscriber.cart_item'];
  10011. }
  10012. return $this->privates['app.e_commerce.subscriber.cart_item'] = new \App\EventSubscriber\ECommerce\CartItemSubscriber($a, $b);
  10013. }
  10014. /**
  10015. * Gets the private 'app.e_commerce.subscriber.client' shared service.
  10016. *
  10017. * @return \App\EventSubscriber\ECommerce\ClientSubscriber
  10018. */
  10019. protected function getApp_ECommerce_Subscriber_ClientService()
  10020. {
  10021. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/ClientSubscriber.php';
  10022. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  10023. if (isset($this->privates['app.e_commerce.subscriber.client'])) {
  10024. return $this->privates['app.e_commerce.subscriber.client'];
  10025. }
  10026. return $this->privates['app.e_commerce.subscriber.client'] = new \App\EventSubscriber\ECommerce\ClientSubscriber($a);
  10027. }
  10028. /**
  10029. * Gets the private 'app.e_commerce.subscriber.dates' shared service.
  10030. *
  10031. * @return \App\EventSubscriber\ECommerce\DatesSubscriber
  10032. */
  10033. protected function getApp_ECommerce_Subscriber_DatesService()
  10034. {
  10035. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10036. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/DatesSubscriber.php';
  10037. return $this->privates['app.e_commerce.subscriber.dates'] = new \App\EventSubscriber\ECommerce\DatesSubscriber();
  10038. }
  10039. /**
  10040. * Gets the private 'app.e_commerce.subscriber.individual_order' shared service.
  10041. *
  10042. * @return \App\EventSubscriber\ECommerce\IndividualOrderSubscriber
  10043. */
  10044. protected function getApp_ECommerce_Subscriber_IndividualOrderService()
  10045. {
  10046. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10047. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/IndividualOrderSubscriber.php';
  10048. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  10049. if (isset($this->privates['app.e_commerce.subscriber.individual_order'])) {
  10050. return $this->privates['app.e_commerce.subscriber.individual_order'];
  10051. }
  10052. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10053. if (isset($this->privates['app.e_commerce.subscriber.individual_order'])) {
  10054. return $this->privates['app.e_commerce.subscriber.individual_order'];
  10055. }
  10056. return $this->privates['app.e_commerce.subscriber.individual_order'] = new \App\EventSubscriber\ECommerce\IndividualOrderSubscriber($a, ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $b, $this->getEnv('resolve:APP_EMAIL'));
  10057. }
  10058. /**
  10059. * Gets the private 'assets.packages' shared service.
  10060. *
  10061. * @return \Symfony\Component\Asset\Packages
  10062. */
  10063. protected function getAssets_PackagesService()
  10064. {
  10065. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  10066. 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/assets/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 () {
  10067. return new \EmptyIterator();
  10068. }, 0));
  10069. }
  10070. /**
  10071. * Gets the private 'cache.annotations' shared service.
  10072. *
  10073. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10074. */
  10075. protected function getCache_AnnotationsService()
  10076. {
  10077. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), 'aP2Pv8UGnz', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  10078. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10079. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10080. }
  10081. /**
  10082. * Gets the private 'cache.doctrine.orm.client_rel_management.query' shared service.
  10083. *
  10084. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10085. */
  10086. protected function getCache_Doctrine_Orm_ClientRelManagement_QueryService()
  10087. {
  10088. return $this->privates['cache.doctrine.orm.client_rel_management.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10089. }
  10090. /**
  10091. * Gets the private 'cache.doctrine.orm.client_rel_management.result' shared service.
  10092. *
  10093. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10094. */
  10095. protected function getCache_Doctrine_Orm_ClientRelManagement_ResultService()
  10096. {
  10097. return $this->privates['cache.doctrine.orm.client_rel_management.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10098. }
  10099. /**
  10100. * Gets the private 'cache.doctrine.orm.client_rel_web_management.query' shared service.
  10101. *
  10102. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10103. */
  10104. protected function getCache_Doctrine_Orm_ClientRelWebManagement_QueryService()
  10105. {
  10106. return $this->privates['cache.doctrine.orm.client_rel_web_management.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10107. }
  10108. /**
  10109. * Gets the private 'cache.doctrine.orm.client_rel_web_management.result' shared service.
  10110. *
  10111. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10112. */
  10113. protected function getCache_Doctrine_Orm_ClientRelWebManagement_ResultService()
  10114. {
  10115. return $this->privates['cache.doctrine.orm.client_rel_web_management.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10116. }
  10117. /**
  10118. * Gets the private 'cache.property_info' shared service.
  10119. *
  10120. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10121. */
  10122. protected function getCache_PropertyInfoService()
  10123. {
  10124. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), '83go2bZW2v', 8640000, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  10125. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10126. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10127. }
  10128. /**
  10129. * Gets the private 'cache.security_expression_language' shared service.
  10130. *
  10131. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10132. */
  10133. protected function getCache_SecurityExpressionLanguageService()
  10134. {
  10135. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), 'jkUy4VhNzK', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  10136. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10137. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10138. }
  10139. /**
  10140. * Gets the private 'cache.security_token_verifier' shared service.
  10141. *
  10142. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10143. */
  10144. protected function getCache_SecurityTokenVerifierService()
  10145. {
  10146. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), 'AnQ-Jwlql9', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  10147. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10148. return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10149. }
  10150. /**
  10151. * Gets the private 'cache.serializer' shared service.
  10152. *
  10153. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10154. */
  10155. protected function getCache_SerializerService()
  10156. {
  10157. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), 't4YpmostfU', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  10158. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10159. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10160. }
  10161. /**
  10162. * Gets the private 'cache.validator' shared service.
  10163. *
  10164. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10165. */
  10166. protected function getCache_ValidatorService()
  10167. {
  10168. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), '59RAIKndpc', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  10169. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10170. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10171. }
  10172. /**
  10173. * Gets the private 'cache.webpack_encore' shared service.
  10174. *
  10175. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10176. */
  10177. protected function getCache_WebpackEncoreService()
  10178. {
  10179. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), 'yT4qjkePh1', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  10180. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10181. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10182. }
  10183. /**
  10184. * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  10185. *
  10186. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  10187. */
  10188. protected function getCachePoolClearer_CacheWarmerService()
  10189. {
  10190. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10191. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  10192. 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']);
  10193. }
  10194. /**
  10195. * Gets the private 'config_builder.warmer' shared service.
  10196. *
  10197. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  10198. */
  10199. protected function getConfigBuilder_WarmerService()
  10200. {
  10201. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10202. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  10203. 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()));
  10204. }
  10205. /**
  10206. * Gets the private 'config_cache_factory' shared service.
  10207. *
  10208. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  10209. */
  10210. protected function getConfigCacheFactoryService()
  10211. {
  10212. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  10213. 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)));
  10214. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  10215. }, 2));
  10216. }
  10217. /**
  10218. * Gets the private 'console.command.about' shared service.
  10219. *
  10220. * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  10221. */
  10222. protected function getConsole_Command_AboutService()
  10223. {
  10224. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10225. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  10226. $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  10227. $instance->setName('about');
  10228. $instance->setDescription('Display information about the current project');
  10229. return $instance;
  10230. }
  10231. /**
  10232. * Gets the private 'console.command.assets_install' shared service.
  10233. *
  10234. * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  10235. */
  10236. protected function getConsole_Command_AssetsInstallService()
  10237. {
  10238. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10239. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  10240. $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));
  10241. $instance->setName('assets:install');
  10242. $instance->setDescription('Install bundle\'s web assets under a public directory');
  10243. return $instance;
  10244. }
  10245. /**
  10246. * Gets the private 'console.command.cache_clear' shared service.
  10247. *
  10248. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  10249. */
  10250. protected function getConsole_Command_CacheClearService()
  10251. {
  10252. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10253. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  10254. $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())));
  10255. $instance->setName('cache:clear');
  10256. $instance->setDescription('Clear the cache');
  10257. return $instance;
  10258. }
  10259. /**
  10260. * Gets the private 'console.command.cache_pool_clear' shared service.
  10261. *
  10262. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  10263. */
  10264. protected function getConsole_Command_CachePoolClearService()
  10265. {
  10266. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10267. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  10268. $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 => 'public', 7 => 'doctrine.result_cache_pool', 8 => 'cache.validator_expression_language', 9 => 'cache.doctrine.orm.client_rel_management.result', 10 => 'cache.doctrine.orm.client_rel_management.query', 11 => 'cache.doctrine.orm.client_rel_web_management.result', 12 => 'cache.doctrine.orm.client_rel_web_management.query', 13 => 'cache.security_expression_language', 14 => 'cache.security_token_verifier', 15 => 'cache.webpack_encore']);
  10269. $instance->setName('cache:pool:clear');
  10270. $instance->setDescription('Clear cache pools');
  10271. return $instance;
  10272. }
  10273. /**
  10274. * Gets the private 'console.command.cache_pool_delete' shared service.
  10275. *
  10276. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  10277. */
  10278. protected function getConsole_Command_CachePoolDeleteService()
  10279. {
  10280. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10281. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  10282. $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 => 'public', 7 => 'doctrine.result_cache_pool', 8 => 'cache.validator_expression_language', 9 => 'cache.doctrine.orm.client_rel_management.result', 10 => 'cache.doctrine.orm.client_rel_management.query', 11 => 'cache.doctrine.orm.client_rel_web_management.result', 12 => 'cache.doctrine.orm.client_rel_web_management.query', 13 => 'cache.security_expression_language', 14 => 'cache.security_token_verifier', 15 => 'cache.webpack_encore']);
  10283. $instance->setName('cache:pool:delete');
  10284. $instance->setDescription('Delete an item from a cache pool');
  10285. return $instance;
  10286. }
  10287. /**
  10288. * Gets the private 'console.command.cache_pool_list' shared service.
  10289. *
  10290. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  10291. */
  10292. protected function getConsole_Command_CachePoolListService()
  10293. {
  10294. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10295. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  10296. $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 => 'public', 7 => 'doctrine.result_cache_pool', 8 => 'cache.validator_expression_language', 9 => 'cache.doctrine.orm.client_rel_management.result', 10 => 'cache.doctrine.orm.client_rel_management.query', 11 => 'cache.doctrine.orm.client_rel_web_management.result', 12 => 'cache.doctrine.orm.client_rel_web_management.query', 13 => 'cache.security_expression_language', 14 => 'cache.security_token_verifier', 15 => 'cache.webpack_encore']);
  10297. $instance->setName('cache:pool:list');
  10298. $instance->setDescription('List available cache pools');
  10299. return $instance;
  10300. }
  10301. /**
  10302. * Gets the private 'console.command.cache_pool_prune' shared service.
  10303. *
  10304. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  10305. */
  10306. protected function getConsole_Command_CachePoolPruneService()
  10307. {
  10308. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10309. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  10310. $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  10311. yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  10312. yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  10313. yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  10314. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  10315. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  10316. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  10317. yield 'public' => ($this->privates['public'] ?? $this->getPublicService());
  10318. yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService());
  10319. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  10320. yield 'cache.doctrine.orm.client_rel_management.result' => ($this->privates['cache.doctrine.orm.client_rel_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_ResultService());
  10321. yield 'cache.doctrine.orm.client_rel_management.query' => ($this->privates['cache.doctrine.orm.client_rel_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_QueryService());
  10322. yield 'cache.doctrine.orm.client_rel_web_management.result' => ($this->privates['cache.doctrine.orm.client_rel_web_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelWebManagement_ResultService());
  10323. yield 'cache.doctrine.orm.client_rel_web_management.query' => ($this->privates['cache.doctrine.orm.client_rel_web_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelWebManagement_QueryService());
  10324. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  10325. yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService());
  10326. yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  10327. }, 16));
  10328. $instance->setName('cache:pool:prune');
  10329. $instance->setDescription('Prune cache pools');
  10330. return $instance;
  10331. }
  10332. /**
  10333. * Gets the private 'console.command.cache_warmup' shared service.
  10334. *
  10335. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  10336. */
  10337. protected function getConsole_Command_CacheWarmupService()
  10338. {
  10339. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10340. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  10341. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  10342. $instance->setName('cache:warmup');
  10343. $instance->setDescription('Warm up an empty cache');
  10344. return $instance;
  10345. }
  10346. /**
  10347. * Gets the private 'console.command.config_debug' shared service.
  10348. *
  10349. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  10350. */
  10351. protected function getConsole_Command_ConfigDebugService()
  10352. {
  10353. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10354. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10355. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10356. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  10357. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  10358. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  10359. $instance->setName('debug:config');
  10360. $instance->setDescription('Dump the current configuration for an extension');
  10361. return $instance;
  10362. }
  10363. /**
  10364. * Gets the private 'console.command.config_dump_reference' shared service.
  10365. *
  10366. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  10367. */
  10368. protected function getConsole_Command_ConfigDumpReferenceService()
  10369. {
  10370. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10371. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10372. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10373. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  10374. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  10375. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  10376. $instance->setName('config:dump-reference');
  10377. $instance->setDescription('Dump the default configuration for an extension');
  10378. return $instance;
  10379. }
  10380. /**
  10381. * Gets the private 'console.command.container_debug' shared service.
  10382. *
  10383. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  10384. */
  10385. protected function getConsole_Command_ContainerDebugService()
  10386. {
  10387. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10388. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10389. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10390. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  10391. $instance->setName('debug:container');
  10392. $instance->setDescription('Display current services for an application');
  10393. return $instance;
  10394. }
  10395. /**
  10396. * Gets the private 'console.command.container_lint' shared service.
  10397. *
  10398. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  10399. */
  10400. protected function getConsole_Command_ContainerLintService()
  10401. {
  10402. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10403. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  10404. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  10405. $instance->setName('lint:container');
  10406. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  10407. return $instance;
  10408. }
  10409. /**
  10410. * Gets the private 'console.command.debug_autowiring' shared service.
  10411. *
  10412. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  10413. */
  10414. protected function getConsole_Command_DebugAutowiringService()
  10415. {
  10416. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10417. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10418. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10419. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  10420. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10421. $instance->setName('debug:autowiring');
  10422. $instance->setDescription('List classes/interfaces you can use for autowiring');
  10423. return $instance;
  10424. }
  10425. /**
  10426. * Gets the private 'console.command.dotenv_debug' shared service.
  10427. *
  10428. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  10429. */
  10430. protected function getConsole_Command_DotenvDebugService()
  10431. {
  10432. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10433. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  10434. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  10435. $instance->setName('debug:dotenv');
  10436. $instance->setDescription('Lists all dotenv files with variables and values');
  10437. return $instance;
  10438. }
  10439. /**
  10440. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  10441. *
  10442. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  10443. */
  10444. protected function getConsole_Command_EventDispatcherDebugService()
  10445. {
  10446. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10447. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  10448. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.G2DNP89'] ?? $this->get_ServiceLocator_G2DNP89Service()));
  10449. $instance->setName('debug:event-dispatcher');
  10450. $instance->setDescription('Display configured listeners for an application');
  10451. return $instance;
  10452. }
  10453. /**
  10454. * Gets the private 'console.command.form_debug' shared service.
  10455. *
  10456. * @return \Symfony\Component\Form\Command\DebugCommand
  10457. */
  10458. protected function getConsole_Command_FormDebugService()
  10459. {
  10460. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10461. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  10462. $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\\Form\\Content', 2 => 'App\\Form\\ECommerce\\App', 3 => 'App\\Form\\ECommerce\\Type', 4 => 'App\\Form\\ECommerce', 5 => 'App\\Form\\Media\\Type', 6 => 'App\\Form\\Media', 7 => 'App\\Form\\API\\Security', 8 => 'App\\Form\\App', 9 => 'App\\Form\\App\\Security', 10 => 'App\\Form\\App\\Type', 11 => 'App\\Form\\Auth\\Admin', 12 => 'App\\Form\\Content\\Admin', 13 => 'App\\Form\\ECommerce\\API', 14 => 'App\\Form\\ECommerce\\Admin', 15 => 'App\\Form\\ECommerce\\Filter', 16 => 'App\\Form\\ECommerce\\Partials\\CartItem', 17 => 'App\\Form\\ECommerce\\Partials\\Depot', 18 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 19 => 'Liip\\ImagineBundle\\Form\\Type', 20 => 'A2lix\\AutoFormBundle\\Form\\Type', 21 => 'A2lix\\TranslationFormBundle\\Form\\Type'], [0 => 'App\\Form\\Content\\BlogType', 1 => 'App\\Form\\ECommerce\\App\\CartItemAdd', 2 => 'App\\Form\\ECommerce\\Type\\LocationType', 3 => 'App\\Form\\ECommerce\\SynonymType', 4 => 'App\\Form\\ECommerce\\ClientRegistrationFormType', 5 => 'App\\Form\\ECommerce\\CartItemType', 6 => 'App\\Form\\Media\\Type\\MediaFileType', 7 => 'App\\Form\\Media\\GalleryType', 8 => 'App\\Form\\API\\Security\\LoginType', 9 => 'App\\Form\\App\\ContactForm', 10 => 'App\\Form\\App\\FilterForm', 11 => 'App\\Form\\App\\MenuItemType', 12 => 'App\\Form\\App\\MenuType', 13 => 'App\\Form\\App\\ParameterType', 14 => 'App\\Form\\App\\Security\\RegistrationFormType', 15 => 'App\\Form\\App\\Security\\UserPassword', 16 => 'App\\Form\\App\\Type\\CountryType', 17 => 'App\\Form\\App\\Type\\EntityAJAXType', 18 => 'App\\Form\\App\\Type\\RegistrationFormType', 19 => 'App\\Form\\App\\UserType', 20 => 'App\\Form\\App\\VisitLogCreateType', 21 => 'App\\Form\\App\\VisitLogEditType', 22 => 'App\\Form\\Auth\\Admin\\UserType', 23 => 'App\\Form\\Content\\Admin\\BlogCommentApproveType', 24 => 'App\\Form\\Content\\Admin\\SeoType', 25 => 'App\\Form\\Content\\BlogCategoryType', 26 => 'App\\Form\\Content\\BlogCommentType', 27 => 'App\\Form\\Content\\BlogTranslationType', 28 => 'App\\Form\\Content\\DocumentCategoryType', 29 => 'App\\Form\\Content\\DocumentTranslationType', 30 => 'App\\Form\\Content\\DocumentType', 31 => 'App\\Form\\Content\\LocaleForm', 32 => 'App\\Form\\Content\\PageTranslationType', 33 => 'App\\Form\\Content\\PageType', 34 => 'App\\Form\\Content\\TagType', 35 => 'App\\Form\\ECommerce\\API\\CartCheckOut', 36 => 'App\\Form\\ECommerce\\API\\CartItemQuantity', 37 => 'App\\Form\\ECommerce\\API\\CartItemRemove', 38 => 'App\\Form\\ECommerce\\Admin\\IndividualOrderType', 39 => 'App\\Form\\ECommerce\\App\\CartCheckOut', 40 => 'App\\Form\\ECommerce\\App\\CartItemRemove', 41 => 'App\\Form\\ECommerce\\App\\IndividualOrderType', 42 => 'App\\Form\\ECommerce\\BankAccountType', 43 => 'App\\Form\\ECommerce\\CartCheckOutGuest', 44 => 'App\\Form\\ECommerce\\CartType', 45 => 'App\\Form\\ECommerce\\ClientGroupType', 46 => 'App\\Form\\ECommerce\\ClientGuestType', 47 => 'App\\Form\\ECommerce\\ClientType', 48 => 'App\\Form\\ECommerce\\DepotProductType', 49 => 'App\\Form\\ECommerce\\DepotTranslationType', 50 => 'App\\Form\\ECommerce\\DepotType', 51 => 'App\\Form\\ECommerce\\DocumentType', 52 => 'App\\Form\\ECommerce\\Filter\\DocumentSortType', 53 => 'App\\Form\\ECommerce\\Filter\\ProductFilterByCategory', 54 => 'App\\Form\\ECommerce\\Filter\\ProductFilterByName', 55 => 'App\\Form\\ECommerce\\Filter\\ProductFilterBySize', 56 => 'App\\Form\\ECommerce\\Filter\\ProductFilterType', 57 => 'App\\Form\\ECommerce\\Filter\\ProductSortType', 58 => 'App\\Form\\ECommerce\\FirmType', 59 => 'App\\Form\\ECommerce\\NewsletterType', 60 => 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemDeliveryDate', 61 => 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemQuantity', 62 => 'App\\Form\\ECommerce\\Partials\\CartItem\\IndividualOrderItemQuantity', 63 => 'App\\Form\\ECommerce\\Partials\\Depot\\DepotColorsType', 64 => 'App\\Form\\ECommerce\\PhotoType', 65 => 'App\\Form\\ECommerce\\PreOrderType', 66 => 'App\\Form\\ECommerce\\ProductAlternativeType', 67 => 'App\\Form\\ECommerce\\ProductCategoryTranslationType', 68 => 'App\\Form\\ECommerce\\ProductCategoryType', 69 => 'App\\Form\\ECommerce\\ProductGroupType', 70 => 'App\\Form\\ECommerce\\ProductInfoTranslationType', 71 => 'App\\Form\\ECommerce\\ProductInfoType', 72 => 'App\\Form\\ECommerce\\ProductManufacturerType', 73 => 'App\\Form\\ECommerce\\ProductSearch', 74 => 'App\\Form\\ECommerce\\ProductTranslationType', 75 => 'App\\Form\\ECommerce\\ProductType', 76 => 'App\\Form\\ECommerce\\SearchTipTranslationType', 77 => 'App\\Form\\ECommerce\\SearchTipType', 78 => 'App\\Form\\ECommerce\\ShippingType', 79 => 'App\\Form\\ECommerce\\Type\\PathParametersType', 80 => 'App\\Form\\Media\\MediaType', 81 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 82 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 83 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 84 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 85 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 86 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType', 87 => 'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType', 88 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType', 89 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType', 90 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType', 91 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType'], [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', 8 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10463. $instance->setName('debug:form');
  10464. $instance->setDescription('Display form type information');
  10465. return $instance;
  10466. }
  10467. /**
  10468. * Gets the private 'console.command.router_debug' shared service.
  10469. *
  10470. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  10471. */
  10472. protected function getConsole_Command_RouterDebugService()
  10473. {
  10474. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10475. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10476. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  10477. $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10478. $instance->setName('debug:router');
  10479. $instance->setDescription('Display current routes for an application');
  10480. return $instance;
  10481. }
  10482. /**
  10483. * Gets the private 'console.command.router_match' shared service.
  10484. *
  10485. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  10486. */
  10487. protected function getConsole_Command_RouterMatchService()
  10488. {
  10489. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10490. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  10491. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  10492. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  10493. }, 1));
  10494. $instance->setName('router:match');
  10495. $instance->setDescription('Help debug routes by simulating a path info match');
  10496. return $instance;
  10497. }
  10498. /**
  10499. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  10500. *
  10501. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  10502. */
  10503. protected function getConsole_Command_SecretsDecryptToLocalService()
  10504. {
  10505. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10506. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  10507. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10508. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10509. $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')))));
  10510. $instance->setName('secrets:decrypt-to-local');
  10511. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  10512. return $instance;
  10513. }
  10514. /**
  10515. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  10516. *
  10517. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  10518. */
  10519. protected function getConsole_Command_SecretsEncryptFromLocalService()
  10520. {
  10521. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10522. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  10523. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10524. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10525. $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')))));
  10526. $instance->setName('secrets:encrypt-from-local');
  10527. $instance->setDescription('Encrypt all local secrets to the vault');
  10528. return $instance;
  10529. }
  10530. /**
  10531. * Gets the private 'console.command.secrets_generate_key' shared service.
  10532. *
  10533. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  10534. */
  10535. protected function getConsole_Command_SecretsGenerateKeyService()
  10536. {
  10537. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10538. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  10539. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10540. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10541. $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')))));
  10542. $instance->setName('secrets:generate-keys');
  10543. $instance->setDescription('Generate new encryption keys');
  10544. return $instance;
  10545. }
  10546. /**
  10547. * Gets the private 'console.command.secrets_list' shared service.
  10548. *
  10549. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  10550. */
  10551. protected function getConsole_Command_SecretsListService()
  10552. {
  10553. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10554. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  10555. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10556. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10557. $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')))));
  10558. $instance->setName('secrets:list');
  10559. $instance->setDescription('List all secrets');
  10560. return $instance;
  10561. }
  10562. /**
  10563. * Gets the private 'console.command.secrets_remove' shared service.
  10564. *
  10565. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  10566. */
  10567. protected function getConsole_Command_SecretsRemoveService()
  10568. {
  10569. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10570. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  10571. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10572. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10573. $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')))));
  10574. $instance->setName('secrets:remove');
  10575. $instance->setDescription('Remove a secret from the vault');
  10576. return $instance;
  10577. }
  10578. /**
  10579. * Gets the private 'console.command.secrets_set' shared service.
  10580. *
  10581. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  10582. */
  10583. protected function getConsole_Command_SecretsSetService()
  10584. {
  10585. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10586. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  10587. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10588. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10589. $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')))));
  10590. $instance->setName('secrets:set');
  10591. $instance->setDescription('Set a secret in the vault');
  10592. return $instance;
  10593. }
  10594. /**
  10595. * Gets the private 'console.command.translation_debug' shared service.
  10596. *
  10597. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  10598. */
  10599. protected function getConsole_Command_TranslationDebugService()
  10600. {
  10601. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10602. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  10603. $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'), [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).'/vendor/knplabs/knp-paginator-bundle/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/Service/ECommerce/EmailNotifier.php'), 3 => (\dirname(__DIR__, 4).'/src/Form/ECommerce/Partials/CartItem/CartItemQuantity.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 15 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 16 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 17 => (\dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 22 => (\dirname(__DIR__, 4).'/src/Service/App/TextTwig.php'), 23 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  10604. $instance->setName('debug:translation');
  10605. $instance->setDescription('Display translation messages information');
  10606. return $instance;
  10607. }
  10608. /**
  10609. * Gets the private 'console.command.translation_extract' shared service.
  10610. *
  10611. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  10612. */
  10613. protected function getConsole_Command_TranslationExtractService()
  10614. {
  10615. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10616. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  10617. $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()), $this->getEnv('resolve:APP_LOCALE'), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [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).'/vendor/knplabs/knp-paginator-bundle/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/Service/ECommerce/EmailNotifier.php'), 3 => (\dirname(__DIR__, 4).'/src/Form/ECommerce/Partials/CartItem/CartItemQuantity.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 15 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 16 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 17 => (\dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 22 => (\dirname(__DIR__, 4).'/src/Service/App/TextTwig.php'), 23 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  10618. $instance->setName('translation:extract');
  10619. $instance->setAliases([0 => 'translation:update']);
  10620. $instance->setDescription('Extract missing translations keys from code to translation files.');
  10621. return $instance;
  10622. }
  10623. /**
  10624. * Gets the private 'console.command.translation_pull' shared service.
  10625. *
  10626. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  10627. */
  10628. protected function getConsole_Command_TranslationPullService()
  10629. {
  10630. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10631. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  10632. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  10633. $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()), $this->getEnv('resolve:APP_LOCALE'), [], []);
  10634. $instance->setName('translation:pull');
  10635. $instance->setDescription('Pull translations from a given provider.');
  10636. return $instance;
  10637. }
  10638. /**
  10639. * Gets the private 'console.command.translation_push' shared service.
  10640. *
  10641. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  10642. */
  10643. protected function getConsole_Command_TranslationPushService()
  10644. {
  10645. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10646. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  10647. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  10648. $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()), [], []);
  10649. $instance->setName('translation:push');
  10650. $instance->setDescription('Push translations to a given provider.');
  10651. return $instance;
  10652. }
  10653. /**
  10654. * Gets the private 'console.command.validator_debug' shared service.
  10655. *
  10656. * @return \Symfony\Component\Validator\Command\DebugCommand
  10657. */
  10658. protected function getConsole_Command_ValidatorDebugService()
  10659. {
  10660. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10661. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  10662. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  10663. $instance->setName('debug:validator');
  10664. $instance->setDescription('Display validation constraints for classes');
  10665. return $instance;
  10666. }
  10667. /**
  10668. * Gets the private 'console.command.xliff_lint' shared service.
  10669. *
  10670. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  10671. */
  10672. protected function getConsole_Command_XliffLintService()
  10673. {
  10674. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10675. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  10676. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  10677. $instance->setName('lint:xliff');
  10678. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  10679. return $instance;
  10680. }
  10681. /**
  10682. * Gets the private 'console.command.yaml_lint' shared service.
  10683. *
  10684. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  10685. */
  10686. protected function getConsole_Command_YamlLintService()
  10687. {
  10688. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10689. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  10690. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  10691. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  10692. $instance->setName('lint:yaml');
  10693. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  10694. return $instance;
  10695. }
  10696. /**
  10697. * Gets the private 'console.error_listener' shared service.
  10698. *
  10699. * @return \Symfony\Component\Console\EventListener\ErrorListener
  10700. */
  10701. protected function getConsole_ErrorListenerService()
  10702. {
  10703. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  10704. $a = new \Symfony\Bridge\Monolog\Logger('console');
  10705. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10706. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10707. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10708. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  10709. }
  10710. /**
  10711. * Gets the private 'container.env_var_processor' shared service.
  10712. *
  10713. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  10714. */
  10715. protected function getContainer_EnvVarProcessorService()
  10716. {
  10717. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  10718. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  10719. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  10720. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  10721. }, 1));
  10722. }
  10723. /**
  10724. * Gets the private 'container.getenv' shared service.
  10725. *
  10726. * @return \Closure
  10727. */
  10728. protected function getContainer_GetenvService()
  10729. {
  10730. return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
  10731. }
  10732. /**
  10733. * Gets the private 'data_collector.form' shared service.
  10734. *
  10735. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  10736. */
  10737. protected function getDataCollector_FormService()
  10738. {
  10739. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  10740. }
  10741. /**
  10742. * Gets the private 'data_collector.request' shared service.
  10743. *
  10744. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  10745. */
  10746. protected function getDataCollector_RequestService()
  10747. {
  10748. 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())));
  10749. }
  10750. /**
  10751. * Gets the private 'data_collector.request.session_collector' shared service.
  10752. *
  10753. * @return \Closure
  10754. */
  10755. protected function getDataCollector_Request_SessionCollectorService()
  10756. {
  10757. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  10758. }
  10759. /**
  10760. * Gets the private 'debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver' shared service.
  10761. *
  10762. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10763. */
  10764. protected function getPsr7ServerRequestResolverService()
  10765. {
  10766. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10767. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10768. include_once \dirname(__DIR__, 4).'/vendor/ajgarlag/psr-http-message-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  10769. return $this->privates['debug.Ajgarlag\\Bundle\\PsrHttpMessageBundle\\Request\\ArgumentValueResolver\\Psr7ServerRequestResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver(($this->privates['sensio_framework_extra.psr7.http_message_factory'] ?? $this->getSensioFrameworkExtra_Psr7_HttpMessageFactoryService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10770. }
  10771. /**
  10772. * Gets the private 'debug.argument_resolver.default' shared service.
  10773. *
  10774. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10775. */
  10776. protected function getDebug_ArgumentResolver_DefaultService()
  10777. {
  10778. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10779. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10780. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  10781. 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))));
  10782. }
  10783. /**
  10784. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  10785. *
  10786. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10787. */
  10788. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  10789. {
  10790. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10791. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10792. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  10793. return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.ku2I4gB'] ?? $this->get_ServiceLocator_Ku2I4gBService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10794. }
  10795. /**
  10796. * Gets the private 'debug.argument_resolver.request' shared service.
  10797. *
  10798. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10799. */
  10800. protected function getDebug_ArgumentResolver_RequestService()
  10801. {
  10802. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10803. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10804. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  10805. 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))));
  10806. }
  10807. /**
  10808. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  10809. *
  10810. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10811. */
  10812. protected function getDebug_ArgumentResolver_RequestAttributeService()
  10813. {
  10814. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10815. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10816. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  10817. 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))));
  10818. }
  10819. /**
  10820. * Gets the private 'debug.argument_resolver.service' shared service.
  10821. *
  10822. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10823. */
  10824. protected function getDebug_ArgumentResolver_ServiceService()
  10825. {
  10826. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10827. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10828. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  10829. $a = ($this->privates['.service_locator.ku2I4gB'] ?? $this->get_ServiceLocator_Ku2I4gBService());
  10830. if (isset($this->privates['debug.argument_resolver.service'])) {
  10831. return $this->privates['debug.argument_resolver.service'];
  10832. }
  10833. 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))));
  10834. }
  10835. /**
  10836. * Gets the private 'debug.argument_resolver.session' shared service.
  10837. *
  10838. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10839. */
  10840. protected function getDebug_ArgumentResolver_SessionService()
  10841. {
  10842. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10843. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10844. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  10845. 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))));
  10846. }
  10847. /**
  10848. * Gets the private 'debug.argument_resolver.variadic' shared service.
  10849. *
  10850. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10851. */
  10852. protected function getDebug_ArgumentResolver_VariadicService()
  10853. {
  10854. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10855. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10856. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  10857. 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))));
  10858. }
  10859. /**
  10860. * Gets the private 'debug.debug_handlers_listener' shared service.
  10861. *
  10862. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  10863. */
  10864. protected function getDebug_DebugHandlersListenerService()
  10865. {
  10866. $a = new \Symfony\Bridge\Monolog\Logger('php');
  10867. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10868. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10869. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10870. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10871. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  10872. }
  10873. /**
  10874. * Gets the private 'debug.dump_listener' shared service.
  10875. *
  10876. * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  10877. */
  10878. protected function getDebug_DumpListenerService()
  10879. {
  10880. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  10881. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  10882. return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  10883. }
  10884. /**
  10885. * Gets the private 'debug.file_link_formatter' shared service.
  10886. *
  10887. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  10888. */
  10889. protected function getDebug_FileLinkFormatterService()
  10890. {
  10891. 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 () {
  10892. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  10893. });
  10894. }
  10895. /**
  10896. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  10897. *
  10898. * @return \string
  10899. */
  10900. protected function getDebug_FileLinkFormatter_UrlFormatService()
  10901. {
  10902. return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file', '?file=%f&line=%l#line%l');
  10903. }
  10904. /**
  10905. * Gets the private 'debug.log_processor' shared service.
  10906. *
  10907. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  10908. */
  10909. protected function getDebug_LogProcessorService()
  10910. {
  10911. 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())));
  10912. }
  10913. /**
  10914. * Gets the private 'debug.security.access.decision_manager' shared service.
  10915. *
  10916. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  10917. */
  10918. protected function getDebug_Security_Access_DecisionManagerService()
  10919. {
  10920. 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 () {
  10921. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  10922. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  10923. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  10924. yield 3 => ($this->privates['debug.security.voter.mdl.security.blog_voter'] ?? $this->getDebug_Security_Voter_Mdl_Security_BlogVoterService());
  10925. yield 4 => ($this->privates['debug.security.voter.security.mdl_e_commerce.cart'] ?? $this->getDebug_Security_Voter_Security_MdlECommerce_CartService());
  10926. yield 5 => ($this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'] ?? $this->getDebug_Security_Voter_Security_MdlECommerce_CartArchiveService());
  10927. yield 6 => ($this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'] ?? $this->getDebug_Security_Voter_Security_MdlECommerce_IndividualOrderVoterService());
  10928. yield 7 => ($this->privates['debug.security.voter.App\\Security\\Content\\BlogCategoryVoter'] ?? $this->getBlogCategoryVoterService());
  10929. yield 8 => ($this->privates['debug.security.voter.App\\Security\\Content\\BlogCommentVoter'] ?? $this->getBlogCommentVoterService());
  10930. yield 9 => ($this->privates['debug.security.voter.App\\Security\\Content\\BlogVoter'] ?? $this->getBlogVoterService());
  10931. yield 10 => ($this->privates['debug.security.voter.App\\Security\\ECommerce\\CartVoter'] ?? $this->getCartVoterService());
  10932. yield 11 => ($this->privates['debug.security.voter.App\\Security\\ECommerce\\IndividualOrderVoter'] ?? $this->getIndividualOrderVoterService());
  10933. yield 12 => ($this->privates['debug.security.voter.App\\Security\\ECommerce\\InvoiceVoter'] ?? $this->getInvoiceVoterService());
  10934. }, 13), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  10935. }
  10936. /**
  10937. * Gets the private 'debug.security.firewall' shared service.
  10938. *
  10939. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  10940. */
  10941. protected function getDebug_Security_FirewallService()
  10942. {
  10943. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  10944. if (isset($this->privates['debug.security.firewall'])) {
  10945. return $this->privates['debug.security.firewall'];
  10946. }
  10947. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10948. if (isset($this->privates['debug.security.firewall'])) {
  10949. return $this->privates['debug.security.firewall'];
  10950. }
  10951. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  10952. }
  10953. /**
  10954. * Gets the private 'debug.security.firewall.authenticator.api' shared service.
  10955. *
  10956. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  10957. */
  10958. protected function getDebug_Security_Firewall_Authenticator_ApiService()
  10959. {
  10960. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  10961. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  10962. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  10963. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  10964. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  10965. $a = ($this->privates['security.authenticator.guard.api.0'] ?? $this->getSecurity_Authenticator_Guard_Api_0Service());
  10966. if (isset($this->privates['debug.security.firewall.authenticator.api'])) {
  10967. return $this->privates['debug.security.firewall.authenticator.api'];
  10968. }
  10969. return $this->privates['debug.security.firewall.authenticator.api'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), 'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
  10970. }
  10971. /**
  10972. * Gets the private 'debug.security.firewall.authenticator.login' shared service.
  10973. *
  10974. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  10975. */
  10976. protected function getDebug_Security_Firewall_Authenticator_LoginService()
  10977. {
  10978. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  10979. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  10980. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  10981. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  10982. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  10983. $a = ($this->privates['security.authenticator.json_login.login'] ?? $this->getSecurity_Authenticator_JsonLogin_LoginService());
  10984. if (isset($this->privates['debug.security.firewall.authenticator.login'])) {
  10985. return $this->privates['debug.security.firewall.authenticator.login'];
  10986. }
  10987. return $this->privates['debug.security.firewall.authenticator.login'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.login'] ?? $this->getSecurity_EventDispatcher_LoginService()), 'login', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
  10988. }
  10989. /**
  10990. * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  10991. *
  10992. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  10993. */
  10994. protected function getDebug_Security_Firewall_Authenticator_MainService()
  10995. {
  10996. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  10997. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  10998. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  10999. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  11000. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  11001. $a = ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service());
  11002. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  11003. return $this->privates['debug.security.firewall.authenticator.main'];
  11004. }
  11005. return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => $a, 1 => ($this->privates['security.authenticator.remember_me.main'] ?? $this->getSecurity_Authenticator_RememberMe_MainService())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
  11006. }
  11007. /**
  11008. * Gets the private 'debug.security.user_value_resolver' shared service.
  11009. *
  11010. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11011. */
  11012. protected function getDebug_Security_UserValueResolverService()
  11013. {
  11014. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11015. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11016. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  11017. 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))));
  11018. }
  11019. /**
  11020. * Gets the private 'debug.security.voter.App\Security\Content\BlogCategoryVoter' shared service.
  11021. *
  11022. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11023. */
  11024. protected function getBlogCategoryVoterService()
  11025. {
  11026. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11027. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11028. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11029. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  11030. include_once \dirname(__DIR__, 4).'/src/Security/Content/BlogCategoryVoter.php';
  11031. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  11032. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogCategoryVoter'])) {
  11033. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogCategoryVoter'];
  11034. }
  11035. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11036. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogCategoryVoter'])) {
  11037. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogCategoryVoter'];
  11038. }
  11039. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogCategoryVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Content\BlogCategoryVoter($a), $b);
  11040. }
  11041. /**
  11042. * Gets the private 'debug.security.voter.App\Security\Content\BlogCommentVoter' shared service.
  11043. *
  11044. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11045. */
  11046. protected function getBlogCommentVoterService()
  11047. {
  11048. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11049. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11050. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11051. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  11052. include_once \dirname(__DIR__, 4).'/src/Security/Content/BlogCommentVoter.php';
  11053. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  11054. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogCommentVoter'])) {
  11055. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogCommentVoter'];
  11056. }
  11057. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11058. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogCommentVoter'])) {
  11059. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogCommentVoter'];
  11060. }
  11061. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogCommentVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Content\BlogCommentVoter($a), $b);
  11062. }
  11063. /**
  11064. * Gets the private 'debug.security.voter.App\Security\Content\BlogVoter' shared service.
  11065. *
  11066. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11067. */
  11068. protected function getBlogVoterService()
  11069. {
  11070. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11071. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11072. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11073. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  11074. include_once \dirname(__DIR__, 4).'/src/Security/Content/BlogVoter.php';
  11075. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  11076. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogVoter'])) {
  11077. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogVoter'];
  11078. }
  11079. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11080. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogVoter'])) {
  11081. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogVoter'];
  11082. }
  11083. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Content\BlogVoter($a), $b);
  11084. }
  11085. /**
  11086. * Gets the private 'debug.security.voter.App\Security\ECommerce\CartVoter' shared service.
  11087. *
  11088. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11089. */
  11090. protected function getCartVoterService()
  11091. {
  11092. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11093. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11094. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11095. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  11096. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/CartVoter.php';
  11097. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  11098. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\CartVoter'])) {
  11099. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\CartVoter'];
  11100. }
  11101. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11102. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\CartVoter'])) {
  11103. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\CartVoter'];
  11104. }
  11105. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\CartVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\ECommerce\CartVoter($a), $b);
  11106. }
  11107. /**
  11108. * Gets the private 'debug.security.voter.App\Security\ECommerce\IndividualOrderVoter' shared service.
  11109. *
  11110. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11111. */
  11112. protected function getIndividualOrderVoterService()
  11113. {
  11114. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11115. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11116. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11117. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  11118. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/IndividualOrderVoter.php';
  11119. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  11120. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\IndividualOrderVoter'])) {
  11121. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\IndividualOrderVoter'];
  11122. }
  11123. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11124. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\IndividualOrderVoter'])) {
  11125. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\IndividualOrderVoter'];
  11126. }
  11127. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\IndividualOrderVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\ECommerce\IndividualOrderVoter($a), $b);
  11128. }
  11129. /**
  11130. * Gets the private 'debug.security.voter.App\Security\ECommerce\InvoiceVoter' shared service.
  11131. *
  11132. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11133. */
  11134. protected function getInvoiceVoterService()
  11135. {
  11136. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11137. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11138. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11139. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  11140. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/InvoiceVoter.php';
  11141. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  11142. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\InvoiceVoter'])) {
  11143. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\InvoiceVoter'];
  11144. }
  11145. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11146. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\InvoiceVoter'])) {
  11147. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\InvoiceVoter'];
  11148. }
  11149. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\InvoiceVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\ECommerce\InvoiceVoter($a), $b);
  11150. }
  11151. /**
  11152. * Gets the private 'debug.security.voter.mdl.security.blog_voter' shared service.
  11153. *
  11154. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11155. */
  11156. protected function getDebug_Security_Voter_Mdl_Security_BlogVoterService()
  11157. {
  11158. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11159. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11160. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11161. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  11162. include_once \dirname(__DIR__, 4).'/src/Security/Content/BlogVoter.php';
  11163. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  11164. if (isset($this->privates['debug.security.voter.mdl.security.blog_voter'])) {
  11165. return $this->privates['debug.security.voter.mdl.security.blog_voter'];
  11166. }
  11167. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11168. if (isset($this->privates['debug.security.voter.mdl.security.blog_voter'])) {
  11169. return $this->privates['debug.security.voter.mdl.security.blog_voter'];
  11170. }
  11171. return $this->privates['debug.security.voter.mdl.security.blog_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Content\BlogVoter($a), $b);
  11172. }
  11173. /**
  11174. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  11175. *
  11176. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11177. */
  11178. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  11179. {
  11180. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11181. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11182. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11183. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  11184. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11185. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  11186. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  11187. }
  11188. 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);
  11189. }
  11190. /**
  11191. * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  11192. *
  11193. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11194. */
  11195. protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  11196. {
  11197. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11198. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11199. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11200. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  11201. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  11202. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  11203. return $this->privates['debug.security.voter.security.access.expression_voter'];
  11204. }
  11205. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11206. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  11207. return $this->privates['debug.security.voter.security.access.expression_voter'];
  11208. }
  11209. return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  11210. }
  11211. /**
  11212. * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  11213. *
  11214. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11215. */
  11216. protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  11217. {
  11218. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11219. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11220. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11221. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  11222. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  11223. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11224. if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  11225. return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  11226. }
  11227. return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  11228. }
  11229. /**
  11230. * Gets the private 'debug.security.voter.security.mdl_e_commerce.cart' shared service.
  11231. *
  11232. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11233. */
  11234. protected function getDebug_Security_Voter_Security_MdlECommerce_CartService()
  11235. {
  11236. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11237. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11238. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11239. $a = ($this->services['security.mdl_e_commerce.cart'] ?? $this->getSecurity_MdlECommerce_CartService());
  11240. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.cart'])) {
  11241. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart'];
  11242. }
  11243. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11244. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.cart'])) {
  11245. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart'];
  11246. }
  11247. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter($a, $b);
  11248. }
  11249. /**
  11250. * Gets the private 'debug.security.voter.security.mdl_e_commerce.cart_archive' shared service.
  11251. *
  11252. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11253. */
  11254. protected function getDebug_Security_Voter_Security_MdlECommerce_CartArchiveService()
  11255. {
  11256. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11257. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11258. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11259. $a = ($this->services['security.mdl_e_commerce.cart_archive'] ?? $this->getSecurity_MdlECommerce_CartArchiveService());
  11260. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'])) {
  11261. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'];
  11262. }
  11263. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11264. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'])) {
  11265. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'];
  11266. }
  11267. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter($a, $b);
  11268. }
  11269. /**
  11270. * Gets the private 'debug.security.voter.security.mdl_e_commerce.individual_order_voter' shared service.
  11271. *
  11272. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11273. */
  11274. protected function getDebug_Security_Voter_Security_MdlECommerce_IndividualOrderVoterService()
  11275. {
  11276. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11277. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11278. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11279. $a = ($this->services['security.mdl_e_commerce.individual_order_voter'] ?? $this->getSecurity_MdlECommerce_IndividualOrderVoterService());
  11280. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'])) {
  11281. return $this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'];
  11282. }
  11283. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11284. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'])) {
  11285. return $this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'];
  11286. }
  11287. return $this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter($a, $b);
  11288. }
  11289. /**
  11290. * Gets the private 'debug.security.voter.vote_listener' shared service.
  11291. *
  11292. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  11293. */
  11294. protected function getDebug_Security_Voter_VoteListenerService()
  11295. {
  11296. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  11297. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  11298. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  11299. return $this->privates['debug.security.voter.vote_listener'];
  11300. }
  11301. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  11302. }
  11303. /**
  11304. * Gets the private 'debug.sensio_framework_extra.psr7.argument_value_resolver.server_request' shared service.
  11305. *
  11306. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11307. */
  11308. protected function getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService()
  11309. {
  11310. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11311. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11312. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  11313. return $this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver(($this->privates['sensio_framework_extra.psr7.http_message_factory'] ?? $this->getSensioFrameworkExtra_Psr7_HttpMessageFactoryService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11314. }
  11315. /**
  11316. * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  11317. *
  11318. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  11319. */
  11320. protected function getDoctrine_CacheClearMetadataCommandService()
  11321. {
  11322. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11323. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  11326. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11327. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  11328. $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11329. $instance->setName('doctrine:cache:clear-metadata');
  11330. return $instance;
  11331. }
  11332. /**
  11333. * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  11334. *
  11335. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  11336. */
  11337. protected function getDoctrine_CacheClearQueryCacheCommandService()
  11338. {
  11339. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11340. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11341. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11342. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  11343. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11344. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  11345. $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11346. $instance->setName('doctrine:cache:clear-query');
  11347. return $instance;
  11348. }
  11349. /**
  11350. * Gets the private 'doctrine.cache_clear_result_command' shared service.
  11351. *
  11352. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  11353. */
  11354. protected function getDoctrine_CacheClearResultCommandService()
  11355. {
  11356. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11357. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11358. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11359. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  11360. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11361. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  11362. $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11363. $instance->setName('doctrine:cache:clear-result');
  11364. return $instance;
  11365. }
  11366. /**
  11367. * Gets the private 'doctrine.cache_collection_region_command' shared service.
  11368. *
  11369. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  11370. */
  11371. protected function getDoctrine_CacheCollectionRegionCommandService()
  11372. {
  11373. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11374. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11375. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11376. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  11377. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11378. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  11379. $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11380. $instance->setName('doctrine:cache:clear-collection-region');
  11381. return $instance;
  11382. }
  11383. /**
  11384. * Gets the private 'doctrine.clear_entity_region_command' shared service.
  11385. *
  11386. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  11387. */
  11388. protected function getDoctrine_ClearEntityRegionCommandService()
  11389. {
  11390. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11391. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11392. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11393. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  11394. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11395. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  11396. $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11397. $instance->setName('doctrine:cache:clear-entity-region');
  11398. return $instance;
  11399. }
  11400. /**
  11401. * Gets the private 'doctrine.clear_query_region_command' shared service.
  11402. *
  11403. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  11404. */
  11405. protected function getDoctrine_ClearQueryRegionCommandService()
  11406. {
  11407. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11408. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11409. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11410. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  11411. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11412. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  11413. $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11414. $instance->setName('doctrine:cache:clear-query-region');
  11415. return $instance;
  11416. }
  11417. /**
  11418. * Gets the private 'doctrine.database_create_command' shared service.
  11419. *
  11420. * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  11421. */
  11422. protected function getDoctrine_DatabaseCreateCommandService()
  11423. {
  11424. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11425. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11426. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  11427. $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11428. $instance->setName('doctrine:database:create');
  11429. return $instance;
  11430. }
  11431. /**
  11432. * Gets the private 'doctrine.database_drop_command' shared service.
  11433. *
  11434. * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  11435. */
  11436. protected function getDoctrine_DatabaseDropCommandService()
  11437. {
  11438. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11439. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11440. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  11441. $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11442. $instance->setName('doctrine:database:drop');
  11443. return $instance;
  11444. }
  11445. /**
  11446. * Gets the private 'doctrine.database_import_command' shared service.
  11447. *
  11448. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  11449. */
  11450. protected function getDoctrine_DatabaseImportCommandService()
  11451. {
  11452. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11453. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  11454. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  11455. $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  11456. $instance->setName('doctrine:database:import');
  11457. return $instance;
  11458. }
  11459. /**
  11460. * Gets the private 'doctrine.dbal.connection_factory' shared service.
  11461. *
  11462. * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  11463. */
  11464. protected function getDoctrine_Dbal_ConnectionFactoryService()
  11465. {
  11466. return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  11467. }
  11468. /**
  11469. * Gets the private 'doctrine.dbal.logger' shared service.
  11470. *
  11471. * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  11472. */
  11473. protected function getDoctrine_Dbal_LoggerService()
  11474. {
  11475. $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  11476. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11477. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11478. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  11479. return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11480. }
  11481. /**
  11482. * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  11483. *
  11484. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  11485. */
  11486. protected function getDoctrine_EnsureProductionSettingsCommandService()
  11487. {
  11488. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11489. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11490. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11491. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  11492. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11493. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  11494. $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11495. $instance->setName('doctrine:ensure-production-settings');
  11496. return $instance;
  11497. }
  11498. /**
  11499. * Gets the private 'doctrine.mapping_convert_command' shared service.
  11500. *
  11501. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  11502. */
  11503. protected function getDoctrine_MappingConvertCommandService()
  11504. {
  11505. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11506. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11507. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11508. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  11509. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11510. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  11511. $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11512. $instance->setName('doctrine:mapping:convert');
  11513. return $instance;
  11514. }
  11515. /**
  11516. * Gets the private 'doctrine.mapping_import_command' shared service.
  11517. *
  11518. * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  11519. */
  11520. protected function getDoctrine_MappingImportCommandService()
  11521. {
  11522. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11523. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11524. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  11525. $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  11526. $instance->setName('doctrine:mapping:import');
  11527. return $instance;
  11528. }
  11529. /**
  11530. * Gets the private 'doctrine.mapping_info_command' shared service.
  11531. *
  11532. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  11533. */
  11534. protected function getDoctrine_MappingInfoCommandService()
  11535. {
  11536. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11537. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11538. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11539. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  11540. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11541. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  11542. $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11543. $instance->setName('doctrine:mapping:info');
  11544. return $instance;
  11545. }
  11546. /**
  11547. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  11548. *
  11549. * @return \Doctrine\Migrations\DependencyFactory
  11550. */
  11551. protected function getDoctrine_Migrations_DependencyFactoryService()
  11552. {
  11553. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  11554. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  11555. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  11556. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  11557. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  11558. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  11559. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  11560. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  11561. $a = new \Doctrine\Migrations\Configuration\Configuration();
  11562. $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  11563. $b->setTableName('migration_versions');
  11564. $b->setVersionColumnName('version');
  11565. $b->setVersionColumnLength(192);
  11566. $b->setExecutedAtColumnName('executed_at');
  11567. $a->addMigrationsDirectory('App\\Migrations', (\dirname(__DIR__, 4).'/migrations'));
  11568. $a->setAllOrNothing(true);
  11569. $a->setCheckDatabasePlatform(true);
  11570. $a->setTransactional(true);
  11571. $a->setMetadataStorageConfiguration($b);
  11572. $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  11573. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  11574. return ($this->privates['App\\Migrations\\Factory\\MigrationFactoryDecorator'] ?? $this->getMigrationFactoryDecoratorService());
  11575. });
  11576. return $instance;
  11577. }
  11578. /**
  11579. * Gets the private 'doctrine.orm.client_rel_management_annotation_metadata_driver' shared service.
  11580. *
  11581. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  11582. */
  11583. protected function getDoctrine_Orm_ClientRelManagementAnnotationMetadataDriverService()
  11584. {
  11585. return $this->privates['doctrine.orm.client_rel_management_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity_CRM')]);
  11586. }
  11587. /**
  11588. * Gets the private 'doctrine.orm.client_rel_management_entity_manager.property_info_extractor' shared service.
  11589. *
  11590. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  11591. */
  11592. protected function getDoctrine_Orm_ClientRelManagementEntityManager_PropertyInfoExtractorService()
  11593. {
  11594. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  11595. $a = ($this->services['doctrine.orm.client_rel_management_entity_manager'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManagerService());
  11596. if (isset($this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'])) {
  11597. return $this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'];
  11598. }
  11599. return $this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  11600. }
  11601. /**
  11602. * Gets the private 'doctrine.orm.client_rel_management_listeners.attach_entity_listeners' shared service.
  11603. *
  11604. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  11605. */
  11606. protected function getDoctrine_Orm_ClientRelManagementListeners_AttachEntityListenersService()
  11607. {
  11608. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  11609. return $this->privates['doctrine.orm.client_rel_management_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  11610. }
  11611. /**
  11612. * Gets the private 'doctrine.orm.client_rel_web_management_annotation_metadata_driver' shared service.
  11613. *
  11614. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  11615. */
  11616. protected function getDoctrine_Orm_ClientRelWebManagementAnnotationMetadataDriverService()
  11617. {
  11618. return $this->privates['doctrine.orm.client_rel_web_management_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')]);
  11619. }
  11620. /**
  11621. * Gets the private 'doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor' shared service.
  11622. *
  11623. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  11624. */
  11625. protected function getDoctrine_Orm_ClientRelWebManagementEntityManager_PropertyInfoExtractorService()
  11626. {
  11627. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  11628. $a = ($this->services['doctrine.orm.client_rel_web_management_entity_manager'] ?? $this->getDoctrine_Orm_ClientRelWebManagementEntityManagerService());
  11629. if (isset($this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'])) {
  11630. return $this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'];
  11631. }
  11632. return $this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  11633. }
  11634. /**
  11635. * Gets the private 'doctrine.orm.client_rel_web_management_listeners.attach_entity_listeners' shared service.
  11636. *
  11637. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  11638. */
  11639. protected function getDoctrine_Orm_ClientRelWebManagementListeners_AttachEntityListenersService()
  11640. {
  11641. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  11642. return $this->privates['doctrine.orm.client_rel_web_management_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  11643. }
  11644. /**
  11645. * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  11646. *
  11647. * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  11648. */
  11649. protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  11650. {
  11651. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  11652. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  11653. return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11654. }
  11655. /**
  11656. * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  11657. *
  11658. * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  11659. */
  11660. protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  11661. {
  11662. return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11663. 'App\\Repository\\App\\UserRepository' => ['privates', 'App\\Repository\\App\\UserRepository', 'getUserRepositoryService', false],
  11664. 'App\\Repository\\Content\\BlogCategoryRepository' => ['privates', 'App\\Repository\\Content\\BlogCategoryRepository', 'getBlogCategoryRepositoryService', false],
  11665. 'App\\Repository\\Content\\BlogCommentRepository' => ['privates', 'App\\Repository\\Content\\BlogCommentRepository', 'getBlogCommentRepositoryService', false],
  11666. 'App\\Repository\\Content\\BlogRepository' => ['privates', 'App\\Repository\\Content\\BlogRepository', 'getBlogRepositoryService', false],
  11667. 'App\\Repository\\Content\\DocumentRepository' => ['privates', 'App\\Repository\\Content\\DocumentRepository', 'getDocumentRepositoryService', false],
  11668. 'App\\Repository\\Content\\PageRepository' => ['privates', 'App\\Repository\\Content\\PageRepository', 'getPageRepositoryService', false],
  11669. 'App\\Repository\\Content\\PageTranslationRepository' => ['privates', 'App\\Repository\\Content\\PageTranslationRepository', 'getPageTranslationRepositoryService', false],
  11670. 'App\\Repository\\ECommerce\\CartItemRepository' => ['privates', 'App\\Repository\\ECommerce\\CartItemRepository', 'getCartItemRepositoryService', false],
  11671. 'App\\Repository\\ECommerce\\CartRepository' => ['privates', 'App\\Repository\\ECommerce\\CartRepository', 'getCartRepositoryService', false],
  11672. 'App\\Repository\\ECommerce\\DepotProductRepository' => ['privates', 'App\\Repository\\ECommerce\\DepotProductRepository', 'getDepotProductRepositoryService', false],
  11673. 'App\\Repository\\ECommerce\\NewsletterRepository' => ['privates', 'App\\Repository\\ECommerce\\NewsletterRepository', 'getNewsletterRepositoryService', false],
  11674. 'App\\Repository\\ECommerce\\ProductCategoryRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductCategoryRepository', 'getProductCategoryRepositoryService', false],
  11675. 'App\\Repository\\ECommerce\\ProductDocumentRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductDocumentRepository', 'getProductDocumentRepositoryService', false],
  11676. 'App\\Repository\\ECommerce\\ProductManufacturerRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductManufacturerRepository', 'getProductManufacturerRepositoryService', false],
  11677. 'App\\Repository\\ECommerce\\ProductRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductRepository', 'getProductRepositoryService', false],
  11678. 'App\\Repository\\ECommerce\\ProductSearchRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductSearchRepository', 'getProductSearchRepositoryService', false],
  11679. 'App\\Repository\\ECommerce\\ProductSubCategoryRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductSubCategoryRepository', 'getProductSubCategoryRepositoryService', false],
  11680. ], [
  11681. 'App\\Repository\\App\\UserRepository' => '?',
  11682. 'App\\Repository\\Content\\BlogCategoryRepository' => '?',
  11683. 'App\\Repository\\Content\\BlogCommentRepository' => '?',
  11684. 'App\\Repository\\Content\\BlogRepository' => '?',
  11685. 'App\\Repository\\Content\\DocumentRepository' => '?',
  11686. 'App\\Repository\\Content\\PageRepository' => '?',
  11687. 'App\\Repository\\Content\\PageTranslationRepository' => '?',
  11688. 'App\\Repository\\ECommerce\\CartItemRepository' => '?',
  11689. 'App\\Repository\\ECommerce\\CartRepository' => '?',
  11690. 'App\\Repository\\ECommerce\\DepotProductRepository' => '?',
  11691. 'App\\Repository\\ECommerce\\NewsletterRepository' => '?',
  11692. 'App\\Repository\\ECommerce\\ProductCategoryRepository' => '?',
  11693. 'App\\Repository\\ECommerce\\ProductDocumentRepository' => '?',
  11694. 'App\\Repository\\ECommerce\\ProductManufacturerRepository' => '?',
  11695. 'App\\Repository\\ECommerce\\ProductRepository' => '?',
  11696. 'App\\Repository\\ECommerce\\ProductSearchRepository' => '?',
  11697. 'App\\Repository\\ECommerce\\ProductSubCategoryRepository' => '?',
  11698. ]));
  11699. }
  11700. /**
  11701. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  11702. *
  11703. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  11704. */
  11705. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  11706. {
  11707. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')]);
  11708. }
  11709. /**
  11710. * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  11711. *
  11712. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  11713. */
  11714. protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  11715. {
  11716. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  11717. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11718. if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  11719. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  11720. }
  11721. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  11722. }
  11723. /**
  11724. * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  11725. *
  11726. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  11727. */
  11728. protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  11729. {
  11730. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  11731. $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  11732. $instance->addEntityListener('App\\Entity\\Content\\Document', 'App\\EventListener\\Content\\DocumentUploadListener', 'postLoad');
  11733. $instance->addEntityListener('App\\Entity\\Content\\Document', 'App\\EventListener\\Content\\DocumentUploadListener', 'prePersist');
  11734. $instance->addEntityListener('App\\Entity\\Content\\Document', 'App\\EventListener\\Content\\DocumentUploadListener', 'preUpdate');
  11735. return $instance;
  11736. }
  11737. /**
  11738. * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  11739. *
  11740. * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  11741. */
  11742. protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  11743. {
  11744. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11745. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  11746. return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  11747. }
  11748. /**
  11749. * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  11750. *
  11751. * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  11752. */
  11753. protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  11754. {
  11755. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11756. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  11757. return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  11758. yield 0 => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  11759. }, 1));
  11760. }
  11761. /**
  11762. * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  11763. *
  11764. * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  11765. */
  11766. protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  11767. {
  11768. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11769. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  11770. return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  11771. }
  11772. /**
  11773. * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  11774. *
  11775. * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  11776. */
  11777. protected function getDoctrine_Orm_ProxyCacheWarmerService()
  11778. {
  11779. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11780. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  11781. return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11782. }
  11783. /**
  11784. * Gets the private 'doctrine.orm.validator.unique' shared service.
  11785. *
  11786. * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  11787. */
  11788. protected function getDoctrine_Orm_Validator_UniqueService()
  11789. {
  11790. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11791. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  11792. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  11793. return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11794. }
  11795. /**
  11796. * Gets the private 'doctrine.query_dql_command' shared service.
  11797. *
  11798. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  11799. */
  11800. protected function getDoctrine_QueryDqlCommandService()
  11801. {
  11802. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11803. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11804. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11805. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  11806. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11807. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  11808. $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11809. $instance->setName('doctrine:query:dql');
  11810. return $instance;
  11811. }
  11812. /**
  11813. * Gets the private 'doctrine.query_sql_command' shared service.
  11814. *
  11815. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  11816. */
  11817. protected function getDoctrine_QuerySqlCommandService()
  11818. {
  11819. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11820. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  11821. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  11822. $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  11823. $instance->setName('doctrine:query:sql');
  11824. return $instance;
  11825. }
  11826. /**
  11827. * Gets the private 'doctrine.result_cache_pool' shared service.
  11828. *
  11829. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11830. */
  11831. protected function getDoctrine_ResultCachePoolService()
  11832. {
  11833. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), 'G3dCqsuPL9', 43200, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  11834. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  11835. return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  11836. }
  11837. /**
  11838. * Gets the private 'doctrine.schema_create_command' shared service.
  11839. *
  11840. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  11841. */
  11842. protected function getDoctrine_SchemaCreateCommandService()
  11843. {
  11844. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11845. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11846. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11847. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11848. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  11849. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11850. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  11851. $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11852. $instance->setName('doctrine:schema:create');
  11853. return $instance;
  11854. }
  11855. /**
  11856. * Gets the private 'doctrine.schema_drop_command' shared service.
  11857. *
  11858. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  11859. */
  11860. protected function getDoctrine_SchemaDropCommandService()
  11861. {
  11862. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11863. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11864. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11865. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11866. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  11867. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11868. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  11869. $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11870. $instance->setName('doctrine:schema:drop');
  11871. return $instance;
  11872. }
  11873. /**
  11874. * Gets the private 'doctrine.schema_update_command' shared service.
  11875. *
  11876. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  11877. */
  11878. protected function getDoctrine_SchemaUpdateCommandService()
  11879. {
  11880. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11881. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11882. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11883. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11884. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  11885. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11886. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  11887. $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11888. $instance->setName('doctrine:schema:update');
  11889. return $instance;
  11890. }
  11891. /**
  11892. * Gets the private 'doctrine.schema_validate_command' shared service.
  11893. *
  11894. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  11895. */
  11896. protected function getDoctrine_SchemaValidateCommandService()
  11897. {
  11898. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11899. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11900. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11901. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  11902. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11903. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  11904. $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11905. $instance->setName('doctrine:schema:validate');
  11906. return $instance;
  11907. }
  11908. /**
  11909. * Gets the private 'doctrine.ulid_generator' shared service.
  11910. *
  11911. * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  11912. */
  11913. protected function getDoctrine_UlidGeneratorService()
  11914. {
  11915. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  11916. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  11917. return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  11918. }
  11919. /**
  11920. * Gets the private 'doctrine.uuid_generator' shared service.
  11921. *
  11922. * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  11923. */
  11924. protected function getDoctrine_UuidGeneratorService()
  11925. {
  11926. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  11927. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  11928. return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  11929. }
  11930. /**
  11931. * Gets the private 'doctrine_migrations.current_command' shared service.
  11932. *
  11933. * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  11934. */
  11935. protected function getDoctrineMigrations_CurrentCommandService()
  11936. {
  11937. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11938. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11939. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  11940. $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  11941. $instance->setName('doctrine:migrations:current');
  11942. return $instance;
  11943. }
  11944. /**
  11945. * Gets the private 'doctrine_migrations.diff_command' shared service.
  11946. *
  11947. * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  11948. */
  11949. protected function getDoctrineMigrations_DiffCommandService()
  11950. {
  11951. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11952. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11953. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  11954. $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  11955. $instance->setName('doctrine:migrations:diff');
  11956. return $instance;
  11957. }
  11958. /**
  11959. * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  11960. *
  11961. * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  11962. */
  11963. protected function getDoctrineMigrations_DumpSchemaCommandService()
  11964. {
  11965. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11966. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11967. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  11968. $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  11969. $instance->setName('doctrine:migrations:dump-schema');
  11970. return $instance;
  11971. }
  11972. /**
  11973. * Gets the private 'doctrine_migrations.execute_command' shared service.
  11974. *
  11975. * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  11976. */
  11977. protected function getDoctrineMigrations_ExecuteCommandService()
  11978. {
  11979. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11980. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11981. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  11982. $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  11983. $instance->setName('doctrine:migrations:execute');
  11984. return $instance;
  11985. }
  11986. /**
  11987. * Gets the private 'doctrine_migrations.generate_command' shared service.
  11988. *
  11989. * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  11990. */
  11991. protected function getDoctrineMigrations_GenerateCommandService()
  11992. {
  11993. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11994. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11995. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  11996. $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  11997. $instance->setName('doctrine:migrations:generate');
  11998. return $instance;
  11999. }
  12000. /**
  12001. * Gets the private 'doctrine_migrations.latest_command' shared service.
  12002. *
  12003. * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  12004. */
  12005. protected function getDoctrineMigrations_LatestCommandService()
  12006. {
  12007. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12008. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12009. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  12010. $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  12011. $instance->setName('doctrine:migrations:latest');
  12012. return $instance;
  12013. }
  12014. /**
  12015. * Gets the private 'doctrine_migrations.migrate_command' shared service.
  12016. *
  12017. * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  12018. */
  12019. protected function getDoctrineMigrations_MigrateCommandService()
  12020. {
  12021. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12022. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12023. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  12024. $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  12025. $instance->setName('doctrine:migrations:migrate');
  12026. return $instance;
  12027. }
  12028. /**
  12029. * Gets the private 'doctrine_migrations.rollup_command' shared service.
  12030. *
  12031. * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  12032. */
  12033. protected function getDoctrineMigrations_RollupCommandService()
  12034. {
  12035. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12036. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12037. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  12038. $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  12039. $instance->setName('doctrine:migrations:rollup');
  12040. return $instance;
  12041. }
  12042. /**
  12043. * Gets the private 'doctrine_migrations.status_command' shared service.
  12044. *
  12045. * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  12046. */
  12047. protected function getDoctrineMigrations_StatusCommandService()
  12048. {
  12049. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12050. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12051. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  12052. $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  12053. $instance->setName('doctrine:migrations:status');
  12054. return $instance;
  12055. }
  12056. /**
  12057. * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  12058. *
  12059. * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  12060. */
  12061. protected function getDoctrineMigrations_SyncMetadataCommandService()
  12062. {
  12063. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12064. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12065. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  12066. $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  12067. $instance->setName('doctrine:migrations:sync-metadata-storage');
  12068. return $instance;
  12069. }
  12070. /**
  12071. * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  12072. *
  12073. * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  12074. */
  12075. protected function getDoctrineMigrations_UpToDateCommandService()
  12076. {
  12077. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12078. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12079. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  12080. $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  12081. $instance->setName('doctrine:migrations:up-to-date');
  12082. return $instance;
  12083. }
  12084. /**
  12085. * Gets the private 'doctrine_migrations.version_command' shared service.
  12086. *
  12087. * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  12088. */
  12089. protected function getDoctrineMigrations_VersionCommandService()
  12090. {
  12091. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12092. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12093. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  12094. $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  12095. $instance->setName('doctrine:migrations:version');
  12096. return $instance;
  12097. }
  12098. /**
  12099. * Gets the private 'doctrine_migrations.versions_command' shared service.
  12100. *
  12101. * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  12102. */
  12103. protected function getDoctrineMigrations_VersionsCommandService()
  12104. {
  12105. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12106. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  12107. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  12108. $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  12109. $instance->setName('doctrine:migrations:list');
  12110. return $instance;
  12111. }
  12112. /**
  12113. * Gets the private 'entity.document.listener' shared service.
  12114. *
  12115. * @return \App\EventListener\Content\DocumentUploadListener
  12116. */
  12117. protected function getEntity_Document_ListenerService()
  12118. {
  12119. include_once \dirname(__DIR__, 4).'/src/EventListener/Content/DocumentUploadListener.php';
  12120. include_once \dirname(__DIR__, 4).'/src/Service/Content/DocumentUploader.php';
  12121. return $this->privates['entity.document.listener'] = new \App\EventListener\Content\DocumentUploadListener(new \App\Service\Content\DocumentUploader('documents', 'document_covers', \dirname(__DIR__, 4)));
  12122. }
  12123. /**
  12124. * Gets the private 'error_handler.error_renderer.html' shared service.
  12125. *
  12126. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  12127. */
  12128. protected function getErrorHandler_ErrorRenderer_HtmlService()
  12129. {
  12130. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  12131. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  12132. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  12133. 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()));
  12134. }
  12135. /**
  12136. * Gets the private 'exception_listener' shared service.
  12137. *
  12138. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  12139. */
  12140. protected function getExceptionListenerService()
  12141. {
  12142. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  12143. }
  12144. /**
  12145. * Gets the private 'form.choice_list_factory.cached' shared service.
  12146. *
  12147. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  12148. */
  12149. protected function getForm_ChoiceListFactory_CachedService()
  12150. {
  12151. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  12152. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  12153. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  12154. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  12155. 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())));
  12156. }
  12157. /**
  12158. * Gets the private 'form.registry' shared service.
  12159. *
  12160. * @return \Symfony\Component\Form\FormRegistry
  12161. */
  12162. protected function getForm_RegistryService()
  12163. {
  12164. 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, [
  12165. 'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => ['privates', 'a2lix_auto_form.form.type.auto_form_type', 'getA2lixAutoForm_Form_Type_AutoFormTypeService', false],
  12166. 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => ['privates', 'a2lix_translation_form.form.type.translated_entity_type', 'getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService', false],
  12167. 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => ['privates', 'a2lix_translation_form.form.type.translations_forms_type', 'getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService', false],
  12168. 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => ['privates', 'a2lix_translation_form.form.type.translations_locales_selector_type', 'getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService', false],
  12169. 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => ['privates', 'a2lix_translation_form.form.type.translations_type', 'getA2lixTranslationForm_Form_Type_TranslationsTypeService', false],
  12170. 'App\\Form\\API\\Security\\LoginType' => ['privates', 'App\\Form\\API\\Security\\LoginType', 'getLoginTypeService', false],
  12171. 'App\\Form\\App\\ContactForm' => ['privates', 'App\\Form\\App\\ContactForm', 'getContactFormService', false],
  12172. 'App\\Form\\App\\FilterForm' => ['privates', 'App\\Form\\App\\FilterForm', 'getFilterFormService', false],
  12173. 'App\\Form\\App\\MenuItemType' => ['privates', 'App\\Form\\App\\MenuItemType', 'getMenuItemTypeService', false],
  12174. 'App\\Form\\App\\MenuType' => ['privates', 'App\\Form\\App\\MenuType', 'getMenuTypeService', false],
  12175. 'App\\Form\\App\\ParameterType' => ['privates', 'App\\Form\\App\\ParameterType', 'getParameterTypeService', false],
  12176. 'App\\Form\\App\\Security\\RegistrationFormType' => ['privates', 'App\\Form\\App\\Security\\RegistrationFormType', 'getRegistrationFormTypeService', false],
  12177. 'App\\Form\\App\\Security\\UserPassword' => ['privates', 'App\\Form\\App\\Security\\UserPassword', 'getUserPasswordService', false],
  12178. 'App\\Form\\App\\Type\\CountryType' => ['privates', 'App\\Form\\App\\Type\\CountryType', 'getCountryTypeService', false],
  12179. 'App\\Form\\App\\Type\\EntityAJAXType' => ['privates', 'App\\Form\\App\\Type\\EntityAJAXType', 'getEntityAJAXTypeService', false],
  12180. 'App\\Form\\App\\Type\\RegistrationFormType' => ['privates', 'App\\Form\\App\\Type\\RegistrationFormType', 'getRegistrationFormType2Service', false],
  12181. 'App\\Form\\App\\UserType' => ['privates', 'App\\Form\\App\\UserType', 'getUserTypeService', false],
  12182. 'App\\Form\\App\\VisitLogCreateType' => ['privates', 'App\\Form\\App\\VisitLogCreateType', 'getVisitLogCreateTypeService', false],
  12183. 'App\\Form\\App\\VisitLogEditType' => ['privates', 'App\\Form\\App\\VisitLogEditType', 'getVisitLogEditTypeService', false],
  12184. 'App\\Form\\Auth\\Admin\\UserType' => ['privates', 'App\\Form\\Auth\\Admin\\UserType', 'getUserType2Service', false],
  12185. 'App\\Form\\Content\\Admin\\BlogCommentApproveType' => ['privates', 'App\\Form\\Content\\Admin\\BlogCommentApproveType', 'getBlogCommentApproveTypeService', false],
  12186. 'App\\Form\\Content\\Admin\\SeoType' => ['privates', 'App\\Form\\Content\\Admin\\SeoType', 'getSeoTypeService', false],
  12187. 'App\\Form\\Content\\BlogCategoryType' => ['privates', 'App\\Form\\Content\\BlogCategoryType', 'getBlogCategoryTypeService', false],
  12188. 'App\\Form\\Content\\BlogCommentType' => ['privates', 'App\\Form\\Content\\BlogCommentType', 'getBlogCommentTypeService', false],
  12189. 'App\\Form\\Content\\BlogTranslationType' => ['privates', 'App\\Form\\Content\\BlogTranslationType', 'getBlogTranslationTypeService', false],
  12190. 'App\\Form\\Content\\BlogType' => ['privates', 'App\\Form\\Content\\BlogType', 'getBlogTypeService', false],
  12191. 'App\\Form\\Content\\DocumentCategoryType' => ['privates', 'App\\Form\\Content\\DocumentCategoryType', 'getDocumentCategoryTypeService', false],
  12192. 'App\\Form\\Content\\DocumentTranslationType' => ['privates', 'App\\Form\\Content\\DocumentTranslationType', 'getDocumentTranslationTypeService', false],
  12193. 'App\\Form\\Content\\DocumentType' => ['privates', 'App\\Form\\Content\\DocumentType', 'getDocumentTypeService', false],
  12194. 'App\\Form\\Content\\LocaleForm' => ['privates', 'App\\Form\\Content\\LocaleForm', 'getLocaleFormService', false],
  12195. 'App\\Form\\Content\\PageTranslationType' => ['privates', 'App\\Form\\Content\\PageTranslationType', 'getPageTranslationTypeService', false],
  12196. 'App\\Form\\Content\\PageType' => ['privates', 'App\\Form\\Content\\PageType', 'getPageTypeService', false],
  12197. 'App\\Form\\Content\\TagType' => ['privates', 'App\\Form\\Content\\TagType', 'getTagTypeService', false],
  12198. 'App\\Form\\ECommerce\\API\\CartCheckOut' => ['privates', 'App\\Form\\ECommerce\\API\\CartCheckOut', 'getCartCheckOutService', false],
  12199. 'App\\Form\\ECommerce\\API\\CartItemQuantity' => ['privates', 'App\\Form\\ECommerce\\API\\CartItemQuantity', 'getCartItemQuantityService', false],
  12200. 'App\\Form\\ECommerce\\API\\CartItemRemove' => ['privates', 'App\\Form\\ECommerce\\API\\CartItemRemove', 'getCartItemRemoveService', false],
  12201. 'App\\Form\\ECommerce\\Admin\\IndividualOrderType' => ['privates', 'App\\Form\\ECommerce\\Admin\\IndividualOrderType', 'getIndividualOrderTypeService', false],
  12202. 'App\\Form\\ECommerce\\App\\CartCheckOut' => ['privates', 'App\\Form\\ECommerce\\App\\CartCheckOut', 'getCartCheckOut2Service', false],
  12203. 'App\\Form\\ECommerce\\App\\CartItemAdd' => ['privates', 'App\\Form\\ECommerce\\App\\CartItemAdd', 'getCartItemAddService', false],
  12204. 'App\\Form\\ECommerce\\App\\CartItemRemove' => ['privates', 'App\\Form\\ECommerce\\App\\CartItemRemove', 'getCartItemRemove2Service', false],
  12205. 'App\\Form\\ECommerce\\App\\IndividualOrderType' => ['privates', 'App\\Form\\ECommerce\\App\\IndividualOrderType', 'getIndividualOrderType2Service', false],
  12206. 'App\\Form\\ECommerce\\BankAccountType' => ['privates', 'App\\Form\\ECommerce\\BankAccountType', 'getBankAccountTypeService', false],
  12207. 'App\\Form\\ECommerce\\CartCheckOutGuest' => ['privates', 'App\\Form\\ECommerce\\CartCheckOutGuest', 'getCartCheckOutGuestService', false],
  12208. 'App\\Form\\ECommerce\\CartItemType' => ['privates', 'App\\Form\\ECommerce\\CartItemType', 'getCartItemTypeService', false],
  12209. 'App\\Form\\ECommerce\\CartType' => ['privates', 'App\\Form\\ECommerce\\CartType', 'getCartTypeService', false],
  12210. 'App\\Form\\ECommerce\\ClientGroupType' => ['privates', 'App\\Form\\ECommerce\\ClientGroupType', 'getClientGroupTypeService', false],
  12211. 'App\\Form\\ECommerce\\ClientGuestType' => ['privates', 'App\\Form\\ECommerce\\ClientGuestType', 'getClientGuestTypeService', false],
  12212. 'App\\Form\\ECommerce\\ClientRegistrationFormType' => ['privates', 'App\\Form\\ECommerce\\ClientRegistrationFormType', 'getClientRegistrationFormTypeService', false],
  12213. 'App\\Form\\ECommerce\\ClientType' => ['privates', 'App\\Form\\ECommerce\\ClientType', 'getClientTypeService', false],
  12214. 'App\\Form\\ECommerce\\DepotProductType' => ['privates', 'App\\Form\\ECommerce\\DepotProductType', 'getDepotProductTypeService', false],
  12215. 'App\\Form\\ECommerce\\DepotTranslationType' => ['privates', 'App\\Form\\ECommerce\\DepotTranslationType', 'getDepotTranslationTypeService', false],
  12216. 'App\\Form\\ECommerce\\DepotType' => ['privates', 'App\\Form\\ECommerce\\DepotType', 'getDepotTypeService', false],
  12217. 'App\\Form\\ECommerce\\DocumentType' => ['privates', 'App\\Form\\ECommerce\\DocumentType', 'getDocumentType2Service', false],
  12218. 'App\\Form\\ECommerce\\Filter\\DocumentSortType' => ['privates', 'App\\Form\\ECommerce\\Filter\\DocumentSortType', 'getDocumentSortTypeService', false],
  12219. 'App\\Form\\ECommerce\\Filter\\ProductFilterByCategory' => ['privates', 'App\\Form\\ECommerce\\Filter\\ProductFilterByCategory', 'getProductFilterByCategoryService', false],
  12220. 'App\\Form\\ECommerce\\Filter\\ProductFilterByName' => ['privates', 'App\\Form\\ECommerce\\Filter\\ProductFilterByName', 'getProductFilterByNameService', false],
  12221. 'App\\Form\\ECommerce\\Filter\\ProductFilterBySize' => ['privates', 'App\\Form\\ECommerce\\Filter\\ProductFilterBySize', 'getProductFilterBySizeService', false],
  12222. 'App\\Form\\ECommerce\\Filter\\ProductFilterType' => ['privates', 'App\\Form\\ECommerce\\Filter\\ProductFilterType', 'getProductFilterTypeService', false],
  12223. 'App\\Form\\ECommerce\\Filter\\ProductSortType' => ['privates', 'App\\Form\\ECommerce\\Filter\\ProductSortType', 'getProductSortTypeService', false],
  12224. 'App\\Form\\ECommerce\\FirmType' => ['privates', 'App\\Form\\ECommerce\\FirmType', 'getFirmTypeService', false],
  12225. 'App\\Form\\ECommerce\\NewsletterType' => ['privates', 'App\\Form\\ECommerce\\NewsletterType', 'getNewsletterTypeService', false],
  12226. 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemDeliveryDate' => ['privates', 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemDeliveryDate', 'getCartItemDeliveryDateService', false],
  12227. 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemQuantity' => ['privates', 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemQuantity', 'getCartItemQuantity2Service', false],
  12228. 'App\\Form\\ECommerce\\Partials\\CartItem\\IndividualOrderItemQuantity' => ['privates', 'App\\Form\\ECommerce\\Partials\\CartItem\\IndividualOrderItemQuantity', 'getIndividualOrderItemQuantityService', false],
  12229. 'App\\Form\\ECommerce\\Partials\\Depot\\DepotColorsType' => ['privates', 'App\\Form\\ECommerce\\Partials\\Depot\\DepotColorsType', 'getDepotColorsTypeService', false],
  12230. 'App\\Form\\ECommerce\\PhotoType' => ['privates', 'App\\Form\\ECommerce\\PhotoType', 'getPhotoTypeService', false],
  12231. 'App\\Form\\ECommerce\\PreOrderType' => ['privates', 'App\\Form\\ECommerce\\PreOrderType', 'getPreOrderTypeService', false],
  12232. 'App\\Form\\ECommerce\\ProductAlternativeType' => ['privates', 'App\\Form\\ECommerce\\ProductAlternativeType', 'getProductAlternativeTypeService', false],
  12233. 'App\\Form\\ECommerce\\ProductCategoryTranslationType' => ['privates', 'App\\Form\\ECommerce\\ProductCategoryTranslationType', 'getProductCategoryTranslationTypeService', false],
  12234. 'App\\Form\\ECommerce\\ProductCategoryType' => ['privates', 'App\\Form\\ECommerce\\ProductCategoryType', 'getProductCategoryTypeService', false],
  12235. 'App\\Form\\ECommerce\\ProductGroupType' => ['privates', 'App\\Form\\ECommerce\\ProductGroupType', 'getProductGroupTypeService', false],
  12236. 'App\\Form\\ECommerce\\ProductInfoTranslationType' => ['privates', 'App\\Form\\ECommerce\\ProductInfoTranslationType', 'getProductInfoTranslationTypeService', false],
  12237. 'App\\Form\\ECommerce\\ProductInfoType' => ['privates', 'App\\Form\\ECommerce\\ProductInfoType', 'getProductInfoTypeService', false],
  12238. 'App\\Form\\ECommerce\\ProductManufacturerType' => ['privates', 'App\\Form\\ECommerce\\ProductManufacturerType', 'getProductManufacturerTypeService', false],
  12239. 'App\\Form\\ECommerce\\ProductSearch' => ['privates', 'App\\Form\\ECommerce\\ProductSearch', 'getProductSearchService', false],
  12240. 'App\\Form\\ECommerce\\ProductTranslationType' => ['privates', 'App\\Form\\ECommerce\\ProductTranslationType', 'getProductTranslationTypeService', false],
  12241. 'App\\Form\\ECommerce\\ProductType' => ['privates', 'App\\Form\\ECommerce\\ProductType', 'getProductTypeService', false],
  12242. 'App\\Form\\ECommerce\\SearchTipTranslationType' => ['privates', 'App\\Form\\ECommerce\\SearchTipTranslationType', 'getSearchTipTranslationTypeService', false],
  12243. 'App\\Form\\ECommerce\\SearchTipType' => ['privates', 'App\\Form\\ECommerce\\SearchTipType', 'getSearchTipTypeService', false],
  12244. 'App\\Form\\ECommerce\\ShippingType' => ['privates', 'App\\Form\\ECommerce\\ShippingType', 'getShippingTypeService', false],
  12245. 'App\\Form\\ECommerce\\SynonymType' => ['privates', 'App\\Form\\ECommerce\\SynonymType', 'getSynonymTypeService', false],
  12246. 'App\\Form\\ECommerce\\Type\\LocationType' => ['privates', 'App\\Form\\ECommerce\\Type\\LocationType', 'getLocationTypeService', false],
  12247. 'App\\Form\\ECommerce\\Type\\PathParametersType' => ['privates', 'App\\Form\\ECommerce\\Type\\PathParametersType', 'getPathParametersTypeService', false],
  12248. 'App\\Form\\Media\\GalleryType' => ['privates', 'App\\Form\\Media\\GalleryType', 'getGalleryTypeService', false],
  12249. 'App\\Form\\Media\\MediaType' => ['privates', 'App\\Form\\Media\\MediaType', 'getMediaTypeService', false],
  12250. 'App\\Form\\Media\\Type\\MediaFileType' => ['privates', 'App\\Form\\Media\\Type\\MediaFileType', 'getMediaFileTypeService', false],
  12251. 'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates', 'liip_imagine.form.type.image', 'getLiipImagine_Form_Type_ImageService', false],
  12252. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
  12253. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  12254. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  12255. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  12256. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  12257. ], [
  12258. 'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => '?',
  12259. 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => '?',
  12260. 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => '?',
  12261. 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => '?',
  12262. 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => '?',
  12263. 'App\\Form\\API\\Security\\LoginType' => '?',
  12264. 'App\\Form\\App\\ContactForm' => '?',
  12265. 'App\\Form\\App\\FilterForm' => '?',
  12266. 'App\\Form\\App\\MenuItemType' => '?',
  12267. 'App\\Form\\App\\MenuType' => '?',
  12268. 'App\\Form\\App\\ParameterType' => '?',
  12269. 'App\\Form\\App\\Security\\RegistrationFormType' => '?',
  12270. 'App\\Form\\App\\Security\\UserPassword' => '?',
  12271. 'App\\Form\\App\\Type\\CountryType' => '?',
  12272. 'App\\Form\\App\\Type\\EntityAJAXType' => '?',
  12273. 'App\\Form\\App\\Type\\RegistrationFormType' => '?',
  12274. 'App\\Form\\App\\UserType' => '?',
  12275. 'App\\Form\\App\\VisitLogCreateType' => '?',
  12276. 'App\\Form\\App\\VisitLogEditType' => '?',
  12277. 'App\\Form\\Auth\\Admin\\UserType' => '?',
  12278. 'App\\Form\\Content\\Admin\\BlogCommentApproveType' => '?',
  12279. 'App\\Form\\Content\\Admin\\SeoType' => '?',
  12280. 'App\\Form\\Content\\BlogCategoryType' => '?',
  12281. 'App\\Form\\Content\\BlogCommentType' => '?',
  12282. 'App\\Form\\Content\\BlogTranslationType' => '?',
  12283. 'App\\Form\\Content\\BlogType' => '?',
  12284. 'App\\Form\\Content\\DocumentCategoryType' => '?',
  12285. 'App\\Form\\Content\\DocumentTranslationType' => '?',
  12286. 'App\\Form\\Content\\DocumentType' => '?',
  12287. 'App\\Form\\Content\\LocaleForm' => '?',
  12288. 'App\\Form\\Content\\PageTranslationType' => '?',
  12289. 'App\\Form\\Content\\PageType' => '?',
  12290. 'App\\Form\\Content\\TagType' => '?',
  12291. 'App\\Form\\ECommerce\\API\\CartCheckOut' => '?',
  12292. 'App\\Form\\ECommerce\\API\\CartItemQuantity' => '?',
  12293. 'App\\Form\\ECommerce\\API\\CartItemRemove' => '?',
  12294. 'App\\Form\\ECommerce\\Admin\\IndividualOrderType' => '?',
  12295. 'App\\Form\\ECommerce\\App\\CartCheckOut' => '?',
  12296. 'App\\Form\\ECommerce\\App\\CartItemAdd' => '?',
  12297. 'App\\Form\\ECommerce\\App\\CartItemRemove' => '?',
  12298. 'App\\Form\\ECommerce\\App\\IndividualOrderType' => '?',
  12299. 'App\\Form\\ECommerce\\BankAccountType' => '?',
  12300. 'App\\Form\\ECommerce\\CartCheckOutGuest' => '?',
  12301. 'App\\Form\\ECommerce\\CartItemType' => '?',
  12302. 'App\\Form\\ECommerce\\CartType' => '?',
  12303. 'App\\Form\\ECommerce\\ClientGroupType' => '?',
  12304. 'App\\Form\\ECommerce\\ClientGuestType' => '?',
  12305. 'App\\Form\\ECommerce\\ClientRegistrationFormType' => '?',
  12306. 'App\\Form\\ECommerce\\ClientType' => '?',
  12307. 'App\\Form\\ECommerce\\DepotProductType' => '?',
  12308. 'App\\Form\\ECommerce\\DepotTranslationType' => '?',
  12309. 'App\\Form\\ECommerce\\DepotType' => '?',
  12310. 'App\\Form\\ECommerce\\DocumentType' => '?',
  12311. 'App\\Form\\ECommerce\\Filter\\DocumentSortType' => '?',
  12312. 'App\\Form\\ECommerce\\Filter\\ProductFilterByCategory' => '?',
  12313. 'App\\Form\\ECommerce\\Filter\\ProductFilterByName' => '?',
  12314. 'App\\Form\\ECommerce\\Filter\\ProductFilterBySize' => '?',
  12315. 'App\\Form\\ECommerce\\Filter\\ProductFilterType' => '?',
  12316. 'App\\Form\\ECommerce\\Filter\\ProductSortType' => '?',
  12317. 'App\\Form\\ECommerce\\FirmType' => '?',
  12318. 'App\\Form\\ECommerce\\NewsletterType' => '?',
  12319. 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemDeliveryDate' => '?',
  12320. 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemQuantity' => '?',
  12321. 'App\\Form\\ECommerce\\Partials\\CartItem\\IndividualOrderItemQuantity' => '?',
  12322. 'App\\Form\\ECommerce\\Partials\\Depot\\DepotColorsType' => '?',
  12323. 'App\\Form\\ECommerce\\PhotoType' => '?',
  12324. 'App\\Form\\ECommerce\\PreOrderType' => '?',
  12325. 'App\\Form\\ECommerce\\ProductAlternativeType' => '?',
  12326. 'App\\Form\\ECommerce\\ProductCategoryTranslationType' => '?',
  12327. 'App\\Form\\ECommerce\\ProductCategoryType' => '?',
  12328. 'App\\Form\\ECommerce\\ProductGroupType' => '?',
  12329. 'App\\Form\\ECommerce\\ProductInfoTranslationType' => '?',
  12330. 'App\\Form\\ECommerce\\ProductInfoType' => '?',
  12331. 'App\\Form\\ECommerce\\ProductManufacturerType' => '?',
  12332. 'App\\Form\\ECommerce\\ProductSearch' => '?',
  12333. 'App\\Form\\ECommerce\\ProductTranslationType' => '?',
  12334. 'App\\Form\\ECommerce\\ProductType' => '?',
  12335. 'App\\Form\\ECommerce\\SearchTipTranslationType' => '?',
  12336. 'App\\Form\\ECommerce\\SearchTipType' => '?',
  12337. 'App\\Form\\ECommerce\\ShippingType' => '?',
  12338. 'App\\Form\\ECommerce\\SynonymType' => '?',
  12339. 'App\\Form\\ECommerce\\Type\\LocationType' => '?',
  12340. 'App\\Form\\ECommerce\\Type\\PathParametersType' => '?',
  12341. 'App\\Form\\Media\\GalleryType' => '?',
  12342. 'App\\Form\\Media\\MediaType' => '?',
  12343. 'App\\Form\\Media\\Type\\MediaFileType' => '?',
  12344. 'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  12345. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  12346. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  12347. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  12348. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  12349. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  12350. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  12351. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  12352. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  12353. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  12354. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  12355. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  12356. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  12357. yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  12358. }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  12359. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  12360. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  12361. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  12362. }, 1)], new RewindableGenerator(function () {
  12363. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  12364. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  12365. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  12366. }
  12367. /**
  12368. * Gets the private 'form.server_params' shared service.
  12369. *
  12370. * @return \Symfony\Component\Form\Util\ServerParams
  12371. */
  12372. protected function getForm_ServerParamsService()
  12373. {
  12374. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  12375. 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())));
  12376. }
  12377. /**
  12378. * Gets the private 'form.type.choice' shared service.
  12379. *
  12380. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  12381. */
  12382. protected function getForm_Type_ChoiceService()
  12383. {
  12384. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12385. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12386. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  12387. 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()));
  12388. }
  12389. /**
  12390. * Gets the private 'form.type.color' shared service.
  12391. *
  12392. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  12393. */
  12394. protected function getForm_Type_ColorService()
  12395. {
  12396. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12397. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12398. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  12399. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  12400. }
  12401. /**
  12402. * Gets the private 'form.type.entity' shared service.
  12403. *
  12404. * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  12405. */
  12406. protected function getForm_Type_EntityService()
  12407. {
  12408. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12409. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12410. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  12411. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  12412. return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12413. }
  12414. /**
  12415. * Gets the private 'form.type.form' shared service.
  12416. *
  12417. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  12418. */
  12419. protected function getForm_Type_FormService()
  12420. {
  12421. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12422. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12423. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  12424. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  12425. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  12426. }
  12427. /**
  12428. * Gets the private 'form.type_extension.csrf' shared service.
  12429. *
  12430. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  12431. */
  12432. protected function getForm_TypeExtension_CsrfService()
  12433. {
  12434. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12435. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12436. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  12437. 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()));
  12438. }
  12439. /**
  12440. * Gets the private 'form.type_extension.form.data_collector' shared service.
  12441. *
  12442. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  12443. */
  12444. protected function getForm_TypeExtension_Form_DataCollectorService()
  12445. {
  12446. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12447. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12448. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  12449. 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()));
  12450. }
  12451. /**
  12452. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  12453. *
  12454. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  12455. */
  12456. protected function getForm_TypeExtension_Form_HttpFoundationService()
  12457. {
  12458. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12459. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12460. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  12461. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  12462. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  12463. 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())));
  12464. }
  12465. /**
  12466. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  12467. *
  12468. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  12469. */
  12470. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  12471. {
  12472. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12473. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12474. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  12475. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  12476. }
  12477. /**
  12478. * Gets the private 'form.type_extension.form.validator' shared service.
  12479. *
  12480. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  12481. */
  12482. protected function getForm_TypeExtension_Form_ValidatorService()
  12483. {
  12484. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12485. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12486. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  12487. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  12488. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  12489. if (isset($this->privates['form.type_extension.form.validator'])) {
  12490. return $this->privates['form.type_extension.form.validator'];
  12491. }
  12492. $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  12493. if (isset($this->privates['form.type_extension.form.validator'])) {
  12494. return $this->privates['form.type_extension.form.validator'];
  12495. }
  12496. return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($a, true, $b, ($this->services['translator'] ?? $this->getTranslatorService()));
  12497. }
  12498. /**
  12499. * Gets the private 'form.type_extension.upload.validator' shared service.
  12500. *
  12501. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  12502. */
  12503. protected function getForm_TypeExtension_Upload_ValidatorService()
  12504. {
  12505. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12506. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12507. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  12508. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  12509. }
  12510. /**
  12511. * Gets the private 'form.type_guesser.doctrine' shared service.
  12512. *
  12513. * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  12514. */
  12515. protected function getForm_TypeGuesser_DoctrineService()
  12516. {
  12517. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  12518. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  12519. return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12520. }
  12521. /**
  12522. * Gets the private 'form.type_guesser.validator' shared service.
  12523. *
  12524. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  12525. */
  12526. protected function getForm_TypeGuesser_ValidatorService()
  12527. {
  12528. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  12529. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  12530. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  12531. if (isset($this->privates['form.type_guesser.validator'])) {
  12532. return $this->privates['form.type_guesser.validator'];
  12533. }
  12534. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  12535. }
  12536. /**
  12537. * Gets the private 'fos_elastica.client.default' shared service.
  12538. *
  12539. * @return \FOS\ElasticaBundle\Elastica\Client
  12540. */
  12541. protected function getFosElastica_Client_DefaultService()
  12542. {
  12543. include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/Client.php';
  12544. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  12545. $this->privates['fos_elastica.client.default'] = $instance = new \FOS\ElasticaBundle\Elastica\Client(['connections' => [0 => ['host' => $this->getEnv('resolve:ELASTICSEARCH_HOST'), 'port' => $this->getEnv('resolve:ELASTICSEARCH_PORT'), 'transport' => 'https', 'headers' => ['Authorization' => 'Basic ZWxhc3RpYzo3emxrYlJvT0pWaExGTXhLbGdFLQ=='], 'curl' => [81 => 0, 64 => 0], 'http_error_codes' => [0 => 400, 1 => 403, 2 => 404], 'ssl' => false, 'logger' => 'fos_elastica.logger', 'compression' => false, 'retryOnConflict' => 0, 'persistent' => true]], 'connectionStrategy' => 'Simple'], NULL);
  12546. $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12547. $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  12548. $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  12549. return $instance;
  12550. }
  12551. /**
  12552. * Gets the private 'fos_elastica.command.create' shared service.
  12553. *
  12554. * @return \FOS\ElasticaBundle\Command\CreateCommand
  12555. */
  12556. protected function getFosElastica_Command_CreateService()
  12557. {
  12558. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12559. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/CreateCommand.php';
  12560. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  12561. $this->privates['fos_elastica.command.create'] = $instance = new \FOS\ElasticaBundle\Command\CreateCommand(($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.mapping_builder'] ?? $this->getFosElastica_MappingBuilderService()), ($this->privates['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService()), ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())));
  12562. $instance->setName('fos:elastica:create');
  12563. return $instance;
  12564. }
  12565. /**
  12566. * Gets the private 'fos_elastica.command.delete' shared service.
  12567. *
  12568. * @return \FOS\ElasticaBundle\Command\DeleteCommand
  12569. */
  12570. protected function getFosElastica_Command_DeleteService()
  12571. {
  12572. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12573. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/DeleteCommand.php';
  12574. $this->privates['fos_elastica.command.delete'] = $instance = new \FOS\ElasticaBundle\Command\DeleteCommand(($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()), ($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
  12575. $instance->setName('fos:elastica:delete');
  12576. return $instance;
  12577. }
  12578. /**
  12579. * Gets the private 'fos_elastica.command.populate' shared service.
  12580. *
  12581. * @return \FOS\ElasticaBundle\Command\PopulateCommand
  12582. */
  12583. protected function getFosElastica_Command_PopulateService()
  12584. {
  12585. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12586. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/PopulateCommand.php';
  12587. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderRegistry.php';
  12588. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterRegistry.php';
  12589. $this->privates['fos_elastica.command.populate'] = $instance = new \FOS\ElasticaBundle\Command\PopulateCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), new \FOS\ElasticaBundle\Provider\PagerProviderRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12590. 'synonym' => ['privates', 'fos_elastica.pager_provider.synonym', 'getFosElastica_PagerProvider_SynonymService', false],
  12591. 'synonym_product' => ['privates', 'fos_elastica.pager_provider.synonym_product', 'getFosElastica_PagerProvider_SynonymProductService', false],
  12592. ], [
  12593. 'synonym' => 'FOS\\ElasticaBundle\\Doctrine\\ORMPagerProvider',
  12594. 'synonym_product' => 'FOS\\ElasticaBundle\\Doctrine\\ORMPagerProvider',
  12595. ])), new \FOS\ElasticaBundle\Persister\PagerPersisterRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12596. 'in_place' => ['privates', 'fos_elastica.in_place_pager_persister', 'getFosElastica_InPlacePagerPersisterService', false],
  12597. ], [
  12598. 'in_place' => 'FOS\\ElasticaBundle\\Persister\\InPlacePagerPersister',
  12599. ])), ($this->privates['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  12600. $instance->setName('fos:elastica:populate');
  12601. return $instance;
  12602. }
  12603. /**
  12604. * Gets the private 'fos_elastica.command.reset' shared service.
  12605. *
  12606. * @return \FOS\ElasticaBundle\Command\ResetCommand
  12607. */
  12608. protected function getFosElastica_Command_ResetService()
  12609. {
  12610. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12611. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetCommand.php';
  12612. $this->privates['fos_elastica.command.reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetCommand(($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  12613. $instance->setName('fos:elastica:reset');
  12614. return $instance;
  12615. }
  12616. /**
  12617. * Gets the private 'fos_elastica.command.search' shared service.
  12618. *
  12619. * @return \FOS\ElasticaBundle\Command\SearchCommand
  12620. */
  12621. protected function getFosElastica_Command_SearchService()
  12622. {
  12623. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12624. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/SearchCommand.php';
  12625. $this->privates['fos_elastica.command.search'] = $instance = new \FOS\ElasticaBundle\Command\SearchCommand(($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
  12626. $instance->setName('fos:elastica:search');
  12627. return $instance;
  12628. }
  12629. /**
  12630. * Gets the private 'fos_elastica.command.templates_reset' shared service.
  12631. *
  12632. * @return \FOS\ElasticaBundle\Command\ResetTemplatesCommand
  12633. */
  12634. protected function getFosElastica_Command_TemplatesResetService()
  12635. {
  12636. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12637. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetTemplatesCommand.php';
  12638. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  12639. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/TemplateResetter.php';
  12640. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  12641. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  12642. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  12643. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/TemplateContainerSource.php';
  12644. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
  12645. $this->privates['fos_elastica.command.templates_reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetTemplatesCommand(new \FOS\ElasticaBundle\Index\TemplateResetter(new \FOS\ElasticaBundle\Configuration\ConfigManager([0 => new \FOS\ElasticaBundle\Configuration\Source\TemplateContainerSource([])]), ($this->privates['fos_elastica.mapping_builder'] ?? $this->getFosElastica_MappingBuilderService()), ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()), new \FOS\ElasticaBundle\Index\IndexTemplateManager([])));
  12646. $instance->setName('fos:elastica:reset-templates');
  12647. return $instance;
  12648. }
  12649. /**
  12650. * Gets the private 'fos_elastica.config_manager' shared service.
  12651. *
  12652. * @return \FOS\ElasticaBundle\Configuration\ConfigManager
  12653. */
  12654. protected function getFosElastica_ConfigManagerService()
  12655. {
  12656. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  12657. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  12658. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  12659. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/ContainerSource.php';
  12660. $a = ($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'] ?? $this->getIndexsynonymProductIndexService());
  12661. if (isset($this->privates['fos_elastica.config_manager'])) {
  12662. return $this->privates['fos_elastica.config_manager'];
  12663. }
  12664. $b = ($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'] ?? $this->getIndexsynonymIndexService());
  12665. if (isset($this->privates['fos_elastica.config_manager'])) {
  12666. return $this->privates['fos_elastica.config_manager'];
  12667. }
  12668. return $this->privates['fos_elastica.config_manager'] = new \FOS\ElasticaBundle\Configuration\ConfigManager([0 => new \FOS\ElasticaBundle\Configuration\Source\ContainerSource(['synonym_product' => ['elasticsearch_name' => 'synonym_product', 'reference' => $a, 'model' => 'App\\Entity\\ECommerce\\SynonymProduct', 'name' => 'synonym_product', 'settings' => ['index' => ['analysis' => ['analyzer' => ['synonym_analyzer' => ['type' => 'custom', 'tokenizer' => 'whitespace', 'filter' => [0 => 'lowercase']]]]]], 'index_prototype' => [], 'use_alias' => false, 'mapping' => ['dynamic_templates' => [], 'properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text', 'fielddata' => true, 'analyzer' => 'synonym_analyzer'], 'manufacturer' => [], 'description' => [], 'synonymsCount' => ['type' => 'integer'], 'synonyms' => ['type' => 'object', 'properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text', 'fielddata' => true, 'analyzer' => 'synonym_analyzer'], 'category' => NULL, 'manufacturer' => NULL, 'description' => NULL]]]], 'config' => ['analyzer' => NULL, 'search_analyzer' => NULL, 'dynamic' => NULL, 'date_detection' => NULL, 'dynamic_date_formats' => [], 'numeric_detection' => NULL]], 'synonym' => ['elasticsearch_name' => 'synonym', 'reference' => $b, 'model' => 'App\\Entity\\ECommerce\\Synonym', 'name' => 'synonym', 'settings' => ['index' => ['analysis' => ['analyzer' => ['synonym_analyzer' => ['type' => 'custom', 'tokenizer' => 'whitespace', 'filter' => [0 => 'lowercase']]]]]], 'index_prototype' => [], 'use_alias' => false, 'mapping' => ['dynamic_templates' => [], 'properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text', 'fielddata' => true, 'analyzer' => 'synonym_analyzer'], 'category' => ['type' => 'integer'], 'manufacturer' => [], 'description' => [], 'synonymProduct' => ['type' => 'object', 'properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text', 'fielddata' => true, 'analyzer' => 'synonym_analyzer'], 'manufacturer' => NULL, 'description' => NULL, 'synonymsCount' => ['type' => 'integer']]]]], 'config' => ['analyzer' => NULL, 'search_analyzer' => NULL, 'dynamic' => NULL, 'date_detection' => NULL, 'dynamic_date_formats' => [], 'numeric_detection' => NULL]]])]);
  12669. }
  12670. /**
  12671. * Gets the private 'fos_elastica.doctrine.register_listeners' shared service.
  12672. *
  12673. * @return \FOS\ElasticaBundle\Doctrine\RegisterListenersService
  12674. */
  12675. protected function getFosElastica_Doctrine_RegisterListenersService()
  12676. {
  12677. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RegisterListenersService.php';
  12678. return $this->privates['fos_elastica.doctrine.register_listeners'] = new \FOS\ElasticaBundle\Doctrine\RegisterListenersService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  12679. }
  12680. /**
  12681. * Gets the private 'fos_elastica.filter_objects_listener' shared service.
  12682. *
  12683. * @return \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener
  12684. */
  12685. protected function getFosElastica_FilterObjectsListenerService()
  12686. {
  12687. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/Listener/FilterObjectsListener.php';
  12688. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  12689. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  12690. return $this->privates['fos_elastica.filter_objects_listener'] = new \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener(($this->privates['fos_elastica.indexable'] ?? ($this->privates['fos_elastica.indexable'] = new \FOS\ElasticaBundle\Provider\Indexable([]))));
  12691. }
  12692. /**
  12693. * Gets the private 'fos_elastica.in_place_pager_persister' shared service.
  12694. *
  12695. * @return \FOS\ElasticaBundle\Persister\InPlacePagerPersister
  12696. */
  12697. protected function getFosElastica_InPlacePagerPersisterService()
  12698. {
  12699. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterInterface.php';
  12700. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/InPlacePagerPersister.php';
  12701. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PersisterRegistry.php';
  12702. return $this->privates['fos_elastica.in_place_pager_persister'] = new \FOS\ElasticaBundle\Persister\InPlacePagerPersister(new \FOS\ElasticaBundle\Persister\PersisterRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12703. 'synonym' => ['privates', 'fos_elastica.object_persister.synonym', 'getFosElastica_ObjectPersister_SynonymService', false],
  12704. 'synonym_product' => ['privates', 'fos_elastica.object_persister.synonym_product', 'getFosElastica_ObjectPersister_SynonymProductService', false],
  12705. ], [
  12706. 'synonym' => 'FOS\\ElasticaBundle\\Persister\\ObjectPersister',
  12707. 'synonym_product' => 'FOS\\ElasticaBundle\\Persister\\ObjectPersister',
  12708. ])), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  12709. }
  12710. /**
  12711. * Gets the private 'fos_elastica.index_manager' shared service.
  12712. *
  12713. * @return \FOS\ElasticaBundle\Index\IndexManager
  12714. */
  12715. protected function getFosElastica_IndexManagerService()
  12716. {
  12717. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexManager.php';
  12718. $a = ($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'] ?? $this->getIndexsynonymProductIndexService());
  12719. if (isset($this->privates['fos_elastica.index_manager'])) {
  12720. return $this->privates['fos_elastica.index_manager'];
  12721. }
  12722. return $this->privates['fos_elastica.index_manager'] = new \FOS\ElasticaBundle\Index\IndexManager(['synonym_product' => $a, 'synonym' => ($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'] ?? $this->getIndexsynonymIndexService())], $a);
  12723. }
  12724. /**
  12725. * Gets the private 'fos_elastica.listener.synonym' shared service.
  12726. *
  12727. * @return \FOS\ElasticaBundle\Doctrine\Listener
  12728. */
  12729. protected function getFosElastica_Listener_SynonymService()
  12730. {
  12731. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php';
  12732. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  12733. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  12734. $a = ($this->privates['fos_elastica.object_persister.synonym'] ?? $this->getFosElastica_ObjectPersister_SynonymService());
  12735. if (isset($this->privates['fos_elastica.listener.synonym'])) {
  12736. return $this->privates['fos_elastica.listener.synonym'];
  12737. }
  12738. return $this->privates['fos_elastica.listener.synonym'] = new \FOS\ElasticaBundle\Doctrine\Listener($a, ($this->privates['fos_elastica.indexable'] ?? ($this->privates['fos_elastica.indexable'] = new \FOS\ElasticaBundle\Provider\Indexable([]))), ['identifier' => 'id', 'indexName' => 'synonym'], NULL);
  12739. }
  12740. /**
  12741. * Gets the private 'fos_elastica.listener.synonym_product' shared service.
  12742. *
  12743. * @return \FOS\ElasticaBundle\Doctrine\Listener
  12744. */
  12745. protected function getFosElastica_Listener_SynonymProductService()
  12746. {
  12747. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php';
  12748. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  12749. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  12750. $a = ($this->privates['fos_elastica.object_persister.synonym_product'] ?? $this->getFosElastica_ObjectPersister_SynonymProductService());
  12751. if (isset($this->privates['fos_elastica.listener.synonym_product'])) {
  12752. return $this->privates['fos_elastica.listener.synonym_product'];
  12753. }
  12754. return $this->privates['fos_elastica.listener.synonym_product'] = new \FOS\ElasticaBundle\Doctrine\Listener($a, ($this->privates['fos_elastica.indexable'] ?? ($this->privates['fos_elastica.indexable'] = new \FOS\ElasticaBundle\Provider\Indexable([]))), ['identifier' => 'id', 'indexName' => 'synonym_product'], NULL);
  12755. }
  12756. /**
  12757. * Gets the private 'fos_elastica.logger' shared service.
  12758. *
  12759. * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  12760. */
  12761. protected function getFosElastica_LoggerService()
  12762. {
  12763. $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  12764. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12765. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12766. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12767. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  12768. return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($a, true);
  12769. }
  12770. /**
  12771. * Gets the private 'fos_elastica.mapping_builder' shared service.
  12772. *
  12773. * @return \FOS\ElasticaBundle\Index\MappingBuilder
  12774. */
  12775. protected function getFosElastica_MappingBuilderService()
  12776. {
  12777. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  12778. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12779. if (isset($this->privates['fos_elastica.mapping_builder'])) {
  12780. return $this->privates['fos_elastica.mapping_builder'];
  12781. }
  12782. return $this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder($a);
  12783. }
  12784. /**
  12785. * Gets the private 'fos_elastica.object_persister.synonym' shared service.
  12786. *
  12787. * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  12788. */
  12789. protected function getFosElastica_ObjectPersister_SynonymService()
  12790. {
  12791. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  12792. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  12793. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  12794. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  12795. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  12796. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  12797. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12798. if (isset($this->privates['fos_elastica.object_persister.synonym'])) {
  12799. return $this->privates['fos_elastica.object_persister.synonym'];
  12800. }
  12801. $b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id', 'index' => 'synonym'], $a);
  12802. $b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(0, 0))));
  12803. return $this->privates['fos_elastica.object_persister.synonym'] = new \FOS\ElasticaBundle\Persister\ObjectPersister(($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'] ?? $this->getIndexsynonymIndexService()), $b, 'App\\Entity\\ECommerce\\Synonym', ['id' => ['type' => 'integer'], 'title' => ['type' => 'text', 'fielddata' => true, 'analyzer' => 'synonym_analyzer'], 'category' => ['type' => 'integer'], 'manufacturer' => [], 'description' => [], 'synonymProduct' => ['type' => 'object', 'properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text', 'fielddata' => true, 'analyzer' => 'synonym_analyzer'], 'manufacturer' => NULL, 'description' => NULL, 'synonymsCount' => ['type' => 'integer']]]], []);
  12804. }
  12805. /**
  12806. * Gets the private 'fos_elastica.object_persister.synonym_product' shared service.
  12807. *
  12808. * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  12809. */
  12810. protected function getFosElastica_ObjectPersister_SynonymProductService()
  12811. {
  12812. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  12813. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  12814. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  12815. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  12816. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  12817. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  12818. $a = ($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'] ?? $this->getIndexsynonymProductIndexService());
  12819. if (isset($this->privates['fos_elastica.object_persister.synonym_product'])) {
  12820. return $this->privates['fos_elastica.object_persister.synonym_product'];
  12821. }
  12822. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12823. if (isset($this->privates['fos_elastica.object_persister.synonym_product'])) {
  12824. return $this->privates['fos_elastica.object_persister.synonym_product'];
  12825. }
  12826. $c = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id', 'index' => 'synonym_product'], $b);
  12827. $c->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(0, 0))));
  12828. return $this->privates['fos_elastica.object_persister.synonym_product'] = new \FOS\ElasticaBundle\Persister\ObjectPersister($a, $c, 'App\\Entity\\ECommerce\\SynonymProduct', ['id' => ['type' => 'integer'], 'title' => ['type' => 'text', 'fielddata' => true, 'analyzer' => 'synonym_analyzer'], 'manufacturer' => [], 'description' => [], 'synonymsCount' => ['type' => 'integer'], 'synonyms' => ['type' => 'object', 'properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text', 'fielddata' => true, 'analyzer' => 'synonym_analyzer'], 'category' => NULL, 'manufacturer' => NULL, 'description' => NULL]]], []);
  12829. }
  12830. /**
  12831. * Gets the private 'fos_elastica.pager_provider.synonym' shared service.
  12832. *
  12833. * @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
  12834. */
  12835. protected function getFosElastica_PagerProvider_SynonymService()
  12836. {
  12837. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
  12838. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
  12839. return $this->privates['fos_elastica.pager_provider.synonym'] = new \FOS\ElasticaBundle\Doctrine\ORMPagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['fos_elastica.doctrine.register_listeners'] ?? $this->getFosElastica_Doctrine_RegisterListenersService()), 'App\\Entity\\ECommerce\\Synonym', ['batch_size' => 100, 'clear_object_manager' => true, 'debug_logging' => true, 'query_builder_method' => 'createQueryBuilder']);
  12840. }
  12841. /**
  12842. * Gets the private 'fos_elastica.pager_provider.synonym_product' shared service.
  12843. *
  12844. * @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
  12845. */
  12846. protected function getFosElastica_PagerProvider_SynonymProductService()
  12847. {
  12848. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
  12849. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
  12850. return $this->privates['fos_elastica.pager_provider.synonym_product'] = new \FOS\ElasticaBundle\Doctrine\ORMPagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['fos_elastica.doctrine.register_listeners'] ?? $this->getFosElastica_Doctrine_RegisterListenersService()), 'App\\Entity\\ECommerce\\SynonymProduct', ['batch_size' => 100, 'clear_object_manager' => true, 'debug_logging' => true, 'query_builder_method' => 'createQueryBuilder']);
  12851. }
  12852. /**
  12853. * Gets the private 'fos_elastica.paginator.subscriber' shared service.
  12854. *
  12855. * @return \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber
  12856. */
  12857. protected function getFosElastica_Paginator_SubscriberService()
  12858. {
  12859. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Subscriber/PaginateElasticaQuerySubscriber.php';
  12860. return $this->privates['fos_elastica.paginator.subscriber'] = new \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12861. }
  12862. /**
  12863. * Gets the private 'fos_elastica.populate_listener' shared service.
  12864. *
  12865. * @return \FOS\ElasticaBundle\EventListener\PopulateListener
  12866. */
  12867. protected function getFosElastica_PopulateListenerService()
  12868. {
  12869. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/EventListener/PopulateListener.php';
  12870. $a = ($this->privates['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService());
  12871. if (isset($this->privates['fos_elastica.populate_listener'])) {
  12872. return $this->privates['fos_elastica.populate_listener'];
  12873. }
  12874. return $this->privates['fos_elastica.populate_listener'] = new \FOS\ElasticaBundle\EventListener\PopulateListener($a);
  12875. }
  12876. /**
  12877. * Gets the private 'fos_elastica.resetter' shared service.
  12878. *
  12879. * @return \FOS\ElasticaBundle\Index\Resetter
  12880. */
  12881. protected function getFosElastica_ResetterService()
  12882. {
  12883. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  12884. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/Resetter.php';
  12885. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  12886. $a = ($this->privates['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService());
  12887. if (isset($this->privates['fos_elastica.resetter'])) {
  12888. return $this->privates['fos_elastica.resetter'];
  12889. }
  12890. $b = ($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService());
  12891. if (isset($this->privates['fos_elastica.resetter'])) {
  12892. return $this->privates['fos_elastica.resetter'];
  12893. }
  12894. $c = ($this->privates['fos_elastica.mapping_builder'] ?? $this->getFosElastica_MappingBuilderService());
  12895. if (isset($this->privates['fos_elastica.resetter'])) {
  12896. return $this->privates['fos_elastica.resetter'];
  12897. }
  12898. $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12899. if (isset($this->privates['fos_elastica.resetter'])) {
  12900. return $this->privates['fos_elastica.resetter'];
  12901. }
  12902. return $this->privates['fos_elastica.resetter'] = new \FOS\ElasticaBundle\Index\Resetter($a, $b, ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())), $c, $d);
  12903. }
  12904. /**
  12905. * Gets the private 'fragment.listener' shared service.
  12906. *
  12907. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  12908. */
  12909. protected function getFragment_ListenerService()
  12910. {
  12911. return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  12912. }
  12913. /**
  12914. * Gets the private 'fragment.renderer.hinclude' shared service.
  12915. *
  12916. * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  12917. */
  12918. protected function getFragment_Renderer_HincludeService()
  12919. {
  12920. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  12921. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  12922. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  12923. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  12924. if (isset($this->privates['fragment.renderer.hinclude'])) {
  12925. return $this->privates['fragment.renderer.hinclude'];
  12926. }
  12927. $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer($a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  12928. $instance->setFragmentPath('/_fragment');
  12929. return $instance;
  12930. }
  12931. /**
  12932. * Gets the private 'fragment.renderer.inline' shared service.
  12933. *
  12934. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  12935. */
  12936. protected function getFragment_Renderer_InlineService()
  12937. {
  12938. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  12939. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  12940. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  12941. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  12942. if (isset($this->privates['fragment.renderer.inline'])) {
  12943. return $this->privates['fragment.renderer.inline'];
  12944. }
  12945. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12946. if (isset($this->privates['fragment.renderer.inline'])) {
  12947. return $this->privates['fragment.renderer.inline'];
  12948. }
  12949. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
  12950. $instance->setFragmentPath('/_fragment');
  12951. return $instance;
  12952. }
  12953. /**
  12954. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  12955. *
  12956. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  12957. */
  12958. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  12959. {
  12960. 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())));
  12961. }
  12962. /**
  12963. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  12964. *
  12965. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  12966. */
  12967. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  12968. {
  12969. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12970. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  12971. return $this->privates['framework_extra_bundle.event.is_granted'];
  12972. }
  12973. 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);
  12974. }
  12975. /**
  12976. * Gets the private 'jms_serializer.array_collection_handler' shared service.
  12977. *
  12978. * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  12979. */
  12980. protected function getJmsSerializer_ArrayCollectionHandlerService()
  12981. {
  12982. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12983. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  12984. return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  12985. }
  12986. /**
  12987. * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  12988. *
  12989. * @return \JMS\SerializerBundle\Cache\CacheClearer
  12990. */
  12991. protected function getJmsSerializer_Cache_CacheClearerService()
  12992. {
  12993. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  12994. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  12995. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  12996. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  12997. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  12998. return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  12999. }
  13000. /**
  13001. * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  13002. *
  13003. * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  13004. */
  13005. protected function getJmsSerializer_ConstraintViolationHandlerService()
  13006. {
  13007. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13008. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  13009. return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  13010. }
  13011. /**
  13012. * Gets the private 'jms_serializer.datetime_handler' shared service.
  13013. *
  13014. * @return \JMS\Serializer\Handler\DateHandler
  13015. */
  13016. protected function getJmsSerializer_DatetimeHandlerService()
  13017. {
  13018. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13019. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  13020. return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP', 'UTC', true);
  13021. }
  13022. /**
  13023. * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  13024. *
  13025. * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  13026. */
  13027. protected function getJmsSerializer_DoctrineProxySubscriberService()
  13028. {
  13029. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  13030. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  13031. return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(true, false);
  13032. }
  13033. /**
  13034. * Gets the private 'jms_serializer.form_error_handler' shared service.
  13035. *
  13036. * @return \JMS\Serializer\Handler\FormErrorHandler
  13037. */
  13038. protected function getJmsSerializer_FormErrorHandlerService()
  13039. {
  13040. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13041. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  13042. return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  13043. }
  13044. /**
  13045. * Gets the private 'jms_serializer.iterator_handler' shared service.
  13046. *
  13047. * @return \JMS\Serializer\Handler\IteratorHandler
  13048. */
  13049. protected function getJmsSerializer_IteratorHandlerService()
  13050. {
  13051. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13052. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  13053. return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  13054. }
  13055. /**
  13056. * Gets the private 'jms_serializer.metadata_factory' shared service.
  13057. *
  13058. * @return \Metadata\MetadataFactory
  13059. */
  13060. protected function getJmsSerializer_MetadataFactoryService()
  13061. {
  13062. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  13063. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  13064. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  13065. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  13066. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  13067. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  13068. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  13069. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  13070. $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13071. 'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', false],
  13072. ], [
  13073. 'metadata_driver' => '?',
  13074. ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
  13075. $instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  13076. $instance->setIncludeInterfaces(false);
  13077. return $instance;
  13078. }
  13079. /**
  13080. * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  13081. *
  13082. * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  13083. */
  13084. protected function getJmsSerializer_StopwatchSubscriberService()
  13085. {
  13086. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  13087. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  13088. return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13089. }
  13090. /**
  13091. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  13092. *
  13093. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  13094. */
  13095. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  13096. {
  13097. return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
  13098. }
  13099. /**
  13100. * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  13101. *
  13102. * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  13103. */
  13104. protected function getLexikJwtAuthentication_CheckConfigCommandService()
  13105. {
  13106. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13107. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  13108. $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
  13109. $instance->setName('lexik:jwt:check-config');
  13110. $instance->setDescription('Checks that the bundle is properly configured.');
  13111. return $instance;
  13112. }
  13113. /**
  13114. * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  13115. *
  13116. * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  13117. */
  13118. protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  13119. {
  13120. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13121. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13122. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  13123. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  13124. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  13125. $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  13126. $instance->setName('lexik:jwt:enable-encryption');
  13127. $instance->setDescription('Enable Web-Token encryption support.');
  13128. return $instance;
  13129. }
  13130. /**
  13131. * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  13132. *
  13133. * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  13134. */
  13135. protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  13136. {
  13137. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13138. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  13139. $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  13140. $instance->setName('lexik:jwt:generate-keypair');
  13141. $instance->setDescription('Generate public/private keys for use in your application.');
  13142. return $instance;
  13143. }
  13144. /**
  13145. * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  13146. *
  13147. * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  13148. */
  13149. protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  13150. {
  13151. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13152. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13153. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  13154. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  13155. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  13156. $this->privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  13157. $instance->setName('lexik:jwt:migrate-config');
  13158. $instance->setDescription('Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.');
  13159. return $instance;
  13160. }
  13161. /**
  13162. * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  13163. *
  13164. * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  13165. */
  13166. protected function getLiipImagine_Binary_MimeTypeGuesserService()
  13167. {
  13168. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  13169. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  13170. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  13171. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  13172. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  13173. return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  13174. }
  13175. /**
  13176. * Gets the private 'liip_imagine.command.cache_remove' shared service.
  13177. *
  13178. * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  13179. */
  13180. protected function getLiipImagine_Command_CacheRemoveService()
  13181. {
  13182. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13183. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  13184. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  13185. $this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  13186. $instance->setName('liip:imagine:cache:remove');
  13187. return $instance;
  13188. }
  13189. /**
  13190. * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  13191. *
  13192. * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  13193. */
  13194. protected function getLiipImagine_Command_CacheResolveService()
  13195. {
  13196. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13197. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  13198. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  13199. $this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  13200. $instance->setName('liip:imagine:cache:resolve');
  13201. return $instance;
  13202. }
  13203. /**
  13204. * Gets the private 'liip_imagine.filter.configuration' shared service.
  13205. *
  13206. * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  13207. */
  13208. protected function getLiipImagine_Filter_ConfigurationService()
  13209. {
  13210. return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  13211. }
  13212. /**
  13213. * Gets the private 'liip_imagine.form.type.image' shared service.
  13214. *
  13215. * @return \Liip\ImagineBundle\Form\Type\ImageType
  13216. */
  13217. protected function getLiipImagine_Form_Type_ImageService()
  13218. {
  13219. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13220. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13221. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  13222. return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  13223. }
  13224. /**
  13225. * Gets the private 'liip_imagine.gd' shared service.
  13226. *
  13227. * @return \Imagine\Gd\Imagine
  13228. */
  13229. protected function getLiipImagine_GdService()
  13230. {
  13231. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  13232. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  13233. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  13234. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  13235. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  13236. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  13237. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  13238. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  13239. $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  13240. $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  13241. return $instance;
  13242. }
  13243. /**
  13244. * Gets the private 'liip_imagine.service.filter' shared service.
  13245. *
  13246. * @return \Liip\ImagineBundle\Service\FilterService
  13247. */
  13248. protected function getLiipImagine_Service_FilterService()
  13249. {
  13250. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  13251. return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false, $this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13252. }
  13253. /**
  13254. * Gets the private 'locale_aware_listener' shared service.
  13255. *
  13256. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  13257. */
  13258. protected function getLocaleAwareListenerService()
  13259. {
  13260. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  13261. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('resolve:APP_LOCALE'))));
  13262. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  13263. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13264. }
  13265. /**
  13266. * Gets the private 'locale_listener' shared service.
  13267. *
  13268. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  13269. */
  13270. protected function getLocaleListenerService()
  13271. {
  13272. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('resolve:APP_LOCALE'), ($this->services['router'] ?? $this->getRouterService()), false, []);
  13273. }
  13274. /**
  13275. * Gets the private 'mailer.mailer' shared service.
  13276. *
  13277. * @return \Symfony\Component\Mailer\Mailer
  13278. */
  13279. protected function getMailer_MailerService()
  13280. {
  13281. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  13282. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  13283. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  13284. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  13285. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  13286. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13287. if (isset($this->privates['mailer.mailer'])) {
  13288. return $this->privates['mailer.mailer'];
  13289. }
  13290. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  13291. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  13292. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  13293. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  13294. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  13295. }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, $a);
  13296. }
  13297. /**
  13298. * Gets the private 'mailer.transport_factory.native' shared service.
  13299. *
  13300. * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  13301. */
  13302. protected function getMailer_TransportFactory_NativeService()
  13303. {
  13304. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  13305. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  13306. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  13307. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13308. if (isset($this->privates['mailer.transport_factory.native'])) {
  13309. return $this->privates['mailer.transport_factory.native'];
  13310. }
  13311. return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  13312. }
  13313. /**
  13314. * Gets the private 'mailer.transport_factory.null' shared service.
  13315. *
  13316. * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  13317. */
  13318. protected function getMailer_TransportFactory_NullService()
  13319. {
  13320. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  13321. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  13322. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  13323. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13324. if (isset($this->privates['mailer.transport_factory.null'])) {
  13325. return $this->privates['mailer.transport_factory.null'];
  13326. }
  13327. return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  13328. }
  13329. /**
  13330. * Gets the private 'mailer.transport_factory.sendmail' shared service.
  13331. *
  13332. * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  13333. */
  13334. protected function getMailer_TransportFactory_SendmailService()
  13335. {
  13336. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  13337. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  13338. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  13339. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13340. if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  13341. return $this->privates['mailer.transport_factory.sendmail'];
  13342. }
  13343. return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  13344. }
  13345. /**
  13346. * Gets the private 'mailer.transport_factory.smtp' shared service.
  13347. *
  13348. * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  13349. */
  13350. protected function getMailer_TransportFactory_SmtpService()
  13351. {
  13352. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  13353. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  13354. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  13355. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13356. if (isset($this->privates['mailer.transport_factory.smtp'])) {
  13357. return $this->privates['mailer.transport_factory.smtp'];
  13358. }
  13359. return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  13360. }
  13361. /**
  13362. * Gets the private 'maker.auto_command.make_auth' shared service.
  13363. *
  13364. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13365. */
  13366. protected function getMaker_AutoCommand_MakeAuthService()
  13367. {
  13368. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13369. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13370. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13371. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13372. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  13373. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13374. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  13375. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13376. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13377. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  13378. $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, $b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13379. $instance->setName('make:auth');
  13380. $instance->setDescription('Creates a Guard authenticator of different flavors');
  13381. return $instance;
  13382. }
  13383. /**
  13384. * Gets the private 'maker.auto_command.make_command' shared service.
  13385. *
  13386. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13387. */
  13388. protected function getMaker_AutoCommand_MakeCommandService()
  13389. {
  13390. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13391. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13392. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13393. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13394. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  13395. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13396. $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13397. $instance->setName('make:command');
  13398. $instance->setDescription('Creates a new console command class');
  13399. return $instance;
  13400. }
  13401. /**
  13402. * Gets the private 'maker.auto_command.make_controller' shared service.
  13403. *
  13404. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13405. */
  13406. protected function getMaker_AutoCommand_MakeControllerService()
  13407. {
  13408. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13409. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13410. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13411. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13412. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  13413. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13414. $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13415. $instance->setName('make:controller');
  13416. $instance->setDescription('Creates a new controller class');
  13417. return $instance;
  13418. }
  13419. /**
  13420. * Gets the private 'maker.auto_command.make_crud' shared service.
  13421. *
  13422. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13423. */
  13424. protected function getMaker_AutoCommand_MakeCrudService()
  13425. {
  13426. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13427. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13428. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13429. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13430. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  13431. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13432. $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13433. $instance->setName('make:crud');
  13434. $instance->setDescription('Creates CRUD for Doctrine entity class');
  13435. return $instance;
  13436. }
  13437. /**
  13438. * Gets the private 'maker.auto_command.make_docker_database' shared service.
  13439. *
  13440. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13441. */
  13442. protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  13443. {
  13444. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13445. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13446. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13447. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13448. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  13449. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13450. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13451. $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13452. $instance->setName('make:docker:database');
  13453. $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  13454. return $instance;
  13455. }
  13456. /**
  13457. * Gets the private 'maker.auto_command.make_entity' shared service.
  13458. *
  13459. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13460. */
  13461. protected function getMaker_AutoCommand_MakeEntityService()
  13462. {
  13463. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13464. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13465. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13466. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13467. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13468. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  13469. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13470. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13471. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  13472. $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL, $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a, $b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13473. $instance->setName('make:entity');
  13474. $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  13475. return $instance;
  13476. }
  13477. /**
  13478. * Gets the private 'maker.auto_command.make_fixtures' shared service.
  13479. *
  13480. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13481. */
  13482. protected function getMaker_AutoCommand_MakeFixturesService()
  13483. {
  13484. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13485. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13486. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13487. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13488. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  13489. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13490. $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13491. $instance->setName('make:fixtures');
  13492. $instance->setDescription('Creates a new class to load Doctrine fixtures');
  13493. return $instance;
  13494. }
  13495. /**
  13496. * Gets the private 'maker.auto_command.make_form' shared service.
  13497. *
  13498. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13499. */
  13500. protected function getMaker_AutoCommand_MakeFormService()
  13501. {
  13502. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13503. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13504. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13505. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13506. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  13507. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13508. $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13509. $instance->setName('make:form');
  13510. $instance->setDescription('Creates a new form class');
  13511. return $instance;
  13512. }
  13513. /**
  13514. * Gets the private 'maker.auto_command.make_message' shared service.
  13515. *
  13516. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13517. */
  13518. protected function getMaker_AutoCommand_MakeMessageService()
  13519. {
  13520. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13521. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13522. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13523. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13524. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  13525. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13526. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13527. $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13528. $instance->setName('make:message');
  13529. $instance->setDescription('Creates a new message and handler');
  13530. return $instance;
  13531. }
  13532. /**
  13533. * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  13534. *
  13535. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13536. */
  13537. protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  13538. {
  13539. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13540. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13541. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13542. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13543. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  13544. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13545. $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13546. $instance->setName('make:messenger-middleware');
  13547. $instance->setDescription('Creates a new messenger middleware');
  13548. return $instance;
  13549. }
  13550. /**
  13551. * Gets the private 'maker.auto_command.make_migration' shared service.
  13552. *
  13553. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13554. */
  13555. protected function getMaker_AutoCommand_MakeMigrationService()
  13556. {
  13557. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13558. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13559. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13560. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13561. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  13562. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  13563. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13564. $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13565. $instance->setName('make:migration');
  13566. $instance->setDescription('Creates a new migration based on database changes');
  13567. return $instance;
  13568. }
  13569. /**
  13570. * Gets the private 'maker.auto_command.make_registration_form' shared service.
  13571. *
  13572. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13573. */
  13574. protected function getMaker_AutoCommand_MakeRegistrationFormService()
  13575. {
  13576. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13577. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13578. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13579. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13580. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  13581. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13582. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13583. $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13584. $instance->setName('make:registration-form');
  13585. $instance->setDescription('Creates a new registration form system');
  13586. return $instance;
  13587. }
  13588. /**
  13589. * Gets the private 'maker.auto_command.make_reset_password' shared service.
  13590. *
  13591. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13592. */
  13593. protected function getMaker_AutoCommand_MakeResetPasswordService()
  13594. {
  13595. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13596. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13597. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13598. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13599. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  13600. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13601. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13602. $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13603. $instance->setName('make:reset-password');
  13604. $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  13605. return $instance;
  13606. }
  13607. /**
  13608. * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  13609. *
  13610. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13611. */
  13612. protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  13613. {
  13614. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13615. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13616. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13617. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13618. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  13619. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13620. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  13621. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13622. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13623. $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13624. $instance->setName('make:security:form-login');
  13625. $instance->setDescription('Generate the code needed for the form_login authenticator');
  13626. return $instance;
  13627. }
  13628. /**
  13629. * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  13630. *
  13631. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13632. */
  13633. protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  13634. {
  13635. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13636. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13637. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13638. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13639. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  13640. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13641. $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13642. $instance->setName('make:serializer:encoder');
  13643. $instance->setDescription('Creates a new serializer encoder class');
  13644. return $instance;
  13645. }
  13646. /**
  13647. * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  13648. *
  13649. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13650. */
  13651. protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  13652. {
  13653. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13654. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13655. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13656. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13657. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  13658. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13659. $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13660. $instance->setName('make:serializer:normalizer');
  13661. $instance->setDescription('Creates a new serializer normalizer class');
  13662. return $instance;
  13663. }
  13664. /**
  13665. * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  13666. *
  13667. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13668. */
  13669. protected function getMaker_AutoCommand_MakeStimulusControllerService()
  13670. {
  13671. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13672. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13673. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13674. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13675. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  13676. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13677. $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13678. $instance->setName('make:stimulus-controller');
  13679. $instance->setDescription('Creates a new Stimulus controller');
  13680. return $instance;
  13681. }
  13682. /**
  13683. * Gets the private 'maker.auto_command.make_subscriber' shared service.
  13684. *
  13685. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13686. */
  13687. protected function getMaker_AutoCommand_MakeSubscriberService()
  13688. {
  13689. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13690. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13691. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13692. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13693. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  13694. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  13695. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13696. $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13697. $instance->setName('make:subscriber');
  13698. $instance->setDescription('Creates a new event subscriber class');
  13699. return $instance;
  13700. }
  13701. /**
  13702. * Gets the private 'maker.auto_command.make_test' shared service.
  13703. *
  13704. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13705. */
  13706. protected function getMaker_AutoCommand_MakeTestService()
  13707. {
  13708. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13709. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13710. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13711. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13712. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13713. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  13714. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13715. $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13716. $instance->setName('make:test');
  13717. $instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
  13718. $instance->setDescription('Creates a new test class');
  13719. return $instance;
  13720. }
  13721. /**
  13722. * Gets the private 'maker.auto_command.make_twig_component' shared service.
  13723. *
  13724. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13725. */
  13726. protected function getMaker_AutoCommand_MakeTwigComponentService()
  13727. {
  13728. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13729. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13730. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13731. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13732. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  13733. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13734. $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13735. $instance->setName('make:twig-component');
  13736. $instance->setDescription('Creates a twig (or live) component');
  13737. return $instance;
  13738. }
  13739. /**
  13740. * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  13741. *
  13742. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13743. */
  13744. protected function getMaker_AutoCommand_MakeTwigExtensionService()
  13745. {
  13746. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13747. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13748. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13749. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13750. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  13751. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13752. $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13753. $instance->setName('make:twig-extension');
  13754. $instance->setDescription('Creates a new Twig extension with its runtime class');
  13755. return $instance;
  13756. }
  13757. /**
  13758. * Gets the private 'maker.auto_command.make_user' shared service.
  13759. *
  13760. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13761. */
  13762. protected function getMaker_AutoCommand_MakeUserService()
  13763. {
  13764. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13765. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13766. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13767. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13768. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  13769. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  13770. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13771. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13772. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13773. $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13774. $instance->setName('make:user');
  13775. $instance->setDescription('Creates a new security user class');
  13776. return $instance;
  13777. }
  13778. /**
  13779. * Gets the private 'maker.auto_command.make_validator' shared service.
  13780. *
  13781. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13782. */
  13783. protected function getMaker_AutoCommand_MakeValidatorService()
  13784. {
  13785. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13786. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13787. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13788. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13789. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  13790. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13791. $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13792. $instance->setName('make:validator');
  13793. $instance->setDescription('Creates a new validator and constraint class');
  13794. return $instance;
  13795. }
  13796. /**
  13797. * Gets the private 'maker.auto_command.make_voter' shared service.
  13798. *
  13799. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13800. */
  13801. protected function getMaker_AutoCommand_MakeVoterService()
  13802. {
  13803. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13804. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13805. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13806. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13807. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  13808. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13809. $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  13810. $instance->setName('make:voter');
  13811. $instance->setDescription('Creates a new security voter class');
  13812. return $instance;
  13813. }
  13814. /**
  13815. * Gets the private 'maker.doctrine_helper' shared service.
  13816. *
  13817. * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  13818. */
  13819. protected function getMaker_DoctrineHelperService()
  13820. {
  13821. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  13822. return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [0 => [0 => 'App\\Entity', 1 => ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]], 'client_rel_management' => [0 => [0 => 'App\\Entity_CRM', 1 => ($this->privates['doctrine.orm.client_rel_management_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ClientRelManagementAnnotationMetadataDriverService())]], 'client_rel_web_management' => [0 => [0 => 'App\\Entity_CRWM', 1 => ($this->privates['doctrine.orm.client_rel_web_management_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ClientRelWebManagementAnnotationMetadataDriverService())]]]);
  13823. }
  13824. /**
  13825. * Gets the private 'maker.entity_class_generator' shared service.
  13826. *
  13827. * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  13828. */
  13829. protected function getMaker_EntityClassGeneratorService()
  13830. {
  13831. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  13832. return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  13833. }
  13834. /**
  13835. * Gets the private 'maker.file_link_formatter' shared service.
  13836. *
  13837. * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  13838. */
  13839. protected function getMaker_FileLinkFormatterService()
  13840. {
  13841. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  13842. return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  13843. }
  13844. /**
  13845. * Gets the private 'maker.file_manager' shared service.
  13846. *
  13847. * @return \Symfony\Bundle\MakerBundle\FileManager
  13848. */
  13849. protected function getMaker_FileManagerService()
  13850. {
  13851. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  13852. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  13853. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  13854. return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates'));
  13855. }
  13856. /**
  13857. * Gets the private 'maker.generator' shared service.
  13858. *
  13859. * @return \Symfony\Bundle\MakerBundle\Generator
  13860. */
  13861. protected function getMaker_GeneratorService()
  13862. {
  13863. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
  13864. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  13865. return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App', NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  13866. }
  13867. /**
  13868. * Gets the private 'maker.php_compat_util' shared service.
  13869. *
  13870. * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  13871. */
  13872. protected function getMaker_PhpCompatUtilService()
  13873. {
  13874. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  13875. return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13876. }
  13877. /**
  13878. * Gets the private 'maker.renderer.form_type_renderer' shared service.
  13879. *
  13880. * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  13881. */
  13882. protected function getMaker_Renderer_FormTypeRendererService()
  13883. {
  13884. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  13885. return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13886. }
  13887. /**
  13888. * Gets the private 'mdl.cart_calculator' shared autowired service.
  13889. *
  13890. * @return \App\Service\ECommerce\CartCalculator
  13891. */
  13892. protected function getMdl_CartCalculatorService()
  13893. {
  13894. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/CartCalculator.php';
  13895. $a = ($this->privates['App\\Service\\ECommerce\\ShippingCalculator'] ?? $this->getShippingCalculatorService());
  13896. if (isset($this->privates['mdl.cart_calculator'])) {
  13897. return $this->privates['mdl.cart_calculator'];
  13898. }
  13899. return $this->privates['mdl.cart_calculator'] = new \App\Service\ECommerce\CartCalculator(($this->privates['App\\Service\\ECommerce\\RebateCalculator'] ?? ($this->privates['App\\Service\\ECommerce\\RebateCalculator'] = new \App\Service\ECommerce\RebateCalculator())), $a, ($this->privates['App\\Repository\\ECommerce\\DepotProductRepository'] ?? $this->getDepotProductRepositoryService()));
  13900. }
  13901. /**
  13902. * Gets the private 'mdl.subscriber.cart' shared service.
  13903. *
  13904. * @return \App\EventSubscriber\ECommerce\CartSubscriber
  13905. */
  13906. protected function getMdl_Subscriber_CartService()
  13907. {
  13908. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/CartSubscriber.php';
  13909. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/EmailNotifier.php';
  13910. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/InvoicePdfManager.php';
  13911. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13912. if (isset($this->privates['mdl.subscriber.cart'])) {
  13913. return $this->privates['mdl.subscriber.cart'];
  13914. }
  13915. return $this->privates['mdl.subscriber.cart'] = new \App\EventSubscriber\ECommerce\CartSubscriber(($this->privates['mdl.cart_calculator'] ?? $this->getMdl_CartCalculatorService()), new \App\Service\ECommerce\EmailNotifier(($this->services['translator'] ?? $this->getTranslatorService()), $a, ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), new \App\Service\ECommerce\InvoicePdfManager($a, ($this->services['Knp\\Snappy\\Pdf'] ?? $this->getPdfService()), \dirname(__DIR__, 4)), $this->getEnv('resolve:APP_EMAIL')));
  13916. }
  13917. /**
  13918. * Gets the private 'media.doctrine_listener' shared service.
  13919. *
  13920. * @return \App\EventListener\Media\MediaListener
  13921. */
  13922. protected function getMedia_DoctrineListenerService()
  13923. {
  13924. include_once \dirname(__DIR__, 4).'/src/EventListener/Media/MediaListener.php';
  13925. include_once \dirname(__DIR__, 4).'/src/Service/Media/FileUploader.php';
  13926. return $this->privates['media.doctrine_listener'] = new \App\EventListener\Media\MediaListener(new \App\Service\Media\FileUploader((\dirname(__DIR__, 4).'/public/media_upload'), '/media_upload'));
  13927. }
  13928. /**
  13929. * Gets the private 'mime_types' shared service.
  13930. *
  13931. * @return \Symfony\Component\Mime\MimeTypes
  13932. */
  13933. protected function getMimeTypesService()
  13934. {
  13935. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  13936. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  13937. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  13938. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  13939. $instance->setDefault($instance);
  13940. return $instance;
  13941. }
  13942. /**
  13943. * Gets the private 'monolog.command.server_log' shared service.
  13944. *
  13945. * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  13946. */
  13947. protected function getMonolog_Command_ServerLogService()
  13948. {
  13949. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13950. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  13951. $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  13952. $instance->setName('server:log');
  13953. $instance->setDescription('Start a log server that displays logs in real time');
  13954. return $instance;
  13955. }
  13956. /**
  13957. * Gets the private 'monolog.handler.console' shared service.
  13958. *
  13959. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  13960. */
  13961. protected function getMonolog_Handler_ConsoleService()
  13962. {
  13963. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  13964. }
  13965. /**
  13966. * Gets the private 'monolog.handler.main' shared service.
  13967. *
  13968. * @return \Monolog\Handler\StreamHandler
  13969. */
  13970. protected function getMonolog_Handler_MainService()
  13971. {
  13972. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  13973. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  13974. return $instance;
  13975. }
  13976. /**
  13977. * Gets the private 'monolog.logger' shared service.
  13978. *
  13979. * @return \Symfony\Bridge\Monolog\Logger
  13980. */
  13981. protected function getMonolog_LoggerService()
  13982. {
  13983. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  13984. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13985. $instance->useMicrosecondTimestamps(true);
  13986. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13987. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13988. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13989. return $instance;
  13990. }
  13991. /**
  13992. * Gets the private 'monolog.logger.cache' shared service.
  13993. *
  13994. * @return \Symfony\Bridge\Monolog\Logger
  13995. */
  13996. protected function getMonolog_Logger_CacheService()
  13997. {
  13998. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  13999. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14000. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  14001. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  14002. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  14003. return $instance;
  14004. }
  14005. /**
  14006. * Gets the private 'monolog.logger.mailer' shared service.
  14007. *
  14008. * @return \Symfony\Bridge\Monolog\Logger
  14009. */
  14010. protected function getMonolog_Logger_MailerService()
  14011. {
  14012. $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  14013. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14014. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  14015. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  14016. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  14017. return $instance;
  14018. }
  14019. /**
  14020. * Gets the private 'monolog.logger.nelmio_api_doc' shared service.
  14021. *
  14022. * @return \Symfony\Bridge\Monolog\Logger
  14023. */
  14024. protected function getMonolog_Logger_NelmioApiDocService()
  14025. {
  14026. $this->privates['monolog.logger.nelmio_api_doc'] = $instance = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  14027. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14028. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  14029. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  14030. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  14031. return $instance;
  14032. }
  14033. /**
  14034. * Gets the private 'monolog.logger.request' shared service.
  14035. *
  14036. * @return \Symfony\Bridge\Monolog\Logger
  14037. */
  14038. protected function getMonolog_Logger_RequestService()
  14039. {
  14040. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  14041. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14042. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  14043. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  14044. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  14045. return $instance;
  14046. }
  14047. /**
  14048. * Gets the private 'monolog.logger.security' shared service.
  14049. *
  14050. * @return \Symfony\Bridge\Monolog\Logger
  14051. */
  14052. protected function getMonolog_Logger_SecurityService()
  14053. {
  14054. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  14055. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14056. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  14057. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  14058. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  14059. return $instance;
  14060. }
  14061. /**
  14062. * Gets the private 'nelmio_api_doc.describers.config' shared service.
  14063. *
  14064. * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  14065. */
  14066. protected function getNelmioApiDoc_Describers_ConfigService()
  14067. {
  14068. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  14069. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  14070. return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => $this->getEnv('resolve:APP_NAME'), 'description' => $this->getEnv('resolve:APP_URL'), 'version' => '1.0.0'], 'components' => ['securitySchemes' => ['Bearer' => ['type' => 'http', 'scheme' => 'bearer', 'bearerFormat' => 'JWT', 'description' => 'Value: Bearer {jwt}']]], 'security' => [0 => ['Bearer' => []]], 'paths' => ['/api/login_check' => ['post' => ['security' => NULL, 'tags' => [0 => 'Authentication'], 'summary' => 'Generate JSON WEB Token for User', 'requestBody' => ['description' => 'Json body', 'required' => true, 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['username' => ['type' => 'string', 'default' => 'admin'], 'password' => ['type' => 'string', 'default' => 'admin']]]]]], 'responses' => [200 => ['description' => 'Login successful', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['token' => ['type' => 'string']]]]]], 401 => ['description' => 'Login unsuccessful', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['code' => ['type' => 'integer', 'default' => 401], 'message' => ['type' => 'string']]]]]]]]]]]);
  14071. }
  14072. /**
  14073. * Gets the private 'nelmio_api_doc.describers.openapi_php.crm' shared service.
  14074. *
  14075. * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  14076. */
  14077. protected function getNelmioApiDoc_Describers_OpenapiPhp_CrmService()
  14078. {
  14079. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  14080. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  14081. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  14082. return $this->privates['nelmio_api_doc.describers.openapi_php.crm'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.crm'] ?? $this->getNelmioApiDoc_Routes_CrmService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14083. }
  14084. /**
  14085. * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  14086. *
  14087. * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  14088. */
  14089. protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  14090. {
  14091. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  14092. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  14093. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  14094. return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14095. }
  14096. /**
  14097. * Gets the private 'nelmio_api_doc.describers.route.crm' shared service.
  14098. *
  14099. * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  14100. */
  14101. protected function getNelmioApiDoc_Describers_Route_CrmService()
  14102. {
  14103. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  14104. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  14105. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  14106. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  14107. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  14108. return $this->privates['nelmio_api_doc.describers.route.crm'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.crm'] ?? $this->getNelmioApiDoc_Routes_CrmService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  14109. yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  14110. yield 1 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  14111. yield 2 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  14112. }, 3));
  14113. }
  14114. /**
  14115. * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  14116. *
  14117. * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  14118. */
  14119. protected function getNelmioApiDoc_Describers_Route_DefaultService()
  14120. {
  14121. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  14122. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  14123. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  14124. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  14125. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  14126. return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  14127. yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  14128. yield 1 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  14129. yield 2 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  14130. }, 3));
  14131. }
  14132. /**
  14133. * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  14134. *
  14135. * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  14136. */
  14137. protected function getNelmioApiDoc_ModelDescribers_FormService()
  14138. {
  14139. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  14140. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  14141. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  14142. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  14143. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  14144. return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [0 => 'json'], false, true);
  14145. }
  14146. /**
  14147. * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  14148. *
  14149. * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  14150. */
  14151. protected function getNelmioApiDoc_ModelDescribers_JmsService()
  14152. {
  14153. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  14154. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  14155. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  14156. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  14157. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/JMSModelDescriber.php';
  14158. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  14159. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  14160. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  14161. return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [0 => 'json'], NULL, false, ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  14162. }
  14163. /**
  14164. * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  14165. *
  14166. * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  14167. */
  14168. protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  14169. {
  14170. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  14171. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  14172. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  14173. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  14174. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  14175. return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService()), [0 => 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), false, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  14176. }
  14177. /**
  14178. * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  14179. *
  14180. * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  14181. */
  14182. protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  14183. {
  14184. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  14185. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  14186. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  14187. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  14188. return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  14189. yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  14190. yield 1 => ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] = new \Nelmio\ApiDocBundle\PropertyDescriber\NullablePropertyDescriber()));
  14191. yield 2 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber()));
  14192. yield 3 => ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DictionaryPropertyDescriber()));
  14193. yield 4 => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  14194. yield 5 => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  14195. yield 6 => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  14196. yield 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  14197. yield 8 => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  14198. yield 9 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  14199. yield 10 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber()));
  14200. }, 11));
  14201. }
  14202. /**
  14203. * Gets the private 'nelmio_api_doc.open_api.generator' shared service.
  14204. *
  14205. * @return \Nelmio\ApiDocBundle\OpenApiGenerator
  14206. */
  14207. protected function getNelmioApiDoc_OpenApi_GeneratorService()
  14208. {
  14209. include_once \dirname(__DIR__, 4).'/vendor/zircote/swagger-php/src/Generator.php';
  14210. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
  14211. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  14212. $this->privates['nelmio_api_doc.open_api.generator'] = $instance = new \Nelmio\ApiDocBundle\OpenApiGenerator();
  14213. $instance->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  14214. return $instance;
  14215. }
  14216. /**
  14217. * Gets the private 'nelmio_api_doc.route_describers.route_argument' shared service.
  14218. *
  14219. * @return \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber
  14220. */
  14221. protected function getNelmioApiDoc_RouteDescribers_RouteArgumentService()
  14222. {
  14223. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  14224. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  14225. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  14226. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  14227. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteArgumentDescriber.php';
  14228. return $this->privates['nelmio_api_doc.route_describers.route_argument'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  14229. return new \EmptyIterator();
  14230. }, 0));
  14231. }
  14232. /**
  14233. * Gets the private 'nelmio_api_doc.routes.crm' shared service.
  14234. *
  14235. * @return \Symfony\Component\Routing\RouteCollection
  14236. */
  14237. protected function getNelmioApiDoc_Routes_CrmService()
  14238. {
  14239. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
  14240. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  14241. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  14242. return $this->privates['nelmio_api_doc.routes.crm'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'crm', ['path_patterns' => [0 => '^/api/{version}/crm/'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'with_attribute' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  14243. }
  14244. /**
  14245. * Gets the private 'nelmio_api_doc.routes.default' shared service.
  14246. *
  14247. * @return \Symfony\Component\Routing\RouteCollection
  14248. */
  14249. protected function getNelmioApiDoc_Routes_DefaultService()
  14250. {
  14251. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
  14252. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  14253. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  14254. return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [0 => '^/api/(?!(logout|doc|doc.json)|{version}/crm)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'with_attribute' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  14255. }
  14256. /**
  14257. * Gets the private 'nelmio_cors.cors_listener' shared service.
  14258. *
  14259. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  14260. */
  14261. protected function getNelmioCors_CorsListenerService()
  14262. {
  14263. 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.map'], $this->getParameter('nelmio_cors.defaults'))]));
  14264. }
  14265. /**
  14266. * Gets the private 'nyholm.psr7.psr17_factory' shared service.
  14267. *
  14268. * @return \Nyholm\Psr7\Factory\Psr17Factory
  14269. */
  14270. protected function getNyholm_Psr7_Psr17FactoryService()
  14271. {
  14272. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  14273. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  14274. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  14275. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  14276. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  14277. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  14278. include_once \dirname(__DIR__, 4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  14279. return $this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory();
  14280. }
  14281. /**
  14282. * Gets the private 'parameter_bag' shared service.
  14283. *
  14284. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  14285. */
  14286. protected function getParameterBagService()
  14287. {
  14288. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  14289. }
  14290. /**
  14291. * Gets the private 'profiler_listener' shared service.
  14292. *
  14293. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  14294. */
  14295. protected function getProfilerListenerService()
  14296. {
  14297. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  14298. if (isset($this->privates['profiler_listener'])) {
  14299. return $this->privates['profiler_listener'];
  14300. }
  14301. 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);
  14302. }
  14303. /**
  14304. * Gets the private 'property_accessor' shared service.
  14305. *
  14306. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  14307. */
  14308. protected function getPropertyAccessorService()
  14309. {
  14310. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  14311. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  14312. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  14313. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  14314. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  14315. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  14316. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  14317. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  14318. }
  14319. /**
  14320. * Gets the private 'property_info' shared service.
  14321. *
  14322. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  14323. */
  14324. protected function getPropertyInfoService()
  14325. {
  14326. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  14327. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  14328. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  14329. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  14330. yield 3 => ($this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManager_PropertyInfoExtractorService());
  14331. yield 4 => ($this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelWebManagementEntityManager_PropertyInfoExtractorService());
  14332. }, 5), new RewindableGenerator(function () {
  14333. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  14334. yield 1 => ($this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManager_PropertyInfoExtractorService());
  14335. yield 2 => ($this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelWebManagementEntityManager_PropertyInfoExtractorService());
  14336. yield 3 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  14337. yield 4 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  14338. yield 5 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  14339. }, 6), new RewindableGenerator(function () {
  14340. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  14341. }, 1), new RewindableGenerator(function () {
  14342. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  14343. yield 1 => ($this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManager_PropertyInfoExtractorService());
  14344. yield 2 => ($this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelWebManagementEntityManager_PropertyInfoExtractorService());
  14345. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  14346. }, 4), new RewindableGenerator(function () {
  14347. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  14348. }, 1));
  14349. }
  14350. /**
  14351. * Gets the private 'property_info.serializer_extractor' shared service.
  14352. *
  14353. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  14354. */
  14355. protected function getPropertyInfo_SerializerExtractorService()
  14356. {
  14357. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  14358. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  14359. }
  14360. /**
  14361. * Gets the private 'public' shared service.
  14362. *
  14363. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14364. */
  14365. protected function getPublicService()
  14366. {
  14367. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.h9yH.Gd'] ?? $this->get_CacheConnection_H9yH_GdService()), 'RP-c8nGlC5', 43200, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  14368. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  14369. return $this->privates['public'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  14370. }
  14371. /**
  14372. * Gets the private 'router.cache_warmer' shared service.
  14373. *
  14374. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  14375. */
  14376. protected function getRouter_CacheWarmerService()
  14377. {
  14378. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14379. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  14380. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14381. 'router' => ['services', 'router', 'getRouterService', false],
  14382. ], [
  14383. 'router' => '?',
  14384. ]))->withContext('router.cache_warmer', $this));
  14385. }
  14386. /**
  14387. * Gets the private 'router.expression_language_provider' shared service.
  14388. *
  14389. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  14390. */
  14391. protected function getRouter_ExpressionLanguageProviderService()
  14392. {
  14393. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14394. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
  14395. ], [
  14396. 'env' => 'Closure',
  14397. ]));
  14398. }
  14399. /**
  14400. * Gets the private 'router.request_context' shared service.
  14401. *
  14402. * @return \Symfony\Component\Routing\RequestContext
  14403. */
  14404. protected function getRouter_RequestContextService()
  14405. {
  14406. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  14407. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  14408. return $instance;
  14409. }
  14410. /**
  14411. * Gets the private 'router_listener' shared service.
  14412. *
  14413. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  14414. */
  14415. protected function getRouterListenerService()
  14416. {
  14417. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($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);
  14418. }
  14419. /**
  14420. * Gets the private 'secrets.vault' shared service.
  14421. *
  14422. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  14423. */
  14424. protected function getSecrets_VaultService()
  14425. {
  14426. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14427. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  14428. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  14429. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  14430. 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(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  14431. }
  14432. /**
  14433. * Gets the private 'security.access_listener' shared service.
  14434. *
  14435. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  14436. */
  14437. protected function getSecurity_AccessListenerService()
  14438. {
  14439. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  14440. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  14441. if (isset($this->privates['security.access_listener'])) {
  14442. return $this->privates['security.access_listener'];
  14443. }
  14444. 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->getSecurity_AccessMapService()), false);
  14445. }
  14446. /**
  14447. * Gets the private 'security.access_map' shared service.
  14448. *
  14449. * @return \Symfony\Component\Security\Http\AccessMap
  14450. */
  14451. protected function getSecurity_AccessMapService()
  14452. {
  14453. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  14454. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  14455. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  14456. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  14457. $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  14458. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login'), [0 => 'PUBLIC_ACCESS'], NULL);
  14459. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc'), [0 => 'PUBLIC_ACCESS'], NULL);
  14460. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/'), [0 => 'IS_AUTHENTICATED_FULLY'], NULL);
  14461. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14462. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14463. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  14464. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/\\w{2}/dashboard/'), [0 => 'ROLE_ADMIN'], NULL);
  14465. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/\\w{2}/dashboard/*'), [0 => 'ROLE_ADMIN'], NULL);
  14466. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/authorize'), [0 => 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  14467. return $instance;
  14468. }
  14469. /**
  14470. * Gets the private 'security.authentication_utils' shared service.
  14471. *
  14472. * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  14473. */
  14474. protected function getSecurity_AuthenticationUtilsService()
  14475. {
  14476. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  14477. return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14478. }
  14479. /**
  14480. * Gets the private 'security.authenticator.guard.api.0' shared service.
  14481. *
  14482. * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  14483. */
  14484. protected function getSecurity_Authenticator_Guard_Api_0Service()
  14485. {
  14486. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14487. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14488. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14489. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  14490. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  14491. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  14492. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  14493. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  14494. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  14495. $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  14496. if (isset($this->privates['security.authenticator.guard.api.0'])) {
  14497. return $this->privates['security.authenticator.guard.api.0'];
  14498. }
  14499. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14500. if (isset($this->privates['security.authenticator.guard.api.0'])) {
  14501. return $this->privates['security.authenticator.guard.api.0'];
  14502. }
  14503. return $this->privates['security.authenticator.guard.api.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator($a, $b, new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([0 => new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer', 'Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), ($this->services['translator'] ?? $this->getTranslatorService())), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  14504. }
  14505. /**
  14506. * Gets the private 'security.authenticator.guard.main.0' shared service.
  14507. *
  14508. * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  14509. */
  14510. protected function getSecurity_Authenticator_Guard_Main_0Service()
  14511. {
  14512. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14513. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14514. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  14515. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  14516. $a = ($this->privates['App\\Security\\App\\Authenticator'] ?? $this->getAuthenticatorService());
  14517. if (isset($this->privates['security.authenticator.guard.main.0'])) {
  14518. return $this->privates['security.authenticator.guard.main.0'];
  14519. }
  14520. return $this->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator($a, ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  14521. }
  14522. /**
  14523. * Gets the private 'security.authenticator.json_login.login' shared service.
  14524. *
  14525. * @return \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator
  14526. */
  14527. protected function getSecurity_Authenticator_JsonLogin_LoginService()
  14528. {
  14529. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14530. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14531. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php';
  14532. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14533. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  14534. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  14535. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14536. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  14537. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  14538. $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  14539. if (isset($this->privates['security.authenticator.json_login.login'])) {
  14540. return $this->privates['security.authenticator.json_login.login'];
  14541. }
  14542. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14543. if (isset($this->privates['security.authenticator.json_login.login'])) {
  14544. return $this->privates['security.authenticator.json_login.login'];
  14545. }
  14546. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  14547. $this->privates['security.authenticator.json_login.login'] = $instance = new \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a, $b, [], true), [], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($b, $c), []), ['check_path' => '/api/login_check', 'use_forward' => false, 'require_previous_session' => false, 'login_path' => '/login', 'username_path' => 'username', 'password_path' => 'password'], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  14548. if ($this->has('translator')) {
  14549. $instance->setTranslator($c);
  14550. }
  14551. return $instance;
  14552. }
  14553. /**
  14554. * Gets the private 'security.authenticator.remember_me.main' shared service.
  14555. *
  14556. * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  14557. */
  14558. protected function getSecurity_Authenticator_RememberMe_MainService()
  14559. {
  14560. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14561. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  14562. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  14563. return $this->privates['security.authenticator.remember_me.main'] = new \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator(($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()), $this->getEnv('APP_SECRET'), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'REMEMBERME', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  14564. }
  14565. /**
  14566. * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  14567. *
  14568. * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  14569. */
  14570. protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  14571. {
  14572. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  14573. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  14574. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  14575. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  14576. return $this->privates['security.authenticator.remember_me_handler.main'] = new \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler(new \Symfony\Component\Security\Core\Signature\SignatureHasher(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), [0 => 'password'], $this->getEnv('APP_SECRET'), NULL, NULL), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['secret' => $this->getEnv('APP_SECRET'), 'lifetime' => 604800, 'path' => '/', 'samesite' => 'none', 'user_providers' => [], 'catch_exceptions' => true, 'signature_properties' => [0 => 'password'], 'name' => 'REMEMBERME', 'domain' => NULL, 'secure' => NULL, 'httponly' => true, 'always_remember_me' => false, 'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  14577. }
  14578. /**
  14579. * Gets the private 'security.channel_listener' shared service.
  14580. *
  14581. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  14582. */
  14583. protected function getSecurity_ChannelListenerService()
  14584. {
  14585. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  14586. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  14587. return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  14588. }
  14589. /**
  14590. * Gets the private 'security.command.debug_firewall' shared service.
  14591. *
  14592. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  14593. */
  14594. protected function getSecurity_Command_DebugFirewallService()
  14595. {
  14596. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14597. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  14598. $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.axy02Gk'] ?? $this->get_ServiceLocator_Axy02GkService()), ($this->privates['.service_locator.G2DNP89'] ?? $this->get_ServiceLocator_G2DNP89Service()), ['login' => [0 => ($this->privates['security.authenticator.json_login.login'] ?? $this->getSecurity_Authenticator_JsonLogin_LoginService())], 'api' => [0 => ($this->privates['security.authenticator.guard.api.0'] ?? $this->getSecurity_Authenticator_Guard_Api_0Service())], 'main' => [0 => ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service()), 1 => ($this->privates['security.authenticator.remember_me.main'] ?? $this->getSecurity_Authenticator_RememberMe_MainService())]], true);
  14599. $instance->setName('debug:firewall');
  14600. $instance->setDescription('Display information about your security firewall(s)');
  14601. return $instance;
  14602. }
  14603. /**
  14604. * Gets the private 'security.command.user_password_encoder' shared service.
  14605. *
  14606. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  14607. *
  14608. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  14609. */
  14610. protected function getSecurity_Command_UserPasswordEncoderService()
  14611. {
  14612. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  14613. $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\\PasswordAuthenticatedUserInterface']);
  14614. $instance->setName('security:encode-password');
  14615. $instance->setDescription('Encode a password');
  14616. return $instance;
  14617. }
  14618. /**
  14619. * Gets the private 'security.command.user_password_hash' shared service.
  14620. *
  14621. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  14622. */
  14623. protected function getSecurity_Command_UserPasswordHashService()
  14624. {
  14625. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14626. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  14627. $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\\PasswordAuthenticatedUserInterface']);
  14628. $instance->setName('security:hash-password');
  14629. $instance->setDescription('Hash a user password');
  14630. return $instance;
  14631. }
  14632. /**
  14633. * Gets the private 'security.context_listener.0' shared service.
  14634. *
  14635. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14636. */
  14637. protected function getSecurity_ContextListener_0Service()
  14638. {
  14639. 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 () {
  14640. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  14641. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($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']);
  14642. }
  14643. /**
  14644. * Gets the private 'security.csrf.token_storage' shared service.
  14645. *
  14646. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  14647. */
  14648. protected function getSecurity_Csrf_TokenStorageService()
  14649. {
  14650. 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())));
  14651. }
  14652. /**
  14653. * Gets the private 'security.encoder_factory.generic' shared service.
  14654. *
  14655. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  14656. *
  14657. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  14658. */
  14659. protected function getSecurity_EncoderFactory_GenericService()
  14660. {
  14661. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  14662. return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => 3, 1 => 1048576, 2 => NULL, 3 => 'argon2i']]]);
  14663. }
  14664. /**
  14665. * Gets the private 'security.event_dispatcher.api' shared service.
  14666. *
  14667. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14668. */
  14669. protected function getSecurity_EventDispatcher_ApiService()
  14670. {
  14671. $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14672. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14673. return ($this->privates['security.logout.listener.default.api'] ?? $this->getSecurity_Logout_Listener_Default_ApiService());
  14674. }, 1 => 'onLogout'], 64);
  14675. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14676. return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  14677. }, 1 => 'preCheckCredentials'], 256);
  14678. $instance->addListener('security.authentication.success', [0 => function () {
  14679. return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  14680. }, 1 => 'postCheckCredentials'], 256);
  14681. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14682. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14683. }, 1 => 'checkPassport'], 1024);
  14684. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14685. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14686. }, 1 => 'checkPassport'], 0);
  14687. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  14688. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14689. }, 1 => 'onLoginSuccess'], 0);
  14690. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14691. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14692. }, 1 => 'checkPassport'], 512);
  14693. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14694. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14695. }, 1 => 'onLogout'], 0);
  14696. return $instance;
  14697. }
  14698. /**
  14699. * Gets the private 'security.event_dispatcher.login' shared service.
  14700. *
  14701. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14702. */
  14703. protected function getSecurity_EventDispatcher_LoginService()
  14704. {
  14705. $this->privates['security.event_dispatcher.login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14706. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14707. return ($this->privates['security.listener.user_checker.login'] ?? $this->getSecurity_Listener_UserChecker_LoginService());
  14708. }, 1 => 'preCheckCredentials'], 256);
  14709. $instance->addListener('security.authentication.success', [0 => function () {
  14710. return ($this->privates['security.listener.user_checker.login'] ?? $this->getSecurity_Listener_UserChecker_LoginService());
  14711. }, 1 => 'postCheckCredentials'], 256);
  14712. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14713. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14714. }, 1 => 'checkPassport'], 1024);
  14715. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14716. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14717. }, 1 => 'checkPassport'], 0);
  14718. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  14719. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14720. }, 1 => 'onLoginSuccess'], 0);
  14721. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14722. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14723. }, 1 => 'checkPassport'], 512);
  14724. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14725. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14726. }, 1 => 'onLogout'], 0);
  14727. return $instance;
  14728. }
  14729. /**
  14730. * Gets the private 'security.event_dispatcher.main' shared service.
  14731. *
  14732. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14733. */
  14734. protected function getSecurity_EventDispatcher_MainService()
  14735. {
  14736. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14737. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  14738. return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  14739. }, 1 => 'onSuccessfulLogin'], 0);
  14740. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14741. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  14742. }, 1 => 'onLogout'], 64);
  14743. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14744. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  14745. }, 1 => 'onLogout'], 0);
  14746. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  14747. return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  14748. }, 1 => 'onSuccessfulLogin'], -32);
  14749. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  14750. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14751. }, 1 => 'onSuccessfulLogin'], -64);
  14752. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  14753. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14754. }, 1 => 'clearCookie'], 0);
  14755. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14756. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14757. }, 1 => 'clearCookie'], 0);
  14758. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
  14759. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  14760. }, 1 => 'clearCookie'], 0);
  14761. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14762. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  14763. }, 1 => 'preCheckCredentials'], 256);
  14764. $instance->addListener('security.authentication.success', [0 => function () {
  14765. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  14766. }, 1 => 'postCheckCredentials'], 256);
  14767. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14768. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  14769. }, 1 => 'checkPassport'], 1024);
  14770. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14771. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  14772. }, 1 => 'checkPassport'], 0);
  14773. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  14774. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  14775. }, 1 => 'onLoginSuccess'], 0);
  14776. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  14777. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  14778. }, 1 => 'checkPassport'], 512);
  14779. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14780. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14781. }, 1 => 'onLogout'], 0);
  14782. return $instance;
  14783. }
  14784. /**
  14785. * Gets the private 'security.firewall.map' shared service.
  14786. *
  14787. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  14788. */
  14789. protected function getSecurity_Firewall_MapService()
  14790. {
  14791. $a = ($this->privates['.service_locator.axy02Gk'] ?? $this->get_ServiceLocator_Axy02GkService());
  14792. if (isset($this->privates['security.firewall.map'])) {
  14793. return $this->privates['security.firewall.map'];
  14794. }
  14795. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  14796. 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)/')));
  14797. yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  14798. yield 'security.firewall.map.context.docs' => ($this->privates['.security.request_matcher.mYljB3Z'] ?? ($this->privates['.security.request_matcher.mYljB3Z'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc')));
  14799. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  14800. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.GVXsaWx'] ?? ($this->privates['.security.request_matcher.GVXsaWx'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^(?!(\\/api))')));
  14801. }, 5));
  14802. }
  14803. /**
  14804. * Gets the private 'security.firewall.map.context.api' shared service.
  14805. *
  14806. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14807. */
  14808. protected function getSecurity_Firewall_Map_Context_ApiService()
  14809. {
  14810. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14811. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14812. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14813. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  14814. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14815. $a = ($this->privates['security.authenticator.guard.api.0'] ?? $this->getSecurity_Authenticator_Guard_Api_0Service());
  14816. if (isset($this->privates['security.firewall.map.context.api'])) {
  14817. return $this->privates['security.firewall.map.context.api'];
  14818. }
  14819. $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  14820. $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  14821. return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14822. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14823. yield 1 => ($this->privates['debug.security.firewall.authenticator.api'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiService());
  14824. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14825. }, 3), 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, 'api', $a, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $c, ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'api/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api', 'security.user_checker', '.security.request_matcher.uTv4pMG', true, true, 'security.user.provider.concrete.app_user_provider', NULL, 'security.authenticator.guard.api.0', NULL, NULL, [0 => 'guard'], NULL));
  14826. }
  14827. /**
  14828. * Gets the private 'security.firewall.map.context.dev' shared service.
  14829. *
  14830. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14831. */
  14832. protected function getSecurity_Firewall_Map_Context_DevService()
  14833. {
  14834. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14835. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14836. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14837. return new \EmptyIterator();
  14838. }, 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));
  14839. }
  14840. /**
  14841. * Gets the private 'security.firewall.map.context.docs' shared service.
  14842. *
  14843. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14844. */
  14845. protected function getSecurity_Firewall_Map_Context_DocsService()
  14846. {
  14847. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14848. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14849. return $this->privates['security.firewall.map.context.docs'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14850. return new \EmptyIterator();
  14851. }, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('docs', 'security.user_checker', '.security.request_matcher.mYljB3Z', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
  14852. }
  14853. /**
  14854. * Gets the private 'security.firewall.map.context.login' shared service.
  14855. *
  14856. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14857. */
  14858. protected function getSecurity_Firewall_Map_Context_LoginService()
  14859. {
  14860. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14861. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14862. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14863. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14864. return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14865. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14866. yield 1 => ($this->privates['debug.security.firewall.authenticator.login'] ?? $this->getDebug_Security_Firewall_Authenticator_LoginService());
  14867. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14868. }, 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()), 'login', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login', 'security.user_checker', '.security.request_matcher.HeUdK73', true, true, 'security.user.provider.concrete.app_user_provider', NULL, NULL, NULL, NULL, [0 => 'json_login'], NULL));
  14869. }
  14870. /**
  14871. * Gets the private 'security.firewall.map.context.main' shared service.
  14872. *
  14873. * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  14874. */
  14875. protected function getSecurity_Firewall_Map_Context_MainService()
  14876. {
  14877. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14878. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  14879. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14880. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14881. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  14882. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14883. $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  14884. $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  14885. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  14886. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14887. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  14888. yield 2 => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  14889. yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14890. }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', '.security.request_matcher.GVXsaWx', true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'guard', 1 => 'remember_me'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  14891. }
  14892. /**
  14893. * Gets the private 'security.helper' shared service.
  14894. *
  14895. * @return \Symfony\Component\Security\Core\Security
  14896. */
  14897. protected function getSecurity_HelperService()
  14898. {
  14899. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14900. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  14901. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  14902. ], [
  14903. 'security.authorization_checker' => '?',
  14904. 'security.token_storage' => '?',
  14905. ]));
  14906. }
  14907. /**
  14908. * Gets the private 'security.http_utils' shared service.
  14909. *
  14910. * @return \Symfony\Component\Security\Http\HttpUtils
  14911. */
  14912. protected function getSecurity_HttpUtilsService()
  14913. {
  14914. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  14915. $a = ($this->services['router'] ?? $this->getRouterService());
  14916. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
  14917. }
  14918. /**
  14919. * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  14920. *
  14921. * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  14922. */
  14923. protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  14924. {
  14925. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  14926. return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  14927. }
  14928. /**
  14929. * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  14930. *
  14931. * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  14932. */
  14933. protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  14934. {
  14935. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  14936. return $this->privates['security.listener.check_remember_me_conditions.main'] = new \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener(['always_remember_me' => false, 'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14937. }
  14938. /**
  14939. * Gets the private 'security.listener.csrf_protection' shared service.
  14940. *
  14941. * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  14942. */
  14943. protected function getSecurity_Listener_CsrfProtectionService()
  14944. {
  14945. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  14946. return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  14947. }
  14948. /**
  14949. * Gets the private 'security.listener.password_migrating' shared service.
  14950. *
  14951. * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  14952. */
  14953. protected function getSecurity_Listener_PasswordMigratingService()
  14954. {
  14955. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  14956. return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  14957. }
  14958. /**
  14959. * Gets the private 'security.listener.remember_me.main' shared service.
  14960. *
  14961. * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  14962. */
  14963. protected function getSecurity_Listener_RememberMe_MainService()
  14964. {
  14965. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  14966. return $this->privates['security.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeListener(($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  14967. }
  14968. /**
  14969. * Gets the private 'security.listener.session.main' shared service.
  14970. *
  14971. * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  14972. */
  14973. protected function getSecurity_Listener_Session_MainService()
  14974. {
  14975. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  14976. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  14977. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  14978. return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  14979. }
  14980. /**
  14981. * Gets the private 'security.listener.user_checker.api' shared service.
  14982. *
  14983. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  14984. */
  14985. protected function getSecurity_Listener_UserChecker_ApiService()
  14986. {
  14987. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  14988. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  14989. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  14990. return $this->privates['security.listener.user_checker.api'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  14991. }
  14992. /**
  14993. * Gets the private 'security.listener.user_checker.login' shared service.
  14994. *
  14995. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  14996. */
  14997. protected function getSecurity_Listener_UserChecker_LoginService()
  14998. {
  14999. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15000. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15001. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15002. return $this->privates['security.listener.user_checker.login'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  15003. }
  15004. /**
  15005. * Gets the private 'security.listener.user_checker.main' shared service.
  15006. *
  15007. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  15008. */
  15009. protected function getSecurity_Listener_UserChecker_MainService()
  15010. {
  15011. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  15012. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15013. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15014. return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  15015. }
  15016. /**
  15017. * Gets the private 'security.listener.user_provider' shared service.
  15018. *
  15019. * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  15020. */
  15021. protected function getSecurity_Listener_UserProviderService()
  15022. {
  15023. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  15024. return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  15025. }
  15026. /**
  15027. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  15028. *
  15029. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  15030. */
  15031. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  15032. {
  15033. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  15034. 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()));
  15035. }
  15036. /**
  15037. * Gets the private 'security.logout.listener.default.api' shared service.
  15038. *
  15039. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  15040. */
  15041. protected function getSecurity_Logout_Listener_Default_ApiService()
  15042. {
  15043. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  15044. return $this->privates['security.logout.listener.default.api'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_logout');
  15045. }
  15046. /**
  15047. * Gets the private 'security.logout.listener.default.main' shared service.
  15048. *
  15049. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  15050. */
  15051. protected function getSecurity_Logout_Listener_Default_MainService()
  15052. {
  15053. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  15054. return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'public_index');
  15055. }
  15056. /**
  15057. * Gets the private 'security.logout_url_generator' shared service.
  15058. *
  15059. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  15060. */
  15061. protected function getSecurity_LogoutUrlGeneratorService()
  15062. {
  15063. $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->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  15064. $instance->registerListener('api', 'api/logout', 'logout', '_csrf_token', NULL, NULL);
  15065. $instance->registerListener('main', 'logout', 'logout', '_csrf_token', NULL, NULL);
  15066. return $instance;
  15067. }
  15068. /**
  15069. * Gets the private 'security.password_hasher_factory' shared service.
  15070. *
  15071. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  15072. */
  15073. protected function getSecurity_PasswordHasherFactoryService()
  15074. {
  15075. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  15076. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  15077. return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher', 'arguments' => [0 => 3, 1 => 1048576, 2 => NULL, 3 => 'argon2i']]]);
  15078. }
  15079. /**
  15080. * Gets the private 'security.role_hierarchy' shared service.
  15081. *
  15082. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  15083. */
  15084. protected function getSecurity_RoleHierarchyService()
  15085. {
  15086. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  15087. }
  15088. /**
  15089. * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  15090. *
  15091. * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  15092. */
  15093. protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  15094. {
  15095. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  15096. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  15097. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  15098. return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\App\\User', 'email', NULL);
  15099. }
  15100. /**
  15101. * Gets the private 'security.validator.user_password' shared service.
  15102. *
  15103. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  15104. */
  15105. protected function getSecurity_Validator_UserPasswordService()
  15106. {
  15107. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15108. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  15109. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  15110. 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()));
  15111. }
  15112. /**
  15113. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  15114. *
  15115. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  15116. */
  15117. protected function getSensioFrameworkExtra_Controller_ListenerService()
  15118. {
  15119. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15120. }
  15121. /**
  15122. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  15123. *
  15124. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  15125. */
  15126. protected function getSensioFrameworkExtra_Converter_ListenerService()
  15127. {
  15128. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  15129. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  15130. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  15131. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  15132. }
  15133. /**
  15134. * Gets the private 'sensio_framework_extra.psr7.http_message_factory' shared service.
  15135. *
  15136. * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  15137. */
  15138. protected function getSensioFrameworkExtra_Psr7_HttpMessageFactoryService()
  15139. {
  15140. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  15141. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  15142. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  15143. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  15144. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  15145. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  15146. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  15147. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  15148. include_once \dirname(__DIR__, 4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  15149. $a = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  15150. return $this->privates['sensio_framework_extra.psr7.http_message_factory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a, $a, $a, $a);
  15151. }
  15152. /**
  15153. * Gets the private 'sensio_framework_extra.psr7.listener.response' shared service.
  15154. *
  15155. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener
  15156. */
  15157. protected function getSensioFrameworkExtra_Psr7_Listener_ResponseService()
  15158. {
  15159. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/PsrResponseListener.php';
  15160. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  15161. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  15162. return $this->privates['sensio_framework_extra.psr7.listener.response'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener(($this->privates['sensio_framework_extra.psr7.http_foundation_factory'] ?? ($this->privates['sensio_framework_extra.psr7.http_foundation_factory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory())));
  15163. }
  15164. /**
  15165. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  15166. *
  15167. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  15168. */
  15169. protected function getSensioFrameworkExtra_Security_ListenerService()
  15170. {
  15171. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  15172. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  15173. return $this->privates['sensio_framework_extra.security.listener'];
  15174. }
  15175. 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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($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->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15176. }
  15177. /**
  15178. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  15179. *
  15180. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  15181. */
  15182. protected function getSensioFrameworkExtra_View_ListenerService()
  15183. {
  15184. $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))));
  15185. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15186. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  15187. ], [
  15188. 'twig' => '?',
  15189. ]))->withContext('sensio_framework_extra.view.listener', $this));
  15190. return $instance;
  15191. }
  15192. /**
  15193. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  15194. *
  15195. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  15196. */
  15197. protected function getSerializer_Mapping_CacheWarmerService()
  15198. {
  15199. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15200. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  15201. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  15202. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  15203. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  15204. 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'));
  15205. }
  15206. /**
  15207. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  15208. *
  15209. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  15210. */
  15211. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  15212. {
  15213. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  15214. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  15215. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  15216. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  15217. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  15218. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  15219. 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()))]));
  15220. }
  15221. /**
  15222. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  15223. *
  15224. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  15225. */
  15226. protected function getSerializer_NameConverter_MetadataAwareService()
  15227. {
  15228. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  15229. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  15230. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  15231. return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  15232. }
  15233. /**
  15234. * Gets the private 'session.factory' shared service.
  15235. *
  15236. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  15237. */
  15238. protected function getSession_FactoryService()
  15239. {
  15240. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  15241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  15242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  15243. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  15244. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  15245. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  15246. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  15247. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  15248. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  15249. if (isset($this->privates['session.factory'])) {
  15250. return $this->privates['session.factory'];
  15251. }
  15252. return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0), true), [0 => $a, 1 => 'onSessionUsage']);
  15253. }
  15254. /**
  15255. * Gets the private 'session_listener' shared service.
  15256. *
  15257. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  15258. */
  15259. protected function getSessionListenerService()
  15260. {
  15261. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15262. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  15263. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  15264. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  15265. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  15266. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  15267. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  15268. ], [
  15269. 'initialized_session' => '?',
  15270. 'logger' => '?',
  15271. 'request_stack' => '?',
  15272. 'session' => '?',
  15273. 'session_collector' => '?',
  15274. 'session_factory' => '?',
  15275. ]), true, $this->parameters['session.storage.options']);
  15276. }
  15277. /**
  15278. * Gets the private 'swiftmailer.command.debug' shared service.
  15279. *
  15280. * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  15281. */
  15282. protected function getSwiftmailer_Command_DebugService()
  15283. {
  15284. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15285. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  15286. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  15287. $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  15288. $instance->setName('debug:swiftmailer');
  15289. return $instance;
  15290. }
  15291. /**
  15292. * Gets the private 'swiftmailer.command.new_email' shared service.
  15293. *
  15294. * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  15295. */
  15296. protected function getSwiftmailer_Command_NewEmailService()
  15297. {
  15298. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15299. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  15300. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  15301. $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  15302. $instance->setName('swiftmailer:email:send');
  15303. return $instance;
  15304. }
  15305. /**
  15306. * Gets the private 'swiftmailer.command.send_email' shared service.
  15307. *
  15308. * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  15309. */
  15310. protected function getSwiftmailer_Command_SendEmailService()
  15311. {
  15312. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15313. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  15314. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  15315. $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  15316. $instance->setName('swiftmailer:spool:send');
  15317. return $instance;
  15318. }
  15319. /**
  15320. * Gets the private 'swiftmailer.email_sender.listener' shared service.
  15321. *
  15322. * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  15323. */
  15324. protected function getSwiftmailer_EmailSender_ListenerService()
  15325. {
  15326. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  15327. return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15328. }
  15329. /**
  15330. * Gets the private 'translation.extractor' shared service.
  15331. *
  15332. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  15333. */
  15334. protected function getTranslation_ExtractorService()
  15335. {
  15336. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  15337. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  15338. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  15339. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  15340. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  15341. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  15342. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  15343. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  15344. return $instance;
  15345. }
  15346. /**
  15347. * Gets the private 'translation.loader.csv' shared service.
  15348. *
  15349. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  15350. */
  15351. protected function getTranslation_Loader_CsvService()
  15352. {
  15353. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15354. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15355. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15356. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  15357. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  15358. }
  15359. /**
  15360. * Gets the private 'translation.loader.dat' shared service.
  15361. *
  15362. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  15363. */
  15364. protected function getTranslation_Loader_DatService()
  15365. {
  15366. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15367. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15368. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  15369. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  15370. }
  15371. /**
  15372. * Gets the private 'translation.loader.ini' shared service.
  15373. *
  15374. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  15375. */
  15376. protected function getTranslation_Loader_IniService()
  15377. {
  15378. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15379. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15380. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15381. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  15382. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  15383. }
  15384. /**
  15385. * Gets the private 'translation.loader.json' shared service.
  15386. *
  15387. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  15388. */
  15389. protected function getTranslation_Loader_JsonService()
  15390. {
  15391. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15392. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15393. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15394. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  15395. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  15396. }
  15397. /**
  15398. * Gets the private 'translation.loader.mo' shared service.
  15399. *
  15400. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  15401. */
  15402. protected function getTranslation_Loader_MoService()
  15403. {
  15404. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15405. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15406. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15407. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  15408. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  15409. }
  15410. /**
  15411. * Gets the private 'translation.loader.php' shared service.
  15412. *
  15413. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  15414. */
  15415. protected function getTranslation_Loader_PhpService()
  15416. {
  15417. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15418. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15419. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15420. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  15421. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  15422. }
  15423. /**
  15424. * Gets the private 'translation.loader.po' shared service.
  15425. *
  15426. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  15427. */
  15428. protected function getTranslation_Loader_PoService()
  15429. {
  15430. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15431. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15432. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15433. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  15434. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  15435. }
  15436. /**
  15437. * Gets the private 'translation.loader.qt' shared service.
  15438. *
  15439. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  15440. */
  15441. protected function getTranslation_Loader_QtService()
  15442. {
  15443. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15444. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  15445. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  15446. }
  15447. /**
  15448. * Gets the private 'translation.loader.res' shared service.
  15449. *
  15450. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  15451. */
  15452. protected function getTranslation_Loader_ResService()
  15453. {
  15454. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15455. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15456. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  15457. }
  15458. /**
  15459. * Gets the private 'translation.loader.xliff' shared service.
  15460. *
  15461. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  15462. */
  15463. protected function getTranslation_Loader_XliffService()
  15464. {
  15465. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15466. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  15467. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  15468. }
  15469. /**
  15470. * Gets the private 'translation.loader.yml' shared service.
  15471. *
  15472. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  15473. */
  15474. protected function getTranslation_Loader_YmlService()
  15475. {
  15476. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15477. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15478. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15479. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  15480. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  15481. }
  15482. /**
  15483. * Gets the private 'translation.provider_collection' shared service.
  15484. *
  15485. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  15486. */
  15487. protected function getTranslation_ProviderCollectionService()
  15488. {
  15489. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  15490. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  15491. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  15492. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  15493. }, 1), []))->fromConfig([]);
  15494. }
  15495. /**
  15496. * Gets the private 'translation.reader' shared service.
  15497. *
  15498. * @return \Symfony\Component\Translation\Reader\TranslationReader
  15499. */
  15500. protected function getTranslation_ReaderService()
  15501. {
  15502. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  15503. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  15504. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15505. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15506. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15507. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  15508. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  15509. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  15510. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  15511. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  15512. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  15513. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  15514. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15515. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  15516. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  15517. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  15518. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  15519. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  15520. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  15521. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  15522. $instance->addLoader('yaml', $a);
  15523. $instance->addLoader('yml', $a);
  15524. $instance->addLoader('xlf', $b);
  15525. $instance->addLoader('xliff', $b);
  15526. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  15527. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  15528. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  15529. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  15530. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  15531. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  15532. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  15533. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  15534. return $instance;
  15535. }
  15536. /**
  15537. * Gets the private 'translation.warmer' shared service.
  15538. *
  15539. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  15540. */
  15541. protected function getTranslation_WarmerService()
  15542. {
  15543. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15544. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  15545. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15546. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  15547. ], [
  15548. 'translator' => '?',
  15549. ]))->withContext('translation.warmer', $this));
  15550. }
  15551. /**
  15552. * Gets the private 'translation.writer' shared service.
  15553. *
  15554. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  15555. */
  15556. protected function getTranslation_WriterService()
  15557. {
  15558. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  15559. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  15560. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15561. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15562. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  15563. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  15564. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  15565. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  15566. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  15567. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  15568. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  15569. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  15570. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  15571. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  15572. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  15573. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  15574. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  15575. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  15576. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  15577. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  15578. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  15579. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  15580. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  15581. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  15582. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  15583. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  15584. return $instance;
  15585. }
  15586. /**
  15587. * Gets the private 'translator.default' shared service.
  15588. *
  15589. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  15590. */
  15591. protected function getTranslator_DefaultService()
  15592. {
  15593. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15594. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  15595. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  15596. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  15597. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  15598. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  15599. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  15600. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  15601. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  15602. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  15603. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  15604. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  15605. ], [
  15606. 'translation.loader.csv' => '?',
  15607. 'translation.loader.dat' => '?',
  15608. 'translation.loader.ini' => '?',
  15609. 'translation.loader.json' => '?',
  15610. 'translation.loader.mo' => '?',
  15611. 'translation.loader.php' => '?',
  15612. 'translation.loader.po' => '?',
  15613. 'translation.loader.qt' => '?',
  15614. 'translation.loader.res' => '?',
  15615. 'translation.loader.xliff' => '?',
  15616. 'translation.loader.yml' => '?',
  15617. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('resolve:APP_LOCALE'), ['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' => ($this->targetDir.''.'/translations'), '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/Auth.en.yml'), 5 => (\dirname(__DIR__, 4).'/translations/ECommerceBundle.en.yml'), 6 => (\dirname(__DIR__, 4).'/translations/MDLContentBundle.en.yml'), 7 => (\dirname(__DIR__, 4).'/translations/MDLMediaBundle.en.yml'), 8 => (\dirname(__DIR__, 4).'/translations/MediaBundle.en.yml'), 9 => (\dirname(__DIR__, 4).'/translations/PublicBundle.en.yml'), 10 => (\dirname(__DIR__, 4).'/translations/messages.en.yml'), 11 => (\dirname(__DIR__, 4).'/translations/validators.en.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/translations/validators.sr_Latn.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], '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')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'ba' => [0 => (\dirname(__DIR__, 4).'/translations/Auth.ba.yml'), 1 => (\dirname(__DIR__, 4).'/translations/ECommerceBundle.ba.yml'), 2 => (\dirname(__DIR__, 4).'/translations/KnpPaginatorBundle.ba.yml'), 3 => (\dirname(__DIR__, 4).'/translations/MDLContentBundle.ba.yml'), 4 => (\dirname(__DIR__, 4).'/translations/MDLMediaBundle.ba.yml'), 5 => (\dirname(__DIR__, 4).'/translations/MediaBundle.ba.yml'), 6 => (\dirname(__DIR__, 4).'/translations/PublicBundle.ba.yml'), 7 => (\dirname(__DIR__, 4).'/translations/messages.ba.yml'), 8 => (\dirname(__DIR__, 4).'/translations/validators.ba.yml')], 'sr' => [0 => (\dirname(__DIR__, 4).'/translations/Auth.sr.yml'), 1 => (\dirname(__DIR__, 4).'/translations/ECommerceBundle.sr.yml'), 2 => (\dirname(__DIR__, 4).'/translations/KnpPaginatorBundle.sr.yml'), 3 => (\dirname(__DIR__, 4).'/translations/MDLContentBundle.sr.yml'), 4 => (\dirname(__DIR__, 4).'/translations/MDLMediaBundle.sr.yml'), 5 => (\dirname(__DIR__, 4).'/translations/MediaBundle.sr.yml'), 6 => (\dirname(__DIR__, 4).'/translations/PublicBundle.sr.yml'), 7 => (\dirname(__DIR__, 4).'/translations/messages.sr.yml'), 8 => (\dirname(__DIR__, 4).'/translations/validators.sr.yml')]], '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).'/vendor/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/ajgarlag/psr-http-message-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/a2lix/translation-form-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 => 'vendor/knplabs/knp-paginator-bundle/translations', 4 => 'translations', 5 => 'vendor/symfony/framework-bundle/translations', 6 => 'vendor/sensio/framework-extra-bundle/src/translations', 7 => 'vendor/doctrine/doctrine-bundle/translations', 8 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 9 => 'vendor/symfony/security-bundle/translations', 10 => 'vendor/symfony/twig-bundle/translations', 11 => 'vendor/twig/extra-bundle/translations', 12 => 'vendor/symfony/web-profiler-bundle/translations', 13 => 'vendor/symfony/monolog-bundle/translations', 14 => 'vendor/symfony/debug-bundle/translations', 15 => 'vendor/symfony/maker-bundle/src/translations', 16 => 'vendor/liip/imagine-bundle/translations', 17 => 'vendor/jms/serializer-bundle/translations', 18 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 19 => 'vendor/friendsofsymfony/elastica-bundle/src/translations', 20 => 'vendor/symfony/swiftmailer-bundle/translations', 21 => 'vendor/symfony/webpack-encore-bundle/src/translations', 22 => 'vendor/trikoder/oauth2-bundle/translations', 23 => 'vendor/nelmio/api-doc-bundle/translations', 24 => 'vendor/lexik/jwt-authentication-bundle/translations', 25 => 'vendor/endroid/qr-code-bundle/src/translations', 26 => 'vendor/knplabs/doctrine-behaviors/src/translations', 27 => 'vendor/nelmio/cors-bundle/translations', 28 => 'vendor/ajgarlag/psr-http-message-bundle/src/translations', 29 => 'vendor/a2lix/auto-form-bundle/src/translations', 30 => 'vendor/a2lix/translation-form-bundle/src/translations']]], []);
  15618. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  15619. $instance->setFallbackLocales([0 => $this->getEnv('resolve:APP_LOCALE')]);
  15620. return $instance;
  15621. }
  15622. /**
  15623. * Gets the private 'twig.command.debug' shared service.
  15624. *
  15625. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  15626. */
  15627. protected function getTwig_Command_DebugService()
  15628. {
  15629. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15630. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  15631. $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->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  15632. $instance->setName('debug:twig');
  15633. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  15634. return $instance;
  15635. }
  15636. /**
  15637. * Gets the private 'twig.command.lint' shared service.
  15638. *
  15639. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  15640. */
  15641. protected function getTwig_Command_LintService()
  15642. {
  15643. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15644. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  15645. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  15646. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  15647. $instance->setName('lint:twig');
  15648. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  15649. return $instance;
  15650. }
  15651. /**
  15652. * Gets the private 'twig.form.engine' shared service.
  15653. *
  15654. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  15655. */
  15656. protected function getTwig_Form_EngineService()
  15657. {
  15658. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  15659. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  15660. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  15661. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15662. if (isset($this->privates['twig.form.engine'])) {
  15663. return $this->privates['twig.form.engine'];
  15664. }
  15665. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  15666. }
  15667. /**
  15668. * Gets the private 'twig.form.renderer' shared service.
  15669. *
  15670. * @return \Symfony\Component\Form\FormRenderer
  15671. */
  15672. protected function getTwig_Form_RendererService()
  15673. {
  15674. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  15675. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  15676. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  15677. if (isset($this->privates['twig.form.renderer'])) {
  15678. return $this->privates['twig.form.renderer'];
  15679. }
  15680. 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()));
  15681. }
  15682. /**
  15683. * Gets the private 'twig.mailer.message_listener' shared service.
  15684. *
  15685. * @return \Symfony\Component\Mailer\EventListener\MessageListener
  15686. */
  15687. protected function getTwig_Mailer_MessageListenerService()
  15688. {
  15689. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  15690. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
  15691. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  15692. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15693. if (isset($this->privates['twig.mailer.message_listener'])) {
  15694. return $this->privates['twig.mailer.message_listener'];
  15695. }
  15696. return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  15697. }
  15698. /**
  15699. * Gets the private 'twig.runtime.httpkernel' shared service.
  15700. *
  15701. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  15702. */
  15703. protected function getTwig_Runtime_HttpkernelService()
  15704. {
  15705. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  15706. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  15707. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  15708. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  15709. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  15710. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  15711. 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, [
  15712. 'hinclude' => ['privates', 'fragment.renderer.hinclude', 'getFragment_Renderer_HincludeService', false],
  15713. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  15714. ], [
  15715. 'hinclude' => '?',
  15716. 'inline' => '?',
  15717. ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), $a));
  15718. }
  15719. /**
  15720. * Gets the private 'twig.runtime.security_csrf' shared service.
  15721. *
  15722. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  15723. */
  15724. protected function getTwig_Runtime_SecurityCsrfService()
  15725. {
  15726. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  15727. 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()));
  15728. }
  15729. /**
  15730. * Gets the private 'twig.runtime.serializer' shared service.
  15731. *
  15732. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  15733. */
  15734. protected function getTwig_Runtime_SerializerService()
  15735. {
  15736. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15737. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  15738. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  15739. }
  15740. /**
  15741. * Gets the private 'twig.template_cache_warmer' shared service.
  15742. *
  15743. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  15744. */
  15745. protected function getTwig_TemplateCacheWarmerService()
  15746. {
  15747. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15748. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  15749. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  15750. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15751. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  15752. ], [
  15753. 'twig' => '?',
  15754. ]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')));
  15755. }
  15756. /**
  15757. * Gets the private 'validator.builder' shared service.
  15758. *
  15759. * @return \Symfony\Component\Validator\ValidatorBuilder
  15760. */
  15761. protected function getValidator_BuilderService()
  15762. {
  15763. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  15764. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  15765. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15766. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  15767. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  15768. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  15769. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  15770. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  15771. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  15772. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  15773. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  15774. ], [
  15775. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  15776. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  15777. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  15778. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  15779. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  15780. 'doctrine.orm.validator.unique' => '?',
  15781. 'security.validator.user_password' => '?',
  15782. 'validator.expression' => '?',
  15783. ])));
  15784. if ($this->has('translator')) {
  15785. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  15786. }
  15787. $instance->setTranslationDomain('validators');
  15788. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  15789. $instance->enableAnnotationMapping(true);
  15790. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15791. $instance->addMethodMapping('loadValidatorMetadata');
  15792. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  15793. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  15794. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  15795. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.client_rel_management_entity_manager'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManagerService()), NULL));
  15796. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.client_rel_web_management_entity_manager'] ?? $this->getDoctrine_Orm_ClientRelWebManagementEntityManagerService()), NULL));
  15797. return $instance;
  15798. }
  15799. /**
  15800. * Gets the private 'validator.email' shared service.
  15801. *
  15802. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  15803. */
  15804. protected function getValidator_EmailService()
  15805. {
  15806. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15807. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  15808. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  15809. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  15810. }
  15811. /**
  15812. * Gets the private 'validator.expression' shared service.
  15813. *
  15814. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  15815. */
  15816. protected function getValidator_ExpressionService()
  15817. {
  15818. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15819. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  15820. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  15821. return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  15822. }
  15823. /**
  15824. * Gets the private 'validator.mapping.cache_warmer' shared service.
  15825. *
  15826. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  15827. */
  15828. protected function getValidator_Mapping_CacheWarmerService()
  15829. {
  15830. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15831. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  15832. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  15833. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  15834. }
  15835. /**
  15836. * Gets the private 'validator.not_compromised_password' shared service.
  15837. *
  15838. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  15839. */
  15840. protected function getValidator_NotCompromisedPasswordService()
  15841. {
  15842. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15843. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  15844. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  15845. 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);
  15846. }
  15847. /**
  15848. * Gets the private 'var_dumper.command.server_dump' shared service.
  15849. *
  15850. * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  15851. */
  15852. protected function getVarDumper_Command_ServerDumpService()
  15853. {
  15854. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15855. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  15856. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  15857. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  15858. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  15859. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  15860. $a = new \Symfony\Bridge\Monolog\Logger('debug');
  15861. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15862. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15863. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15864. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  15865. $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  15866. $instance->setName('server:dump');
  15867. $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  15868. return $instance;
  15869. }
  15870. /**
  15871. * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  15872. *
  15873. * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  15874. */
  15875. protected function getVarDumper_ContextualizedCliDumper_InnerService()
  15876. {
  15877. $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
  15878. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  15879. return $instance;
  15880. }
  15881. /**
  15882. * Gets the private 'var_dumper.html_dumper' shared service.
  15883. *
  15884. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  15885. */
  15886. protected function getVarDumper_HtmlDumperService()
  15887. {
  15888. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  15889. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  15890. return $instance;
  15891. }
  15892. /**
  15893. * Gets the private 'var_dumper.server_connection' shared service.
  15894. *
  15895. * @return \Symfony\Component\VarDumper\Server\Connection
  15896. */
  15897. protected function getVarDumper_ServerConnectionService()
  15898. {
  15899. return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  15900. }
  15901. /**
  15902. * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  15903. *
  15904. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  15905. */
  15906. protected function getWebpackEncore_EntrypointLookupDefaultService()
  15907. {
  15908. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  15909. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  15910. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  15911. return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/assets/entrypoints.json'), NULL, '_default', true);
  15912. }
  15913. /**
  15914. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  15915. *
  15916. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  15917. */
  15918. protected function getWebpackEncore_EntrypointLookupCollectionService()
  15919. {
  15920. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15921. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', false],
  15922. ], [
  15923. '_default' => '?',
  15924. ]), '_default');
  15925. }
  15926. /**
  15927. * Gets the private 'webpack_encore.exception_listener' shared service.
  15928. *
  15929. * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  15930. */
  15931. protected function getWebpackEncore_ExceptionListenerService()
  15932. {
  15933. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  15934. return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  15935. }
  15936. /**
  15937. * Gets the private 'webpack_encore.tag_renderer' shared service.
  15938. *
  15939. * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  15940. */
  15941. protected function getWebpackEncore_TagRendererService()
  15942. {
  15943. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  15944. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15945. if (isset($this->privates['webpack_encore.tag_renderer'])) {
  15946. return $this->privates['webpack_encore.tag_renderer'];
  15947. }
  15948. 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()), [], ['defer' => true], [], $a);
  15949. }
  15950. /**
  15951. * Gets the public 'cache_clearer' alias.
  15952. *
  15953. * @return object The ".container.private.cache_clearer" service.
  15954. */
  15955. protected function getCacheClearerService()
  15956. {
  15957. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  15958. return $this->get('.container.private.cache_clearer');
  15959. }
  15960. /**
  15961. * Gets the public 'filesystem' alias.
  15962. *
  15963. * @return object The ".container.private.filesystem" service.
  15964. */
  15965. protected function getFilesystemService()
  15966. {
  15967. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  15968. return $this->get('.container.private.filesystem');
  15969. }
  15970. /**
  15971. * Gets the public 'serializer' alias.
  15972. *
  15973. * @return object The ".container.private.serializer" service.
  15974. */
  15975. protected function getSerializerService()
  15976. {
  15977. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  15978. return $this->get('.container.private.serializer');
  15979. }
  15980. /**
  15981. * Gets the public 'security.csrf.token_manager' alias.
  15982. *
  15983. * @return object The ".container.private.security.csrf.token_manager" service.
  15984. */
  15985. protected function getSecurity_Csrf_TokenManagerService()
  15986. {
  15987. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  15988. return $this->get('.container.private.security.csrf.token_manager');
  15989. }
  15990. /**
  15991. * Gets the public 'form.factory' alias.
  15992. *
  15993. * @return object The ".container.private.form.factory" service.
  15994. */
  15995. protected function getForm_FactoryService()
  15996. {
  15997. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  15998. return $this->get('.container.private.form.factory');
  15999. }
  16000. /**
  16001. * Gets the public 'form.type.file' alias.
  16002. *
  16003. * @return object The ".container.private.form.type.file" service.
  16004. */
  16005. protected function getForm_Type_FileService()
  16006. {
  16007. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  16008. return $this->get('.container.private.form.type.file');
  16009. }
  16010. /**
  16011. * Gets the public 'profiler' alias.
  16012. *
  16013. * @return object The ".container.private.profiler" service.
  16014. */
  16015. protected function getProfilerService()
  16016. {
  16017. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  16018. return $this->get('.container.private.profiler');
  16019. }
  16020. /**
  16021. * Gets the public 'security.authorization_checker' alias.
  16022. *
  16023. * @return object The ".container.private.security.authorization_checker" service.
  16024. */
  16025. protected function getSecurity_AuthorizationCheckerService()
  16026. {
  16027. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  16028. return $this->get('.container.private.security.authorization_checker');
  16029. }
  16030. /**
  16031. * Gets the public 'security.token_storage' alias.
  16032. *
  16033. * @return object The ".container.private.security.token_storage" service.
  16034. */
  16035. protected function getSecurity_TokenStorageService()
  16036. {
  16037. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  16038. return $this->get('.container.private.security.token_storage');
  16039. }
  16040. /**
  16041. * Gets the public 'twig' alias.
  16042. *
  16043. * @return object The ".container.private.twig" service.
  16044. */
  16045. protected function getTwigService()
  16046. {
  16047. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  16048. return $this->get('.container.private.twig');
  16049. }
  16050. /**
  16051. * Gets the public 'security.password_encoder' alias.
  16052. *
  16053. * @return object The ".container.private.security.password_encoder" service.
  16054. */
  16055. protected function getSecurity_PasswordEncoderService()
  16056. {
  16057. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  16058. return $this->get('.container.private.security.password_encoder');
  16059. }
  16060. /**
  16061. * Gets the public 'session' alias.
  16062. *
  16063. * @return object The ".container.private.session" service.
  16064. */
  16065. protected function getSessionService()
  16066. {
  16067. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  16068. return $this->get('.container.private.session');
  16069. }
  16070. /**
  16071. * Gets the public 'validator' alias.
  16072. *
  16073. * @return object The ".container.private.validator" service.
  16074. */
  16075. protected function getValidatorService()
  16076. {
  16077. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  16078. return $this->get('.container.private.validator');
  16079. }
  16080. /**
  16081. * @return array|bool|float|int|string|\UnitEnum|null
  16082. */
  16083. public function getParameter(string $name)
  16084. {
  16085. if (isset($this->buildParameters[$name])) {
  16086. return $this->buildParameters[$name];
  16087. }
  16088. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  16089. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  16090. }
  16091. if (isset($this->loadedDynamicParameters[$name])) {
  16092. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  16093. }
  16094. return $this->parameters[$name];
  16095. }
  16096. public function hasParameter(string $name): bool
  16097. {
  16098. if (isset($this->buildParameters[$name])) {
  16099. return true;
  16100. }
  16101. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  16102. }
  16103. public function setParameter(string $name, $value): void
  16104. {
  16105. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  16106. }
  16107. public function getParameterBag(): ParameterBagInterface
  16108. {
  16109. if (null === $this->parameterBag) {
  16110. $parameters = $this->parameters;
  16111. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  16112. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  16113. }
  16114. foreach ($this->buildParameters as $name => $value) {
  16115. $parameters[$name] = $value;
  16116. }
  16117. $this->parameterBag = new FrozenParameterBag($parameters);
  16118. }
  16119. return $this->parameterBag;
  16120. }
  16121. private $loadedDynamicParameters = [
  16122. 'kernel.runtime_environment' => false,
  16123. 'kernel.build_dir' => false,
  16124. 'kernel.cache_dir' => false,
  16125. 'client_defaults' => false,
  16126. 'no_index' => false,
  16127. 'show_prices' => false,
  16128. 'locale' => false,
  16129. 'locales' => false,
  16130. 'required_locales' => false,
  16131. 'app_locales' => false,
  16132. 'app_name' => false,
  16133. 'web_address' => false,
  16134. 'company_email' => false,
  16135. 'company_address' => false,
  16136. 'company_city' => false,
  16137. 'company_phone' => false,
  16138. 'email_sender' => false,
  16139. 'delivery_time' => false,
  16140. 'delivery_days' => false,
  16141. 'default_currency' => false,
  16142. 'app_color' => false,
  16143. 'public_cache_time' => false,
  16144. 'kernel.secret' => false,
  16145. 'kernel.default_locale' => false,
  16146. 'debug.container.dump' => false,
  16147. 'serializer.mapping.cache.file' => false,
  16148. 'validator.mapping.cache.file' => false,
  16149. 'profiler.storage.dsn' => false,
  16150. 'doctrine.orm.proxy_dir' => false,
  16151. 'swiftmailer.spool.default.memory.path' => false,
  16152. 'lexik_jwt_authentication.pass_phrase' => false,
  16153. 'nelmio_cors.defaults' => false,
  16154. ];
  16155. private $dynamicParameters = [];
  16156. private function getDynamicParameter(string $name)
  16157. {
  16158. switch ($name) {
  16159. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  16160. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  16161. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  16162. case 'client_defaults': $value = [
  16163. 'country' => $this->getEnv('resolve:APP_COUNTRY'),
  16164. 'currency' => $this->getEnv('resolve:APP_CURRENCY'),
  16165. ]; break;
  16166. case 'no_index': $value = $this->getEnv('default:default_no_index:bool:NO_INDEX'); break;
  16167. case 'show_prices': $value = $this->getEnv('default:default_show_prices:bool:SHOW_PRICES'); break;
  16168. case 'locale': $value = $this->getEnv('resolve:APP_LOCALE'); break;
  16169. case 'locales': $value = [
  16170. 0 => $this->getEnv('resolve:APP_LOCALE'),
  16171. 1 => 'en',
  16172. ]; break;
  16173. case 'required_locales': $value = [
  16174. 0 => $this->getEnv('resolve:APP_LOCALE'),
  16175. 1 => 'en',
  16176. ]; break;
  16177. case 'app_locales': $value = $this->getEnv('resolve:APP_LOCALES'); break;
  16178. case 'app_name': $value = $this->getEnv('resolve:APP_NAME'); break;
  16179. case 'web_address': $value = $this->getEnv('resolve:APP_URL'); break;
  16180. case 'company_email': $value = $this->getEnv('resolve:COMPANY_EMAIL'); break;
  16181. case 'company_address': $value = $this->getEnv('resolve:COMPANY_ADDRESS'); break;
  16182. case 'company_city': $value = $this->getEnv('resolve:COMPANY_CITY'); break;
  16183. case 'company_phone': $value = $this->getEnv('resolve:COMPANY_PHONE'); break;
  16184. case 'email_sender': $value = $this->getEnv('resolve:APP_EMAIL'); break;
  16185. case 'delivery_time': $value = $this->getEnv('resolve:DELIVERY_TIME'); break;
  16186. case 'delivery_days': $value = $this->getEnv('default:default_show_prices:string:DELIVERY_DAYS'); break;
  16187. case 'default_currency': $value = $this->getEnv('resolve:APP_DEFAULT_CURRENCY'); break;
  16188. case 'app_color': $value = $this->getEnv('resolve:APP_COLOR'); break;
  16189. case 'public_cache_time': $value = $this->getEnv('resolve:PUBLIC_CACHE_TIME'); break;
  16190. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  16191. case 'kernel.default_locale': $value = $this->getEnv('resolve:APP_LOCALE'); break;
  16192. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  16193. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  16194. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  16195. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  16196. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  16197. case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  16198. case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
  16199. case 'nelmio_cors.defaults': $value = [
  16200. 'allow_origin' => [
  16201. 0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
  16202. ],
  16203. 'allow_credentials' => false,
  16204. 'allow_headers' => true,
  16205. 'allow_private_network' => false,
  16206. 'expose_headers' => [
  16207. 0 => 'Link',
  16208. ],
  16209. 'allow_methods' => [
  16210. 0 => 'GET',
  16211. 1 => 'OPTIONS',
  16212. 2 => 'POST',
  16213. 3 => 'PUT',
  16214. 4 => 'PATCH',
  16215. 5 => 'DELETE',
  16216. ],
  16217. 'max_age' => 3600,
  16218. 'hosts' => [
  16219. ],
  16220. 'origin_regex' => true,
  16221. 'skip_same_as_origin' => true,
  16222. 'forced_allow_origin_value' => NULL,
  16223. ]; break;
  16224. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  16225. }
  16226. $this->loadedDynamicParameters[$name] = true;
  16227. return $this->dynamicParameters[$name] = $value;
  16228. }
  16229. protected function getDefaultParameters(): array
  16230. {
  16231. return [
  16232. 'kernel.project_dir' => \dirname(__DIR__, 4),
  16233. 'kernel.environment' => 'dev',
  16234. 'kernel.debug' => true,
  16235. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  16236. 'kernel.bundles' => [
  16237. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  16238. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  16239. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  16240. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  16241. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  16242. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  16243. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  16244. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  16245. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  16246. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  16247. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  16248. 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  16249. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  16250. 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  16251. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  16252. 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  16253. 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  16254. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  16255. 'TrikoderOAuth2Bundle' => 'Trikoder\\Bundle\\OAuth2Bundle\\TrikoderOAuth2Bundle',
  16256. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  16257. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  16258. 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  16259. 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  16260. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  16261. 'AjgarlagPsrHttpMessageBundle' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle\\AjgarlagPsrHttpMessageBundle',
  16262. 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  16263. 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  16264. ],
  16265. 'kernel.bundles_metadata' => [
  16266. 'FrameworkBundle' => [
  16267. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  16268. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  16269. ],
  16270. 'SensioFrameworkExtraBundle' => [
  16271. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  16272. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  16273. ],
  16274. 'DoctrineBundle' => [
  16275. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  16276. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  16277. ],
  16278. 'DoctrineMigrationsBundle' => [
  16279. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  16280. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  16281. ],
  16282. 'SecurityBundle' => [
  16283. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  16284. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  16285. ],
  16286. 'TwigBundle' => [
  16287. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  16288. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  16289. ],
  16290. 'TwigExtraBundle' => [
  16291. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  16292. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  16293. ],
  16294. 'WebProfilerBundle' => [
  16295. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  16296. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  16297. ],
  16298. 'MonologBundle' => [
  16299. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  16300. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  16301. ],
  16302. 'DebugBundle' => [
  16303. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  16304. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  16305. ],
  16306. 'MakerBundle' => [
  16307. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  16308. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  16309. ],
  16310. 'LiipImagineBundle' => [
  16311. 'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
  16312. 'namespace' => 'Liip\\ImagineBundle',
  16313. ],
  16314. 'KnpPaginatorBundle' => [
  16315. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  16316. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  16317. ],
  16318. 'JMSSerializerBundle' => [
  16319. 'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
  16320. 'namespace' => 'JMS\\SerializerBundle',
  16321. ],
  16322. 'KnpSnappyBundle' => [
  16323. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  16324. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  16325. ],
  16326. 'FOSElasticaBundle' => [
  16327. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  16328. 'namespace' => 'FOS\\ElasticaBundle',
  16329. ],
  16330. 'SwiftmailerBundle' => [
  16331. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
  16332. 'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  16333. ],
  16334. 'WebpackEncoreBundle' => [
  16335. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  16336. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  16337. ],
  16338. 'TrikoderOAuth2Bundle' => [
  16339. 'path' => (\dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle'),
  16340. 'namespace' => 'Trikoder\\Bundle\\OAuth2Bundle',
  16341. ],
  16342. 'NelmioApiDocBundle' => [
  16343. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  16344. 'namespace' => 'Nelmio\\ApiDocBundle',
  16345. ],
  16346. 'LexikJWTAuthenticationBundle' => [
  16347. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  16348. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  16349. ],
  16350. 'EndroidQrCodeBundle' => [
  16351. 'path' => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src'),
  16352. 'namespace' => 'Endroid\\QrCodeBundle',
  16353. ],
  16354. 'DoctrineBehaviorsBundle' => [
  16355. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src'),
  16356. 'namespace' => 'Knp\\DoctrineBehaviors',
  16357. ],
  16358. 'NelmioCorsBundle' => [
  16359. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  16360. 'namespace' => 'Nelmio\\CorsBundle',
  16361. ],
  16362. 'AjgarlagPsrHttpMessageBundle' => [
  16363. 'path' => (\dirname(__DIR__, 4).'/vendor/ajgarlag/psr-http-message-bundle/src'),
  16364. 'namespace' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle',
  16365. ],
  16366. 'A2lixAutoFormBundle' => [
  16367. 'path' => (\dirname(__DIR__, 4).'/vendor/a2lix/auto-form-bundle/src'),
  16368. 'namespace' => 'A2lix\\AutoFormBundle',
  16369. ],
  16370. 'A2lixTranslationFormBundle' => [
  16371. 'path' => (\dirname(__DIR__, 4).'/vendor/a2lix/translation-form-bundle/src'),
  16372. 'namespace' => 'A2lix\\TranslationFormBundle',
  16373. ],
  16374. ],
  16375. 'kernel.charset' => 'UTF-8',
  16376. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  16377. 'container.dumper.inline_class_loader' => true,
  16378. 'container.dumper.inline_factories' => true,
  16379. 'blog_rights' => [
  16380. 'blog_create' => 'BLOG_CREATE',
  16381. 'blog_view' => 'BLOG_VIEW',
  16382. 'blog_edit' => 'BLOG_EDIT',
  16383. 'blog_edit_any' => 'BLOG_EDIT_ANY',
  16384. 'blog_delete' => 'BLOG_DELETE',
  16385. 'blog_delete_any' => 'BLOG_DELETE_ANY',
  16386. ],
  16387. 'page_rights' => [
  16388. 'page_create' => 'PAGE_CREATE',
  16389. 'page_view' => 'PAGE_VIEW',
  16390. 'page_edit' => 'PAGE_EDIT',
  16391. 'page_edit_any' => 'PAGE_EDIT_ANY',
  16392. 'page_delete' => 'PAGE_DELETE',
  16393. 'page_delete_any' => 'PAGE_DELETE_ANY',
  16394. ],
  16395. 'media.path' => (\dirname(__DIR__, 4).'/public/media_upload'),
  16396. 'media.base_directory' => '/media_upload',
  16397. 'media.directory' => '/media_upload',
  16398. 'media.types' => [
  16399. 'form.image' => 'image_file',
  16400. 'form.image_link' => 'image_link',
  16401. 'form.video' => 'video_file',
  16402. 'form.you_tube' => 'video_youtube',
  16403. 'form.vimeo' => 'video_vimeo',
  16404. ],
  16405. 'default_no_index' => false,
  16406. 'default_show_prices' => false,
  16407. 'countries' => '[RS]',
  16408. 'default_delivery_days' => 'MON,TUE,WED,THU,FRI,SAT,SUN',
  16409. 'language_currency' => [
  16410. 'sr' => 'RSD',
  16411. 'en' => '€',
  16412. 'bih' => 'BAM',
  16413. ],
  16414. 'product_photo_dir' => '/home/offline/product_photos',
  16415. 'product_document_dir' => '/home/offline/product_documents',
  16416. 'document.directory' => 'documents',
  16417. 'document_cover.directory' => 'document_covers',
  16418. 'document_dir' => '/home/offline/product_documents',
  16419. 'product_clean_delay' => '-1 month',
  16420. 'google' => [
  16421. 'recaptcha' => [
  16422. 'site_key' => '6LejYb4UAAAAAADT_tlfUQfKxKfjtKNhC75vY7ge',
  16423. 'secret' => '6LejYb4UAAAAAOpb87kufxQ4UrfZXcUQjUwGccBy',
  16424. ],
  16425. 'maps' => [
  16426. 'site_key' => 'AIzaSyCxYi_Sk25cIlLkMEQlM7I-jAqWYTDQj64',
  16427. ],
  16428. ],
  16429. 'tokenLifetime' => 2,
  16430. 'event_dispatcher.event_aliases' => [
  16431. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  16432. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  16433. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  16434. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  16435. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  16436. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  16437. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  16438. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  16439. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  16440. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  16441. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  16442. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  16443. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  16444. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  16445. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  16446. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  16447. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  16448. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  16449. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  16450. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  16451. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  16452. ],
  16453. 'fragment.renderer.hinclude.global_template' => NULL,
  16454. 'fragment.path' => '/_fragment',
  16455. 'kernel.http_method_override' => true,
  16456. 'kernel.trusted_hosts' => [
  16457. ],
  16458. 'kernel.enabled_locales' => [
  16459. ],
  16460. 'kernel.error_controller' => 'error_controller',
  16461. 'debug.file_link_format' => NULL,
  16462. 'asset.request_context.base_path' => NULL,
  16463. 'asset.request_context.secure' => NULL,
  16464. 'translator.logging' => false,
  16465. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  16466. 'debug.error_handler.throw_at' => -1,
  16467. 'router.request_context.host' => 'localhost',
  16468. 'router.request_context.scheme' => 'http',
  16469. 'router.request_context.base_url' => '',
  16470. 'router.resource' => 'kernel::loadRoutes',
  16471. 'request_listener.http_port' => 80,
  16472. 'request_listener.https_port' => 443,
  16473. 'session.metadata.storage_key' => '_sf2_meta',
  16474. 'session.storage.options' => [
  16475. 'cache_limiter' => '0',
  16476. 'cookie_secure' => 'auto',
  16477. 'cookie_httponly' => true,
  16478. 'cookie_samesite' => 'lax',
  16479. 'gc_probability' => 1,
  16480. ],
  16481. 'session.save_path' => NULL,
  16482. 'session.metadata.update_threshold' => 0,
  16483. 'form.type_extension.csrf.enabled' => true,
  16484. 'form.type_extension.csrf.field_name' => '_token',
  16485. 'validator.translation_domain' => 'validators',
  16486. 'profiler_listener.only_exceptions' => false,
  16487. 'profiler_listener.only_main_requests' => false,
  16488. 'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  16489. 'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  16490. 'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  16491. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  16492. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  16493. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  16494. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  16495. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  16496. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  16497. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  16498. 'doctrine.entity_managers' => [
  16499. 'default' => 'doctrine.orm.default_entity_manager',
  16500. 'client_rel_management' => 'doctrine.orm.client_rel_management_entity_manager',
  16501. 'client_rel_web_management' => 'doctrine.orm.client_rel_web_management_entity_manager',
  16502. ],
  16503. 'doctrine.default_entity_manager' => 'default',
  16504. 'doctrine.dbal.connection_factory.types' => [
  16505. 'oauth2_grant' => [
  16506. 'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\Grant',
  16507. ],
  16508. 'oauth2_redirect_uri' => [
  16509. 'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\RedirectUri',
  16510. ],
  16511. 'oauth2_scope' => [
  16512. 'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\Scope',
  16513. ],
  16514. ],
  16515. 'doctrine.connections' => [
  16516. 'default' => 'doctrine.dbal.default_connection',
  16517. 'client_rel_management' => 'doctrine.dbal.client_rel_management_connection',
  16518. 'client_rel_web_management' => 'doctrine.dbal.client_rel_web_management_connection',
  16519. ],
  16520. 'doctrine.default_connection' => 'default',
  16521. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  16522. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  16523. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  16524. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  16525. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  16526. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  16527. 'doctrine.orm.cache.memcache_host' => 'localhost',
  16528. 'doctrine.orm.cache.memcache_port' => 11211,
  16529. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  16530. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  16531. 'doctrine.orm.cache.memcached_host' => 'localhost',
  16532. 'doctrine.orm.cache.memcached_port' => 11211,
  16533. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  16534. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  16535. 'doctrine.orm.cache.redis_host' => 'localhost',
  16536. 'doctrine.orm.cache.redis_port' => 6379,
  16537. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  16538. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  16539. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  16540. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  16541. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  16542. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  16543. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  16544. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  16545. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  16546. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  16547. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  16548. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  16549. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  16550. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  16551. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  16552. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  16553. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  16554. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  16555. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  16556. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  16557. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  16558. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  16559. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  16560. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  16561. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  16562. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  16563. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  16564. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  16565. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  16566. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  16567. 'doctrine.orm.auto_generate_proxy_classes' => false,
  16568. 'doctrine.orm.proxy_namespace' => 'Proxies',
  16569. 'doctrine.migrations.preferred_em' => NULL,
  16570. 'doctrine.migrations.preferred_connection' => NULL,
  16571. 'security.role_hierarchy.roles' => [
  16572. 'ROLE_GUEST' => [
  16573. 0 => 'ROLE_USER',
  16574. ],
  16575. 'ROLE_CLIENT' => [
  16576. 0 => 'ROLE_GUEST',
  16577. ],
  16578. 'ROLE_MANAGER' => [
  16579. 0 => 'ROLE_USER',
  16580. ],
  16581. 'ROLE_ADMIN' => [
  16582. 0 => 'ROLE_MANAGER',
  16583. ],
  16584. 'ROLE_SUPER_ADMIN' => [
  16585. 0 => 'ROLE_ADMIN',
  16586. ],
  16587. ],
  16588. 'security.access.denied_url' => NULL,
  16589. 'security.authentication.manager.erase_credentials' => true,
  16590. 'security.authentication.session_strategy.strategy' => 'migrate',
  16591. 'security.access.always_authenticate_before_granting' => false,
  16592. 'security.authentication.hide_user_not_found' => true,
  16593. 'security.firewalls' => [
  16594. 0 => 'dev',
  16595. 1 => 'login',
  16596. 2 => 'docs',
  16597. 3 => 'api',
  16598. 4 => 'main',
  16599. ],
  16600. 'twig.form.resources' => [
  16601. 0 => 'form_div_layout.html.twig',
  16602. 1 => '@LiipImagine/Form/form_div_layout.html.twig',
  16603. 2 => 'bootstrap_4_layout.html.twig',
  16604. 3 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  16605. ],
  16606. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  16607. 'monolog.use_microseconds' => true,
  16608. 'monolog.swift_mailer.handlers' => [
  16609. ],
  16610. 'monolog.handlers_to_channels' => [
  16611. 'monolog.handler.console' => [
  16612. 'type' => 'exclusive',
  16613. 'elements' => [
  16614. 0 => 'event',
  16615. 1 => 'doctrine',
  16616. 2 => 'console',
  16617. ],
  16618. ],
  16619. 'monolog.handler.main' => [
  16620. 'type' => 'exclusive',
  16621. 'elements' => [
  16622. 0 => 'event',
  16623. ],
  16624. ],
  16625. ],
  16626. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  16627. 'liip_imagine.resolvers' => [
  16628. 'default' => [
  16629. 'web_path' => [
  16630. 'web_root' => (\dirname(__DIR__, 4).'/public'),
  16631. 'cache_prefix' => 'media/cache',
  16632. ],
  16633. ],
  16634. ],
  16635. 'liip_imagine.loaders' => [
  16636. 'default' => [
  16637. 'filesystem' => [
  16638. 'locator' => 'filesystem',
  16639. 'data_root' => [
  16640. 0 => (\dirname(__DIR__, 4).'/public'),
  16641. ],
  16642. 'allow_unresolvable_data_roots' => false,
  16643. 'bundle_resources' => [
  16644. 'enabled' => false,
  16645. 'access_control_type' => 'blacklist',
  16646. 'access_control_list' => [
  16647. ],
  16648. ],
  16649. ],
  16650. ],
  16651. ],
  16652. 'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  16653. 'liip_imagine.jpegoptim.stripAll' => true,
  16654. 'liip_imagine.jpegoptim.max' => NULL,
  16655. 'liip_imagine.jpegoptim.progressive' => true,
  16656. 'liip_imagine.jpegoptim.tempDir' => NULL,
  16657. 'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  16658. 'liip_imagine.optipng.level' => 7,
  16659. 'liip_imagine.optipng.stripAll' => true,
  16660. 'liip_imagine.optipng.tempDir' => NULL,
  16661. 'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  16662. 'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  16663. 'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  16664. 'liip_imagine.cwebp.tempDir' => NULL,
  16665. 'liip_imagine.cwebp.q' => 75,
  16666. 'liip_imagine.cwebp.alphaQ' => 100,
  16667. 'liip_imagine.cwebp.m' => 4,
  16668. 'liip_imagine.cwebp.alphaFilter' => 'fast',
  16669. 'liip_imagine.cwebp.alphaMethod' => 1,
  16670. 'liip_imagine.cwebp.exact' => false,
  16671. 'liip_imagine.cwebp.metadata' => [
  16672. 0 => 'none',
  16673. ],
  16674. 'liip_imagine.driver_service' => 'liip_imagine.gd',
  16675. 'liip_imagine.cache.resolver.default' => 'default',
  16676. 'liip_imagine.default_image' => NULL,
  16677. 'liip_imagine.filter_sets' => [
  16678. 'cache' => [
  16679. 'quality' => 100,
  16680. 'jpeg_quality' => NULL,
  16681. 'png_compression_level' => NULL,
  16682. 'png_compression_filter' => NULL,
  16683. 'format' => NULL,
  16684. 'animated' => false,
  16685. 'cache' => NULL,
  16686. 'data_loader' => NULL,
  16687. 'default_image' => NULL,
  16688. 'filters' => [
  16689. ],
  16690. 'post_processors' => [
  16691. ],
  16692. ],
  16693. 'product_thumbnail' => [
  16694. 'quality' => 86,
  16695. 'jpeg_quality' => NULL,
  16696. 'png_compression_level' => NULL,
  16697. 'png_compression_filter' => NULL,
  16698. 'format' => NULL,
  16699. 'animated' => false,
  16700. 'cache' => NULL,
  16701. 'data_loader' => NULL,
  16702. 'default_image' => NULL,
  16703. 'filters' => [
  16704. 'thumbnail' => [
  16705. 'size' => [
  16706. 0 => 90,
  16707. 1 => 90,
  16708. ],
  16709. 'mode' => 'outbound',
  16710. ],
  16711. 'background' => [
  16712. 'size' => [
  16713. 0 => 90,
  16714. 1 => 90,
  16715. ],
  16716. 'color' => '#ffffff',
  16717. ],
  16718. ],
  16719. 'post_processors' => [
  16720. ],
  16721. ],
  16722. 'product_small' => [
  16723. 'quality' => 86,
  16724. 'jpeg_quality' => NULL,
  16725. 'png_compression_level' => NULL,
  16726. 'png_compression_filter' => NULL,
  16727. 'format' => NULL,
  16728. 'animated' => false,
  16729. 'cache' => NULL,
  16730. 'data_loader' => NULL,
  16731. 'default_image' => NULL,
  16732. 'filters' => [
  16733. 'thumbnail' => [
  16734. 'size' => [
  16735. 0 => 360,
  16736. 1 => 360,
  16737. ],
  16738. 'mode' => 'outbound',
  16739. ],
  16740. 'background' => [
  16741. 'size' => [
  16742. 0 => 360,
  16743. 1 => 360,
  16744. ],
  16745. 'color' => '#ffffff',
  16746. ],
  16747. ],
  16748. 'post_processors' => [
  16749. ],
  16750. ],
  16751. 'thumbnail' => [
  16752. 'quality' => 86,
  16753. 'jpeg_quality' => NULL,
  16754. 'png_compression_level' => NULL,
  16755. 'png_compression_filter' => NULL,
  16756. 'format' => NULL,
  16757. 'animated' => false,
  16758. 'cache' => NULL,
  16759. 'data_loader' => NULL,
  16760. 'default_image' => NULL,
  16761. 'filters' => [
  16762. 'thumbnail' => [
  16763. 'size' => [
  16764. 0 => 90,
  16765. 1 => 90,
  16766. ],
  16767. 'mode' => 'outbound',
  16768. ],
  16769. 'background' => [
  16770. 'size' => [
  16771. 0 => 90,
  16772. 1 => 90,
  16773. ],
  16774. 'color' => '#ffffff',
  16775. ],
  16776. ],
  16777. 'post_processors' => [
  16778. ],
  16779. ],
  16780. 'portrait' => [
  16781. 'quality' => 86,
  16782. 'jpeg_quality' => NULL,
  16783. 'png_compression_level' => NULL,
  16784. 'png_compression_filter' => NULL,
  16785. 'format' => NULL,
  16786. 'animated' => false,
  16787. 'cache' => NULL,
  16788. 'data_loader' => NULL,
  16789. 'default_image' => NULL,
  16790. 'filters' => [
  16791. 'thumbnail' => [
  16792. 'size' => [
  16793. 0 => 152,
  16794. 1 => 220,
  16795. ],
  16796. 'mode' => 'outbound',
  16797. ],
  16798. 'background' => [
  16799. 'size' => [
  16800. 0 => 152,
  16801. 1 => 220,
  16802. ],
  16803. 'color' => '#ffffff',
  16804. ],
  16805. ],
  16806. 'post_processors' => [
  16807. ],
  16808. ],
  16809. 'large' => [
  16810. 'quality' => 86,
  16811. 'jpeg_quality' => NULL,
  16812. 'png_compression_level' => NULL,
  16813. 'png_compression_filter' => NULL,
  16814. 'format' => NULL,
  16815. 'animated' => false,
  16816. 'cache' => NULL,
  16817. 'data_loader' => NULL,
  16818. 'default_image' => NULL,
  16819. 'filters' => [
  16820. 'thumbnail' => [
  16821. 'size' => [
  16822. 0 => 1024,
  16823. 1 => 1024,
  16824. ],
  16825. 'mode' => 'outbound',
  16826. ],
  16827. 'background' => [
  16828. 'size' => [
  16829. 0 => 1024,
  16830. 1 => 1024,
  16831. ],
  16832. 'color' => '#ffffff',
  16833. ],
  16834. ],
  16835. 'post_processors' => [
  16836. ],
  16837. ],
  16838. 'blog_thumbnail' => [
  16839. 'quality' => 86,
  16840. 'jpeg_quality' => NULL,
  16841. 'png_compression_level' => NULL,
  16842. 'png_compression_filter' => NULL,
  16843. 'format' => NULL,
  16844. 'animated' => false,
  16845. 'cache' => NULL,
  16846. 'data_loader' => NULL,
  16847. 'default_image' => NULL,
  16848. 'filters' => [
  16849. 'scale' => [
  16850. 'dim' => [
  16851. 0 => 600,
  16852. 1 => 600,
  16853. ],
  16854. ],
  16855. ],
  16856. 'post_processors' => [
  16857. ],
  16858. ],
  16859. ],
  16860. 'liip_imagine.binary.loader.default' => 'default',
  16861. 'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  16862. 'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  16863. 'liip_imagine.webp.generate' => false,
  16864. 'liip_imagine.webp.options' => [
  16865. 'quality' => 100,
  16866. 'cache' => NULL,
  16867. 'data_loader' => NULL,
  16868. 'post_processors' => [
  16869. ],
  16870. ],
  16871. 'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig',
  16872. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  16873. 'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  16874. 'knp_paginator.page_range' => 5,
  16875. 'knp_paginator.page_limit' => NULL,
  16876. 'knp_snappy.pdf.binary' => (\dirname(__DIR__, 4).'/vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64'),
  16877. 'knp_snappy.pdf.options' => [
  16878. 'encoding' => 'utf-8',
  16879. 'page-size' => 'A4',
  16880. 'enable-javascript' => true,
  16881. 'javascript-delay' => 1000,
  16882. 'no-stop-slow-scripts' => true,
  16883. 'dpi' => 300,
  16884. 'lowquality' => false,
  16885. 'no-background' => false,
  16886. 'images' => true,
  16887. 'enable-external-links' => true,
  16888. 'enable-internal-links' => true,
  16889. 'viewport-size' => '1280x1024',
  16890. ],
  16891. 'knp_snappy.pdf.env' => [
  16892. ],
  16893. 'knp_snappy.image.binary' => 'wkhtmltoimage',
  16894. 'knp_snappy.image.options' => [
  16895. ],
  16896. 'knp_snappy.image.env' => [
  16897. ],
  16898. 'fos_elastica.property_accessor.magicCall' => 0,
  16899. 'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  16900. 'fos_elastica.default_index' => 'synonym_product',
  16901. 'swiftmailer.mailer.default.transport.name' => 'dynamic',
  16902. 'swiftmailer.mailer.default.spool.enabled' => true,
  16903. 'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  16904. 'swiftmailer.mailer.default.single_address' => NULL,
  16905. 'swiftmailer.mailer.default.delivery.enabled' => true,
  16906. 'swiftmailer.spool.enabled' => true,
  16907. 'swiftmailer.delivery.enabled' => true,
  16908. 'swiftmailer.single_address' => NULL,
  16909. 'swiftmailer.mailers' => [
  16910. 'default' => 'swiftmailer.mailer.default',
  16911. ],
  16912. 'swiftmailer.default_mailer' => 'default',
  16913. 'trikoder.oauth2.persistence.doctrine.enabled' => true,
  16914. 'trikoder.oauth2.persistence.doctrine.manager' => 'default',
  16915. 'nelmio_api_doc.areas' => [
  16916. 0 => 'default',
  16917. 1 => 'crm',
  16918. ],
  16919. 'nelmio_api_doc.use_validation_groups' => false,
  16920. 'lexik_jwt_authentication.token_ttl' => 604800,
  16921. 'lexik_jwt_authentication.clock_skew' => 0,
  16922. 'lexik_jwt_authentication.user_identity_field' => 'email',
  16923. 'lexik_jwt_authentication.allow_no_expiration' => false,
  16924. 'lexik_jwt_authentication.user_id_claim' => 'email',
  16925. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  16926. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  16927. 'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  16928. 'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  16929. 'doctrine_behaviors_blameable_user_entity' => NULL,
  16930. 'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  16931. 'nelmio_cors.map' => [
  16932. '^/api/' => [
  16933. 'allow_origin' => true,
  16934. 'allow_headers' => true,
  16935. 'allow_methods' => [
  16936. 0 => 'POST',
  16937. 1 => 'PUT',
  16938. 2 => 'GET',
  16939. 3 => 'DELETE',
  16940. 4 => 'OPTIONS',
  16941. ],
  16942. 'max_age' => 3600,
  16943. ],
  16944. ],
  16945. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  16946. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  16947. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  16948. 'a2lix_translation_form.locale_provider' => 'default',
  16949. 'a2lix_translation_form.locales' => [
  16950. 0 => 'sr',
  16951. 1 => 'en',
  16952. ],
  16953. 'a2lix_translation_form.required_locales' => [
  16954. ],
  16955. 'a2lix_translation_form.default_locale' => 'sr',
  16956. 'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  16957. 'data_collector.templates' => [
  16958. 'data_collector.request' => [
  16959. 0 => 'request',
  16960. 1 => '@WebProfiler/Collector/request.html.twig',
  16961. ],
  16962. 'data_collector.time' => [
  16963. 0 => 'time',
  16964. 1 => '@WebProfiler/Collector/time.html.twig',
  16965. ],
  16966. 'data_collector.memory' => [
  16967. 0 => 'memory',
  16968. 1 => '@WebProfiler/Collector/memory.html.twig',
  16969. ],
  16970. 'data_collector.validator' => [
  16971. 0 => 'validator',
  16972. 1 => '@WebProfiler/Collector/validator.html.twig',
  16973. ],
  16974. 'data_collector.ajax' => [
  16975. 0 => 'ajax',
  16976. 1 => '@WebProfiler/Collector/ajax.html.twig',
  16977. ],
  16978. 'data_collector.form' => [
  16979. 0 => 'form',
  16980. 1 => '@WebProfiler/Collector/form.html.twig',
  16981. ],
  16982. 'data_collector.exception' => [
  16983. 0 => 'exception',
  16984. 1 => '@WebProfiler/Collector/exception.html.twig',
  16985. ],
  16986. 'data_collector.logger' => [
  16987. 0 => 'logger',
  16988. 1 => '@WebProfiler/Collector/logger.html.twig',
  16989. ],
  16990. 'data_collector.events' => [
  16991. 0 => 'events',
  16992. 1 => '@WebProfiler/Collector/events.html.twig',
  16993. ],
  16994. 'data_collector.router' => [
  16995. 0 => 'router',
  16996. 1 => '@WebProfiler/Collector/router.html.twig',
  16997. ],
  16998. 'data_collector.cache' => [
  16999. 0 => 'cache',
  17000. 1 => '@WebProfiler/Collector/cache.html.twig',
  17001. ],
  17002. 'data_collector.translation' => [
  17003. 0 => 'translation',
  17004. 1 => '@WebProfiler/Collector/translation.html.twig',
  17005. ],
  17006. 'data_collector.security' => [
  17007. 0 => 'security',
  17008. 1 => '@Security/Collector/security.html.twig',
  17009. ],
  17010. 'data_collector.twig' => [
  17011. 0 => 'twig',
  17012. 1 => '@WebProfiler/Collector/twig.html.twig',
  17013. ],
  17014. 'data_collector.http_client' => [
  17015. 0 => 'http_client',
  17016. 1 => '@WebProfiler/Collector/http_client.html.twig',
  17017. ],
  17018. 'data_collector.doctrine' => [
  17019. 0 => 'db',
  17020. 1 => '@Doctrine/Collector/db.html.twig',
  17021. ],
  17022. 'swiftmailer.data_collector' => [
  17023. 0 => 'swiftmailer',
  17024. 1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
  17025. ],
  17026. 'data_collector.dump' => [
  17027. 0 => 'dump',
  17028. 1 => '@Debug/Profiler/dump.html.twig',
  17029. ],
  17030. 'mailer.data_collector' => [
  17031. 0 => 'mailer',
  17032. 1 => '@WebProfiler/Collector/mailer.html.twig',
  17033. ],
  17034. 'fos_elastica.data_collector' => [
  17035. 0 => 'elastica',
  17036. 1 => '@FOSElastica/Collector/elastica.html.twig',
  17037. ],
  17038. 'data_collector.config' => [
  17039. 0 => 'config',
  17040. 1 => '@WebProfiler/Collector/config.html.twig',
  17041. ],
  17042. ],
  17043. 'console.command.ids' => [
  17044. ],
  17045. ];
  17046. }
  17047. protected function throw($message)
  17048. {
  17049. throw new RuntimeException($message);
  17050. }
  17051. }