var/cache/dev/ContainerLQ4kwkJ/App_KernelDevDebugContainer.php line 772

Open in your IDE?
  1. <?php
  2. namespace ContainerLQ4kwkJ;
  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\\PreOrderController' => 'getPreOrderControllerService',
  97. 'App\\Controller\\ECommerce\\App\\ProductCategoryController' => 'getProductCategoryControllerService',
  98. 'App\\Controller\\ECommerce\\App\\ProductController' => 'getProductController2Service',
  99. 'App\\Controller\\ECommerce\\App\\ProductManufacturerController' => 'getProductManufacturerControllerService',
  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' => 'getProductManufacturerController2Service',
  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. 'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  135. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  136. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  137. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController' => 'getAuthorizationControllerService',
  138. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController' => 'getTokenControllerService',
  139. 'cache.app' => 'getCache_AppService',
  140. 'cache.app_clearer' => 'getCache_AppClearerService',
  141. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  142. 'cache.system' => 'getCache_SystemService',
  143. 'cache.system_clearer' => 'getCache_SystemClearerService',
  144. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  145. 'cache_warmer' => 'getCacheWarmerService',
  146. 'console.command_loader' => 'getConsole_CommandLoaderService',
  147. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  148. 'crm.partner.repository' => 'getCrm_Partner_RepositoryService',
  149. 'data_collector.dump' => 'getDataCollector_DumpService',
  150. 'doctrine' => 'getDoctrineService',
  151. 'doctrine.dbal.client_rel_management_connection' => 'getDoctrine_Dbal_ClientRelManagementConnectionService',
  152. 'doctrine.dbal.client_rel_web_management_connection' => 'getDoctrine_Dbal_ClientRelWebManagementConnectionService',
  153. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  154. 'doctrine.orm.client_rel_management_entity_manager' => 'getDoctrine_Orm_ClientRelManagementEntityManagerService',
  155. 'doctrine.orm.client_rel_web_management_entity_manager' => 'getDoctrine_Orm_ClientRelWebManagementEntityManagerService',
  156. 'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  157. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  158. 'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
  159. 'error_controller' => 'getErrorControllerService',
  160. 'event_dispatcher' => 'getEventDispatcherService',
  161. 'http_kernel' => 'getHttpKernelService',
  162. 'jms_serializer' => 'getJmsSerializerService',
  163. 'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  164. 'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  165. 'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  166. 'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  167. 'knp_paginator' => 'getKnpPaginatorService',
  168. 'knp_snappy.image' => 'getKnpSnappy_ImageService',
  169. 'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  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. 'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  235. 'mailer' => 'swiftmailer.mailer.default',
  236. 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  237. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  238. ];
  239. $this->privates['service_container'] = function () {
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  246. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  248. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Content/LocalizationSubscriber.php';
  249. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/CartManager.php';
  250. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/RebateCalculator.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  254. include_once \dirname(__DIR__, 4).'/src/Service/Media/MediaTwig.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/CacheConfiguration.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLogger.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLoggerChain.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Logging/StatisticsCacheLogger.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/CacheFactory.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/DefaultCacheFactory.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/RegionsConfiguration.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/MultiGetRegion.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Region.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Cache/Region/DefaultRegion.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  611. include_once \dirname(__DIR__, 4).'/src/Service/App/DashboardTwig.php';
  612. include_once \dirname(__DIR__, 4).'/src/Service/App/PublicTwig.php';
  613. include_once \dirname(__DIR__, 4).'/src/Service/App/TextTwig.php';
  614. include_once \dirname(__DIR__, 4).'/src/Service/Auth/UserTwigExtension.php';
  615. include_once \dirname(__DIR__, 4).'/src/Service/Content/TwigExtension.php';
  616. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ProductTwigExtension.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  637. };
  638. }
  639. public function compile(): void
  640. {
  641. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  642. }
  643. public function isCompiled(): bool
  644. {
  645. return true;
  646. }
  647. public function getRemovedIds(): array
  648. {
  649. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  650. }
  651. /**
  652. * Gets the public '.container.private.cache_clearer' shared service.
  653. *
  654. * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  655. */
  656. protected function get_Container_Private_CacheClearerService()
  657. {
  658. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  660. return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  661. yield 0 => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  662. }, 1));
  663. }
  664. /**
  665. * Gets the public '.container.private.filesystem' shared service.
  666. *
  667. * @return \Symfony\Component\Filesystem\Filesystem
  668. */
  669. protected function get_Container_Private_FilesystemService()
  670. {
  671. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  672. }
  673. /**
  674. * Gets the public '.container.private.form.factory' shared service.
  675. *
  676. * @return \Symfony\Component\Form\FormFactory
  677. */
  678. protected function get_Container_Private_Form_FactoryService()
  679. {
  680. $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  681. if (isset($this->services['.container.private.form.factory'])) {
  682. return $this->services['.container.private.form.factory'];
  683. }
  684. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  685. }
  686. /**
  687. * Gets the public '.container.private.form.type.file' shared service.
  688. *
  689. * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  690. */
  691. protected function get_Container_Private_Form_Type_FileService()
  692. {
  693. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  696. return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  697. }
  698. /**
  699. * Gets the public '.container.private.profiler' shared service.
  700. *
  701. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  702. */
  703. protected function get_Container_Private_ProfilerService()
  704. {
  705. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  706. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  707. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  708. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  709. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  710. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  711. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  712. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  713. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  714. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  715. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  716. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  717. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  718. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  719. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  720. $d->addInstance('public', ($this->privates['public'] ?? $this->getPublicService()));
  721. $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  722. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  723. $d->addInstance('cache.doctrine.orm.client_rel_management.result', ($this->privates['cache.doctrine.orm.client_rel_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_ResultService()));
  724. $d->addInstance('cache.doctrine.orm.client_rel_management.query', ($this->privates['cache.doctrine.orm.client_rel_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_QueryService()));
  725. $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()));
  726. $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()));
  727. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  728. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  729. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  730. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  731. $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
  732. $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  733. $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())));
  734. $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())));
  735. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  736. if ($this->has('kernel')) {
  737. $g->setKernel($b);
  738. }
  739. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  740. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  741. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  742. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  743. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  744. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  745. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  746. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  747. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  748. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  749. $instance->add($d);
  750. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  751. $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()), false));
  752. $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())));
  753. $instance->add($e);
  754. $instance->add($f);
  755. $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  756. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  757. $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()))));
  758. $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  759. $instance->add($g);
  760. return $instance;
  761. }
  762. /**
  763. * Gets the public '.container.private.security.authorization_checker' shared service.
  764. *
  765. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  766. */
  767. protected function get_Container_Private_Security_AuthorizationCheckerService()
  768. {
  769. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  770. if (isset($this->services['.container.private.security.authorization_checker'])) {
  771. return $this->services['.container.private.security.authorization_checker'];
  772. }
  773. 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);
  774. }
  775. /**
  776. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  777. *
  778. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  779. */
  780. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  781. {
  782. 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())));
  783. }
  784. /**
  785. * Gets the public '.container.private.security.password_encoder' shared service.
  786. *
  787. * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  788. *
  789. * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  790. */
  791. protected function get_Container_Private_Security_PasswordEncoderService()
  792. {
  793. trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  794. 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()));
  795. }
  796. /**
  797. * Gets the public '.container.private.security.token_storage' shared service.
  798. *
  799. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  800. */
  801. protected function get_Container_Private_Security_TokenStorageService()
  802. {
  803. 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, [
  804. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  805. ], [
  806. 'request_stack' => '?',
  807. ]));
  808. }
  809. /**
  810. * Gets the public '.container.private.serializer' shared service.
  811. *
  812. * @return \Symfony\Component\Serializer\Serializer
  813. */
  814. protected function get_Container_Private_SerializerService()
  815. {
  816. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  819. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  823. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  824. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  825. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  826. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  827. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  828. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  829. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  830. include_once \dirname(__DIR__, 4).'/src/Serializer/ExceptionNormalizer.php';
  831. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  832. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  833. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  834. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  835. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  836. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  837. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  838. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  839. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  840. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  841. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  842. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  843. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  844. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  845. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  846. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  847. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  848. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  849. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  850. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  851. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  852. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  853. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  854. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  855. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  857. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  858. if (isset($this->services['.container.private.serializer'])) {
  859. return $this->services['.container.private.serializer'];
  860. }
  861. $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  862. $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  863. $d = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  864. $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($d);
  865. 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()]);
  866. }
  867. /**
  868. * Gets the public '.container.private.session' shared service.
  869. *
  870. * @return \Symfony\Component\HttpFoundation\Session\Session
  871. */
  872. protected function get_Container_Private_SessionService()
  873. {
  874. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  876. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  877. if (isset($this->services['.container.private.session'])) {
  878. return $this->services['.container.private.session'];
  879. }
  880. return $this->services['.container.private.session'] = $a->createSession();
  881. }
  882. /**
  883. * Gets the public '.container.private.twig' shared service.
  884. *
  885. * @return \Twig\Environment
  886. */
  887. protected function get_Container_Private_TwigService()
  888. {
  889. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  890. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  891. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  892. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  893. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  894. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  895. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  896. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  897. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  898. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  899. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  900. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  901. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  902. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  903. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  904. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  905. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  906. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  907. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  908. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  909. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  910. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  911. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  912. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  913. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  914. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  915. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  916. $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  917. $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  918. $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  919. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  920. $f = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  921. $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  922. $h = ($this->services['router'] ?? $this->getRouterService());
  923. $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  924. $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  925. $j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
  926. $k = new \Symfony\Bridge\Twig\AppVariable();
  927. $k->setEnvironment('dev');
  928. $k->setDebug(true);
  929. if ($this->has('.container.private.security.token_storage')) {
  930. $k->setTokenStorage($c);
  931. }
  932. if ($this->has('request_stack')) {
  933. $k->setRequestStack($b);
  934. }
  935. $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  936. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  937. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  938. $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)));
  939. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  940. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  941. $instance->addExtension($f);
  942. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__, 4), 'UTF-8'));
  943. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  944. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  945. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
  946. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  947. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  948. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $h)));
  949. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  950. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  951. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  952. $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())));
  953. $instance->addExtension(new \App\Service\App\DashboardTwig($this->getParameter('locales'), $this->getParameter('required_locales')));
  954. $instance->addExtension(new \App\Service\App\PublicTwig($instance, $i, $h, $b, $this->getParameter('locales'), \dirname(__DIR__, 4), $this->getEnv('resolve:APP_COLOR'), $this->getEnv('resolve:APP_URL'), $this->parameters['nelmio_api_doc.areas']));
  955. $instance->addExtension(new \App\Service\App\TextTwig($e));
  956. $instance->addExtension(new \App\Service\Auth\UserTwigExtension($b, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), $instance));
  957. $instance->addExtension(new \App\Service\Content\TwigExtension($this->parameters['language_currency']));
  958. $instance->addExtension(new \App\Service\ECommerce\ProductTwigExtension($i, $h, $b, ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), $instance, ($this->privates['App\\Service\\ECommerce\\RebateCalculator'] ?? ($this->privates['App\\Service\\ECommerce\\RebateCalculator'] = new \App\Service\ECommerce\RebateCalculator())), ($this->privates['App\\Service\\ECommerce\\CartManager'] ?? $this->getCartManagerService()), $this->getEnv('resolve:APP_DEFAULT_CURRENCY')));
  959. $instance->addExtension(($this->privates['App\\Service\\Media\\MediaTwig'] ?? ($this->privates['App\\Service\\Media\\MediaTwig'] = new \App\Service\Media\MediaTwig())));
  960. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  961. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  962. $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  963. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h, $e)));
  964. $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  965. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  966. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  967. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', false],
  968. ], [
  969. 'webpack_encore.entrypoint_lookup_collection' => '?',
  970. 'webpack_encore.tag_renderer' => '?',
  971. ])));
  972. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  973. $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
  974. $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  975. $instance->addGlobal('app', $k);
  976. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  977. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
  978. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
  979. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
  980. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
  981. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', false],
  982. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates', 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime', 'getQrCodeRuntimeService', false],
  983. ], [
  984. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  985. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  986. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  987. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  988. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  989. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  990. ])));
  991. $instance->addGlobal('app_name', $this->getEnv('resolve:APP_NAME'));
  992. $instance->addGlobal('app_address', $this->getEnv('resolve:APP_URL'));
  993. $instance->addGlobal('company_address', $this->getEnv('resolve:COMPANY_ADDRESS'));
  994. $instance->addGlobal('company_city', $this->getEnv('resolve:COMPANY_CITY'));
  995. $instance->addGlobal('company_email', $this->getEnv('resolve:COMPANY_EMAIL'));
  996. $instance->addGlobal('company_phone', $this->getEnv('resolve:COMPANY_PHONE'));
  997. $instance->addGlobal('google', $this->parameters['google']);
  998. $instance->addGlobal('app_color', $this->getEnv('resolve:APP_COLOR'));
  999. $instance->addGlobal('consignment_qr_code_prefix', $this->getEnv('resolve:CONSIGNMENT_QR_CODE'));
  1000. $instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']);
  1001. $instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']);
  1002. $instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']);
  1003. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1004. return $instance;
  1005. }
  1006. /**
  1007. * Gets the public '.container.private.validator' shared service.
  1008. *
  1009. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1010. */
  1011. protected function get_Container_Private_ValidatorService()
  1012. {
  1013. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1014. if (isset($this->services['.container.private.validator'])) {
  1015. return $this->services['.container.private.validator'];
  1016. }
  1017. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1018. }
  1019. /**
  1020. * Gets the public 'App\Controller\App\App\PublicController' shared autowired service.
  1021. *
  1022. * @return \App\Controller\App\App\PublicController
  1023. */
  1024. protected function getPublicControllerService()
  1025. {
  1026. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1027. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1028. include_once \dirname(__DIR__, 4).'/src/Controller/App/App/PublicController.php';
  1029. $this->services['App\\Controller\\App\\App\\PublicController'] = $instance = new \App\Controller\App\App\PublicController();
  1030. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\App\\App\\PublicController', $this));
  1031. return $instance;
  1032. }
  1033. /**
  1034. * Gets the public 'App\Controller\App\Dashboard\DashboardController' shared autowired service.
  1035. *
  1036. * @return \App\Controller\App\Dashboard\DashboardController
  1037. */
  1038. protected function getDashboardControllerService()
  1039. {
  1040. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1041. include_once \dirname(__DIR__, 4).'/src/Controller/App/Dashboard/DashboardController.php';
  1042. $this->services['App\\Controller\\App\\Dashboard\\DashboardController'] = $instance = new \App\Controller\App\Dashboard\DashboardController();
  1043. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\App\\Dashboard\\DashboardController', $this));
  1044. return $instance;
  1045. }
  1046. /**
  1047. * Gets the public 'App\Controller\App\Dashboard\EntityAJAXController' shared autowired service.
  1048. *
  1049. * @return \App\Controller\App\Dashboard\EntityAJAXController
  1050. */
  1051. protected function getEntityAJAXControllerService()
  1052. {
  1053. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1054. include_once \dirname(__DIR__, 4).'/src/Controller/App/Dashboard/EntityAJAXController.php';
  1055. $this->services['App\\Controller\\App\\Dashboard\\EntityAJAXController'] = $instance = new \App\Controller\App\Dashboard\EntityAJAXController();
  1056. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\App\\Dashboard\\EntityAJAXController', $this));
  1057. return $instance;
  1058. }
  1059. /**
  1060. * Gets the public 'App\Controller\App\Dashboard\MenuController' shared autowired service.
  1061. *
  1062. * @return \App\Controller\App\Dashboard\MenuController
  1063. */
  1064. protected function getMenuControllerService()
  1065. {
  1066. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1067. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1068. include_once \dirname(__DIR__, 4).'/src/Controller/App/Dashboard/MenuController.php';
  1069. $this->services['App\\Controller\\App\\Dashboard\\MenuController'] = $instance = new \App\Controller\App\Dashboard\MenuController();
  1070. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\App\\Dashboard\\MenuController', $this));
  1071. return $instance;
  1072. }
  1073. /**
  1074. * Gets the public 'App\Controller\Auth\API\ProfileController' shared autowired service.
  1075. *
  1076. * @return \App\Controller\Auth\API\ProfileController
  1077. */
  1078. protected function getProfileControllerService()
  1079. {
  1080. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1081. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1082. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/API/ProfileController.php';
  1083. $this->services['App\\Controller\\Auth\\API\\ProfileController'] = $instance = new \App\Controller\Auth\API\ProfileController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1084. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Auth\\API\\ProfileController', $this));
  1085. return $instance;
  1086. }
  1087. /**
  1088. * Gets the public 'App\Controller\Auth\API\SecurityController' shared autowired service.
  1089. *
  1090. * @return \App\Controller\Auth\API\SecurityController
  1091. */
  1092. protected function getSecurityControllerService()
  1093. {
  1094. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1095. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1096. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/API/SecurityController.php';
  1097. $this->services['App\\Controller\\Auth\\API\\SecurityController'] = $instance = new \App\Controller\Auth\API\SecurityController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1098. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Auth\\API\\SecurityController', $this));
  1099. return $instance;
  1100. }
  1101. /**
  1102. * Gets the public 'App\Controller\Auth\App\AccountManagementController' shared autowired service.
  1103. *
  1104. * @return \App\Controller\Auth\App\AccountManagementController
  1105. */
  1106. protected function getAccountManagementControllerService()
  1107. {
  1108. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1109. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/App/AccountManagementController.php';
  1110. $this->services['App\\Controller\\Auth\\App\\AccountManagementController'] = $instance = new \App\Controller\Auth\App\AccountManagementController();
  1111. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Auth\\App\\AccountManagementController', $this));
  1112. return $instance;
  1113. }
  1114. /**
  1115. * Gets the public 'App\Controller\Auth\App\GuestController' shared autowired service.
  1116. *
  1117. * @return \App\Controller\Auth\App\GuestController
  1118. */
  1119. protected function getGuestControllerService()
  1120. {
  1121. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1122. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/App/GuestController.php';
  1123. $this->services['App\\Controller\\Auth\\App\\GuestController'] = $instance = new \App\Controller\Auth\App\GuestController();
  1124. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Auth\\App\\GuestController', $this));
  1125. return $instance;
  1126. }
  1127. /**
  1128. * Gets the public 'App\Controller\Auth\App\ProfileController' shared autowired service.
  1129. *
  1130. * @return \App\Controller\Auth\App\ProfileController
  1131. */
  1132. protected function getProfileController2Service()
  1133. {
  1134. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1135. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/App/ProfileController.php';
  1136. $this->services['App\\Controller\\Auth\\App\\ProfileController'] = $instance = new \App\Controller\Auth\App\ProfileController();
  1137. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Auth\\App\\ProfileController', $this));
  1138. return $instance;
  1139. }
  1140. /**
  1141. * Gets the public 'App\Controller\Auth\App\SecurityController' shared autowired service.
  1142. *
  1143. * @return \App\Controller\Auth\App\SecurityController
  1144. */
  1145. protected function getSecurityController2Service()
  1146. {
  1147. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1148. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/App/SecurityController.php';
  1149. $this->services['App\\Controller\\Auth\\App\\SecurityController'] = $instance = new \App\Controller\Auth\App\SecurityController();
  1150. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Auth\\App\\SecurityController', $this));
  1151. return $instance;
  1152. }
  1153. /**
  1154. * Gets the public 'App\Controller\Auth\Dashboard\UserController' shared autowired service.
  1155. *
  1156. * @return \App\Controller\Auth\Dashboard\UserController
  1157. */
  1158. protected function getUserControllerService()
  1159. {
  1160. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1161. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1162. include_once \dirname(__DIR__, 4).'/src/Controller/Auth/Dashboard/UserController.php';
  1163. $this->services['App\\Controller\\Auth\\Dashboard\\UserController'] = $instance = new \App\Controller\Auth\Dashboard\UserController();
  1164. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Auth\\Dashboard\\UserController', $this));
  1165. return $instance;
  1166. }
  1167. /**
  1168. * Gets the public 'App\Controller\CRM\APIController' shared autowired service.
  1169. *
  1170. * @return \App\Controller\CRM\APIController
  1171. */
  1172. protected function getAPIControllerService()
  1173. {
  1174. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1175. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1176. $this->services['App\\Controller\\CRM\\APIController'] = $instance = new \App\Controller\CRM\APIController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1177. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\APIController', $this));
  1178. return $instance;
  1179. }
  1180. /**
  1181. * Gets the public 'App\Controller\CRM\Employee\PartnerEmployeeController' shared autowired service.
  1182. *
  1183. * @return \App\Controller\CRM\Employee\PartnerEmployeeController
  1184. */
  1185. protected function getPartnerEmployeeControllerService()
  1186. {
  1187. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1188. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1189. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Employee/PartnerEmployeeController.php';
  1190. $this->services['App\\Controller\\CRM\\Employee\\PartnerEmployeeController'] = $instance = new \App\Controller\CRM\Employee\PartnerEmployeeController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1191. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\Employee\\PartnerEmployeeController', $this));
  1192. return $instance;
  1193. }
  1194. /**
  1195. * Gets the public 'App\Controller\CRM\Invoices\PartnerInvoiceController' shared autowired service.
  1196. *
  1197. * @return \App\Controller\CRM\Invoices\PartnerInvoiceController
  1198. */
  1199. protected function getPartnerInvoiceControllerService()
  1200. {
  1201. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1202. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1203. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Invoices/PartnerInvoiceController.php';
  1204. $this->services['App\\Controller\\CRM\\Invoices\\PartnerInvoiceController'] = $instance = new \App\Controller\CRM\Invoices\PartnerInvoiceController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1205. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\Invoices\\PartnerInvoiceController', $this));
  1206. return $instance;
  1207. }
  1208. /**
  1209. * Gets the public 'App\Controller\CRM\Offers\PartnerOffersController' shared autowired service.
  1210. *
  1211. * @return \App\Controller\CRM\Offers\PartnerOffersController
  1212. */
  1213. protected function getPartnerOffersControllerService()
  1214. {
  1215. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1216. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1217. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Offers/PartnerOffersController.php';
  1218. $this->services['App\\Controller\\CRM\\Offers\\PartnerOffersController'] = $instance = new \App\Controller\CRM\Offers\PartnerOffersController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1219. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\Offers\\PartnerOffersController', $this));
  1220. return $instance;
  1221. }
  1222. /**
  1223. * Gets the public 'App\Controller\CRM\Orders\ProductOrderController' shared autowired service.
  1224. *
  1225. * @return \App\Controller\CRM\Orders\ProductOrderController
  1226. */
  1227. protected function getProductOrderControllerService()
  1228. {
  1229. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1230. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1231. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Orders/ProductOrderController.php';
  1232. $this->services['App\\Controller\\CRM\\Orders\\ProductOrderController'] = $instance = new \App\Controller\CRM\Orders\ProductOrderController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1233. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\Orders\\ProductOrderController', $this));
  1234. return $instance;
  1235. }
  1236. /**
  1237. * Gets the public 'App\Controller\CRM\ProductPrice\PartnerRebateController' shared autowired service.
  1238. *
  1239. * @return \App\Controller\CRM\ProductPrice\PartnerRebateController
  1240. */
  1241. protected function getPartnerRebateControllerService()
  1242. {
  1243. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1244. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1245. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/ProductPrice/PartnerRebateController.php';
  1246. $this->services['App\\Controller\\CRM\\ProductPrice\\PartnerRebateController'] = $instance = new \App\Controller\CRM\ProductPrice\PartnerRebateController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1247. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\ProductPrice\\PartnerRebateController', $this));
  1248. return $instance;
  1249. }
  1250. /**
  1251. * Gets the public 'App\Controller\CRM\ProductPrice\ProductPriceController' shared autowired service.
  1252. *
  1253. * @return \App\Controller\CRM\ProductPrice\ProductPriceController
  1254. */
  1255. protected function getProductPriceControllerService()
  1256. {
  1257. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1258. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1259. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/ProductPrice/ProductPriceController.php';
  1260. $this->services['App\\Controller\\CRM\\ProductPrice\\ProductPriceController'] = $instance = new \App\Controller\CRM\ProductPrice\ProductPriceController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1261. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\ProductPrice\\ProductPriceController', $this));
  1262. return $instance;
  1263. }
  1264. /**
  1265. * Gets the public 'App\Controller\CRM\Products\FixedPricePartnerController' shared autowired service.
  1266. *
  1267. * @return \App\Controller\CRM\Products\FixedPricePartnerController
  1268. */
  1269. protected function getFixedPricePartnerControllerService()
  1270. {
  1271. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1272. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1273. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Products/FixedPricePartnerController.php';
  1274. $this->services['App\\Controller\\CRM\\Products\\FixedPricePartnerController'] = $instance = new \App\Controller\CRM\Products\FixedPricePartnerController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1275. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\Products\\FixedPricePartnerController', $this));
  1276. return $instance;
  1277. }
  1278. /**
  1279. * Gets the public 'App\Controller\CRM\Products\NotDeliveredProductController' shared autowired service.
  1280. *
  1281. * @return \App\Controller\CRM\Products\NotDeliveredProductController
  1282. */
  1283. protected function getNotDeliveredProductControllerService()
  1284. {
  1285. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1286. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1287. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Products/NotDeliveredProductController.php';
  1288. $this->services['App\\Controller\\CRM\\Products\\NotDeliveredProductController'] = $instance = new \App\Controller\CRM\Products\NotDeliveredProductController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1289. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\Products\\NotDeliveredProductController', $this));
  1290. return $instance;
  1291. }
  1292. /**
  1293. * Gets the public 'App\Controller\CRM\Products\ProductTurnoverController' shared autowired service.
  1294. *
  1295. * @return \App\Controller\CRM\Products\ProductTurnoverController
  1296. */
  1297. protected function getProductTurnoverControllerService()
  1298. {
  1299. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1300. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1301. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Products/ProductTurnoverController.php';
  1302. $this->services['App\\Controller\\CRM\\Products\\ProductTurnoverController'] = $instance = new \App\Controller\CRM\Products\ProductTurnoverController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1303. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\Products\\ProductTurnoverController', $this));
  1304. return $instance;
  1305. }
  1306. /**
  1307. * Gets the public 'App\Controller\CRM\Products\TradeItemsController' shared autowired service.
  1308. *
  1309. * @return \App\Controller\CRM\Products\TradeItemsController
  1310. */
  1311. protected function getTradeItemsControllerService()
  1312. {
  1313. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1314. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1315. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Products/TradeItemsController.php';
  1316. $this->services['App\\Controller\\CRM\\Products\\TradeItemsController'] = $instance = new \App\Controller\CRM\Products\TradeItemsController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1317. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\Products\\TradeItemsController', $this));
  1318. return $instance;
  1319. }
  1320. /**
  1321. * Gets the public 'App\Controller\CRM\Reports\PartnerController' shared autowired service.
  1322. *
  1323. * @return \App\Controller\CRM\Reports\PartnerController
  1324. */
  1325. protected function getPartnerControllerService()
  1326. {
  1327. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1328. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1329. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/Reports/PartnerController.php';
  1330. $this->services['App\\Controller\\CRM\\Reports\\PartnerController'] = $instance = new \App\Controller\CRM\Reports\PartnerController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1331. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\Reports\\PartnerController', $this));
  1332. return $instance;
  1333. }
  1334. /**
  1335. * Gets the public 'App\Controller\CRM\VisitController' shared autowired service.
  1336. *
  1337. * @return \App\Controller\CRM\VisitController
  1338. */
  1339. protected function getVisitControllerService()
  1340. {
  1341. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1342. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1343. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/VisitController.php';
  1344. $this->services['App\\Controller\\CRM\\VisitController'] = $instance = new \App\Controller\CRM\VisitController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1345. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\CRM\\VisitController', $this));
  1346. return $instance;
  1347. }
  1348. /**
  1349. * Gets the public 'App\Controller\Content\App\AboutUsController' shared autowired service.
  1350. *
  1351. * @return \App\Controller\Content\App\AboutUsController
  1352. */
  1353. protected function getAboutUsControllerService()
  1354. {
  1355. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1356. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/AboutUsController.php';
  1357. $this->services['App\\Controller\\Content\\App\\AboutUsController'] = $instance = new \App\Controller\Content\App\AboutUsController();
  1358. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\App\\AboutUsController', $this));
  1359. return $instance;
  1360. }
  1361. /**
  1362. * Gets the public 'App\Controller\Content\App\BlogCategoryController' shared autowired service.
  1363. *
  1364. * @return \App\Controller\Content\App\BlogCategoryController
  1365. */
  1366. protected function getBlogCategoryControllerService()
  1367. {
  1368. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1369. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/BlogCategoryController.php';
  1370. $this->services['App\\Controller\\Content\\App\\BlogCategoryController'] = $instance = new \App\Controller\Content\App\BlogCategoryController();
  1371. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\App\\BlogCategoryController', $this));
  1372. return $instance;
  1373. }
  1374. /**
  1375. * Gets the public 'App\Controller\Content\App\BlogCommentController' shared autowired service.
  1376. *
  1377. * @return \App\Controller\Content\App\BlogCommentController
  1378. */
  1379. protected function getBlogCommentControllerService()
  1380. {
  1381. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1382. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/BlogCommentController.php';
  1383. $this->services['App\\Controller\\Content\\App\\BlogCommentController'] = $instance = new \App\Controller\Content\App\BlogCommentController();
  1384. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\App\\BlogCommentController', $this));
  1385. return $instance;
  1386. }
  1387. /**
  1388. * Gets the public 'App\Controller\Content\App\BlogController' shared autowired service.
  1389. *
  1390. * @return \App\Controller\Content\App\BlogController
  1391. */
  1392. protected function getBlogControllerService()
  1393. {
  1394. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1395. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/BlogController.php';
  1396. $this->services['App\\Controller\\Content\\App\\BlogController'] = $instance = new \App\Controller\Content\App\BlogController();
  1397. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\App\\BlogController', $this));
  1398. return $instance;
  1399. }
  1400. /**
  1401. * Gets the public 'App\Controller\Content\App\ContactController' shared autowired service.
  1402. *
  1403. * @return \App\Controller\Content\App\ContactController
  1404. */
  1405. protected function getContactControllerService()
  1406. {
  1407. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1408. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/ContactController.php';
  1409. $this->services['App\\Controller\\Content\\App\\ContactController'] = $instance = new \App\Controller\Content\App\ContactController();
  1410. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\App\\ContactController', $this));
  1411. return $instance;
  1412. }
  1413. /**
  1414. * Gets the public 'App\Controller\Content\App\DocumentCategoryController' shared autowired service.
  1415. *
  1416. * @return \App\Controller\Content\App\DocumentCategoryController
  1417. */
  1418. protected function getDocumentCategoryControllerService()
  1419. {
  1420. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1421. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/DocumentCategoryController.php';
  1422. $this->services['App\\Controller\\Content\\App\\DocumentCategoryController'] = $instance = new \App\Controller\Content\App\DocumentCategoryController();
  1423. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\App\\DocumentCategoryController', $this));
  1424. return $instance;
  1425. }
  1426. /**
  1427. * Gets the public 'App\Controller\Content\App\DocumentController' shared autowired service.
  1428. *
  1429. * @return \App\Controller\Content\App\DocumentController
  1430. */
  1431. protected function getDocumentControllerService()
  1432. {
  1433. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1434. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/DocumentController.php';
  1435. $this->services['App\\Controller\\Content\\App\\DocumentController'] = $instance = new \App\Controller\Content\App\DocumentController();
  1436. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\App\\DocumentController', $this));
  1437. return $instance;
  1438. }
  1439. /**
  1440. * Gets the public 'App\Controller\Content\App\LocaleController' shared autowired service.
  1441. *
  1442. * @return \App\Controller\Content\App\LocaleController
  1443. */
  1444. protected function getLocaleControllerService()
  1445. {
  1446. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1447. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/LocaleController.php';
  1448. $this->services['App\\Controller\\Content\\App\\LocaleController'] = $instance = new \App\Controller\Content\App\LocaleController();
  1449. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\App\\LocaleController', $this));
  1450. return $instance;
  1451. }
  1452. /**
  1453. * Gets the public 'App\Controller\Content\App\PageController' shared autowired service.
  1454. *
  1455. * @return \App\Controller\Content\App\PageController
  1456. */
  1457. protected function getPageControllerService()
  1458. {
  1459. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1460. include_once \dirname(__DIR__, 4).'/src/Controller/Content/App/PageController.php';
  1461. include_once \dirname(__DIR__, 4).'/src/Service/Content/Widgetizer.php';
  1462. $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()))));
  1463. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\App\\PageController', $this));
  1464. return $instance;
  1465. }
  1466. /**
  1467. * Gets the public 'App\Controller\Content\Dashboard\BlogCategoryController' shared autowired service.
  1468. *
  1469. * @return \App\Controller\Content\Dashboard\BlogCategoryController
  1470. */
  1471. protected function getBlogCategoryController2Service()
  1472. {
  1473. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1474. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/BlogCategoryController.php';
  1475. $this->services['App\\Controller\\Content\\Dashboard\\BlogCategoryController'] = $instance = new \App\Controller\Content\Dashboard\BlogCategoryController();
  1476. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\Dashboard\\BlogCategoryController', $this));
  1477. return $instance;
  1478. }
  1479. /**
  1480. * Gets the public 'App\Controller\Content\Dashboard\BlogCommentController' shared autowired service.
  1481. *
  1482. * @return \App\Controller\Content\Dashboard\BlogCommentController
  1483. */
  1484. protected function getBlogCommentController2Service()
  1485. {
  1486. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1487. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/BlogCommentController.php';
  1488. $this->services['App\\Controller\\Content\\Dashboard\\BlogCommentController'] = $instance = new \App\Controller\Content\Dashboard\BlogCommentController();
  1489. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\Dashboard\\BlogCommentController', $this));
  1490. return $instance;
  1491. }
  1492. /**
  1493. * Gets the public 'App\Controller\Content\Dashboard\BlogController' shared autowired service.
  1494. *
  1495. * @return \App\Controller\Content\Dashboard\BlogController
  1496. */
  1497. protected function getBlogController2Service()
  1498. {
  1499. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1500. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/BlogController.php';
  1501. $this->services['App\\Controller\\Content\\Dashboard\\BlogController'] = $instance = new \App\Controller\Content\Dashboard\BlogController();
  1502. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\Dashboard\\BlogController', $this));
  1503. return $instance;
  1504. }
  1505. /**
  1506. * Gets the public 'App\Controller\Content\Dashboard\DocumentCategoryController' shared autowired service.
  1507. *
  1508. * @return \App\Controller\Content\Dashboard\DocumentCategoryController
  1509. */
  1510. protected function getDocumentCategoryController2Service()
  1511. {
  1512. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1513. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/DocumentCategoryController.php';
  1514. $this->services['App\\Controller\\Content\\Dashboard\\DocumentCategoryController'] = $instance = new \App\Controller\Content\Dashboard\DocumentCategoryController();
  1515. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\Dashboard\\DocumentCategoryController', $this));
  1516. return $instance;
  1517. }
  1518. /**
  1519. * Gets the public 'App\Controller\Content\Dashboard\DocumentController' shared autowired service.
  1520. *
  1521. * @return \App\Controller\Content\Dashboard\DocumentController
  1522. */
  1523. protected function getDocumentController2Service()
  1524. {
  1525. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1526. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1527. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/DocumentController.php';
  1528. $this->services['App\\Controller\\Content\\Dashboard\\DocumentController'] = $instance = new \App\Controller\Content\Dashboard\DocumentController();
  1529. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\Dashboard\\DocumentController', $this));
  1530. return $instance;
  1531. }
  1532. /**
  1533. * Gets the public 'App\Controller\Content\Dashboard\PageController' shared autowired service.
  1534. *
  1535. * @return \App\Controller\Content\Dashboard\PageController
  1536. */
  1537. protected function getPageController2Service()
  1538. {
  1539. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1540. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1541. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/PageController.php';
  1542. $this->services['App\\Controller\\Content\\Dashboard\\PageController'] = $instance = new \App\Controller\Content\Dashboard\PageController();
  1543. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\Dashboard\\PageController', $this));
  1544. return $instance;
  1545. }
  1546. /**
  1547. * Gets the public 'App\Controller\Content\Dashboard\TagController' shared autowired service.
  1548. *
  1549. * @return \App\Controller\Content\Dashboard\TagController
  1550. */
  1551. protected function getTagControllerService()
  1552. {
  1553. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1554. include_once \dirname(__DIR__, 4).'/src/Controller/Content/Dashboard/TagController.php';
  1555. $this->services['App\\Controller\\Content\\Dashboard\\TagController'] = $instance = new \App\Controller\Content\Dashboard\TagController();
  1556. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\Content\\Dashboard\\TagController', $this));
  1557. return $instance;
  1558. }
  1559. /**
  1560. * Gets the public 'App\Controller\ECommerce\API\CartController' shared autowired service.
  1561. *
  1562. * @return \App\Controller\ECommerce\API\CartController
  1563. */
  1564. protected function getCartControllerService()
  1565. {
  1566. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1567. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1568. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/API/CartController.php';
  1569. $this->services['App\\Controller\\ECommerce\\API\\CartController'] = $instance = new \App\Controller\ECommerce\API\CartController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1570. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\API\\CartController', $this));
  1571. return $instance;
  1572. }
  1573. /**
  1574. * Gets the public 'App\Controller\ECommerce\API\CartItemController' shared autowired service.
  1575. *
  1576. * @return \App\Controller\ECommerce\API\CartItemController
  1577. */
  1578. protected function getCartItemControllerService()
  1579. {
  1580. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1581. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1582. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/API/CartItemController.php';
  1583. $this->services['App\\Controller\\ECommerce\\API\\CartItemController'] = $instance = new \App\Controller\ECommerce\API\CartItemController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1584. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\API\\CartItemController', $this));
  1585. return $instance;
  1586. }
  1587. /**
  1588. * Gets the public 'App\Controller\ECommerce\API\DepotController' shared autowired service.
  1589. *
  1590. * @return \App\Controller\ECommerce\API\DepotController
  1591. */
  1592. protected function getDepotControllerService()
  1593. {
  1594. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1595. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1596. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/API/DepotController.php';
  1597. $this->services['App\\Controller\\ECommerce\\API\\DepotController'] = $instance = new \App\Controller\ECommerce\API\DepotController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1598. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\API\\DepotController', $this));
  1599. return $instance;
  1600. }
  1601. /**
  1602. * Gets the public 'App\Controller\ECommerce\API\ProductController' shared autowired service.
  1603. *
  1604. * @return \App\Controller\ECommerce\API\ProductController
  1605. */
  1606. protected function getProductControllerService()
  1607. {
  1608. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1609. include_once \dirname(__DIR__, 4).'/src/Controller/CRM/APIController.php';
  1610. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/API/ProductController.php';
  1611. $this->services['App\\Controller\\ECommerce\\API\\ProductController'] = $instance = new \App\Controller\ECommerce\API\ProductController(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1612. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\API\\ProductController', $this));
  1613. return $instance;
  1614. }
  1615. /**
  1616. * Gets the public 'App\Controller\ECommerce\App\CartController' shared autowired service.
  1617. *
  1618. * @return \App\Controller\ECommerce\App\CartController
  1619. */
  1620. protected function getCartController2Service()
  1621. {
  1622. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1623. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1624. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/CartController.php';
  1625. $this->services['App\\Controller\\ECommerce\\App\\CartController'] = $instance = new \App\Controller\ECommerce\App\CartController();
  1626. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\CartController', $this));
  1627. return $instance;
  1628. }
  1629. /**
  1630. * Gets the public 'App\Controller\ECommerce\App\CartItemController' shared autowired service.
  1631. *
  1632. * @return \App\Controller\ECommerce\App\CartItemController
  1633. */
  1634. protected function getCartItemController2Service()
  1635. {
  1636. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1637. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1638. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/CartItemController.php';
  1639. $this->services['App\\Controller\\ECommerce\\App\\CartItemController'] = $instance = new \App\Controller\ECommerce\App\CartItemController();
  1640. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\CartItemController', $this));
  1641. return $instance;
  1642. }
  1643. /**
  1644. * Gets the public 'App\Controller\ECommerce\App\ClientController' shared autowired service.
  1645. *
  1646. * @return \App\Controller\ECommerce\App\ClientController
  1647. */
  1648. protected function getClientControllerService()
  1649. {
  1650. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1651. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/ClientController.php';
  1652. $this->services['App\\Controller\\ECommerce\\App\\ClientController'] = $instance = new \App\Controller\ECommerce\App\ClientController();
  1653. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\ClientController', $this));
  1654. return $instance;
  1655. }
  1656. /**
  1657. * Gets the public 'App\Controller\ECommerce\App\CountdownController' shared autowired service.
  1658. *
  1659. * @return \App\Controller\ECommerce\App\CountdownController
  1660. */
  1661. protected function getCountdownControllerService()
  1662. {
  1663. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1664. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/CountdownController.php';
  1665. $this->services['App\\Controller\\ECommerce\\App\\CountdownController'] = $instance = new \App\Controller\ECommerce\App\CountdownController();
  1666. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\CountdownController', $this));
  1667. return $instance;
  1668. }
  1669. /**
  1670. * Gets the public 'App\Controller\ECommerce\App\IndividualOrderController' shared autowired service.
  1671. *
  1672. * @return \App\Controller\ECommerce\App\IndividualOrderController
  1673. */
  1674. protected function getIndividualOrderControllerService()
  1675. {
  1676. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1677. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1678. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/IndividualOrderController.php';
  1679. $this->services['App\\Controller\\ECommerce\\App\\IndividualOrderController'] = $instance = new \App\Controller\ECommerce\App\IndividualOrderController();
  1680. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\IndividualOrderController', $this));
  1681. return $instance;
  1682. }
  1683. /**
  1684. * Gets the public 'App\Controller\ECommerce\App\InvoiceController' shared autowired service.
  1685. *
  1686. * @return \App\Controller\ECommerce\App\InvoiceController
  1687. */
  1688. protected function getInvoiceControllerService()
  1689. {
  1690. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1691. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1692. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/InvoiceController.php';
  1693. $this->services['App\\Controller\\ECommerce\\App\\InvoiceController'] = $instance = new \App\Controller\ECommerce\App\InvoiceController();
  1694. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\InvoiceController', $this));
  1695. return $instance;
  1696. }
  1697. /**
  1698. * Gets the public 'App\Controller\ECommerce\App\PreOrderController' shared autowired service.
  1699. *
  1700. * @return \App\Controller\ECommerce\App\PreOrderController
  1701. */
  1702. protected function getPreOrderControllerService()
  1703. {
  1704. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1705. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1706. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/PreOrderController.php';
  1707. $this->services['App\\Controller\\ECommerce\\App\\PreOrderController'] = $instance = new \App\Controller\ECommerce\App\PreOrderController();
  1708. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\PreOrderController', $this));
  1709. return $instance;
  1710. }
  1711. /**
  1712. * Gets the public 'App\Controller\ECommerce\App\ProductCategoryController' shared autowired service.
  1713. *
  1714. * @return \App\Controller\ECommerce\App\ProductCategoryController
  1715. */
  1716. protected function getProductCategoryControllerService()
  1717. {
  1718. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1719. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/ProductCategoryController.php';
  1720. $this->services['App\\Controller\\ECommerce\\App\\ProductCategoryController'] = $instance = new \App\Controller\ECommerce\App\ProductCategoryController();
  1721. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\ProductCategoryController', $this));
  1722. return $instance;
  1723. }
  1724. /**
  1725. * Gets the public 'App\Controller\ECommerce\App\ProductController' shared autowired service.
  1726. *
  1727. * @return \App\Controller\ECommerce\App\ProductController
  1728. */
  1729. protected function getProductController2Service()
  1730. {
  1731. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1732. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1733. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/ProductController.php';
  1734. $this->services['App\\Controller\\ECommerce\\App\\ProductController'] = $instance = new \App\Controller\ECommerce\App\ProductController();
  1735. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\ProductController', $this));
  1736. return $instance;
  1737. }
  1738. /**
  1739. * Gets the public 'App\Controller\ECommerce\App\ProductManufacturerController' shared autowired service.
  1740. *
  1741. * @return \App\Controller\ECommerce\App\ProductManufacturerController
  1742. */
  1743. protected function getProductManufacturerControllerService()
  1744. {
  1745. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1746. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/ProductManufacturerController.php';
  1747. $this->services['App\\Controller\\ECommerce\\App\\ProductManufacturerController'] = $instance = new \App\Controller\ECommerce\App\ProductManufacturerController();
  1748. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\ProductManufacturerController', $this));
  1749. return $instance;
  1750. }
  1751. /**
  1752. * Gets the public 'App\Controller\ECommerce\App\SearchTipController' shared autowired service.
  1753. *
  1754. * @return \App\Controller\ECommerce\App\SearchTipController
  1755. */
  1756. protected function getSearchTipControllerService()
  1757. {
  1758. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1759. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1760. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/SearchTipController.php';
  1761. $this->services['App\\Controller\\ECommerce\\App\\SearchTipController'] = $instance = new \App\Controller\ECommerce\App\SearchTipController();
  1762. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\SearchTipController', $this));
  1763. return $instance;
  1764. }
  1765. /**
  1766. * Gets the public 'App\Controller\ECommerce\App\SynonymController' shared autowired service.
  1767. *
  1768. * @return \App\Controller\ECommerce\App\SynonymController
  1769. */
  1770. protected function getSynonymControllerService()
  1771. {
  1772. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1773. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/SynonymController.php';
  1774. $this->services['App\\Controller\\ECommerce\\App\\SynonymController'] = $instance = new \App\Controller\ECommerce\App\SynonymController();
  1775. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\SynonymController', $this));
  1776. return $instance;
  1777. }
  1778. /**
  1779. * Gets the public 'App\Controller\ECommerce\App\WorkingHoursController' shared autowired service.
  1780. *
  1781. * @return \App\Controller\ECommerce\App\WorkingHoursController
  1782. */
  1783. protected function getWorkingHoursControllerService()
  1784. {
  1785. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1786. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/App/WorkingHoursController.php';
  1787. $this->services['App\\Controller\\ECommerce\\App\\WorkingHoursController'] = $instance = new \App\Controller\ECommerce\App\WorkingHoursController();
  1788. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\App\\WorkingHoursController', $this));
  1789. return $instance;
  1790. }
  1791. /**
  1792. * Gets the public 'App\Controller\ECommerce\Dashboard\CartController' shared autowired service.
  1793. *
  1794. * @return \App\Controller\ECommerce\Dashboard\CartController
  1795. */
  1796. protected function getCartController3Service()
  1797. {
  1798. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1799. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1800. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/CartController.php';
  1801. $this->services['App\\Controller\\ECommerce\\Dashboard\\CartController'] = $instance = new \App\Controller\ECommerce\Dashboard\CartController();
  1802. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\CartController', $this));
  1803. return $instance;
  1804. }
  1805. /**
  1806. * Gets the public 'App\Controller\ECommerce\Dashboard\CategoryController' shared autowired service.
  1807. *
  1808. * @return \App\Controller\ECommerce\Dashboard\CategoryController
  1809. */
  1810. protected function getCategoryControllerService()
  1811. {
  1812. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1813. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1814. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/CategoryController.php';
  1815. $this->services['App\\Controller\\ECommerce\\Dashboard\\CategoryController'] = $instance = new \App\Controller\ECommerce\Dashboard\CategoryController();
  1816. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\CategoryController', $this));
  1817. return $instance;
  1818. }
  1819. /**
  1820. * Gets the public 'App\Controller\ECommerce\Dashboard\ClientController' shared autowired service.
  1821. *
  1822. * @return \App\Controller\ECommerce\Dashboard\ClientController
  1823. */
  1824. protected function getClientController2Service()
  1825. {
  1826. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1827. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1828. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ClientController.php';
  1829. $this->services['App\\Controller\\ECommerce\\Dashboard\\ClientController'] = $instance = new \App\Controller\ECommerce\Dashboard\ClientController();
  1830. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\ClientController', $this));
  1831. return $instance;
  1832. }
  1833. /**
  1834. * Gets the public 'App\Controller\ECommerce\Dashboard\ClientGroupController' shared autowired service.
  1835. *
  1836. * @return \App\Controller\ECommerce\Dashboard\ClientGroupController
  1837. */
  1838. protected function getClientGroupControllerService()
  1839. {
  1840. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1841. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1842. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ClientGroupController.php';
  1843. $this->services['App\\Controller\\ECommerce\\Dashboard\\ClientGroupController'] = $instance = new \App\Controller\ECommerce\Dashboard\ClientGroupController();
  1844. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\ClientGroupController', $this));
  1845. return $instance;
  1846. }
  1847. /**
  1848. * Gets the public 'App\Controller\ECommerce\Dashboard\DepotController' shared autowired service.
  1849. *
  1850. * @return \App\Controller\ECommerce\Dashboard\DepotController
  1851. */
  1852. protected function getDepotController2Service()
  1853. {
  1854. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1855. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1856. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/DepotController.php';
  1857. $this->services['App\\Controller\\ECommerce\\Dashboard\\DepotController'] = $instance = new \App\Controller\ECommerce\Dashboard\DepotController();
  1858. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\DepotController', $this));
  1859. return $instance;
  1860. }
  1861. /**
  1862. * Gets the public 'App\Controller\ECommerce\Dashboard\FirmController' shared autowired service.
  1863. *
  1864. * @return \App\Controller\ECommerce\Dashboard\FirmController
  1865. */
  1866. protected function getFirmControllerService()
  1867. {
  1868. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1869. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1870. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/FirmController.php';
  1871. $this->services['App\\Controller\\ECommerce\\Dashboard\\FirmController'] = $instance = new \App\Controller\ECommerce\Dashboard\FirmController();
  1872. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\FirmController', $this));
  1873. return $instance;
  1874. }
  1875. /**
  1876. * Gets the public 'App\Controller\ECommerce\Dashboard\IndividualOrderController' shared autowired service.
  1877. *
  1878. * @return \App\Controller\ECommerce\Dashboard\IndividualOrderController
  1879. */
  1880. protected function getIndividualOrderController2Service()
  1881. {
  1882. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1883. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1884. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/IndividualOrderController.php';
  1885. $this->services['App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController'] = $instance = new \App\Controller\ECommerce\Dashboard\IndividualOrderController();
  1886. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController', $this));
  1887. return $instance;
  1888. }
  1889. /**
  1890. * Gets the public 'App\Controller\ECommerce\Dashboard\ProductController' shared autowired service.
  1891. *
  1892. * @return \App\Controller\ECommerce\Dashboard\ProductController
  1893. */
  1894. protected function getProductController3Service()
  1895. {
  1896. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1897. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1898. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ProductController.php';
  1899. $this->services['App\\Controller\\ECommerce\\Dashboard\\ProductController'] = $instance = new \App\Controller\ECommerce\Dashboard\ProductController();
  1900. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\ProductController', $this));
  1901. return $instance;
  1902. }
  1903. /**
  1904. * Gets the public 'App\Controller\ECommerce\Dashboard\ProductGroupController' shared autowired service.
  1905. *
  1906. * @return \App\Controller\ECommerce\Dashboard\ProductGroupController
  1907. */
  1908. protected function getProductGroupControllerService()
  1909. {
  1910. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1911. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1912. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ProductGroupController.php';
  1913. $this->services['App\\Controller\\ECommerce\\Dashboard\\ProductGroupController'] = $instance = new \App\Controller\ECommerce\Dashboard\ProductGroupController();
  1914. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\ProductGroupController', $this));
  1915. return $instance;
  1916. }
  1917. /**
  1918. * Gets the public 'App\Controller\ECommerce\Dashboard\ProductInfoController' shared autowired service.
  1919. *
  1920. * @return \App\Controller\ECommerce\Dashboard\ProductInfoController
  1921. */
  1922. protected function getProductInfoControllerService()
  1923. {
  1924. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1925. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ProductInfoController.php';
  1926. $this->services['App\\Controller\\ECommerce\\Dashboard\\ProductInfoController'] = $instance = new \App\Controller\ECommerce\Dashboard\ProductInfoController();
  1927. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\ProductInfoController', $this));
  1928. return $instance;
  1929. }
  1930. /**
  1931. * Gets the public 'App\Controller\ECommerce\Dashboard\ProductManufacturerController' shared autowired service.
  1932. *
  1933. * @return \App\Controller\ECommerce\Dashboard\ProductManufacturerController
  1934. */
  1935. protected function getProductManufacturerController2Service()
  1936. {
  1937. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1938. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ProductManufacturerController.php';
  1939. $this->services['App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController'] = $instance = new \App\Controller\ECommerce\Dashboard\ProductManufacturerController();
  1940. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController', $this));
  1941. return $instance;
  1942. }
  1943. /**
  1944. * Gets the public 'App\Controller\ECommerce\Dashboard\SearchTipController' shared autowired service.
  1945. *
  1946. * @return \App\Controller\ECommerce\Dashboard\SearchTipController
  1947. */
  1948. protected function getSearchTipController2Service()
  1949. {
  1950. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1951. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1952. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/SearchTipController.php';
  1953. $this->services['App\\Controller\\ECommerce\\Dashboard\\SearchTipController'] = $instance = new \App\Controller\ECommerce\Dashboard\SearchTipController();
  1954. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\SearchTipController', $this));
  1955. return $instance;
  1956. }
  1957. /**
  1958. * Gets the public 'App\Controller\ECommerce\Dashboard\ShippingController' shared autowired service.
  1959. *
  1960. * @return \App\Controller\ECommerce\Dashboard\ShippingController
  1961. */
  1962. protected function getShippingControllerService()
  1963. {
  1964. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1965. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1966. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/ShippingController.php';
  1967. $this->services['App\\Controller\\ECommerce\\Dashboard\\ShippingController'] = $instance = new \App\Controller\ECommerce\Dashboard\ShippingController();
  1968. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\ShippingController', $this));
  1969. return $instance;
  1970. }
  1971. /**
  1972. * Gets the public 'App\Controller\ECommerce\Dashboard\SynonymController' shared autowired service.
  1973. *
  1974. * @return \App\Controller\ECommerce\Dashboard\SynonymController
  1975. */
  1976. protected function getSynonymController2Service()
  1977. {
  1978. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1979. include_once \dirname(__DIR__, 4).'/src/Controller/ControllerTrait.php';
  1980. include_once \dirname(__DIR__, 4).'/src/Controller/ECommerce/Dashboard/SynonymController.php';
  1981. $this->services['App\\Controller\\ECommerce\\Dashboard\\SynonymController'] = $instance = new \App\Controller\ECommerce\Dashboard\SynonymController();
  1982. $instance->setContainer(($this->privates['.service_locator.KXmXgYE'] ?? $this->get_ServiceLocator_KXmXgYEService())->withContext('App\\Controller\\ECommerce\\Dashboard\\SynonymController', $this));
  1983. return $instance;
  1984. }
  1985. /**
  1986. * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1987. *
  1988. * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1989. */
  1990. protected function getProfilerControllerService()
  1991. {
  1992. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1993. 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()));
  1994. }
  1995. /**
  1996. * Gets the public 'Endroid\QrCodeBundle\Controller\GenerateController' shared autowired service.
  1997. *
  1998. * @return \Endroid\QrCodeBundle\Controller\GenerateController
  1999. */
  2000. protected function getGenerateControllerService()
  2001. {
  2002. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Controller/GenerateController.php';
  2003. return $this->services['Endroid\\QrCodeBundle\\Controller\\GenerateController'] = new \Endroid\QrCodeBundle\Controller\GenerateController(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? $this->getBuilderRegistryService()));
  2004. }
  2005. /**
  2006. * Gets the public 'FOS\ElasticaBundle\Elastica\Index $synonymIndex' shared service.
  2007. *
  2008. * @return \FOS\ElasticaBundle\Elastica\Index
  2009. */
  2010. protected function getIndexsynonymIndexService()
  2011. {
  2012. include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  2013. include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/Index.php';
  2014. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  2015. $a = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService());
  2016. if (isset($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'])) {
  2017. return $this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'];
  2018. }
  2019. return $this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'] = $a->getIndex('synonym');
  2020. }
  2021. /**
  2022. * Gets the public 'FOS\ElasticaBundle\Elastica\Index $synonymProductIndex' shared service.
  2023. *
  2024. * @return \FOS\ElasticaBundle\Elastica\Index
  2025. */
  2026. protected function getIndexsynonymProductIndexService()
  2027. {
  2028. include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  2029. include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/Index.php';
  2030. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  2031. $a = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService());
  2032. if (isset($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'])) {
  2033. return $this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'];
  2034. }
  2035. return $this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'] = $a->getIndex('synonym_product');
  2036. }
  2037. /**
  2038. * Gets the public 'FOS\ElasticaBundle\Finder\TransformedFinder $synonymFinder' shared service.
  2039. *
  2040. * @return \FOS\ElasticaBundle\Finder\TransformedFinder
  2041. */
  2042. protected function getTransformedFindersynonymFinderService()
  2043. {
  2044. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/FinderInterface.php';
  2045. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedFinderInterface.php';
  2046. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/RawFinderInterface.php';
  2047. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedRawFinderInterface.php';
  2048. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/HybridFinderInterface.php';
  2049. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedHybridFinderInterface.php';
  2050. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php';
  2051. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  2052. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
  2053. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
  2054. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
  2055. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  2056. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  2057. $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']);
  2058. $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(0, 0))));
  2059. return $this->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $synonymFinder'] = new \FOS\ElasticaBundle\Finder\TransformedFinder(($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'] ?? $this->getIndexsynonymIndexService()), $a);
  2060. }
  2061. /**
  2062. * Gets the public 'FOS\ElasticaBundle\Finder\TransformedFinder $synonymProductFinder' shared service.
  2063. *
  2064. * @return \FOS\ElasticaBundle\Finder\TransformedFinder
  2065. */
  2066. protected function getTransformedFindersynonymProductFinderService()
  2067. {
  2068. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/FinderInterface.php';
  2069. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedFinderInterface.php';
  2070. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/RawFinderInterface.php';
  2071. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedRawFinderInterface.php';
  2072. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/HybridFinderInterface.php';
  2073. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedHybridFinderInterface.php';
  2074. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php';
  2075. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  2076. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
  2077. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
  2078. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
  2079. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  2080. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  2081. $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']);
  2082. $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(0, 0))));
  2083. return $this->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $synonymProductFinder'] = new \FOS\ElasticaBundle\Finder\TransformedFinder(($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'] ?? $this->getIndexsynonymProductIndexService()), $a);
  2084. }
  2085. /**
  2086. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
  2087. *
  2088. * @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
  2089. */
  2090. protected function getBlameableEventSubscriberService()
  2091. {
  2092. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2093. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/BlameableEventSubscriber.php';
  2094. $a = ($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService());
  2095. if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  2096. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  2097. }
  2098. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2099. if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  2100. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  2101. }
  2102. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber($a, $b, NULL);
  2103. }
  2104. /**
  2105. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
  2106. *
  2107. * @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
  2108. */
  2109. protected function getLoggableEventSubscriberService()
  2110. {
  2111. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2112. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
  2113. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2114. }
  2115. /**
  2116. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
  2117. *
  2118. * @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
  2119. */
  2120. protected function getSluggableEventSubscriberService()
  2121. {
  2122. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2123. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
  2124. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2125. if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  2126. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  2127. }
  2128. $b = ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService());
  2129. if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  2130. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  2131. }
  2132. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber($a, $b);
  2133. }
  2134. /**
  2135. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
  2136. *
  2137. * @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
  2138. */
  2139. protected function getSoftDeletableEventSubscriberService()
  2140. {
  2141. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2142. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
  2143. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
  2144. }
  2145. /**
  2146. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
  2147. *
  2148. * @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
  2149. */
  2150. protected function getTimestampableEventSubscriberService()
  2151. {
  2152. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2153. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
  2154. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
  2155. }
  2156. /**
  2157. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
  2158. *
  2159. * @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
  2160. */
  2161. protected function getTranslatableEventSubscriberService()
  2162. {
  2163. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2164. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
  2165. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY', 'LAZY');
  2166. }
  2167. /**
  2168. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
  2169. *
  2170. * @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
  2171. */
  2172. protected function getTreeEventSubscriberService()
  2173. {
  2174. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2175. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
  2176. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
  2177. }
  2178. /**
  2179. * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
  2180. *
  2181. * @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
  2182. */
  2183. protected function getUuidableEventSubscriberService()
  2184. {
  2185. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  2186. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
  2187. return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
  2188. }
  2189. /**
  2190. * Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
  2191. *
  2192. * @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
  2193. */
  2194. protected function getLocaleProviderService()
  2195. {
  2196. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
  2197. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
  2198. 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()));
  2199. }
  2200. /**
  2201. * Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
  2202. *
  2203. * @return \Knp\DoctrineBehaviors\Provider\UserProvider
  2204. */
  2205. protected function getUserProviderService()
  2206. {
  2207. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
  2208. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
  2209. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2210. if (isset($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'])) {
  2211. return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'];
  2212. }
  2213. return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] = new \Knp\DoctrineBehaviors\Provider\UserProvider($a, NULL);
  2214. }
  2215. /**
  2216. * Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
  2217. *
  2218. * @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
  2219. */
  2220. protected function getDefaultSluggableRepositoryService()
  2221. {
  2222. include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
  2223. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2224. if (isset($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'])) {
  2225. return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'];
  2226. }
  2227. return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository($a);
  2228. }
  2229. /**
  2230. * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  2231. *
  2232. * @return \Liip\ImagineBundle\Controller\ImagineController
  2233. */
  2234. protected function getImagineControllerService()
  2235. {
  2236. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  2237. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  2238. 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));
  2239. }
  2240. /**
  2241. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2242. *
  2243. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2244. */
  2245. protected function getRedirectControllerService()
  2246. {
  2247. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2248. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2249. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2250. }
  2251. /**
  2252. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2253. *
  2254. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2255. */
  2256. protected function getTemplateControllerService()
  2257. {
  2258. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2259. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2260. }
  2261. /**
  2262. * Gets the public 'Trikoder\Bundle\OAuth2Bundle\Controller\AuthorizationController' shared service.
  2263. *
  2264. * @return \Trikoder\Bundle\OAuth2Bundle\Controller\AuthorizationController
  2265. */
  2266. protected function getAuthorizationControllerService()
  2267. {
  2268. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Controller/AuthorizationController.php';
  2269. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Event/AuthorizationRequestResolveEventFactory.php';
  2270. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/ScopeConverterInterface.php';
  2271. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/ScopeConverter.php';
  2272. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/UserConverterInterface.php';
  2273. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/UserConverter.php';
  2274. $a = ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService());
  2275. 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);
  2276. }
  2277. /**
  2278. * Gets the public 'Trikoder\Bundle\OAuth2Bundle\Controller\TokenController' shared service.
  2279. *
  2280. * @return \Trikoder\Bundle\OAuth2Bundle\Controller\TokenController
  2281. */
  2282. protected function getTokenControllerService()
  2283. {
  2284. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Controller/TokenController.php';
  2285. return $this->services['Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController'] = new \Trikoder\Bundle\OAuth2Bundle\Controller\TokenController(($this->privates['League\\OAuth2\\Server\\AuthorizationServer'] ?? $this->getAuthorizationServerService()));
  2286. }
  2287. /**
  2288. * Gets the public 'cache.app' shared service.
  2289. *
  2290. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2291. */
  2292. protected function getCache_AppService()
  2293. {
  2294. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.GD_MSZC'] ?? $this->get_CacheConnection_GDMSZCService()), 'HMrqN9V8BU', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  2295. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2296. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2297. }
  2298. /**
  2299. * Gets the public 'cache.app_clearer' shared service.
  2300. *
  2301. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2302. */
  2303. protected function getCache_AppClearerService()
  2304. {
  2305. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2306. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2307. 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.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  2308. }
  2309. /**
  2310. * Gets the public 'cache.global_clearer' shared service.
  2311. *
  2312. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2313. */
  2314. protected function getCache_GlobalClearerService()
  2315. {
  2316. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2317. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2318. 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.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  2319. }
  2320. /**
  2321. * Gets the public 'cache.system' shared service.
  2322. *
  2323. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2324. */
  2325. protected function getCache_SystemService()
  2326. {
  2327. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.GD_MSZC'] ?? $this->get_CacheConnection_GDMSZCService()), 'Qfc55kVHqu', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  2328. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2329. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2330. }
  2331. /**
  2332. * Gets the public 'cache.system_clearer' shared service.
  2333. *
  2334. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2335. */
  2336. protected function getCache_SystemClearerService()
  2337. {
  2338. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2339. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2340. 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.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null)]);
  2341. }
  2342. /**
  2343. * Gets the public 'cache.validator_expression_language' shared service.
  2344. *
  2345. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2346. */
  2347. protected function getCache_ValidatorExpressionLanguageService()
  2348. {
  2349. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.GD_MSZC'] ?? $this->get_CacheConnection_GDMSZCService()), 'nzgmqgN3YC', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  2350. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2351. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2352. }
  2353. /**
  2354. * Gets the public 'cache_warmer' shared service.
  2355. *
  2356. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2357. */
  2358. protected function getCacheWarmerService()
  2359. {
  2360. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2361. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2362. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2363. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2364. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2365. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2366. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2367. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2368. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2369. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2370. yield 7 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2371. yield 8 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2372. 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'))));
  2373. }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2374. }
  2375. /**
  2376. * Gets the public 'console.command_loader' shared service.
  2377. *
  2378. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2379. */
  2380. protected function getConsole_CommandLoaderService()
  2381. {
  2382. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2383. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2384. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2385. 'App\\Command\\Content\\DocumentIndexCommand' => ['privates', 'App\\Command\\Content\\DocumentIndexCommand', 'getDocumentIndexCommandService', false],
  2386. 'App\\Command\\ECommerce\\ProductAlternativeIndexCommand' => ['privates', 'App\\Command\\ECommerce\\ProductAlternativeIndexCommand', 'getProductAlternativeIndexCommandService', false],
  2387. 'App\\Command\\ECommerce\\ProductIndexCommand' => ['privates', 'App\\Command\\ECommerce\\ProductIndexCommand', 'getProductIndexCommandService', false],
  2388. 'App\\Command\\ECommerce\\ProductPhotoCommand' => ['privates', 'App\\Command\\ECommerce\\ProductPhotoCommand', 'getProductPhotoCommandService', false],
  2389. 'App\\Command\\SyncDataCommand' => ['privates', '.App\\Command\\SyncDataCommand.lazy', 'getSyncDataCommand_LazyService', false],
  2390. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  2391. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  2392. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  2393. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  2394. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  2395. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  2396. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  2397. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  2398. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  2399. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  2400. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  2401. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  2402. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  2403. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  2404. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  2405. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  2406. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  2407. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  2408. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  2409. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  2410. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  2411. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  2412. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  2413. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  2414. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  2415. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  2416. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  2417. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  2418. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  2419. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  2420. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  2421. 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
  2422. 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
  2423. 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
  2424. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
  2425. 'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
  2426. 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
  2427. 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
  2428. 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
  2429. 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
  2430. 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
  2431. 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
  2432. 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
  2433. 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
  2434. 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
  2435. 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
  2436. 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
  2437. 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
  2438. 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
  2439. 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
  2440. 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
  2441. 'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
  2442. 'doctrine_migrations.sync_metadata_command' => ['privates', 'doctrine_migrations.sync_metadata_command', 'getDoctrineMigrations_SyncMetadataCommandService', false],
  2443. 'doctrine_migrations.versions_command' => ['privates', 'doctrine_migrations.versions_command', 'getDoctrineMigrations_VersionsCommandService', false],
  2444. 'doctrine_migrations.current_command' => ['privates', 'doctrine_migrations.current_command', 'getDoctrineMigrations_CurrentCommandService', false],
  2445. 'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
  2446. 'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
  2447. 'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
  2448. 'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
  2449. 'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
  2450. 'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
  2451. 'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
  2452. 'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
  2453. 'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
  2454. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  2455. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  2456. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  2457. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  2458. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  2459. 'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
  2460. 'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
  2461. 'liip_imagine.command.cache_remove' => ['privates', 'liip_imagine.command.cache_remove', 'getLiipImagine_Command_CacheRemoveService', false],
  2462. 'liip_imagine.command.cache_resolve' => ['privates', 'liip_imagine.command.cache_resolve', 'getLiipImagine_Command_CacheResolveService', false],
  2463. 'fos_elastica.command.create' => ['privates', 'fos_elastica.command.create', 'getFosElastica_Command_CreateService', false],
  2464. 'fos_elastica.command.delete' => ['privates', 'fos_elastica.command.delete', 'getFosElastica_Command_DeleteService', false],
  2465. 'fos_elastica.command.populate' => ['privates', 'fos_elastica.command.populate', 'getFosElastica_Command_PopulateService', false],
  2466. 'fos_elastica.command.reset' => ['privates', 'fos_elastica.command.reset', 'getFosElastica_Command_ResetService', false],
  2467. 'fos_elastica.command.templates_reset' => ['privates', 'fos_elastica.command.templates_reset', 'getFosElastica_Command_TemplatesResetService', false],
  2468. 'fos_elastica.command.search' => ['privates', 'fos_elastica.command.search', 'getFosElastica_Command_SearchService', false],
  2469. 'swiftmailer.command.debug' => ['privates', 'swiftmailer.command.debug', 'getSwiftmailer_Command_DebugService', false],
  2470. 'swiftmailer.command.new_email' => ['privates', 'swiftmailer.command.new_email', 'getSwiftmailer_Command_NewEmailService', false],
  2471. 'swiftmailer.command.send_email' => ['privates', 'swiftmailer.command.send_email', 'getSwiftmailer_Command_SendEmailService', false],
  2472. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\CreateClientCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\CreateClientCommand', 'getCreateClientCommandService', false],
  2473. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\UpdateClientCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\UpdateClientCommand', 'getUpdateClientCommandService', false],
  2474. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\DeleteClientCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\DeleteClientCommand', 'getDeleteClientCommandService', false],
  2475. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ListClientsCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ListClientsCommand', 'getListClientsCommandService', false],
  2476. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearExpiredTokensCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearExpiredTokensCommand', 'getClearExpiredTokensCommandService', false],
  2477. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearRevokedTokensCommand' => ['privates', 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearRevokedTokensCommand', 'getClearRevokedTokensCommandService', false],
  2478. 'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
  2479. 'lexik_jwt_authentication.check_config_command' => ['privates', '.lexik_jwt_authentication.check_config_command.lazy', 'get_LexikJwtAuthentication_CheckConfigCommand_LazyService', false],
  2480. 'lexik_jwt_authentication.migrate_config_command' => ['privates', '.lexik_jwt_authentication.migrate_config_command.lazy', 'get_LexikJwtAuthentication_MigrateConfigCommand_LazyService', false],
  2481. 'lexik_jwt_authentication.enable_encryption_config_command' => ['privates', '.lexik_jwt_authentication.enable_encryption_config_command.lazy', 'get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService', false],
  2482. 'lexik_jwt_authentication.generate_token_command' => ['privates', '.lexik_jwt_authentication.generate_token_command.lazy', 'get_LexikJwtAuthentication_GenerateTokenCommand_LazyService', false],
  2483. 'lexik_jwt_authentication.generate_keypair_command' => ['privates', '.lexik_jwt_authentication.generate_keypair_command.lazy', 'get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService', false],
  2484. 'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
  2485. 'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
  2486. 'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
  2487. 'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
  2488. 'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
  2489. 'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
  2490. 'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
  2491. 'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
  2492. 'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
  2493. 'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
  2494. 'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
  2495. 'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
  2496. 'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
  2497. 'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
  2498. 'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
  2499. 'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
  2500. 'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
  2501. 'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
  2502. 'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
  2503. 'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
  2504. 'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
  2505. 'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
  2506. 'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
  2507. 'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
  2508. ], [
  2509. 'App\\Command\\Content\\DocumentIndexCommand' => 'App\\Command\\Content\\DocumentIndexCommand',
  2510. 'App\\Command\\ECommerce\\ProductAlternativeIndexCommand' => 'App\\Command\\ECommerce\\ProductAlternativeIndexCommand',
  2511. 'App\\Command\\ECommerce\\ProductIndexCommand' => 'App\\Command\\ECommerce\\ProductIndexCommand',
  2512. 'App\\Command\\ECommerce\\ProductPhotoCommand' => 'App\\Command\\ECommerce\\ProductPhotoCommand',
  2513. 'App\\Command\\SyncDataCommand' => '?',
  2514. 'console.command.about' => '?',
  2515. 'console.command.assets_install' => '?',
  2516. 'console.command.cache_clear' => '?',
  2517. 'console.command.cache_pool_clear' => '?',
  2518. 'console.command.cache_pool_prune' => '?',
  2519. 'console.command.cache_pool_delete' => '?',
  2520. 'console.command.cache_pool_list' => '?',
  2521. 'console.command.cache_warmup' => '?',
  2522. 'console.command.config_debug' => '?',
  2523. 'console.command.config_dump_reference' => '?',
  2524. 'console.command.container_debug' => '?',
  2525. 'console.command.container_lint' => '?',
  2526. 'console.command.debug_autowiring' => '?',
  2527. 'console.command.dotenv_debug' => '?',
  2528. 'console.command.event_dispatcher_debug' => '?',
  2529. 'console.command.router_debug' => '?',
  2530. 'console.command.router_match' => '?',
  2531. 'console.command.translation_debug' => '?',
  2532. 'console.command.translation_extract' => '?',
  2533. 'console.command.validator_debug' => '?',
  2534. 'console.command.translation_pull' => '?',
  2535. 'console.command.translation_push' => '?',
  2536. 'console.command.xliff_lint' => '?',
  2537. 'console.command.yaml_lint' => '?',
  2538. 'console.command.form_debug' => '?',
  2539. 'console.command.secrets_set' => '?',
  2540. 'console.command.secrets_remove' => '?',
  2541. 'console.command.secrets_generate_key' => '?',
  2542. 'console.command.secrets_list' => '?',
  2543. 'console.command.secrets_decrypt_to_local' => '?',
  2544. 'console.command.secrets_encrypt_from_local' => '?',
  2545. 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2546. 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2547. 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2548. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2549. 'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2550. 'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2551. 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2552. 'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2553. 'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2554. 'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2555. 'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2556. 'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2557. 'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2558. 'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2559. 'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2560. 'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2561. 'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2562. 'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2563. 'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2564. 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2565. 'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2566. 'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2567. 'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2568. 'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2569. 'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2570. 'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2571. 'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2572. 'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2573. 'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2574. 'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2575. 'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2576. 'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2577. 'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2578. 'security.command.debug_firewall' => '?',
  2579. 'security.command.user_password_encoder' => '?',
  2580. 'security.command.user_password_hash' => '?',
  2581. 'twig.command.debug' => '?',
  2582. 'twig.command.lint' => '?',
  2583. 'var_dumper.command.server_dump' => '?',
  2584. 'monolog.command.server_log' => '?',
  2585. 'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  2586. 'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  2587. 'fos_elastica.command.create' => 'FOS\\ElasticaBundle\\Command\\CreateCommand',
  2588. 'fos_elastica.command.delete' => 'FOS\\ElasticaBundle\\Command\\DeleteCommand',
  2589. 'fos_elastica.command.populate' => 'FOS\\ElasticaBundle\\Command\\PopulateCommand',
  2590. 'fos_elastica.command.reset' => 'FOS\\ElasticaBundle\\Command\\ResetCommand',
  2591. 'fos_elastica.command.templates_reset' => 'FOS\\ElasticaBundle\\Command\\ResetTemplatesCommand',
  2592. 'fos_elastica.command.search' => 'FOS\\ElasticaBundle\\Command\\SearchCommand',
  2593. 'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  2594. 'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  2595. 'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  2596. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\CreateClientCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\CreateClientCommand',
  2597. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\UpdateClientCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\UpdateClientCommand',
  2598. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\DeleteClientCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\DeleteClientCommand',
  2599. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ListClientsCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ListClientsCommand',
  2600. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearExpiredTokensCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearExpiredTokensCommand',
  2601. 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearRevokedTokensCommand' => 'Trikoder\\Bundle\\OAuth2Bundle\\Command\\ClearRevokedTokensCommand',
  2602. 'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  2603. 'lexik_jwt_authentication.check_config_command' => '?',
  2604. 'lexik_jwt_authentication.migrate_config_command' => '?',
  2605. 'lexik_jwt_authentication.enable_encryption_config_command' => '?',
  2606. 'lexik_jwt_authentication.generate_token_command' => '?',
  2607. 'lexik_jwt_authentication.generate_keypair_command' => '?',
  2608. 'maker.auto_command.make_auth' => '?',
  2609. 'maker.auto_command.make_command' => '?',
  2610. 'maker.auto_command.make_twig_component' => '?',
  2611. 'maker.auto_command.make_controller' => '?',
  2612. 'maker.auto_command.make_crud' => '?',
  2613. 'maker.auto_command.make_docker_database' => '?',
  2614. 'maker.auto_command.make_entity' => '?',
  2615. 'maker.auto_command.make_fixtures' => '?',
  2616. 'maker.auto_command.make_form' => '?',
  2617. 'maker.auto_command.make_message' => '?',
  2618. 'maker.auto_command.make_messenger_middleware' => '?',
  2619. 'maker.auto_command.make_registration_form' => '?',
  2620. 'maker.auto_command.make_reset_password' => '?',
  2621. 'maker.auto_command.make_serializer_encoder' => '?',
  2622. 'maker.auto_command.make_serializer_normalizer' => '?',
  2623. 'maker.auto_command.make_subscriber' => '?',
  2624. 'maker.auto_command.make_twig_extension' => '?',
  2625. 'maker.auto_command.make_test' => '?',
  2626. 'maker.auto_command.make_validator' => '?',
  2627. 'maker.auto_command.make_voter' => '?',
  2628. 'maker.auto_command.make_user' => '?',
  2629. 'maker.auto_command.make_migration' => '?',
  2630. 'maker.auto_command.make_stimulus_controller' => '?',
  2631. 'maker.auto_command.make_security_form_login' => '?',
  2632. ]), ['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']);
  2633. }
  2634. /**
  2635. * Gets the public 'container.env_var_processors_locator' shared service.
  2636. *
  2637. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2638. */
  2639. protected function getContainer_EnvVarProcessorsLocatorService()
  2640. {
  2641. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2642. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2643. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2644. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2645. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2646. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2647. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2648. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2649. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2650. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2651. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2652. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2653. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2654. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2655. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2656. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2657. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2658. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  2659. ], [
  2660. 'base64' => '?',
  2661. 'bool' => '?',
  2662. 'const' => '?',
  2663. 'csv' => '?',
  2664. 'default' => '?',
  2665. 'file' => '?',
  2666. 'float' => '?',
  2667. 'int' => '?',
  2668. 'json' => '?',
  2669. 'key' => '?',
  2670. 'not' => '?',
  2671. 'query_string' => '?',
  2672. 'require' => '?',
  2673. 'resolve' => '?',
  2674. 'string' => '?',
  2675. 'trim' => '?',
  2676. 'url' => '?',
  2677. ]);
  2678. }
  2679. /**
  2680. * Gets the public 'crm.partner.repository' shared autowired service.
  2681. *
  2682. * @return \App\Repository_CRM\PartnerRepository
  2683. */
  2684. protected function getCrm_Partner_RepositoryService()
  2685. {
  2686. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2687. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2688. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  2689. include_once \dirname(__DIR__, 4).'/src/Repository_CRM/PartnerRepository.php';
  2690. return $this->services['crm.partner.repository'] = ($this->services['doctrine.orm.client_rel_management_entity_manager'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManagerService())->getRepository('App\\Entity_CRM\\Partner');
  2691. }
  2692. /**
  2693. * Gets the public 'data_collector.dump' shared service.
  2694. *
  2695. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2696. */
  2697. protected function getDataCollector_DumpService()
  2698. {
  2699. 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', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  2700. }
  2701. /**
  2702. * Gets the public 'doctrine' shared service.
  2703. *
  2704. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2705. */
  2706. protected function getDoctrineService()
  2707. {
  2708. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  2709. }
  2710. /**
  2711. * Gets the public 'doctrine.dbal.client_rel_management_connection' shared service.
  2712. *
  2713. * @return \Doctrine\DBAL\Connection
  2714. */
  2715. protected function getDoctrine_Dbal_ClientRelManagementConnectionService()
  2716. {
  2717. $a = new \Doctrine\DBAL\Configuration();
  2718. $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()))]));
  2719. 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, [
  2720. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => ['privates', 'App\\EventListener\\Media\\DynamicRelationSubscriber', 'getDynamicRelationSubscriberService', false],
  2721. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => ['privates', 'App\\EventSubscriber\\Content\\SluggableSubscriber', 'getSluggableSubscriberService', false],
  2722. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber', 'getCartItemSubscriberService', false],
  2723. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\DatesSubscriber', 'getDatesSubscriberService', false],
  2724. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber', 'getIndividualOrderSubscriberService', false],
  2725. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\ProductSubscriber', 'getProductSubscriberService', false],
  2726. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 'getBlameableEventSubscriberService', false],
  2727. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 'getLoggableEventSubscriberService', false],
  2728. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 'getSluggableEventSubscriberService', false],
  2729. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 'getSoftDeletableEventSubscriberService', false],
  2730. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 'getTimestampableEventSubscriberService', false],
  2731. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 'getTranslatableEventSubscriberService', false],
  2732. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 'getTreeEventSubscriberService', false],
  2733. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 'getUuidableEventSubscriberService', false],
  2734. 'app.e_commerce.listener.product_photo' => ['privates', 'app.e_commerce.listener.product_photo', 'getApp_ECommerce_Listener_ProductPhotoService', false],
  2735. 'app.e_commerce.listener.search_tip' => ['privates', 'app.e_commerce.listener.search_tip', 'getApp_ECommerce_Listener_SearchTipService', false],
  2736. 'app.e_commerce.subscriber.cart_item' => ['privates', 'app.e_commerce.subscriber.cart_item', 'getApp_ECommerce_Subscriber_CartItemService', false],
  2737. 'app.e_commerce.subscriber.dates' => ['privates', 'app.e_commerce.subscriber.dates', 'getApp_ECommerce_Subscriber_DatesService', false],
  2738. 'app.e_commerce.subscriber.individual_order' => ['privates', 'app.e_commerce.subscriber.individual_order', 'getApp_ECommerce_Subscriber_IndividualOrderService', false],
  2739. 'doctrine.orm.client_rel_management_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.client_rel_management_listeners.attach_entity_listeners', 'getDoctrine_Orm_ClientRelManagementListeners_AttachEntityListenersService', false],
  2740. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  2741. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  2742. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  2743. 'fos_elastica.listener.synonym' => ['privates', 'fos_elastica.listener.synonym', 'getFosElastica_Listener_SynonymService', false],
  2744. 'fos_elastica.listener.synonym_product' => ['privates', 'fos_elastica.listener.synonym_product', 'getFosElastica_Listener_SynonymProductService', false],
  2745. 'media.doctrine_listener' => ['privates', 'media.doctrine_listener', 'getMedia_DoctrineListenerService', false],
  2746. ], [
  2747. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => '?',
  2748. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => '?',
  2749. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => '?',
  2750. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => '?',
  2751. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => '?',
  2752. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => '?',
  2753. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  2754. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  2755. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  2756. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  2757. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  2758. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  2759. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  2760. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  2761. 'app.e_commerce.listener.product_photo' => '?',
  2762. 'app.e_commerce.listener.search_tip' => '?',
  2763. 'app.e_commerce.subscriber.cart_item' => '?',
  2764. 'app.e_commerce.subscriber.dates' => '?',
  2765. 'app.e_commerce.subscriber.individual_order' => '?',
  2766. 'doctrine.orm.client_rel_management_listeners.attach_entity_listeners' => '?',
  2767. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2768. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2769. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2770. 'fos_elastica.listener.synonym' => '?',
  2771. 'fos_elastica.listener.synonym_product' => '?',
  2772. 'media.doctrine_listener' => '?',
  2773. ]), [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']]), []);
  2774. }
  2775. /**
  2776. * Gets the public 'doctrine.dbal.client_rel_web_management_connection' shared service.
  2777. *
  2778. * @return \Doctrine\DBAL\Connection
  2779. */
  2780. protected function getDoctrine_Dbal_ClientRelWebManagementConnectionService()
  2781. {
  2782. $a = new \Doctrine\DBAL\Configuration();
  2783. $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()))]));
  2784. 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, [
  2785. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => ['privates', 'App\\EventListener\\Media\\DynamicRelationSubscriber', 'getDynamicRelationSubscriberService', false],
  2786. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => ['privates', 'App\\EventSubscriber\\Content\\SluggableSubscriber', 'getSluggableSubscriberService', false],
  2787. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber', 'getCartItemSubscriberService', false],
  2788. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\DatesSubscriber', 'getDatesSubscriberService', false],
  2789. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber', 'getIndividualOrderSubscriberService', false],
  2790. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\ProductSubscriber', 'getProductSubscriberService', false],
  2791. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 'getBlameableEventSubscriberService', false],
  2792. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 'getLoggableEventSubscriberService', false],
  2793. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 'getSluggableEventSubscriberService', false],
  2794. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 'getSoftDeletableEventSubscriberService', false],
  2795. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 'getTimestampableEventSubscriberService', false],
  2796. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 'getTranslatableEventSubscriberService', false],
  2797. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 'getTreeEventSubscriberService', false],
  2798. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 'getUuidableEventSubscriberService', false],
  2799. 'app.e_commerce.listener.product_photo' => ['privates', 'app.e_commerce.listener.product_photo', 'getApp_ECommerce_Listener_ProductPhotoService', false],
  2800. 'app.e_commerce.listener.search_tip' => ['privates', 'app.e_commerce.listener.search_tip', 'getApp_ECommerce_Listener_SearchTipService', false],
  2801. 'app.e_commerce.subscriber.cart_item' => ['privates', 'app.e_commerce.subscriber.cart_item', 'getApp_ECommerce_Subscriber_CartItemService', false],
  2802. 'app.e_commerce.subscriber.dates' => ['privates', 'app.e_commerce.subscriber.dates', 'getApp_ECommerce_Subscriber_DatesService', false],
  2803. 'app.e_commerce.subscriber.individual_order' => ['privates', 'app.e_commerce.subscriber.individual_order', 'getApp_ECommerce_Subscriber_IndividualOrderService', false],
  2804. '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],
  2805. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  2806. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  2807. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  2808. 'fos_elastica.listener.synonym' => ['privates', 'fos_elastica.listener.synonym', 'getFosElastica_Listener_SynonymService', false],
  2809. 'fos_elastica.listener.synonym_product' => ['privates', 'fos_elastica.listener.synonym_product', 'getFosElastica_Listener_SynonymProductService', false],
  2810. 'media.doctrine_listener' => ['privates', 'media.doctrine_listener', 'getMedia_DoctrineListenerService', false],
  2811. ], [
  2812. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => '?',
  2813. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => '?',
  2814. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => '?',
  2815. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => '?',
  2816. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => '?',
  2817. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => '?',
  2818. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  2819. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  2820. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  2821. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  2822. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  2823. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  2824. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  2825. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  2826. 'app.e_commerce.listener.product_photo' => '?',
  2827. 'app.e_commerce.listener.search_tip' => '?',
  2828. 'app.e_commerce.subscriber.cart_item' => '?',
  2829. 'app.e_commerce.subscriber.dates' => '?',
  2830. 'app.e_commerce.subscriber.individual_order' => '?',
  2831. 'doctrine.orm.client_rel_web_management_listeners.attach_entity_listeners' => '?',
  2832. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2833. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2834. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2835. 'fos_elastica.listener.synonym' => '?',
  2836. 'fos_elastica.listener.synonym_product' => '?',
  2837. 'media.doctrine_listener' => '?',
  2838. ]), [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']]), []);
  2839. }
  2840. /**
  2841. * Gets the public 'doctrine.dbal.default_connection' shared service.
  2842. *
  2843. * @return \Doctrine\DBAL\Connection
  2844. */
  2845. protected function getDoctrine_Dbal_DefaultConnectionService()
  2846. {
  2847. $a = new \Doctrine\DBAL\Configuration();
  2848. $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()))]));
  2849. $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')))]));
  2850. 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, [
  2851. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => ['privates', 'App\\EventListener\\Media\\DynamicRelationSubscriber', 'getDynamicRelationSubscriberService', false],
  2852. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => ['privates', 'App\\EventSubscriber\\Content\\SluggableSubscriber', 'getSluggableSubscriberService', false],
  2853. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber', 'getCartItemSubscriberService', false],
  2854. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\DatesSubscriber', 'getDatesSubscriberService', false],
  2855. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber', 'getIndividualOrderSubscriberService', false],
  2856. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => ['privates', 'App\\EventSubscriber\\ECommerce\\ProductSubscriber', 'getProductSubscriberService', false],
  2857. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 'getBlameableEventSubscriberService', false],
  2858. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 'getLoggableEventSubscriberService', false],
  2859. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 'getSluggableEventSubscriberService', false],
  2860. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 'getSoftDeletableEventSubscriberService', false],
  2861. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 'getTimestampableEventSubscriberService', false],
  2862. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 'getTranslatableEventSubscriberService', false],
  2863. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 'getTreeEventSubscriberService', false],
  2864. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 'getUuidableEventSubscriberService', false],
  2865. 'app.content.subscriber.sluggable' => ['privates', 'app.content.subscriber.sluggable', 'getApp_Content_Subscriber_SluggableService', false],
  2866. 'app.e_commerce.listener.product_photo' => ['privates', 'app.e_commerce.listener.product_photo', 'getApp_ECommerce_Listener_ProductPhotoService', false],
  2867. 'app.e_commerce.listener.search_tip' => ['privates', 'app.e_commerce.listener.search_tip', 'getApp_ECommerce_Listener_SearchTipService', false],
  2868. 'app.e_commerce.subscriber.cart_item' => ['privates', 'app.e_commerce.subscriber.cart_item', 'getApp_ECommerce_Subscriber_CartItemService', false],
  2869. 'app.e_commerce.subscriber.dates' => ['privates', 'app.e_commerce.subscriber.dates', 'getApp_ECommerce_Subscriber_DatesService', false],
  2870. 'app.e_commerce.subscriber.individual_order' => ['privates', 'app.e_commerce.subscriber.individual_order', 'getApp_ECommerce_Subscriber_IndividualOrderService', false],
  2871. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
  2872. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  2873. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  2874. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  2875. 'fos_elastica.listener.synonym' => ['privates', 'fos_elastica.listener.synonym', 'getFosElastica_Listener_SynonymService', false],
  2876. 'fos_elastica.listener.synonym_product' => ['privates', 'fos_elastica.listener.synonym_product', 'getFosElastica_Listener_SynonymProductService', false],
  2877. 'media.doctrine_listener' => ['privates', 'media.doctrine_listener', 'getMedia_DoctrineListenerService', false],
  2878. ], [
  2879. 'App\\EventListener\\Media\\DynamicRelationSubscriber' => '?',
  2880. 'App\\EventSubscriber\\Content\\SluggableSubscriber' => '?',
  2881. 'App\\EventSubscriber\\ECommerce\\CartItemSubscriber' => '?',
  2882. 'App\\EventSubscriber\\ECommerce\\DatesSubscriber' => '?',
  2883. 'App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber' => '?',
  2884. 'App\\EventSubscriber\\ECommerce\\ProductSubscriber' => '?',
  2885. 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  2886. 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  2887. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  2888. 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  2889. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  2890. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  2891. 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  2892. 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  2893. 'app.content.subscriber.sluggable' => '?',
  2894. 'app.e_commerce.listener.product_photo' => '?',
  2895. 'app.e_commerce.listener.search_tip' => '?',
  2896. 'app.e_commerce.subscriber.cart_item' => '?',
  2897. 'app.e_commerce.subscriber.dates' => '?',
  2898. 'app.e_commerce.subscriber.individual_order' => '?',
  2899. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2900. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2901. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2902. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2903. 'fos_elastica.listener.synonym' => '?',
  2904. 'fos_elastica.listener.synonym_product' => '?',
  2905. 'media.doctrine_listener' => '?',
  2906. ]), [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']]), []);
  2907. }
  2908. /**
  2909. * Gets the public 'doctrine.orm.client_rel_management_entity_manager' shared service.
  2910. *
  2911. * @return \Doctrine\ORM\EntityManager
  2912. */
  2913. protected function getDoctrine_Orm_ClientRelManagementEntityManagerService($lazyLoad = true)
  2914. {
  2915. $a = ($this->services['doctrine.dbal.client_rel_management_connection'] ?? $this->getDoctrine_Dbal_ClientRelManagementConnectionService());
  2916. if (isset($this->services['doctrine.orm.client_rel_management_entity_manager'])) {
  2917. return $this->services['doctrine.orm.client_rel_management_entity_manager'];
  2918. }
  2919. $b = new \Doctrine\ORM\Configuration();
  2920. $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2921. $c->addDriver(($this->privates['doctrine.orm.client_rel_management_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ClientRelManagementAnnotationMetadataDriverService()), 'App\\Entity_CRM');
  2922. $b->setEntityNamespaces(['CRM' => 'App\\Entity_CRM']);
  2923. $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2924. $b->setQueryCache(($this->privates['cache.doctrine.orm.client_rel_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_QueryService()));
  2925. $b->setResultCache(($this->privates['cache.doctrine.orm.client_rel_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_ResultService()));
  2926. $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  2927. $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2928. $b->setProxyNamespace('Proxies');
  2929. $b->setAutoGenerateProxyClasses(false);
  2930. $b->setSchemaIgnoreClasses([]);
  2931. $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2932. $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2933. $b->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  2934. $b->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  2935. $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2936. $b->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  2937. $this->services['doctrine.orm.client_rel_management_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $b);
  2938. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2939. return $instance;
  2940. }
  2941. /**
  2942. * Gets the public 'doctrine.orm.client_rel_web_management_entity_manager' shared service.
  2943. *
  2944. * @return \Doctrine\ORM\EntityManager
  2945. */
  2946. protected function getDoctrine_Orm_ClientRelWebManagementEntityManagerService($lazyLoad = true)
  2947. {
  2948. $a = ($this->services['doctrine.dbal.client_rel_web_management_connection'] ?? $this->getDoctrine_Dbal_ClientRelWebManagementConnectionService());
  2949. if (isset($this->services['doctrine.orm.client_rel_web_management_entity_manager'])) {
  2950. return $this->services['doctrine.orm.client_rel_web_management_entity_manager'];
  2951. }
  2952. $b = new \Doctrine\ORM\Configuration();
  2953. $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2954. $c->addDriver(($this->privates['doctrine.orm.client_rel_web_management_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ClientRelWebManagementAnnotationMetadataDriverService()), 'App\\Entity_CRWM');
  2955. $b->setEntityNamespaces(['CRWM' => 'App\\Entity_CRWM']);
  2956. $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2957. $b->setQueryCache(($this->privates['cache.doctrine.orm.client_rel_web_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelWebManagement_QueryService()));
  2958. $b->setResultCache(($this->privates['cache.doctrine.orm.client_rel_web_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelWebManagement_ResultService()));
  2959. $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  2960. $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2961. $b->setProxyNamespace('Proxies');
  2962. $b->setAutoGenerateProxyClasses(false);
  2963. $b->setSchemaIgnoreClasses([]);
  2964. $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2965. $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2966. $b->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  2967. $b->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  2968. $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2969. $b->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  2970. $this->services['doctrine.orm.client_rel_web_management_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $b);
  2971. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2972. return $instance;
  2973. }
  2974. /**
  2975. * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  2976. *
  2977. * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  2978. */
  2979. protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  2980. {
  2981. $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2982. 'entity.document.listener' => ['privates', 'entity.document.listener', 'getEntity_Document_ListenerService', false],
  2983. ], [
  2984. 'entity.document.listener' => '?',
  2985. ]));
  2986. $instance->registerService('App\\EventListener\\Content\\DocumentUploadListener', 'entity.document.listener');
  2987. $instance->registerService('App\\EventListener\\Content\\DocumentUploadListener', 'entity.document.listener');
  2988. $instance->registerService('App\\EventListener\\Content\\DocumentUploadListener', 'entity.document.listener');
  2989. return $instance;
  2990. }
  2991. /**
  2992. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2993. *
  2994. * @return \Doctrine\ORM\EntityManager
  2995. */
  2996. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  2997. {
  2998. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2999. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  3000. return $this->services['doctrine.orm.default_entity_manager'];
  3001. }
  3002. $b = new \Doctrine\ORM\Configuration();
  3003. $c = new \Doctrine\ORM\Cache\CacheConfiguration();
  3004. $d = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  3005. $d->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  3006. $e = new \Doctrine\ORM\Cache\RegionsConfiguration(3600, 60);
  3007. $e->setLifetime('public', 43200);
  3008. $e->setLifetime('private', 3600);
  3009. $f = ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService());
  3010. $g = new \Doctrine\ORM\Cache\DefaultCacheFactory($e, \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap($f));
  3011. $h = \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->services['cache.app'] ?? $this->getCache_AppService()));
  3012. $g->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('public', $h, 43200));
  3013. $g->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('private', $h, 3600));
  3014. $c->setCacheLogger($d);
  3015. $c->setCacheFactory($g);
  3016. $c->setRegionsConfiguration($e);
  3017. $i = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3018. $i->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  3019. $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');
  3020. $b->setEntityNamespaces(['App' => 'App\\Entity']);
  3021. $b->setSecondLevelCacheEnabled(true);
  3022. $b->setSecondLevelCacheConfiguration($c);
  3023. $b->setMetadataCache($f);
  3024. $b->setQueryCache($f);
  3025. $b->setResultCache($f);
  3026. $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($i, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  3027. $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3028. $b->setProxyNamespace('Proxies');
  3029. $b->setAutoGenerateProxyClasses(false);
  3030. $b->setSchemaIgnoreClasses([]);
  3031. $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3032. $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3033. $b->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  3034. $b->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  3035. $b->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  3036. $b->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  3037. $b->addEntityNamespace('TrikoderOAuth2Bundle', 'Trikoder\\Bundle\\OAuth2Bundle\\Model');
  3038. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $b);
  3039. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3040. return $instance;
  3041. }
  3042. /**
  3043. * Gets the public 'endroid_qr_code.default_builder' shared autowired service.
  3044. *
  3045. * @return \Endroid\QrCode\Builder\Builder
  3046. */
  3047. protected function getEndroidQrCode_DefaultBuilderService()
  3048. {
  3049. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  3050. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  3051. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  3052. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  3053. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelInterface.php';
  3054. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelLow.php';
  3055. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeInterface.php';
  3056. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeMargin.php';
  3057. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  3058. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  3059. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/AbstractGdWriter.php';
  3060. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  3061. $this->services['endroid_qr_code.default_builder'] = $instance = new \Endroid\QrCode\Builder\Builder();
  3062. $instance->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  3063. $instance->size(300);
  3064. $instance->margin(10);
  3065. $instance->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  3066. $instance->errorCorrectionLevel(new \Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelLow());
  3067. $instance->roundBlockSizeMode(new \Endroid\QrCode\RoundBlockSizeMode\RoundBlockSizeModeMargin());
  3068. $instance->validateResult(false);
  3069. return $instance;
  3070. }
  3071. /**
  3072. * Gets the public 'error_controller' shared service.
  3073. *
  3074. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3075. */
  3076. protected function getErrorControllerService()
  3077. {
  3078. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3079. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3080. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3081. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3082. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3083. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3084. 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)));
  3085. }
  3086. /**
  3087. * Gets the public 'event_dispatcher' shared service.
  3088. *
  3089. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3090. */
  3091. protected function getEventDispatcherService()
  3092. {
  3093. $a = new \Symfony\Bridge\Monolog\Logger('event');
  3094. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3095. $a->pushHandler(new \Monolog\Handler\NullHandler());
  3096. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3097. $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())));
  3098. $instance->addListener('kernel.controller', [0 => function () {
  3099. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3100. }, 1 => 'onKernelController'], 0);
  3101. $instance->addListener('console.command', [0 => function () {
  3102. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')));
  3103. }, 1 => 'onConsoleCommand'], 0);
  3104. $instance->addListener('kernel.request', [0 => function () {
  3105. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3106. }, 1 => 'onKernelRequest'], 0);
  3107. $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [0 => function () {
  3108. return ($this->privates['fos_elastica.populate_listener'] ?? $this->getFosElastica_PopulateListenerService());
  3109. }, 1 => 'onPostIndexPopulate'], -9999);
  3110. $instance->addListener('kernel.exception', [0 => function () {
  3111. return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  3112. }, 1 => 'onKernelException'], 0);
  3113. $instance->addListener('trikoder.oauth2.authorization_request_resolve', [0 => function () {
  3114. return ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\AuthorizationRequestUserResolvingListener'] ?? $this->getAuthorizationRequestUserResolvingListenerService());
  3115. }, 1 => 'onAuthorizationRequest'], 1024);
  3116. $instance->addListener('kernel.exception', [0 => function () {
  3117. return ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\ConvertExceptionToResponseListener'] ?? ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\ConvertExceptionToResponseListener'] = new \Trikoder\Bundle\OAuth2Bundle\EventListener\ConvertExceptionToResponseListener()));
  3118. }, 1 => 'onKernelException'], 10);
  3119. $instance->addListener('kernel.request', [0 => function () {
  3120. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  3121. }, 1 => 'onKernelRequest'], 250);
  3122. $instance->addListener('kernel.response', [0 => function () {
  3123. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  3124. }, 1 => 'onKernelResponse'], 0);
  3125. $instance->addListener('kernel.response', [0 => function () {
  3126. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  3127. }, 1 => 'onResponse'], -10);
  3128. $instance->addListener('App\\Event\\Auth\\UserCreatedEvent', [0 => function () {
  3129. return ($this->privates['App\\EventSubscriber\\Auth\\UserSubscriber'] ?? $this->getUserSubscriberService());
  3130. }, 1 => 'onUserCreated'], 100);
  3131. $instance->addListener('App\\Event\\Auth\\UserResetEvent', [0 => function () {
  3132. return ($this->privates['App\\EventSubscriber\\Auth\\UserSubscriber'] ?? $this->getUserSubscriberService());
  3133. }, 1 => 'onUserReset'], 100);
  3134. $instance->addListener('kernel.request', [0 => function () {
  3135. return ($this->privates['app.content.subscriber.localization'] ?? $this->getApp_Content_Subscriber_LocalizationService());
  3136. }, 1 => 'onKernelRequest'], 16);
  3137. $instance->addListener('kernel.controller', [0 => function () {
  3138. return ($this->privates['app.content.subscriber.localization'] ?? $this->getApp_Content_Subscriber_LocalizationService());
  3139. }, 1 => 'onKernelController'], 0);
  3140. $instance->addListener('App\\Event\\ECommerce\\CartUpdatedEvent', [0 => function () {
  3141. return ($this->privates['mdl.subscriber.cart'] ?? $this->getMdl_Subscriber_CartService());
  3142. }, 1 => 'onCartUpdated'], 0);
  3143. $instance->addListener('App\\Event\\ECommerce\\CartLoadedEvent', [0 => function () {
  3144. return ($this->privates['mdl.subscriber.cart'] ?? $this->getMdl_Subscriber_CartService());
  3145. }, 1 => 'onCartLoaded'], 0);
  3146. $instance->addListener('App\\Event\\ECommerce\\CartItemAddedEvent', [0 => function () {
  3147. return ($this->privates['mdl.subscriber.cart'] ?? $this->getMdl_Subscriber_CartService());
  3148. }, 1 => 'onCartItemAdded'], 0);
  3149. $instance->addListener('App\\Event\\ECommerce\\CartPayedEvent', [0 => function () {
  3150. return ($this->privates['mdl.subscriber.cart'] ?? $this->getMdl_Subscriber_CartService());
  3151. }, 1 => 'onCartPayed'], 0);
  3152. $instance->addListener('App\\Event\\ECommerce\\CartCheckedOutEvent', [0 => function () {
  3153. return ($this->privates['mdl.subscriber.cart'] ?? $this->getMdl_Subscriber_CartService());
  3154. }, 1 => 'onCartCheckedOut'], 0);
  3155. $instance->addListener('postLoad', [0 => function () {
  3156. return ($this->privates['app.e_commerce.subscriber.client'] ?? $this->getApp_ECommerce_Subscriber_ClientService());
  3157. }, 1 => 'postLoad'], 0);
  3158. $instance->addListener('prePersist', [0 => function () {
  3159. return ($this->privates['app.e_commerce.subscriber.client'] ?? $this->getApp_ECommerce_Subscriber_ClientService());
  3160. }, 1 => 'prePersist'], 0);
  3161. $instance->addListener('kernel.exception', [0 => function () {
  3162. return ($this->privates['App\\EventSubscriber\\API\\ExceptionSubscriber'] ?? ($this->privates['App\\EventSubscriber\\API\\ExceptionSubscriber'] = new \App\EventSubscriber\API\ExceptionSubscriber()));
  3163. }, 1 => 'processException'], 10);
  3164. $instance->addListener('kernel.request', [0 => function () {
  3165. return ($this->privates['App\\EventSubscriber\\Content\\LocalizationSubscriber'] ?? $this->getLocalizationSubscriberService());
  3166. }, 1 => 'onKernelRequest'], 16);
  3167. $instance->addListener('kernel.controller', [0 => function () {
  3168. return ($this->privates['App\\EventSubscriber\\Content\\LocalizationSubscriber'] ?? $this->getLocalizationSubscriberService());
  3169. }, 1 => 'onKernelController'], 0);
  3170. $instance->addListener('App\\Event\\ECommerce\\CartUpdatedEvent', [0 => function () {
  3171. return ($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'] ?? $this->getCartSubscriberService());
  3172. }, 1 => 'onCartUpdated'], 0);
  3173. $instance->addListener('App\\Event\\ECommerce\\CartLoadedEvent', [0 => function () {
  3174. return ($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'] ?? $this->getCartSubscriberService());
  3175. }, 1 => 'onCartLoaded'], 0);
  3176. $instance->addListener('App\\Event\\ECommerce\\CartItemAddedEvent', [0 => function () {
  3177. return ($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'] ?? $this->getCartSubscriberService());
  3178. }, 1 => 'onCartItemAdded'], 0);
  3179. $instance->addListener('App\\Event\\ECommerce\\CartPayedEvent', [0 => function () {
  3180. return ($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'] ?? $this->getCartSubscriberService());
  3181. }, 1 => 'onCartPayed'], 0);
  3182. $instance->addListener('App\\Event\\ECommerce\\CartCheckedOutEvent', [0 => function () {
  3183. return ($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'] ?? $this->getCartSubscriberService());
  3184. }, 1 => 'onCartCheckedOut'], 0);
  3185. $instance->addListener('postLoad', [0 => function () {
  3186. return ($this->privates['App\\EventSubscriber\\ECommerce\\ClientSubscriber'] ?? $this->getClientSubscriberService());
  3187. }, 1 => 'postLoad'], 0);
  3188. $instance->addListener('prePersist', [0 => function () {
  3189. return ($this->privates['App\\EventSubscriber\\ECommerce\\ClientSubscriber'] ?? $this->getClientSubscriberService());
  3190. }, 1 => 'prePersist'], 0);
  3191. $instance->addListener('kernel.response', [0 => function () {
  3192. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  3193. }, 1 => 'onKernelResponse'], 0);
  3194. $instance->addListener('kernel.response', [0 => function () {
  3195. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3196. }, 1 => 'onKernelResponse'], -1024);
  3197. $instance->addListener('kernel.request', [0 => function () {
  3198. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3199. }, 1 => 'setDefaultLocale'], 100);
  3200. $instance->addListener('kernel.request', [0 => function () {
  3201. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3202. }, 1 => 'onKernelRequest'], 16);
  3203. $instance->addListener('kernel.finish_request', [0 => function () {
  3204. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3205. }, 1 => 'onKernelFinishRequest'], 0);
  3206. $instance->addListener('kernel.request', [0 => function () {
  3207. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3208. }, 1 => 'onKernelRequest'], 256);
  3209. $instance->addListener('kernel.response', [0 => function () {
  3210. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3211. }, 1 => 'onResponse'], -255);
  3212. $instance->addListener('kernel.controller_arguments', [0 => function () {
  3213. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3214. }, 1 => 'onControllerArguments'], 0);
  3215. $instance->addListener('kernel.exception', [0 => function () {
  3216. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3217. }, 1 => 'logKernelException'], 0);
  3218. $instance->addListener('kernel.exception', [0 => function () {
  3219. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3220. }, 1 => 'onKernelException'], -128);
  3221. $instance->addListener('kernel.response', [0 => function () {
  3222. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3223. }, 1 => 'removeCspHeader'], -128);
  3224. $instance->addListener('kernel.request', [0 => function () {
  3225. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3226. }, 1 => 'onKernelRequest'], 15);
  3227. $instance->addListener('kernel.finish_request', [0 => function () {
  3228. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3229. }, 1 => 'onKernelFinishRequest'], -15);
  3230. $instance->addListener('console.error', [0 => function () {
  3231. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3232. }, 1 => 'onConsoleError'], -128);
  3233. $instance->addListener('console.terminate', [0 => function () {
  3234. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3235. }, 1 => 'onConsoleTerminate'], -128);
  3236. $instance->addListener('console.error', [0 => function () {
  3237. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3238. }, 1 => 'onConsoleError'], 0);
  3239. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  3240. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  3241. }, 1 => 'onMessage'], -255);
  3242. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  3243. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3244. }, 1 => 'onMessage'], -255);
  3245. $instance->addListener('kernel.request', [0 => function () {
  3246. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  3247. }, 1 => 'onKernelRequest'], 48);
  3248. $instance->addListener('kernel.request', [0 => function () {
  3249. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3250. }, 1 => 'configure'], 2048);
  3251. $instance->addListener('console.command', [0 => function () {
  3252. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3253. }, 1 => 'configure'], 2048);
  3254. $instance->addListener('kernel.request', [0 => function () {
  3255. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3256. }, 1 => 'onKernelRequest'], 32);
  3257. $instance->addListener('kernel.finish_request', [0 => function () {
  3258. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3259. }, 1 => 'onKernelFinishRequest'], 0);
  3260. $instance->addListener('kernel.exception', [0 => function () {
  3261. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3262. }, 1 => 'onKernelException'], -64);
  3263. $instance->addListener('kernel.response', [0 => function () {
  3264. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3265. }, 1 => 'onKernelResponse'], 0);
  3266. $instance->addListener('kernel.request', [0 => function () {
  3267. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3268. }, 1 => 'onKernelRequest'], 128);
  3269. $instance->addListener('kernel.response', [0 => function () {
  3270. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3271. }, 1 => 'onKernelResponse'], -1000);
  3272. $instance->addListener('kernel.finish_request', [0 => function () {
  3273. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3274. }, 1 => 'onFinishRequest'], 0);
  3275. $instance->addListener('kernel.response', [0 => function () {
  3276. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3277. }, 1 => 'onKernelResponse'], -100);
  3278. $instance->addListener('kernel.exception', [0 => function () {
  3279. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3280. }, 1 => 'onKernelException'], 0);
  3281. $instance->addListener('kernel.terminate', [0 => function () {
  3282. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3283. }, 1 => 'onKernelTerminate'], -1024);
  3284. $instance->addListener('kernel.controller', [0 => function () {
  3285. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3286. }, 1 => 'onKernelController'], 0);
  3287. $instance->addListener('kernel.response', [0 => function () {
  3288. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3289. }, 1 => 'onKernelResponse'], 0);
  3290. $instance->addListener('kernel.controller', [0 => function () {
  3291. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3292. }, 1 => 'onKernelController'], 0);
  3293. $instance->addListener('kernel.controller', [0 => function () {
  3294. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3295. }, 1 => 'onKernelController'], 0);
  3296. $instance->addListener('kernel.controller', [0 => function () {
  3297. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3298. }, 1 => 'onKernelController'], -128);
  3299. $instance->addListener('kernel.view', [0 => function () {
  3300. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3301. }, 1 => 'onKernelView'], 0);
  3302. $instance->addListener('kernel.controller', [0 => function () {
  3303. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3304. }, 1 => 'onKernelController'], 0);
  3305. $instance->addListener('kernel.response', [0 => function () {
  3306. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3307. }, 1 => 'onKernelResponse'], 0);
  3308. $instance->addListener('kernel.controller_arguments', [0 => function () {
  3309. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3310. }, 1 => 'onKernelControllerArguments'], 0);
  3311. $instance->addListener('kernel.controller_arguments', [0 => function () {
  3312. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3313. }, 1 => 'onKernelControllerArguments'], 0);
  3314. $instance->addListener('kernel.view', [0 => function () {
  3315. return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->getSensioFrameworkExtra_Psr7_Listener_ResponseService());
  3316. }, 1 => 'onKernelView'], 0);
  3317. $instance->addListener('kernel.response', [0 => function () {
  3318. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3319. }, 1 => 'onKernelResponse'], 0);
  3320. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  3321. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3322. }, 1 => 'onVoterVote'], 0);
  3323. $instance->addListener('kernel.request', [0 => function () {
  3324. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3325. }, 1 => 'configureLogoutUrlGenerator'], 8);
  3326. $instance->addListener('kernel.request', [0 => function () {
  3327. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3328. }, 1 => 'onKernelRequest'], 8);
  3329. $instance->addListener('kernel.finish_request', [0 => function () {
  3330. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3331. }, 1 => 'onKernelFinishRequest'], 0);
  3332. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  3333. return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3334. }, 1 => 'onMessage'], 0);
  3335. $instance->addListener('kernel.response', [0 => function () {
  3336. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3337. }, 1 => 'onKernelResponse'], -128);
  3338. $instance->addListener('console.command', [0 => function () {
  3339. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3340. }, 1 => 'onCommand'], 255);
  3341. $instance->addListener('console.terminate', [0 => function () {
  3342. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3343. }, 1 => 'onTerminate'], -255);
  3344. $instance->addListener('console.command', [0 => function () {
  3345. return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3346. }, 1 => 'configure'], 1024);
  3347. $instance->addListener('console.error', [0 => function () {
  3348. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3349. }, 1 => 'onConsoleError'], 0);
  3350. $instance->addListener('console.terminate', [0 => function () {
  3351. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3352. }, 1 => 'onConsoleTerminate'], 0);
  3353. $instance->addListener('knp_pager.before', [0 => function () {
  3354. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3355. }, 1 => 'before'], 0);
  3356. $instance->addListener('knp_pager.pagination', [0 => function () {
  3357. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3358. }, 1 => 'pagination'], 0);
  3359. $instance->addListener('knp_pager.before', [0 => function () {
  3360. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  3361. }, 1 => 'before'], 1);
  3362. $instance->addListener('knp_pager.before', [0 => function () {
  3363. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  3364. }, 1 => 'before'], 1);
  3365. $instance->addListener('knp_pager.pagination', [0 => function () {
  3366. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3367. }, 1 => 'pagination'], 1);
  3368. $instance->addListener('knp_pager.items', [0 => function () {
  3369. return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->getFosElastica_Paginator_SubscriberService());
  3370. }, 1 => 'items'], 1);
  3371. $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [0 => function () {
  3372. return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->getFosElastica_FilterObjectsListenerService());
  3373. }, 1 => 'filterObjects'], 0);
  3374. $instance->addListener('kernel.exception', [0 => function () {
  3375. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3376. }, 1 => 'onException'], 0);
  3377. $instance->addListener('kernel.terminate', [0 => function () {
  3378. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3379. }, 1 => 'onTerminate'], 0);
  3380. $instance->addListener('console.error', [0 => function () {
  3381. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3382. }, 1 => 'onException'], 0);
  3383. $instance->addListener('console.terminate', [0 => function () {
  3384. return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3385. }, 1 => 'onTerminate'], 0);
  3386. $instance->addListener('kernel.finish_request', [0 => function () {
  3387. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3388. }, 1 => 'resetAssets'], 0);
  3389. $instance->addListener('kernel.view', [0 => function () {
  3390. return ($this->privates['Ajgarlag\\Bundle\\PsrHttpMessageBundle\\EventListener\\PsrResponseListener'] ?? $this->getPsrResponseListenerService());
  3391. }, 1 => 'onKernelView'], 0);
  3392. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3393. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  3394. }, 1 => 'onLogout'], 0);
  3395. return $instance;
  3396. }
  3397. /**
  3398. * Gets the public 'http_kernel' shared service.
  3399. *
  3400. * @return \Symfony\Component\HttpKernel\HttpKernel
  3401. */
  3402. protected function getHttpKernelService()
  3403. {
  3404. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3405. if (isset($this->services['http_kernel'])) {
  3406. return $this->services['http_kernel'];
  3407. }
  3408. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3409. 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 () {
  3410. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3411. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3412. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3413. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3414. yield 4 => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService());
  3415. yield 5 => ($this->privates['debug.Ajgarlag\\Bundle\\PsrHttpMessageBundle\\Request\\ArgumentValueResolver\\Psr7ServerRequestResolver'] ?? $this->getPsr7ServerRequestResolverService());
  3416. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3417. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3418. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3419. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3420. }, 10)), $b));
  3421. }
  3422. /**
  3423. * Gets the public 'jms_serializer' shared service.
  3424. *
  3425. * @return \JMS\Serializer\Serializer
  3426. */
  3427. protected function getJmsSerializerService()
  3428. {
  3429. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
  3430. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  3431. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
  3432. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  3433. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  3434. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  3435. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  3436. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  3437. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  3438. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  3439. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  3440. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  3441. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  3442. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  3443. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  3444. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  3445. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  3446. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  3447. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  3448. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  3449. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  3450. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  3451. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  3452. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  3453. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  3454. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  3455. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  3456. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3457. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3458. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3459. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  3460. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
  3461. $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  3462. $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3463. 'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', false],
  3464. 'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', false],
  3465. 'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', false],
  3466. 'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', false],
  3467. 'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', false],
  3468. ], [
  3469. 'jms_serializer.array_collection_handler' => '?',
  3470. 'jms_serializer.constraint_violation_handler' => '?',
  3471. 'jms_serializer.datetime_handler' => '?',
  3472. 'jms_serializer.form_error_handler' => '?',
  3473. 'jms_serializer.iterator_handler' => '?',
  3474. ]), [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']]]]);
  3475. $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  3476. $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  3477. $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  3478. $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  3479. $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3480. 'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', false],
  3481. 'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', false],
  3482. ], [
  3483. 'jms_serializer.doctrine_proxy_subscriber' => '?',
  3484. 'jms_serializer.stopwatch_subscriber' => '?',
  3485. ]));
  3486. $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]]]);
  3487. $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  3488. $g->setOptions(1216);
  3489. $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  3490. $h->setFormatOutput(true);
  3491. $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  3492. $i->setOptions(0);
  3493. 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())));
  3494. }
  3495. /**
  3496. * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  3497. *
  3498. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3499. */
  3500. protected function getJmsSerializer_DeserializationContextFactoryService()
  3501. {
  3502. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3503. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3504. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3505. return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3506. }
  3507. /**
  3508. * Gets the public 'jms_serializer.metadata_driver' shared service.
  3509. *
  3510. * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  3511. */
  3512. protected function getJmsSerializer_MetadataDriverService()
  3513. {
  3514. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  3515. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  3516. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  3517. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  3518. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  3519. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  3520. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  3521. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  3522. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  3523. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  3524. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  3525. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  3526. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  3527. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  3528. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  3529. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  3530. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  3531. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  3532. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  3533. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
  3534. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  3535. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
  3536. $a = new \Metadata\Driver\FileLocator([]);
  3537. $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_', true));
  3538. $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  3539. 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);
  3540. }
  3541. /**
  3542. * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  3543. *
  3544. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3545. */
  3546. protected function getJmsSerializer_SerializationContextFactoryService()
  3547. {
  3548. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3549. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3550. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3551. return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3552. }
  3553. /**
  3554. * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  3555. *
  3556. * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  3557. */
  3558. protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  3559. {
  3560. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  3561. return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  3562. }
  3563. /**
  3564. * Gets the public 'knp_paginator' shared service.
  3565. *
  3566. * @return \Knp\Component\Pager\Paginator
  3567. */
  3568. protected function getKnpPaginatorService($lazyLoad = true)
  3569. {
  3570. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  3571. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  3572. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3573. if (isset($this->services['knp_paginator'])) {
  3574. return $this->services['knp_paginator'];
  3575. }
  3576. $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3577. $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
  3578. return $instance;
  3579. }
  3580. /**
  3581. * Gets the public 'knp_snappy.image' shared service.
  3582. *
  3583. * @return \Knp\Snappy\Image
  3584. */
  3585. protected function getKnpSnappy_ImageService()
  3586. {
  3587. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3588. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3589. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  3590. $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image('wkhtmltoimage', [], []);
  3591. $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3592. return $instance;
  3593. }
  3594. /**
  3595. * Gets the public 'knp_snappy.pdf' shared service.
  3596. *
  3597. * @return \Knp\Snappy\Pdf
  3598. */
  3599. protected function getKnpSnappy_PdfService()
  3600. {
  3601. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3602. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3603. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  3604. $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'], []);
  3605. $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3606. return $instance;
  3607. }
  3608. /**
  3609. * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  3610. *
  3611. * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  3612. */
  3613. protected function getLexikJwtAuthentication_EncoderService()
  3614. {
  3615. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  3616. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  3617. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  3618. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  3619. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  3620. 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));
  3621. }
  3622. /**
  3623. * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  3624. *
  3625. * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  3626. */
  3627. protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  3628. {
  3629. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3630. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  3631. $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 () {
  3632. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  3633. }, 1));
  3634. $instance->setName('lexik:jwt:generate-token');
  3635. $instance->setDescription('Generates a JWT token for a given user.');
  3636. return $instance;
  3637. }
  3638. /**
  3639. * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  3640. *
  3641. * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  3642. */
  3643. protected function getLexikJwtAuthentication_JwtManagerService()
  3644. {
  3645. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  3646. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  3647. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  3648. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  3649. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  3650. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3651. if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  3652. return $this->services['lexik_jwt_authentication.jwt_manager'];
  3653. }
  3654. $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([]));
  3655. $instance->setUserIdentityField('email', false);
  3656. return $instance;
  3657. }
  3658. /**
  3659. * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  3660. *
  3661. * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  3662. */
  3663. protected function getLexikJwtAuthentication_KeyLoaderService()
  3664. {
  3665. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3666. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3667. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3668. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3669. 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'), []);
  3670. }
  3671. /**
  3672. * Gets the public 'liip_imagine.binary.loader.default' shared service.
  3673. *
  3674. * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  3675. */
  3676. protected function getLiipImagine_Binary_Loader_DefaultService()
  3677. {
  3678. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  3679. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  3680. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  3681. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  3682. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  3683. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  3684. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  3685. $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  3686. 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));
  3687. }
  3688. /**
  3689. * Gets the public 'liip_imagine.cache.manager' shared service.
  3690. *
  3691. * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  3692. */
  3693. protected function getLiipImagine_Cache_ManagerService()
  3694. {
  3695. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3696. if (isset($this->services['liip_imagine.cache.manager'])) {
  3697. return $this->services['liip_imagine.cache.manager'];
  3698. }
  3699. $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);
  3700. $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  3701. $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  3702. return $instance;
  3703. }
  3704. /**
  3705. * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  3706. *
  3707. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  3708. */
  3709. protected function getLiipImagine_Cache_Resolver_DefaultService()
  3710. {
  3711. 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');
  3712. }
  3713. /**
  3714. * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  3715. *
  3716. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  3717. */
  3718. protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  3719. {
  3720. 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()));
  3721. }
  3722. /**
  3723. * Gets the public 'liip_imagine.cache.signer' shared service.
  3724. *
  3725. * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  3726. */
  3727. protected function getLiipImagine_Cache_SignerService()
  3728. {
  3729. return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  3730. }
  3731. /**
  3732. * Gets the public 'liip_imagine.config.stack_collection' shared service.
  3733. *
  3734. * @return \Liip\ImagineBundle\Config\StackCollection
  3735. */
  3736. protected function getLiipImagine_Config_StackCollectionService()
  3737. {
  3738. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  3739. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  3740. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  3741. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  3742. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  3743. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  3744. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  3745. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  3746. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  3747. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  3748. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  3749. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  3750. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  3751. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  3752. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  3753. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  3754. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  3755. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  3756. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  3757. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  3758. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  3759. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  3760. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  3761. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  3762. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  3763. $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  3764. $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  3765. 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']);
  3766. }
  3767. /**
  3768. * Gets the public 'liip_imagine.data.manager' shared service.
  3769. *
  3770. * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  3771. */
  3772. protected function getLiipImagine_Data_ManagerService()
  3773. {
  3774. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  3775. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  3776. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  3777. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  3778. $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);
  3779. $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  3780. return $instance;
  3781. }
  3782. /**
  3783. * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  3784. *
  3785. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  3786. */
  3787. protected function getLiipImagine_Filter_Loader_DownscaleService()
  3788. {
  3789. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3790. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  3791. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  3792. return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  3793. }
  3794. /**
  3795. * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  3796. *
  3797. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  3798. */
  3799. protected function getLiipImagine_Filter_Loader_FixedService()
  3800. {
  3801. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3802. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  3803. return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  3804. }
  3805. /**
  3806. * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  3807. *
  3808. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  3809. */
  3810. protected function getLiipImagine_Filter_Loader_FlipService()
  3811. {
  3812. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3813. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  3814. return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  3815. }
  3816. /**
  3817. * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  3818. *
  3819. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  3820. */
  3821. protected function getLiipImagine_Filter_Loader_GrayscaleService()
  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/GrayscaleFilterLoader.php';
  3825. return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  3826. }
  3827. /**
  3828. * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  3829. *
  3830. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  3831. */
  3832. protected function getLiipImagine_Filter_Loader_InterlaceService()
  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/InterlaceFilterLoader.php';
  3836. return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  3837. }
  3838. /**
  3839. * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  3840. *
  3841. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  3842. */
  3843. protected function getLiipImagine_Filter_Loader_ResampleService()
  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/ResampleFilterLoader.php';
  3847. return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  3848. }
  3849. /**
  3850. * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  3851. *
  3852. * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  3853. */
  3854. protected function getLiipImagine_Filter_Loader_RotateService()
  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/RotateFilterLoader.php';
  3858. return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  3859. }
  3860. /**
  3861. * Gets the public 'liip_imagine.filter.manager' shared service.
  3862. *
  3863. * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  3864. */
  3865. protected function getLiipImagine_Filter_ManagerService()
  3866. {
  3867. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  3868. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3869. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  3870. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  3871. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  3872. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  3873. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  3874. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  3875. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  3876. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  3877. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  3878. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  3879. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  3880. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  3881. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  3882. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  3883. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  3884. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  3885. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  3886. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  3887. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  3888. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  3889. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  3890. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  3891. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  3892. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  3893. $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  3894. $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()));
  3895. $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  3896. $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  3897. $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  3898. $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  3899. $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  3900. $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__, 4)));
  3901. $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__, 4)));
  3902. $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  3903. $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  3904. $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  3905. $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  3906. $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  3907. $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  3908. $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  3909. $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  3910. $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  3911. $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  3912. $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  3913. $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim', true, NULL, true, NULL));
  3914. $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng', 7, true, NULL));
  3915. $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  3916. $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  3917. $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']));
  3918. return $instance;
  3919. }
  3920. /**
  3921. * Gets the public 'mdl.wigetizer' shared service.
  3922. *
  3923. * @return \App\Service\Content\Widgetizer
  3924. */
  3925. protected function getMdl_WigetizerService()
  3926. {
  3927. include_once \dirname(__DIR__, 4).'/src/Service/Content/Widgetizer.php';
  3928. 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())));
  3929. }
  3930. /**
  3931. * Gets the public 'monolog.logger.deprecation' shared service.
  3932. *
  3933. * @return \Symfony\Bridge\Monolog\Logger
  3934. */
  3935. protected function getMonolog_Logger_DeprecationService()
  3936. {
  3937. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  3938. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3939. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3940. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3941. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3942. return $instance;
  3943. }
  3944. /**
  3945. * Gets the public 'nelmio_api_doc.command.dump' shared service.
  3946. *
  3947. * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  3948. */
  3949. protected function getNelmioApiDoc_Command_DumpService()
  3950. {
  3951. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3952. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  3953. $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3954. $instance->setName('nelmio:apidoc:dump');
  3955. return $instance;
  3956. }
  3957. /**
  3958. * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  3959. *
  3960. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  3961. */
  3962. protected function getNelmioApiDoc_Controller_RedoclyService()
  3963. {
  3964. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  3965. return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  3966. }
  3967. /**
  3968. * Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
  3969. *
  3970. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  3971. */
  3972. protected function getNelmioApiDoc_Controller_StoplightService()
  3973. {
  3974. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  3975. return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
  3976. }
  3977. /**
  3978. * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  3979. *
  3980. * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  3981. */
  3982. protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  3983. {
  3984. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  3985. return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  3986. }
  3987. /**
  3988. * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  3989. *
  3990. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  3991. */
  3992. protected function getNelmioApiDoc_Controller_SwaggerUiService()
  3993. {
  3994. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  3995. 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');
  3996. }
  3997. /**
  3998. * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  3999. *
  4000. * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  4001. */
  4002. protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  4003. {
  4004. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  4005. return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4006. }
  4007. /**
  4008. * Gets the public 'nelmio_api_doc.generator.crm' shared service.
  4009. *
  4010. * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  4011. */
  4012. protected function getNelmioApiDoc_Generator_CrmService()
  4013. {
  4014. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  4015. $this->services['nelmio_api_doc.generator.crm'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  4016. yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  4017. yield 1 => ($this->privates['nelmio_api_doc.describers.config.crm'] ?? ($this->privates['nelmio_api_doc.describers.config.crm'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  4018. yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.crm'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_CrmService());
  4019. yield 3 => ($this->privates['nelmio_api_doc.describers.route.crm'] ?? $this->getNelmioApiDoc_Describers_Route_CrmService());
  4020. yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  4021. }, 5), new RewindableGenerator(function () {
  4022. 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()));
  4023. yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  4024. yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  4025. yield 3 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  4026. yield 4 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  4027. 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()));
  4028. }, 6), NULL, 'openapi_doc.crm', ($this->privates['nelmio_api_doc.open_api.generator'] ?? $this->getNelmioApiDoc_OpenApi_GeneratorService()));
  4029. $instance->setAlternativeNames([]);
  4030. $instance->setMediaTypes([0 => 'json']);
  4031. $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  4032. $instance->setOpenApiVersion(NULL);
  4033. return $instance;
  4034. }
  4035. /**
  4036. * Gets the public 'nelmio_api_doc.generator.default' shared service.
  4037. *
  4038. * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  4039. */
  4040. protected function getNelmioApiDoc_Generator_DefaultService()
  4041. {
  4042. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  4043. $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  4044. yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  4045. yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  4046. yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  4047. yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  4048. yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  4049. }, 5), new RewindableGenerator(function () {
  4050. 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()));
  4051. yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  4052. yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  4053. yield 3 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  4054. yield 4 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  4055. 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()));
  4056. }, 6), NULL, 'openapi_doc.default', ($this->privates['nelmio_api_doc.open_api.generator'] ?? $this->getNelmioApiDoc_OpenApi_GeneratorService()));
  4057. $instance->setAlternativeNames([]);
  4058. $instance->setMediaTypes([0 => 'json']);
  4059. $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  4060. $instance->setOpenApiVersion(NULL);
  4061. return $instance;
  4062. }
  4063. /**
  4064. * Gets the public 'nelmio_api_doc.render_docs' shared service.
  4065. *
  4066. * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  4067. */
  4068. protected function getNelmioApiDoc_RenderDocsService()
  4069. {
  4070. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  4071. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  4072. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  4073. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  4074. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  4075. return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4076. 'crm' => ['services', 'nelmio_api_doc.generator.crm', 'getNelmioApiDoc_Generator_CrmService', false],
  4077. 'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
  4078. ], [
  4079. 'crm' => '?',
  4080. 'default' => '?',
  4081. ]), 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' => []]));
  4082. }
  4083. /**
  4084. * Gets the public 'request_stack' shared service.
  4085. *
  4086. * @return \Symfony\Component\HttpFoundation\RequestStack
  4087. */
  4088. protected function getRequestStackService()
  4089. {
  4090. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4091. }
  4092. /**
  4093. * Gets the public 'router' shared service.
  4094. *
  4095. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  4096. */
  4097. protected function getRouterService()
  4098. {
  4099. $a = new \Symfony\Bridge\Monolog\Logger('router');
  4100. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4101. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4102. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4103. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4104. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4105. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  4106. ], [
  4107. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4108. ]))->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'));
  4109. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4110. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4111. return $instance;
  4112. }
  4113. /**
  4114. * Gets the public 'routing.loader' shared service.
  4115. *
  4116. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  4117. */
  4118. protected function getRouting_LoaderService()
  4119. {
  4120. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  4121. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  4122. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  4123. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  4124. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  4125. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  4126. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  4127. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  4128. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  4129. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  4130. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  4131. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  4132. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  4133. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  4134. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  4135. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  4136. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  4137. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  4138. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  4139. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  4140. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  4141. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4142. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  4143. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  4144. $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  4145. $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
  4146. $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  4147. $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
  4148. $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
  4149. $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
  4150. $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
  4151. $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
  4152. $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4153. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  4154. ], [
  4155. 'kernel' => 'App\\Kernel',
  4156. ]), 'dev'));
  4157. $a->addLoader($c);
  4158. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
  4159. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
  4160. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  4161. }
  4162. /**
  4163. * Gets the public 'security.mdl_e_commerce.cart' shared service.
  4164. *
  4165. * @return \App\Security\ECommerce\CartVoter
  4166. */
  4167. protected function getSecurity_MdlECommerce_CartService()
  4168. {
  4169. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4170. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4171. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4172. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/CartVoter.php';
  4173. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4174. if (isset($this->services['security.mdl_e_commerce.cart'])) {
  4175. return $this->services['security.mdl_e_commerce.cart'];
  4176. }
  4177. return $this->services['security.mdl_e_commerce.cart'] = new \App\Security\ECommerce\CartVoter($a);
  4178. }
  4179. /**
  4180. * Gets the public 'security.mdl_e_commerce.cart_archive' shared service.
  4181. *
  4182. * @return \App\Security\ECommerce\InvoiceVoter
  4183. */
  4184. protected function getSecurity_MdlECommerce_CartArchiveService()
  4185. {
  4186. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4187. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4188. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4189. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/InvoiceVoter.php';
  4190. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4191. if (isset($this->services['security.mdl_e_commerce.cart_archive'])) {
  4192. return $this->services['security.mdl_e_commerce.cart_archive'];
  4193. }
  4194. return $this->services['security.mdl_e_commerce.cart_archive'] = new \App\Security\ECommerce\InvoiceVoter($a);
  4195. }
  4196. /**
  4197. * Gets the public 'security.mdl_e_commerce.individual_order_voter' shared service.
  4198. *
  4199. * @return \App\Security\ECommerce\IndividualOrderVoter
  4200. */
  4201. protected function getSecurity_MdlECommerce_IndividualOrderVoterService()
  4202. {
  4203. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4204. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4205. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4206. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/IndividualOrderVoter.php';
  4207. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4208. if (isset($this->services['security.mdl_e_commerce.individual_order_voter'])) {
  4209. return $this->services['security.mdl_e_commerce.individual_order_voter'];
  4210. }
  4211. return $this->services['security.mdl_e_commerce.individual_order_voter'] = new \App\Security\ECommerce\IndividualOrderVoter($a);
  4212. }
  4213. /**
  4214. * Gets the public 'services_resetter' shared service.
  4215. *
  4216. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4217. */
  4218. protected function getServicesResetterService()
  4219. {
  4220. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4221. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4222. if (isset($this->services['cache.app'])) {
  4223. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4224. }
  4225. if (isset($this->services['cache.system'])) {
  4226. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4227. }
  4228. if (isset($this->privates['cache.validator'])) {
  4229. yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  4230. }
  4231. if (isset($this->privates['cache.serializer'])) {
  4232. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  4233. }
  4234. if (isset($this->privates['cache.annotations'])) {
  4235. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  4236. }
  4237. if (isset($this->privates['cache.property_info'])) {
  4238. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  4239. }
  4240. if (isset($this->privates['.debug.http_client'])) {
  4241. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  4242. }
  4243. if (isset($this->privates['mailer.message_logger_listener'])) {
  4244. yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  4245. }
  4246. if (isset($this->privates['debug.stopwatch'])) {
  4247. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4248. }
  4249. if (isset($this->services['event_dispatcher'])) {
  4250. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4251. }
  4252. if (isset($this->privates['public'])) {
  4253. yield 'public' => ($this->privates['public'] ?? null);
  4254. }
  4255. if (isset($this->privates['doctrine.result_cache_pool'])) {
  4256. yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? null);
  4257. }
  4258. if (isset($this->privates['session_listener'])) {
  4259. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  4260. }
  4261. if (isset($this->privates['form.choice_list_factory.cached'])) {
  4262. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4263. }
  4264. if (isset($this->services['cache.validator_expression_language'])) {
  4265. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  4266. }
  4267. if (isset($this->services['.container.private.profiler'])) {
  4268. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  4269. }
  4270. if (isset($this->services['.container.private.validator'])) {
  4271. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  4272. }
  4273. if (isset($this->services['doctrine'])) {
  4274. yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4275. }
  4276. if (isset($this->privates['form.type.entity'])) {
  4277. yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4278. }
  4279. if (isset($this->services['.container.private.security.token_storage'])) {
  4280. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  4281. }
  4282. if (isset($this->privates['cache.security_expression_language'])) {
  4283. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  4284. }
  4285. if (isset($this->privates['debug.security.firewall'])) {
  4286. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  4287. }
  4288. if (isset($this->services['.container.private.twig'])) {
  4289. yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  4290. }
  4291. if (isset($this->privates['twig.form.engine'])) {
  4292. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  4293. }
  4294. if (isset($this->privates['monolog.handler.main'])) {
  4295. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4296. }
  4297. if (isset($this->privates['monolog.handler.console'])) {
  4298. yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4299. }
  4300. if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  4301. yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  4302. }
  4303. if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4304. yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  4305. }
  4306. if (isset($this->privates['cache.webpack_encore'])) {
  4307. yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  4308. }
  4309. if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  4310. yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  4311. }
  4312. if (isset($this->privates['.debug.http_client'])) {
  4313. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  4314. }
  4315. }, function () {
  4316. 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->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']));
  4317. }), ['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'], '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']]);
  4318. }
  4319. /**
  4320. * Gets the public 'swiftmailer.mailer.default' shared service.
  4321. *
  4322. * @return \Swift_Mailer
  4323. */
  4324. protected function getSwiftmailer_Mailer_DefaultService()
  4325. {
  4326. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  4327. return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  4328. }
  4329. /**
  4330. * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  4331. *
  4332. * @return \Swift_Plugins_MessageLogger
  4333. */
  4334. protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  4335. {
  4336. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4337. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4338. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4339. return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  4340. }
  4341. /**
  4342. * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  4343. *
  4344. * @return \Swift_Transport
  4345. */
  4346. protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  4347. {
  4348. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4349. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  4350. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4351. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4352. 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())));
  4353. }
  4354. /**
  4355. * Gets the public 'swiftmailer.transport' shared service.
  4356. *
  4357. * @return \Swift_Transport_SpoolTransport
  4358. */
  4359. protected function getSwiftmailer_TransportService()
  4360. {
  4361. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4362. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  4363. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  4364. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  4365. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4366. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4367. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4368. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4369. include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4370. $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());
  4371. $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  4372. return $instance;
  4373. }
  4374. /**
  4375. * Gets the public 'translator' shared service.
  4376. *
  4377. * @return \Symfony\Component\Translation\DataCollectorTranslator
  4378. */
  4379. protected function getTranslatorService()
  4380. {
  4381. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4382. }
  4383. /**
  4384. * Gets the public 'var_dumper.cloner' shared service.
  4385. *
  4386. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4387. */
  4388. protected function getVarDumper_ClonerService()
  4389. {
  4390. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4391. $instance->setMaxItems(2500);
  4392. $instance->setMinDepth(1);
  4393. $instance->setMaxString(-1);
  4394. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4395. return $instance;
  4396. }
  4397. /**
  4398. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4399. *
  4400. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4401. */
  4402. protected function getWebProfiler_Controller_ExceptionPanelService()
  4403. {
  4404. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4405. 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()));
  4406. }
  4407. /**
  4408. * Gets the public 'web_profiler.controller.profiler' shared service.
  4409. *
  4410. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4411. */
  4412. protected function getWebProfiler_Controller_ProfilerService()
  4413. {
  4414. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4415. 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'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__, 4));
  4416. }
  4417. /**
  4418. * Gets the public 'web_profiler.controller.router' shared service.
  4419. *
  4420. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4421. */
  4422. protected function getWebProfiler_Controller_RouterService()
  4423. {
  4424. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4425. 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 () {
  4426. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4427. }, 1));
  4428. }
  4429. /**
  4430. * Gets the private '.App\Command\SyncDataCommand.lazy' shared service.
  4431. *
  4432. * @return \Symfony\Component\Console\Command\LazyCommand
  4433. */
  4434. protected function getSyncDataCommand_LazyService()
  4435. {
  4436. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4437. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4438. 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 {
  4439. return ($this->privates['App\\Command\\SyncDataCommand'] ?? $this->getSyncDataCommandService());
  4440. });
  4441. }
  4442. /**
  4443. * Gets the private '.cache_connection.GD_MSZC' shared service.
  4444. *
  4445. * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  4446. */
  4447. protected function get_CacheConnection_GDMSZCService()
  4448. {
  4449. return $this->privates['.cache_connection.GD_MSZC'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://localhost', ['lazy' => true]);
  4450. }
  4451. /**
  4452. * Gets the private '.console.command.about.lazy' shared service.
  4453. *
  4454. * @return \Symfony\Component\Console\Command\LazyCommand
  4455. */
  4456. protected function get_Console_Command_About_LazyService()
  4457. {
  4458. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4459. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4460. 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 {
  4461. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  4462. });
  4463. }
  4464. /**
  4465. * Gets the private '.console.command.assets_install.lazy' shared service.
  4466. *
  4467. * @return \Symfony\Component\Console\Command\LazyCommand
  4468. */
  4469. protected function get_Console_Command_AssetsInstall_LazyService()
  4470. {
  4471. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4472. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4473. 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 {
  4474. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  4475. });
  4476. }
  4477. /**
  4478. * Gets the private '.console.command.cache_clear.lazy' shared service.
  4479. *
  4480. * @return \Symfony\Component\Console\Command\LazyCommand
  4481. */
  4482. protected function get_Console_Command_CacheClear_LazyService()
  4483. {
  4484. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4485. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4486. 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 {
  4487. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  4488. });
  4489. }
  4490. /**
  4491. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  4492. *
  4493. * @return \Symfony\Component\Console\Command\LazyCommand
  4494. */
  4495. protected function get_Console_Command_CachePoolClear_LazyService()
  4496. {
  4497. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4498. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4499. 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 {
  4500. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  4501. });
  4502. }
  4503. /**
  4504. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  4505. *
  4506. * @return \Symfony\Component\Console\Command\LazyCommand
  4507. */
  4508. protected function get_Console_Command_CachePoolDelete_LazyService()
  4509. {
  4510. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4511. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4512. 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 {
  4513. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  4514. });
  4515. }
  4516. /**
  4517. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  4518. *
  4519. * @return \Symfony\Component\Console\Command\LazyCommand
  4520. */
  4521. protected function get_Console_Command_CachePoolList_LazyService()
  4522. {
  4523. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4524. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4525. 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 {
  4526. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  4527. });
  4528. }
  4529. /**
  4530. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  4531. *
  4532. * @return \Symfony\Component\Console\Command\LazyCommand
  4533. */
  4534. protected function get_Console_Command_CachePoolPrune_LazyService()
  4535. {
  4536. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4537. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4538. 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 {
  4539. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  4540. });
  4541. }
  4542. /**
  4543. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  4544. *
  4545. * @return \Symfony\Component\Console\Command\LazyCommand
  4546. */
  4547. protected function get_Console_Command_CacheWarmup_LazyService()
  4548. {
  4549. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4550. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4551. 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 {
  4552. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  4553. });
  4554. }
  4555. /**
  4556. * Gets the private '.console.command.config_debug.lazy' shared service.
  4557. *
  4558. * @return \Symfony\Component\Console\Command\LazyCommand
  4559. */
  4560. protected function get_Console_Command_ConfigDebug_LazyService()
  4561. {
  4562. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4563. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4564. 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 {
  4565. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  4566. });
  4567. }
  4568. /**
  4569. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  4570. *
  4571. * @return \Symfony\Component\Console\Command\LazyCommand
  4572. */
  4573. protected function get_Console_Command_ConfigDumpReference_LazyService()
  4574. {
  4575. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4576. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4577. 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 {
  4578. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  4579. });
  4580. }
  4581. /**
  4582. * Gets the private '.console.command.container_debug.lazy' shared service.
  4583. *
  4584. * @return \Symfony\Component\Console\Command\LazyCommand
  4585. */
  4586. protected function get_Console_Command_ContainerDebug_LazyService()
  4587. {
  4588. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4589. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4590. 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 {
  4591. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  4592. });
  4593. }
  4594. /**
  4595. * Gets the private '.console.command.container_lint.lazy' shared service.
  4596. *
  4597. * @return \Symfony\Component\Console\Command\LazyCommand
  4598. */
  4599. protected function get_Console_Command_ContainerLint_LazyService()
  4600. {
  4601. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4602. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4603. 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 {
  4604. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  4605. });
  4606. }
  4607. /**
  4608. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  4609. *
  4610. * @return \Symfony\Component\Console\Command\LazyCommand
  4611. */
  4612. protected function get_Console_Command_DebugAutowiring_LazyService()
  4613. {
  4614. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4615. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4616. 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 {
  4617. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  4618. });
  4619. }
  4620. /**
  4621. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  4622. *
  4623. * @return \Symfony\Component\Console\Command\LazyCommand
  4624. */
  4625. protected function get_Console_Command_DotenvDebug_LazyService()
  4626. {
  4627. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4628. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4629. 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 {
  4630. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  4631. });
  4632. }
  4633. /**
  4634. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  4635. *
  4636. * @return \Symfony\Component\Console\Command\LazyCommand
  4637. */
  4638. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  4639. {
  4640. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4641. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4642. 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 {
  4643. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  4644. });
  4645. }
  4646. /**
  4647. * Gets the private '.console.command.form_debug.lazy' shared service.
  4648. *
  4649. * @return \Symfony\Component\Console\Command\LazyCommand
  4650. */
  4651. protected function get_Console_Command_FormDebug_LazyService()
  4652. {
  4653. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4654. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4655. 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 {
  4656. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  4657. });
  4658. }
  4659. /**
  4660. * Gets the private '.console.command.router_debug.lazy' shared service.
  4661. *
  4662. * @return \Symfony\Component\Console\Command\LazyCommand
  4663. */
  4664. protected function get_Console_Command_RouterDebug_LazyService()
  4665. {
  4666. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4667. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4668. 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 {
  4669. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  4670. });
  4671. }
  4672. /**
  4673. * Gets the private '.console.command.router_match.lazy' shared service.
  4674. *
  4675. * @return \Symfony\Component\Console\Command\LazyCommand
  4676. */
  4677. protected function get_Console_Command_RouterMatch_LazyService()
  4678. {
  4679. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4680. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4681. 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 {
  4682. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  4683. });
  4684. }
  4685. /**
  4686. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  4687. *
  4688. * @return \Symfony\Component\Console\Command\LazyCommand
  4689. */
  4690. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  4691. {
  4692. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4693. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4694. 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 {
  4695. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  4696. });
  4697. }
  4698. /**
  4699. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  4700. *
  4701. * @return \Symfony\Component\Console\Command\LazyCommand
  4702. */
  4703. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  4704. {
  4705. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4706. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4707. 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 {
  4708. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  4709. });
  4710. }
  4711. /**
  4712. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  4713. *
  4714. * @return \Symfony\Component\Console\Command\LazyCommand
  4715. */
  4716. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  4717. {
  4718. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4719. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4720. 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 {
  4721. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  4722. });
  4723. }
  4724. /**
  4725. * Gets the private '.console.command.secrets_list.lazy' shared service.
  4726. *
  4727. * @return \Symfony\Component\Console\Command\LazyCommand
  4728. */
  4729. protected function get_Console_Command_SecretsList_LazyService()
  4730. {
  4731. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4732. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4733. 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 {
  4734. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  4735. });
  4736. }
  4737. /**
  4738. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  4739. *
  4740. * @return \Symfony\Component\Console\Command\LazyCommand
  4741. */
  4742. protected function get_Console_Command_SecretsRemove_LazyService()
  4743. {
  4744. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4745. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4746. 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 {
  4747. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  4748. });
  4749. }
  4750. /**
  4751. * Gets the private '.console.command.secrets_set.lazy' shared service.
  4752. *
  4753. * @return \Symfony\Component\Console\Command\LazyCommand
  4754. */
  4755. protected function get_Console_Command_SecretsSet_LazyService()
  4756. {
  4757. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4758. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4759. 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 {
  4760. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  4761. });
  4762. }
  4763. /**
  4764. * Gets the private '.console.command.translation_debug.lazy' shared service.
  4765. *
  4766. * @return \Symfony\Component\Console\Command\LazyCommand
  4767. */
  4768. protected function get_Console_Command_TranslationDebug_LazyService()
  4769. {
  4770. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4771. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4772. 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 {
  4773. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  4774. });
  4775. }
  4776. /**
  4777. * Gets the private '.console.command.translation_extract.lazy' shared service.
  4778. *
  4779. * @return \Symfony\Component\Console\Command\LazyCommand
  4780. */
  4781. protected function get_Console_Command_TranslationExtract_LazyService()
  4782. {
  4783. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4784. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4785. 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 {
  4786. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  4787. });
  4788. }
  4789. /**
  4790. * Gets the private '.console.command.translation_pull.lazy' shared service.
  4791. *
  4792. * @return \Symfony\Component\Console\Command\LazyCommand
  4793. */
  4794. protected function get_Console_Command_TranslationPull_LazyService()
  4795. {
  4796. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4797. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4798. 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 {
  4799. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  4800. });
  4801. }
  4802. /**
  4803. * Gets the private '.console.command.translation_push.lazy' shared service.
  4804. *
  4805. * @return \Symfony\Component\Console\Command\LazyCommand
  4806. */
  4807. protected function get_Console_Command_TranslationPush_LazyService()
  4808. {
  4809. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4810. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4811. 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 {
  4812. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  4813. });
  4814. }
  4815. /**
  4816. * Gets the private '.console.command.validator_debug.lazy' shared service.
  4817. *
  4818. * @return \Symfony\Component\Console\Command\LazyCommand
  4819. */
  4820. protected function get_Console_Command_ValidatorDebug_LazyService()
  4821. {
  4822. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4823. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4824. 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 {
  4825. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  4826. });
  4827. }
  4828. /**
  4829. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  4830. *
  4831. * @return \Symfony\Component\Console\Command\LazyCommand
  4832. */
  4833. protected function get_Console_Command_XliffLint_LazyService()
  4834. {
  4835. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4836. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4837. 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 {
  4838. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  4839. });
  4840. }
  4841. /**
  4842. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  4843. *
  4844. * @return \Symfony\Component\Console\Command\LazyCommand
  4845. */
  4846. protected function get_Console_Command_YamlLint_LazyService()
  4847. {
  4848. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4849. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  4850. 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 {
  4851. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  4852. });
  4853. }
  4854. /**
  4855. * Gets the private '.debug.http_client' shared service.
  4856. *
  4857. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4858. */
  4859. protected function get_Debug_HttpClientService()
  4860. {
  4861. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4862. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4863. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4864. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4865. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4866. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4867. $a->setLogger($b);
  4868. 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))));
  4869. }
  4870. /**
  4871. * Gets the private '.errored..service_locator.0B7M3KW.App\Entity\ECommerce\Invoice' shared service.
  4872. *
  4873. * @return \App\Entity\ECommerce\Invoice
  4874. */
  4875. protected function getInvoiceService()
  4876. {
  4877. $this->throw('Cannot autowire service ".service_locator.0B7M3KW": it references class "App\\Entity\\ECommerce\\Invoice" but no such service exists.');
  4878. }
  4879. /**
  4880. * Gets the private '.errored..service_locator.1AQmb2u.App\Entity\ECommerce\PreOrder' shared service.
  4881. *
  4882. * @return \App\Entity\ECommerce\PreOrder
  4883. */
  4884. protected function getPreOrderService()
  4885. {
  4886. $this->throw('Cannot autowire service ".service_locator.1AQmb2u": it references class "App\\Entity\\ECommerce\\PreOrder" but no such service exists.');
  4887. }
  4888. /**
  4889. * Gets the private '.errored..service_locator.24x0_QY.App\Entity\Content\Page' shared service.
  4890. *
  4891. * @return \App\Entity\Content\Page
  4892. */
  4893. protected function getPageService()
  4894. {
  4895. $this->throw('Cannot autowire service ".service_locator.24x0_QY": it references class "App\\Entity\\Content\\Page" but no such service exists.');
  4896. }
  4897. /**
  4898. * Gets the private '.errored..service_locator.3MZgNqB.App\Entity\ECommerce\Cart' shared service.
  4899. *
  4900. * @return \App\Entity\ECommerce\Cart
  4901. */
  4902. protected function getCartService()
  4903. {
  4904. $this->throw('Cannot autowire service ".service_locator.3MZgNqB": it references class "App\\Entity\\ECommerce\\Cart" but no such service exists.');
  4905. }
  4906. /**
  4907. * Gets the private '.errored..service_locator.3zs2zNk.App\Entity\App\User' shared service.
  4908. *
  4909. * @return \App\Entity\App\User
  4910. */
  4911. protected function getUserService()
  4912. {
  4913. $this->throw('Cannot autowire service ".service_locator.3zs2zNk": it references class "App\\Entity\\App\\User" but no such service exists.');
  4914. }
  4915. /**
  4916. * Gets the private '.errored..service_locator.4riGSMU.App\Entity\ECommerce\Depot' shared service.
  4917. *
  4918. * @return \App\Entity\ECommerce\Depot
  4919. */
  4920. protected function getDepotService()
  4921. {
  4922. $this->throw('Cannot autowire service ".service_locator.4riGSMU": it references class "App\\Entity\\ECommerce\\Depot" but no such service exists.');
  4923. }
  4924. /**
  4925. * Gets the private '.errored..service_locator.53BE5m3.App\Entity\Content\Document' shared service.
  4926. *
  4927. * @return \App\Entity\Content\Document
  4928. */
  4929. protected function getDocumentService()
  4930. {
  4931. $this->throw('Cannot autowire service ".service_locator.53BE5m3": it references class "App\\Entity\\Content\\Document" but no such service exists.');
  4932. }
  4933. /**
  4934. * Gets the private '.errored..service_locator.5Fh8kKj.App\Entity\Content\DocumentCategory' shared service.
  4935. *
  4936. * @return \App\Entity\Content\DocumentCategory
  4937. */
  4938. protected function getDocumentCategoryService()
  4939. {
  4940. $this->throw('Cannot autowire service ".service_locator.5Fh8kKj": it references class "App\\Entity\\Content\\DocumentCategory" but no such service exists.');
  4941. }
  4942. /**
  4943. * Gets the private '.errored..service_locator.7TkqQwZ.Knp\Bundle\PaginatorBundle\Pagination\SlidingPaginationInterface' shared service.
  4944. *
  4945. * @return \Knp\Bundle\PaginatorBundle\Pagination\SlidingPaginationInterface
  4946. */
  4947. protected function getSlidingPaginationInterfaceService()
  4948. {
  4949. $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?');
  4950. }
  4951. /**
  4952. * Gets the private '.errored..service_locator.8vruSwe.App\Entity\ECommerce\IndividualOrder' shared service.
  4953. *
  4954. * @return \App\Entity\ECommerce\IndividualOrder
  4955. */
  4956. protected function getIndividualOrderService()
  4957. {
  4958. $this->throw('Cannot autowire service ".service_locator.8vruSwe": it references class "App\\Entity\\ECommerce\\IndividualOrder" but no such service exists.');
  4959. }
  4960. /**
  4961. * Gets the private '.errored..service_locator.AEobitz.App\Entity\ECommerce\CartItem' shared service.
  4962. *
  4963. * @return \App\Entity\ECommerce\CartItem
  4964. */
  4965. protected function getCartItemService()
  4966. {
  4967. $this->throw('Cannot autowire service ".service_locator.AEobitz": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  4968. }
  4969. /**
  4970. * Gets the private '.errored..service_locator.Ak1ug5q.Psr\Http\Message\ServerRequestInterface' shared service.
  4971. *
  4972. * @return \Psr\Http\Message\ServerRequestInterface
  4973. */
  4974. protected function getServerRequestInterfaceService()
  4975. {
  4976. $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?');
  4977. }
  4978. /**
  4979. * Gets the private '.errored..service_locator.C9agCx9.App\Entity\ECommerce\CartItem' shared service.
  4980. *
  4981. * @return \App\Entity\ECommerce\CartItem
  4982. */
  4983. protected function getCartItem2Service()
  4984. {
  4985. $this->throw('Cannot autowire service ".service_locator.C9agCx9": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  4986. }
  4987. /**
  4988. * Gets the private '.errored..service_locator.DiE3yWg.App\Entity\ECommerce\Depot' shared service.
  4989. *
  4990. * @return \App\Entity\ECommerce\Depot
  4991. */
  4992. protected function getDepot2Service()
  4993. {
  4994. $this->throw('Cannot autowire service ".service_locator.DiE3yWg": it references class "App\\Entity\\ECommerce\\Depot" but no such service exists.');
  4995. }
  4996. /**
  4997. * Gets the private '.errored..service_locator.EAH7r53.App\Entity\ECommerce\Product' shared service.
  4998. *
  4999. * @return \App\Entity\ECommerce\Product
  5000. */
  5001. protected function getProductService()
  5002. {
  5003. $this->throw('Cannot autowire service ".service_locator.EAH7r53": it references class "App\\Entity\\ECommerce\\Product" but no such service exists.');
  5004. }
  5005. /**
  5006. * Gets the private '.errored..service_locator.EQaAODi.App\Entity\ECommerce\Shipping' shared service.
  5007. *
  5008. * @return \App\Entity\ECommerce\Shipping
  5009. */
  5010. protected function getShippingService()
  5011. {
  5012. $this->throw('Cannot autowire service ".service_locator.EQaAODi": it references class "App\\Entity\\ECommerce\\Shipping" but no such service exists.');
  5013. }
  5014. /**
  5015. * Gets the private '.errored..service_locator.ESsj4cd.App\Entity\ECommerce\ProductManufacturer' shared service.
  5016. *
  5017. * @return \App\Entity\ECommerce\ProductManufacturer
  5018. */
  5019. protected function getProductManufacturerService()
  5020. {
  5021. $this->throw('Cannot autowire service ".service_locator.ESsj4cd": it references class "App\\Entity\\ECommerce\\ProductManufacturer" but no such service exists.');
  5022. }
  5023. /**
  5024. * Gets the private '.errored..service_locator.HuCbgQo.Symfony\Component\Form\FormInterface' shared service.
  5025. *
  5026. * @return \Symfony\Component\Form\FormInterface
  5027. */
  5028. protected function getFormInterfaceService()
  5029. {
  5030. $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?');
  5031. }
  5032. /**
  5033. * Gets the private '.errored..service_locator.Icdlr8x.App\Entity\ECommerce\Firm' shared service.
  5034. *
  5035. * @return \App\Entity\ECommerce\Firm
  5036. */
  5037. protected function getFirmService()
  5038. {
  5039. $this->throw('Cannot autowire service ".service_locator.Icdlr8x": it references class "App\\Entity\\ECommerce\\Firm" but no such service exists.');
  5040. }
  5041. /**
  5042. * Gets the private '.errored..service_locator.JxpQMV3.App\Entity\Content\BlogComment' shared service.
  5043. *
  5044. * @return \App\Entity\Content\BlogComment
  5045. */
  5046. protected function getBlogCommentService()
  5047. {
  5048. $this->throw('Cannot autowire service ".service_locator.JxpQMV3": it references class "App\\Entity\\Content\\BlogComment" but no such service exists.');
  5049. }
  5050. /**
  5051. * Gets the private '.errored..service_locator.NTKoDGj.App\Entity\ECommerce\CartItem' shared service.
  5052. *
  5053. * @return \App\Entity\ECommerce\CartItem
  5054. */
  5055. protected function getCartItem3Service()
  5056. {
  5057. $this->throw('Cannot autowire service ".service_locator.NTKoDGj": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  5058. }
  5059. /**
  5060. * Gets the private '.errored..service_locator.Rkd1Ynl.App\Entity\Content\Tag' shared service.
  5061. *
  5062. * @return \App\Entity\Content\Tag
  5063. */
  5064. protected function getTagService()
  5065. {
  5066. $this->throw('Cannot autowire service ".service_locator.Rkd1Ynl": it references class "App\\Entity\\Content\\Tag" but no such service exists.');
  5067. }
  5068. /**
  5069. * Gets the private '.errored..service_locator.Ry31pFD.App\Entity\ECommerce\ProductCategory' shared service.
  5070. *
  5071. * @return \App\Entity\ECommerce\ProductCategory
  5072. */
  5073. protected function getProductCategoryService()
  5074. {
  5075. $this->throw('Cannot autowire service ".service_locator.Ry31pFD": it references class "App\\Entity\\ECommerce\\ProductCategory" but no such service exists.');
  5076. }
  5077. /**
  5078. * Gets the private '.errored..service_locator.VHYGNAD.App\Entity\ECommerce\Synonym' shared service.
  5079. *
  5080. * @return \App\Entity\ECommerce\Synonym
  5081. */
  5082. protected function getSynonymService()
  5083. {
  5084. $this->throw('Cannot autowire service ".service_locator.VHYGNAD": it references class "App\\Entity\\ECommerce\\Synonym" but no such service exists.');
  5085. }
  5086. /**
  5087. * Gets the private '.errored..service_locator.VVe_AfO.App\Entity\ECommerce\SearchTip' shared service.
  5088. *
  5089. * @return \App\Entity\ECommerce\SearchTip
  5090. */
  5091. protected function getSearchTipService()
  5092. {
  5093. $this->throw('Cannot autowire service ".service_locator.VVe_AfO": it references class "App\\Entity\\ECommerce\\SearchTip" but no such service exists.');
  5094. }
  5095. /**
  5096. * Gets the private '.errored..service_locator.WmI0KwH.App\Entity\Content\Document' shared service.
  5097. *
  5098. * @return \App\Entity\Content\Document
  5099. */
  5100. protected function getDocument2Service()
  5101. {
  5102. $this->throw('Cannot autowire service ".service_locator.WmI0KwH": it references class "App\\Entity\\Content\\Document" but no such service exists.');
  5103. }
  5104. /**
  5105. * Gets the private '.errored..service_locator.XptSR7j.Doctrine\ORM\QueryBuilder' shared service.
  5106. *
  5107. * @return \Doctrine\ORM\QueryBuilder
  5108. */
  5109. protected function getQueryBuilderService()
  5110. {
  5111. $this->throw('Cannot autowire service ".service_locator.XptSR7j": it references class "Doctrine\\ORM\\QueryBuilder" but no such service exists.');
  5112. }
  5113. /**
  5114. * Gets the private '.errored..service_locator.Ye71P4b.App\Entity\ECommerce\CartItem' shared service.
  5115. *
  5116. * @return \App\Entity\ECommerce\CartItem
  5117. */
  5118. protected function getCartItem4Service()
  5119. {
  5120. $this->throw('Cannot autowire service ".service_locator.Ye71P4b": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  5121. }
  5122. /**
  5123. * Gets the private '.errored..service_locator.Z3qlhxq.App\Entity\ECommerce\Depot' shared service.
  5124. *
  5125. * @return \App\Entity\ECommerce\Depot
  5126. */
  5127. protected function getDepot3Service()
  5128. {
  5129. $this->throw('Cannot autowire service ".service_locator.Z3qlhxq": it references class "App\\Entity\\ECommerce\\Depot" but no such service exists.');
  5130. }
  5131. /**
  5132. * Gets the private '.errored..service_locator.ZFQOQoR.App\Entity\ECommerce\ProductGroup' shared service.
  5133. *
  5134. * @return \App\Entity\ECommerce\ProductGroup
  5135. */
  5136. protected function getProductGroupService()
  5137. {
  5138. $this->throw('Cannot autowire service ".service_locator.ZFQOQoR": it references class "App\\Entity\\ECommerce\\ProductGroup" but no such service exists.');
  5139. }
  5140. /**
  5141. * Gets the private '.errored..service_locator._8ukBva.App\Entity\ECommerce\CartItem' shared service.
  5142. *
  5143. * @return \App\Entity\ECommerce\CartItem
  5144. */
  5145. protected function getCartItem5Service()
  5146. {
  5147. $this->throw('Cannot autowire service ".service_locator._8ukBva": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  5148. }
  5149. /**
  5150. * Gets the private '.errored..service_locator.bIEPVfZ.App\Entity\Content\Document' shared service.
  5151. *
  5152. * @return \App\Entity\Content\Document
  5153. */
  5154. protected function getDocument3Service()
  5155. {
  5156. $this->throw('Cannot autowire service ".service_locator.bIEPVfZ": it references class "App\\Entity\\Content\\Document" but no such service exists.');
  5157. }
  5158. /**
  5159. * Gets the private '.errored..service_locator.cRSyOjj.App\Entity\ECommerce\DepotProduct' shared service.
  5160. *
  5161. * @return \App\Entity\ECommerce\DepotProduct
  5162. */
  5163. protected function getDepotProductService()
  5164. {
  5165. $this->throw('Cannot autowire service ".service_locator.cRSyOjj": it references class "App\\Entity\\ECommerce\\DepotProduct" but no such service exists.');
  5166. }
  5167. /**
  5168. * Gets the private '.errored..service_locator.daW_iHx.App\Entity\ECommerce\Invoice' shared service.
  5169. *
  5170. * @return \App\Entity\ECommerce\Invoice
  5171. */
  5172. protected function getInvoice2Service()
  5173. {
  5174. $this->throw('Cannot autowire service ".service_locator.daW_iHx": it references class "App\\Entity\\ECommerce\\Invoice" but no such service exists.');
  5175. }
  5176. /**
  5177. * Gets the private '.errored..service_locator.dhWBe96.App\Entity\ECommerce\ProductInfo' shared service.
  5178. *
  5179. * @return \App\Entity\ECommerce\ProductInfo
  5180. */
  5181. protected function getProductInfoService()
  5182. {
  5183. $this->throw('Cannot autowire service ".service_locator.dhWBe96": it references class "App\\Entity\\ECommerce\\ProductInfo" but no such service exists.');
  5184. }
  5185. /**
  5186. * Gets the private '.errored..service_locator.eViCEyF.App\Entity\ECommerce\ClientGroup' shared service.
  5187. *
  5188. * @return \App\Entity\ECommerce\ClientGroup
  5189. */
  5190. protected function getClientGroupService()
  5191. {
  5192. $this->throw('Cannot autowire service ".service_locator.eViCEyF": it references class "App\\Entity\\ECommerce\\ClientGroup" but no such service exists.');
  5193. }
  5194. /**
  5195. * Gets the private '.errored..service_locator.ewN.S3t.App\Entity\ECommerce\Client' shared service.
  5196. *
  5197. * @return \App\Entity\ECommerce\Client
  5198. */
  5199. protected function getClientService()
  5200. {
  5201. $this->throw('Cannot autowire service ".service_locator.ewN.S3t": it references class "App\\Entity\\ECommerce\\Client" but no such service exists.');
  5202. }
  5203. /**
  5204. * Gets the private '.errored..service_locator.ijLyqep.App\Entity\Content\Blog' shared service.
  5205. *
  5206. * @return \App\Entity\Content\Blog
  5207. */
  5208. protected function getBlogService()
  5209. {
  5210. $this->throw('Cannot autowire service ".service_locator.ijLyqep": it references class "App\\Entity\\Content\\Blog" but no such service exists.');
  5211. }
  5212. /**
  5213. * Gets the private '.errored..service_locator.ktOaDPN.App\Entity\Content\Blog' shared service.
  5214. *
  5215. * @return \App\Entity\Content\Blog
  5216. */
  5217. protected function getBlog2Service()
  5218. {
  5219. $this->throw('Cannot autowire service ".service_locator.ktOaDPN": it references class "App\\Entity\\Content\\Blog" but no such service exists.');
  5220. }
  5221. /**
  5222. * Gets the private '.errored..service_locator.msnlTQC.App\Entity\ECommerce\DepotProduct' shared service.
  5223. *
  5224. * @return \App\Entity\ECommerce\DepotProduct
  5225. */
  5226. protected function getDepotProduct2Service()
  5227. {
  5228. $this->throw('Cannot autowire service ".service_locator.msnlTQC": it references class "App\\Entity\\ECommerce\\DepotProduct" but no such service exists.');
  5229. }
  5230. /**
  5231. * Gets the private '.errored..service_locator.nOMBLbr.App\Entity\ECommerce\CartItem' shared service.
  5232. *
  5233. * @return \App\Entity\ECommerce\CartItem
  5234. */
  5235. protected function getCartItem6Service()
  5236. {
  5237. $this->throw('Cannot autowire service ".service_locator.nOMBLbr": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.');
  5238. }
  5239. /**
  5240. * Gets the private '.errored..service_locator.poVcuQX.App\Entity\App\Menu' shared service.
  5241. *
  5242. * @return \App\Entity\App\Menu
  5243. */
  5244. protected function getMenuService()
  5245. {
  5246. $this->throw('Cannot autowire service ".service_locator.poVcuQX": it references class "App\\Entity\\App\\Menu" but no such service exists.');
  5247. }
  5248. /**
  5249. * Gets the private '.errored..service_locator.q0Ti2h5.App\Entity\Content\Blog' shared service.
  5250. *
  5251. * @return \App\Entity\Content\Blog
  5252. */
  5253. protected function getBlog3Service()
  5254. {
  5255. $this->throw('Cannot autowire service ".service_locator.q0Ti2h5": it references class "App\\Entity\\Content\\Blog" but no such service exists.');
  5256. }
  5257. /**
  5258. * Gets the private '.errored..service_locator.so2CveJ.App\Entity\Content\BlogCategory' shared service.
  5259. *
  5260. * @return \App\Entity\Content\BlogCategory
  5261. */
  5262. protected function getBlogCategoryService()
  5263. {
  5264. $this->throw('Cannot autowire service ".service_locator.so2CveJ": it references class "App\\Entity\\Content\\BlogCategory" but no such service exists.');
  5265. }
  5266. /**
  5267. * Gets the private '.errored..service_locator.usCN7vc.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.usCN7vc": it references class "App\\Entity\\ECommerce\\DepotProduct" but no such service exists.');
  5274. }
  5275. /**
  5276. * Gets the private '.errored..service_locator.v6iD_kw.App\Entity\Content\PageTranslation' shared service.
  5277. *
  5278. * @return \App\Entity\Content\PageTranslation
  5279. */
  5280. protected function getPageTranslationService()
  5281. {
  5282. $this->throw('Cannot autowire service ".service_locator.v6iD_kw": it references class "App\\Entity\\Content\\PageTranslation" but no such service exists.');
  5283. }
  5284. /**
  5285. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5286. *
  5287. * @return \Symfony\Component\Config\Loader\LoaderInterface
  5288. */
  5289. protected function getLoaderInterfaceService()
  5290. {
  5291. $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".');
  5292. }
  5293. /**
  5294. * Gets the private '.lexik_jwt_authentication.check_config_command.lazy' shared service.
  5295. *
  5296. * @return \Symfony\Component\Console\Command\LazyCommand
  5297. */
  5298. protected function get_LexikJwtAuthentication_CheckConfigCommand_LazyService()
  5299. {
  5300. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5301. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5302. 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 {
  5303. return ($this->privates['lexik_jwt_authentication.check_config_command'] ?? $this->getLexikJwtAuthentication_CheckConfigCommandService());
  5304. });
  5305. }
  5306. /**
  5307. * Gets the private '.lexik_jwt_authentication.enable_encryption_config_command.lazy' shared service.
  5308. *
  5309. * @return \Symfony\Component\Console\Command\LazyCommand
  5310. */
  5311. protected function get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService()
  5312. {
  5313. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5314. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5315. 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 {
  5316. return ($this->privates['lexik_jwt_authentication.enable_encryption_config_command'] ?? $this->getLexikJwtAuthentication_EnableEncryptionConfigCommandService());
  5317. });
  5318. }
  5319. /**
  5320. * Gets the private '.lexik_jwt_authentication.generate_keypair_command.lazy' shared service.
  5321. *
  5322. * @return \Symfony\Component\Console\Command\LazyCommand
  5323. */
  5324. protected function get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService()
  5325. {
  5326. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5327. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5328. 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 {
  5329. return ($this->privates['lexik_jwt_authentication.generate_keypair_command'] ?? $this->getLexikJwtAuthentication_GenerateKeypairCommandService());
  5330. });
  5331. }
  5332. /**
  5333. * Gets the private '.lexik_jwt_authentication.generate_token_command.lazy' shared service.
  5334. *
  5335. * @return \Symfony\Component\Console\Command\LazyCommand
  5336. */
  5337. protected function get_LexikJwtAuthentication_GenerateTokenCommand_LazyService()
  5338. {
  5339. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5340. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5341. 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 {
  5342. return ($this->services['lexik_jwt_authentication.generate_token_command'] ?? $this->getLexikJwtAuthentication_GenerateTokenCommandService());
  5343. });
  5344. }
  5345. /**
  5346. * Gets the private '.lexik_jwt_authentication.migrate_config_command.lazy' shared service.
  5347. *
  5348. * @return \Symfony\Component\Console\Command\LazyCommand
  5349. */
  5350. protected function get_LexikJwtAuthentication_MigrateConfigCommand_LazyService()
  5351. {
  5352. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5353. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5354. 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 {
  5355. return ($this->privates['lexik_jwt_authentication.migrate_config_command'] ?? $this->getLexikJwtAuthentication_MigrateConfigCommandService());
  5356. });
  5357. }
  5358. /**
  5359. * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  5360. *
  5361. * @return \Symfony\Component\Console\Command\LazyCommand
  5362. */
  5363. protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  5364. {
  5365. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5366. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5367. 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 {
  5368. return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  5369. });
  5370. }
  5371. /**
  5372. * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  5373. *
  5374. * @return \Symfony\Component\Console\Command\LazyCommand
  5375. */
  5376. protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  5377. {
  5378. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5379. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5380. 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 {
  5381. return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  5382. });
  5383. }
  5384. /**
  5385. * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  5386. *
  5387. * @return \Symfony\Component\Console\Command\LazyCommand
  5388. */
  5389. protected function get_Maker_AutoCommand_MakeController_LazyService()
  5390. {
  5391. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5392. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5393. 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 {
  5394. return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  5395. });
  5396. }
  5397. /**
  5398. * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  5399. *
  5400. * @return \Symfony\Component\Console\Command\LazyCommand
  5401. */
  5402. protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  5403. {
  5404. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5405. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5406. 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 {
  5407. return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  5408. });
  5409. }
  5410. /**
  5411. * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  5412. *
  5413. * @return \Symfony\Component\Console\Command\LazyCommand
  5414. */
  5415. protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  5416. {
  5417. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5418. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5419. 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 {
  5420. return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  5421. });
  5422. }
  5423. /**
  5424. * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  5425. *
  5426. * @return \Symfony\Component\Console\Command\LazyCommand
  5427. */
  5428. protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  5429. {
  5430. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5431. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5432. 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 {
  5433. return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  5434. });
  5435. }
  5436. /**
  5437. * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  5438. *
  5439. * @return \Symfony\Component\Console\Command\LazyCommand
  5440. */
  5441. protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  5442. {
  5443. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5444. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5445. 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 {
  5446. return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  5447. });
  5448. }
  5449. /**
  5450. * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  5451. *
  5452. * @return \Symfony\Component\Console\Command\LazyCommand
  5453. */
  5454. protected function get_Maker_AutoCommand_MakeForm_LazyService()
  5455. {
  5456. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5457. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5458. 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 {
  5459. return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  5460. });
  5461. }
  5462. /**
  5463. * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  5464. *
  5465. * @return \Symfony\Component\Console\Command\LazyCommand
  5466. */
  5467. protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  5468. {
  5469. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5470. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5471. 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 {
  5472. return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  5473. });
  5474. }
  5475. /**
  5476. * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  5477. *
  5478. * @return \Symfony\Component\Console\Command\LazyCommand
  5479. */
  5480. protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  5481. {
  5482. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5483. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5484. 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 {
  5485. return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  5486. });
  5487. }
  5488. /**
  5489. * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  5490. *
  5491. * @return \Symfony\Component\Console\Command\LazyCommand
  5492. */
  5493. protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  5494. {
  5495. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5496. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5497. 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 {
  5498. return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  5499. });
  5500. }
  5501. /**
  5502. * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  5503. *
  5504. * @return \Symfony\Component\Console\Command\LazyCommand
  5505. */
  5506. protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  5507. {
  5508. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5509. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5510. 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 {
  5511. return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  5512. });
  5513. }
  5514. /**
  5515. * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  5516. *
  5517. * @return \Symfony\Component\Console\Command\LazyCommand
  5518. */
  5519. protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  5520. {
  5521. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5522. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5523. 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 {
  5524. return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  5525. });
  5526. }
  5527. /**
  5528. * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  5529. *
  5530. * @return \Symfony\Component\Console\Command\LazyCommand
  5531. */
  5532. protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  5533. {
  5534. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5535. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5536. 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 {
  5537. return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  5538. });
  5539. }
  5540. /**
  5541. * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  5542. *
  5543. * @return \Symfony\Component\Console\Command\LazyCommand
  5544. */
  5545. protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  5546. {
  5547. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5548. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5549. 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 {
  5550. return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  5551. });
  5552. }
  5553. /**
  5554. * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  5555. *
  5556. * @return \Symfony\Component\Console\Command\LazyCommand
  5557. */
  5558. protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  5559. {
  5560. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5561. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5562. 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 {
  5563. return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  5564. });
  5565. }
  5566. /**
  5567. * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  5568. *
  5569. * @return \Symfony\Component\Console\Command\LazyCommand
  5570. */
  5571. protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  5572. {
  5573. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5574. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5575. 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 {
  5576. return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  5577. });
  5578. }
  5579. /**
  5580. * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  5581. *
  5582. * @return \Symfony\Component\Console\Command\LazyCommand
  5583. */
  5584. protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  5585. {
  5586. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5587. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5588. 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 {
  5589. return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  5590. });
  5591. }
  5592. /**
  5593. * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  5594. *
  5595. * @return \Symfony\Component\Console\Command\LazyCommand
  5596. */
  5597. protected function get_Maker_AutoCommand_MakeTest_LazyService()
  5598. {
  5599. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5600. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5601. 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 {
  5602. return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  5603. });
  5604. }
  5605. /**
  5606. * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  5607. *
  5608. * @return \Symfony\Component\Console\Command\LazyCommand
  5609. */
  5610. protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  5611. {
  5612. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5613. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5614. 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 {
  5615. return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  5616. });
  5617. }
  5618. /**
  5619. * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  5620. *
  5621. * @return \Symfony\Component\Console\Command\LazyCommand
  5622. */
  5623. protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  5624. {
  5625. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5626. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5627. 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 {
  5628. return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  5629. });
  5630. }
  5631. /**
  5632. * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  5633. *
  5634. * @return \Symfony\Component\Console\Command\LazyCommand
  5635. */
  5636. protected function get_Maker_AutoCommand_MakeUser_LazyService()
  5637. {
  5638. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5639. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5640. 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 {
  5641. return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  5642. });
  5643. }
  5644. /**
  5645. * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  5646. *
  5647. * @return \Symfony\Component\Console\Command\LazyCommand
  5648. */
  5649. protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  5650. {
  5651. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5652. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5653. 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 {
  5654. return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  5655. });
  5656. }
  5657. /**
  5658. * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  5659. *
  5660. * @return \Symfony\Component\Console\Command\LazyCommand
  5661. */
  5662. protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  5663. {
  5664. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5665. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5666. 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 {
  5667. return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  5668. });
  5669. }
  5670. /**
  5671. * Gets the private '.monolog.command.server_log.lazy' shared service.
  5672. *
  5673. * @return \Symfony\Component\Console\Command\LazyCommand
  5674. */
  5675. protected function get_Monolog_Command_ServerLog_LazyService()
  5676. {
  5677. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5678. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5679. 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 {
  5680. return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  5681. });
  5682. }
  5683. /**
  5684. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  5685. *
  5686. * @return \Symfony\Component\Console\Command\LazyCommand
  5687. */
  5688. protected function get_Security_Command_DebugFirewall_LazyService()
  5689. {
  5690. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5691. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5692. 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 {
  5693. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  5694. });
  5695. }
  5696. /**
  5697. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  5698. *
  5699. * @return \Symfony\Component\Console\Command\LazyCommand
  5700. */
  5701. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  5702. {
  5703. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5704. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5705. 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 {
  5706. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  5707. });
  5708. }
  5709. /**
  5710. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  5711. *
  5712. * @return \Symfony\Component\Console\Command\LazyCommand
  5713. */
  5714. protected function get_Security_Command_UserPasswordHash_LazyService()
  5715. {
  5716. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5717. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5718. 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 {
  5719. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  5720. });
  5721. }
  5722. /**
  5723. * Gets the private '.service_locator..eHqkeB' shared service.
  5724. *
  5725. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5726. */
  5727. protected function get_ServiceLocator__EHqkeBService()
  5728. {
  5729. return $this->privates['.service_locator..eHqkeB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5730. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  5731. ], [
  5732. 'paginator' => '?',
  5733. ]);
  5734. }
  5735. /**
  5736. * Gets the private '.service_locator.0B7M3KW' shared service.
  5737. *
  5738. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5739. */
  5740. protected function get_ServiceLocator_0B7M3KWService()
  5741. {
  5742. return $this->privates['.service_locator.0B7M3KW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5743. '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.'],
  5744. ], [
  5745. 'invoice' => 'App\\Entity\\ECommerce\\Invoice',
  5746. ]);
  5747. }
  5748. /**
  5749. * Gets the private '.service_locator.1AQmb2u' shared service.
  5750. *
  5751. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5752. */
  5753. protected function get_ServiceLocator_1AQmb2uService()
  5754. {
  5755. return $this->privates['.service_locator.1AQmb2u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5756. '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.'],
  5757. ], [
  5758. 'preOrder' => 'App\\Entity\\ECommerce\\PreOrder',
  5759. ]);
  5760. }
  5761. /**
  5762. * Gets the private '.service_locator.24x0_QY' shared service.
  5763. *
  5764. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5765. */
  5766. protected function get_ServiceLocator_24x0QYService()
  5767. {
  5768. return $this->privates['.service_locator.24x0_QY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5769. '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.'],
  5770. ], [
  5771. 'page' => 'App\\Entity\\Content\\Page',
  5772. ]);
  5773. }
  5774. /**
  5775. * Gets the private '.service_locator.3MZgNqB' shared service.
  5776. *
  5777. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5778. */
  5779. protected function get_ServiceLocator_3MZgNqBService()
  5780. {
  5781. return $this->privates['.service_locator.3MZgNqB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5782. '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.'],
  5783. ], [
  5784. 'cart' => 'App\\Entity\\ECommerce\\Cart',
  5785. ]);
  5786. }
  5787. /**
  5788. * Gets the private '.service_locator.3zs2zNk' shared service.
  5789. *
  5790. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5791. */
  5792. protected function get_ServiceLocator_3zs2zNkService()
  5793. {
  5794. return $this->privates['.service_locator.3zs2zNk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5795. '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.'],
  5796. ], [
  5797. 'user' => 'App\\Entity\\App\\User',
  5798. ]);
  5799. }
  5800. /**
  5801. * Gets the private '.service_locator.4LlMo_5' shared service.
  5802. *
  5803. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5804. */
  5805. protected function get_ServiceLocator_4LlMo5Service()
  5806. {
  5807. return $this->privates['.service_locator.4LlMo_5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5808. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  5809. ], [
  5810. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  5811. ]);
  5812. }
  5813. /**
  5814. * Gets the private '.service_locator.4riGSMU' shared service.
  5815. *
  5816. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5817. */
  5818. protected function get_ServiceLocator_4riGSMUService()
  5819. {
  5820. return $this->privates['.service_locator.4riGSMU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5821. '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.'],
  5822. ], [
  5823. 'depot' => 'App\\Entity\\ECommerce\\Depot',
  5824. ]);
  5825. }
  5826. /**
  5827. * Gets the private '.service_locator.53BE5m3' shared service.
  5828. *
  5829. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5830. */
  5831. protected function get_ServiceLocator_53BE5m3Service()
  5832. {
  5833. return $this->privates['.service_locator.53BE5m3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5834. '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.'],
  5835. ], [
  5836. 'document' => 'App\\Entity\\Content\\Document',
  5837. ]);
  5838. }
  5839. /**
  5840. * Gets the private '.service_locator.5Fh8kKj' shared service.
  5841. *
  5842. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5843. */
  5844. protected function get_ServiceLocator_5Fh8kKjService()
  5845. {
  5846. return $this->privates['.service_locator.5Fh8kKj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5847. '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.'],
  5848. ], [
  5849. 'documentCategory' => 'App\\Entity\\Content\\DocumentCategory',
  5850. ]);
  5851. }
  5852. /**
  5853. * Gets the private '.service_locator.7TkqQwZ' shared service.
  5854. *
  5855. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5856. */
  5857. protected function get_ServiceLocator_7TkqQwZService()
  5858. {
  5859. return $this->privates['.service_locator.7TkqQwZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5860. '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?'],
  5861. ], [
  5862. 'pagination' => 'Knp\\Bundle\\PaginatorBundle\\Pagination\\SlidingPaginationInterface',
  5863. ]);
  5864. }
  5865. /**
  5866. * Gets the private '.service_locator.8vruSwe' shared service.
  5867. *
  5868. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5869. */
  5870. protected function get_ServiceLocator_8vruSweService()
  5871. {
  5872. return $this->privates['.service_locator.8vruSwe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5873. '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.'],
  5874. ], [
  5875. 'individualOrder' => 'App\\Entity\\ECommerce\\IndividualOrder',
  5876. ]);
  5877. }
  5878. /**
  5879. * Gets the private '.service_locator.92w_ojF' shared service.
  5880. *
  5881. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5882. */
  5883. protected function get_ServiceLocator_92wOjFService()
  5884. {
  5885. return $this->privates['.service_locator.92w_ojF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5886. 'pageRepository' => ['privates', 'App\\Repository\\Content\\PageRepository', 'getPageRepositoryService', false],
  5887. ], [
  5888. 'pageRepository' => 'App\\Repository\\Content\\PageRepository',
  5889. ]);
  5890. }
  5891. /**
  5892. * Gets the private '.service_locator.AEobitz' shared service.
  5893. *
  5894. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5895. */
  5896. protected function get_ServiceLocator_AEobitzService()
  5897. {
  5898. return $this->privates['.service_locator.AEobitz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5899. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  5900. '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.'],
  5901. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  5902. ], [
  5903. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  5904. 'item' => 'App\\Entity\\ECommerce\\CartItem',
  5905. 'translator' => '?',
  5906. ]);
  5907. }
  5908. /**
  5909. * Gets the private '.service_locator.Ak1ug5q' shared service.
  5910. *
  5911. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5912. */
  5913. protected function get_ServiceLocator_Ak1ug5qService()
  5914. {
  5915. return $this->privates['.service_locator.Ak1ug5q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5916. 'responseFactory' => ['privates', 'nyholm.psr7.psr17_factory', 'getNyholm_Psr7_Psr17FactoryService', false],
  5917. '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?'],
  5918. ], [
  5919. 'responseFactory' => '?',
  5920. 'serverRequest' => 'Psr\\Http\\Message\\ServerRequestInterface',
  5921. ]);
  5922. }
  5923. /**
  5924. * Gets the private '.service_locator.C9agCx9' shared service.
  5925. *
  5926. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5927. */
  5928. protected function get_ServiceLocator_C9agCx9Service()
  5929. {
  5930. return $this->privates['.service_locator.C9agCx9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5931. 'cartItem' => ['privates', '.errored..service_locator.C9agCx9.App\\Entity\\ECommerce\\CartItem', NULL, 'Cannot autowire service ".service_locator.C9agCx9": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.'],
  5932. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  5933. ], [
  5934. 'cartItem' => 'App\\Entity\\ECommerce\\CartItem',
  5935. 'dispatcher' => '?',
  5936. ]);
  5937. }
  5938. /**
  5939. * Gets the private '.service_locator.DiE3yWg' shared service.
  5940. *
  5941. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5942. */
  5943. protected function get_ServiceLocator_DiE3yWgService()
  5944. {
  5945. return $this->privates['.service_locator.DiE3yWg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5946. '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.'],
  5947. 'repository' => ['privates', 'App\\Repository\\ECommerce\\ProductRepository', 'getProductRepositoryService', false],
  5948. ], [
  5949. 'depot' => 'App\\Entity\\ECommerce\\Depot',
  5950. 'repository' => 'App\\Repository\\ECommerce\\ProductRepository',
  5951. ]);
  5952. }
  5953. /**
  5954. * Gets the private '.service_locator.EAH7r53' shared service.
  5955. *
  5956. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5957. */
  5958. protected function get_ServiceLocator_EAH7r53Service()
  5959. {
  5960. return $this->privates['.service_locator.EAH7r53'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5961. '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.'],
  5962. ], [
  5963. 'product' => 'App\\Entity\\ECommerce\\Product',
  5964. ]);
  5965. }
  5966. /**
  5967. * Gets the private '.service_locator.EQaAODi' shared service.
  5968. *
  5969. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5970. */
  5971. protected function get_ServiceLocator_EQaAODiService()
  5972. {
  5973. return $this->privates['.service_locator.EQaAODi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5974. '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.'],
  5975. ], [
  5976. 'shipping' => 'App\\Entity\\ECommerce\\Shipping',
  5977. ]);
  5978. }
  5979. /**
  5980. * Gets the private '.service_locator.ESsj4cd' shared service.
  5981. *
  5982. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5983. */
  5984. protected function get_ServiceLocator_ESsj4cdService()
  5985. {
  5986. return $this->privates['.service_locator.ESsj4cd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5987. '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.'],
  5988. ], [
  5989. 'productManufacturer' => 'App\\Entity\\ECommerce\\ProductManufacturer',
  5990. ]);
  5991. }
  5992. /**
  5993. * Gets the private '.service_locator.G2DNP89' shared service.
  5994. *
  5995. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5996. */
  5997. protected function get_ServiceLocator_G2DNP89Service()
  5998. {
  5999. return $this->privates['.service_locator.G2DNP89'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6000. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  6001. 'security.event_dispatcher.api' => ['privates', 'security.event_dispatcher.api', 'getSecurity_EventDispatcher_ApiService', false],
  6002. 'security.event_dispatcher.login' => ['privates', 'security.event_dispatcher.login', 'getSecurity_EventDispatcher_LoginService', false],
  6003. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  6004. ], [
  6005. 'event_dispatcher' => '?',
  6006. 'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6007. 'security.event_dispatcher.login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6008. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6009. ]);
  6010. }
  6011. /**
  6012. * Gets the private '.service_locator.Hof_h8f' shared service.
  6013. *
  6014. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6015. */
  6016. protected function get_ServiceLocator_HofH8fService()
  6017. {
  6018. return $this->privates['.service_locator.Hof_h8f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6019. 'blogRepository' => ['privates', 'App\\Repository\\Content\\BlogRepository', 'getBlogRepositoryService', false],
  6020. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  6021. ], [
  6022. 'blogRepository' => 'App\\Repository\\Content\\BlogRepository',
  6023. 'paginator' => '?',
  6024. ]);
  6025. }
  6026. /**
  6027. * Gets the private '.service_locator.HuCbgQo' shared service.
  6028. *
  6029. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6030. */
  6031. protected function get_ServiceLocator_HuCbgQoService()
  6032. {
  6033. return $this->privates['.service_locator.HuCbgQo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6034. '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?'],
  6035. ], [
  6036. 'form' => 'Symfony\\Component\\Form\\FormInterface',
  6037. ]);
  6038. }
  6039. /**
  6040. * Gets the private '.service_locator.Icdlr8x' shared service.
  6041. *
  6042. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6043. */
  6044. protected function get_ServiceLocator_Icdlr8xService()
  6045. {
  6046. return $this->privates['.service_locator.Icdlr8x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6047. '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.'],
  6048. ], [
  6049. 'firm' => 'App\\Entity\\ECommerce\\Firm',
  6050. ]);
  6051. }
  6052. /**
  6053. * Gets the private '.service_locator.J1lTxub' shared service.
  6054. *
  6055. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6056. */
  6057. protected function get_ServiceLocator_J1lTxubService()
  6058. {
  6059. return $this->privates['.service_locator.J1lTxub'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6060. 'firmManager' => ['privates', 'App\\Service\\ECommerce\\FirmManager', 'getFirmManagerService', false],
  6061. 'randomizer' => ['privates', 'App\\Service\\Auth\\Randomizer', 'getRandomizerService', false],
  6062. ], [
  6063. 'firmManager' => 'App\\Service\\ECommerce\\FirmManager',
  6064. 'randomizer' => 'App\\Service\\Auth\\Randomizer',
  6065. ]);
  6066. }
  6067. /**
  6068. * Gets the private '.service_locator.JxpQMV3' shared service.
  6069. *
  6070. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6071. */
  6072. protected function get_ServiceLocator_JxpQMV3Service()
  6073. {
  6074. return $this->privates['.service_locator.JxpQMV3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6075. '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.'],
  6076. ], [
  6077. 'blogComment' => 'App\\Entity\\Content\\BlogComment',
  6078. ]);
  6079. }
  6080. /**
  6081. * Gets the private '.service_locator.KHii2Lq' shared service.
  6082. *
  6083. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6084. */
  6085. protected function get_ServiceLocator_KHii2LqService()
  6086. {
  6087. return $this->privates['.service_locator.KHii2Lq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6088. 'entityManager' => ['services', 'doctrine', 'getDoctrineService', false],
  6089. ], [
  6090. 'entityManager' => '?',
  6091. ]);
  6092. }
  6093. /**
  6094. * Gets the private '.service_locator.KLVvNIq' shared service.
  6095. *
  6096. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6097. */
  6098. protected function get_ServiceLocator_KLVvNIqService()
  6099. {
  6100. return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6101. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
  6102. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
  6103. ], [
  6104. 'doctrine.ulid_generator' => '?',
  6105. 'doctrine.uuid_generator' => '?',
  6106. ]);
  6107. }
  6108. /**
  6109. * Gets the private '.service_locator.KNVii_Y' shared service.
  6110. *
  6111. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6112. */
  6113. protected function get_ServiceLocator_KNViiYService()
  6114. {
  6115. return $this->privates['.service_locator.KNVii_Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6116. 'JWTTokenManager' => ['services', 'lexik_jwt_authentication.jwt_manager', 'getLexikJwtAuthentication_JwtManagerService', false],
  6117. 'authenticator' => ['privates', 'App\\Security\\App\\Authenticator', 'getAuthenticatorService', false],
  6118. 'userProvider' => ['privates', 'security.user.provider.concrete.app_user_provider', 'getSecurity_User_Provider_Concrete_AppUserProviderService', false],
  6119. ], [
  6120. 'JWTTokenManager' => '?',
  6121. 'authenticator' => 'App\\Security\\App\\Authenticator',
  6122. 'userProvider' => '?',
  6123. ]);
  6124. }
  6125. /**
  6126. * Gets the private '.service_locator.KXmXgYE' shared service.
  6127. *
  6128. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6129. */
  6130. protected function get_ServiceLocator_KXmXgYEService()
  6131. {
  6132. return $this->privates['.service_locator.KXmXgYE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6133. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  6134. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  6135. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  6136. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  6137. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  6138. 'router' => ['services', 'router', 'getRouterService', false],
  6139. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  6140. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  6141. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  6142. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  6143. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  6144. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  6145. ], [
  6146. 'doctrine' => '?',
  6147. 'form.factory' => '?',
  6148. 'http_kernel' => '?',
  6149. 'parameter_bag' => '?',
  6150. 'request_stack' => '?',
  6151. 'router' => '?',
  6152. 'security.authorization_checker' => '?',
  6153. 'security.csrf.token_manager' => '?',
  6154. 'security.token_storage' => '?',
  6155. 'serializer' => '?',
  6156. 'session' => '.session.deprecated',
  6157. 'twig' => '?',
  6158. ]);
  6159. }
  6160. /**
  6161. * Gets the private '.service_locator.LH6AVFL' shared service.
  6162. *
  6163. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6164. */
  6165. protected function get_ServiceLocator_LH6AVFLService()
  6166. {
  6167. return $this->privates['.service_locator.LH6AVFL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6168. 'productSearchService' => ['privates', 'App\\Service\\ECommerce\\SynonymProductSearchService', 'getSynonymProductSearchServiceService', false],
  6169. ], [
  6170. 'productSearchService' => 'App\\Service\\ECommerce\\SynonymProductSearchService',
  6171. ]);
  6172. }
  6173. /**
  6174. * Gets the private '.service_locator.NTKoDGj' shared service.
  6175. *
  6176. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6177. */
  6178. protected function get_ServiceLocator_NTKoDGjService()
  6179. {
  6180. return $this->privates['.service_locator.NTKoDGj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6181. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  6182. 'item' => ['privates', '.errored..service_locator.NTKoDGj.App\\Entity\\ECommerce\\CartItem', NULL, 'Cannot autowire service ".service_locator.NTKoDGj": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.'],
  6183. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  6184. ], [
  6185. 'dispatcher' => '?',
  6186. 'item' => 'App\\Entity\\ECommerce\\CartItem',
  6187. 'translator' => '?',
  6188. ]);
  6189. }
  6190. /**
  6191. * Gets the private '.service_locator.Rkd1Ynl' shared service.
  6192. *
  6193. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6194. */
  6195. protected function get_ServiceLocator_Rkd1YnlService()
  6196. {
  6197. return $this->privates['.service_locator.Rkd1Ynl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6198. '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.'],
  6199. ], [
  6200. 'tag' => 'App\\Entity\\Content\\Tag',
  6201. ]);
  6202. }
  6203. /**
  6204. * Gets the private '.service_locator.Ry31pFD' shared service.
  6205. *
  6206. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6207. */
  6208. protected function get_ServiceLocator_Ry31pFDService()
  6209. {
  6210. return $this->privates['.service_locator.Ry31pFD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6211. '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.'],
  6212. ], [
  6213. 'category' => 'App\\Entity\\ECommerce\\ProductCategory',
  6214. ]);
  6215. }
  6216. /**
  6217. * Gets the private '.service_locator.VHYGNAD' shared service.
  6218. *
  6219. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6220. */
  6221. protected function get_ServiceLocator_VHYGNADService()
  6222. {
  6223. return $this->privates['.service_locator.VHYGNAD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6224. '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.'],
  6225. ], [
  6226. 'synonym' => 'App\\Entity\\ECommerce\\Synonym',
  6227. ]);
  6228. }
  6229. /**
  6230. * Gets the private '.service_locator.VVe_AfO' shared service.
  6231. *
  6232. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6233. */
  6234. protected function get_ServiceLocator_VVeAfOService()
  6235. {
  6236. return $this->privates['.service_locator.VVe_AfO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6237. '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.'],
  6238. ], [
  6239. 'searchTip' => 'App\\Entity\\ECommerce\\SearchTip',
  6240. ]);
  6241. }
  6242. /**
  6243. * Gets the private '.service_locator.WmI0KwH' shared service.
  6244. *
  6245. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6246. */
  6247. protected function get_ServiceLocator_WmI0KwHService()
  6248. {
  6249. return $this->privates['.service_locator.WmI0KwH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6250. '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.'],
  6251. 'productDocumentRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductDocumentRepository', 'getProductDocumentRepositoryService', false],
  6252. ], [
  6253. 'document' => 'App\\Entity\\Content\\Document',
  6254. 'productDocumentRepository' => 'App\\Repository\\ECommerce\\ProductDocumentRepository',
  6255. ]);
  6256. }
  6257. /**
  6258. * Gets the private '.service_locator.XptSR7j' shared service.
  6259. *
  6260. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6261. */
  6262. protected function get_ServiceLocator_XptSR7jService()
  6263. {
  6264. return $this->privates['.service_locator.XptSR7j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6265. '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.'],
  6266. ], [
  6267. 'query' => 'Doctrine\\ORM\\QueryBuilder',
  6268. ]);
  6269. }
  6270. /**
  6271. * Gets the private '.service_locator.Ye71P4b' shared service.
  6272. *
  6273. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6274. */
  6275. protected function get_ServiceLocator_Ye71P4bService()
  6276. {
  6277. return $this->privates['.service_locator.Ye71P4b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6278. '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.'],
  6279. ], [
  6280. 'item' => 'App\\Entity\\ECommerce\\CartItem',
  6281. ]);
  6282. }
  6283. /**
  6284. * Gets the private '.service_locator.Z3qlhxq' shared service.
  6285. *
  6286. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6287. */
  6288. protected function get_ServiceLocator_Z3qlhxqService()
  6289. {
  6290. return $this->privates['.service_locator.Z3qlhxq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6291. '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.'],
  6292. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  6293. 'repository' => ['privates', 'App\\Repository\\ECommerce\\ProductRepository', 'getProductRepositoryService', false],
  6294. ], [
  6295. 'depot' => 'App\\Entity\\ECommerce\\Depot',
  6296. 'paginator' => '?',
  6297. 'repository' => 'App\\Repository\\ECommerce\\ProductRepository',
  6298. ]);
  6299. }
  6300. /**
  6301. * Gets the private '.service_locator.ZFQOQoR' shared service.
  6302. *
  6303. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6304. */
  6305. protected function get_ServiceLocator_ZFQOQoRService()
  6306. {
  6307. return $this->privates['.service_locator.ZFQOQoR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6308. '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.'],
  6309. ], [
  6310. 'productGroup' => 'App\\Entity\\ECommerce\\ProductGroup',
  6311. ]);
  6312. }
  6313. /**
  6314. * Gets the private '.service_locator._8ukBva' shared service.
  6315. *
  6316. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6317. */
  6318. protected function get_ServiceLocator_8ukBvaService()
  6319. {
  6320. return $this->privates['.service_locator._8ukBva'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6321. 'cartItem' => ['privates', '.errored..service_locator._8ukBva.App\\Entity\\ECommerce\\CartItem', NULL, 'Cannot autowire service ".service_locator._8ukBva": it references class "App\\Entity\\ECommerce\\CartItem" but no such service exists.'],
  6322. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  6323. ], [
  6324. 'cartItem' => 'App\\Entity\\ECommerce\\CartItem',
  6325. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  6326. ]);
  6327. }
  6328. /**
  6329. * Gets the private '.service_locator.axy02Gk' shared service.
  6330. *
  6331. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6332. */
  6333. protected function get_ServiceLocator_Axy02GkService()
  6334. {
  6335. return $this->privates['.service_locator.axy02Gk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6336. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', false],
  6337. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  6338. 'security.firewall.map.context.docs' => ['privates', 'security.firewall.map.context.docs', 'getSecurity_Firewall_Map_Context_DocsService', false],
  6339. 'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService', false],
  6340. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  6341. ], [
  6342. 'security.firewall.map.context.api' => '?',
  6343. 'security.firewall.map.context.dev' => '?',
  6344. 'security.firewall.map.context.docs' => '?',
  6345. 'security.firewall.map.context.login' => '?',
  6346. 'security.firewall.map.context.main' => '?',
  6347. ]);
  6348. }
  6349. /**
  6350. * Gets the private '.service_locator.bIEPVfZ' shared service.
  6351. *
  6352. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6353. */
  6354. protected function get_ServiceLocator_BIEPVfZService()
  6355. {
  6356. return $this->privates['.service_locator.bIEPVfZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6357. '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.'],
  6358. 'documentUploader' => ['privates', 'App\\Service\\Content\\DocumentUploader', 'getDocumentUploaderService', false],
  6359. ], [
  6360. 'document' => 'App\\Entity\\Content\\Document',
  6361. 'documentUploader' => 'App\\Service\\Content\\DocumentUploader',
  6362. ]);
  6363. }
  6364. /**
  6365. * Gets the private '.service_locator.bKslYcL' shared service.
  6366. *
  6367. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6368. */
  6369. protected function get_ServiceLocator_BKslYcLService()
  6370. {
  6371. return $this->privates['.service_locator.bKslYcL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6372. 'securityService' => ['privates', 'App\\Security\\App\\AuthSecurityService', 'getAuthSecurityServiceService', false],
  6373. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  6374. ], [
  6375. 'securityService' => 'App\\Security\\App\\AuthSecurityService',
  6376. 'translator' => '?',
  6377. ]);
  6378. }
  6379. /**
  6380. * Gets the private '.service_locator.cALxgg7' shared service.
  6381. *
  6382. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6383. */
  6384. protected function get_ServiceLocator_CALxgg7Service()
  6385. {
  6386. return $this->privates['.service_locator.cALxgg7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6387. 'App\\Controller\\App\\Dashboard\\EntityAJAXController::getChoices' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  6388. 'App\\Controller\\App\\Dashboard\\MenuController::deleteAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6389. 'App\\Controller\\App\\Dashboard\\MenuController::editAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6390. 'App\\Controller\\App\\Dashboard\\MenuController::editItemAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6391. 'App\\Controller\\App\\Dashboard\\MenuController::showAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6392. 'App\\Controller\\Auth\\API\\ProfileController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6393. 'App\\Controller\\Auth\\API\\ProfileController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6394. 'App\\Controller\\Auth\\API\\ProfileController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6395. 'App\\Controller\\Auth\\API\\SecurityController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6396. 'App\\Controller\\Auth\\API\\SecurityController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6397. 'App\\Controller\\Auth\\API\\SecurityController::login' => ['privates', '.service_locator.KNVii_Y', 'get_ServiceLocator_KNViiYService', false],
  6398. 'App\\Controller\\Auth\\API\\SecurityController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6399. 'App\\Controller\\Auth\\App\\AccountManagementController::newPassword' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  6400. 'App\\Controller\\Auth\\App\\AccountManagementController::register' => ['privates', '.service_locator.w5iev3L', 'get_ServiceLocator_W5iev3LService', false],
  6401. 'App\\Controller\\Auth\\App\\AccountManagementController::resetPassword' => ['privates', '.service_locator.yb7CYgD', 'get_ServiceLocator_Yb7CYgDService', false],
  6402. 'App\\Controller\\Auth\\App\\AccountManagementController::verifyEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  6403. 'App\\Controller\\Auth\\App\\GuestController::guestLoginAction' => ['privates', '.service_locator.J1lTxub', 'get_ServiceLocator_J1lTxubService', false],
  6404. 'App\\Controller\\Auth\\App\\SecurityController::login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  6405. 'App\\Controller\\Auth\\Dashboard\\UserController::deleteAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6406. 'App\\Controller\\Auth\\Dashboard\\UserController::editAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6407. 'App\\Controller\\Auth\\Dashboard\\UserController::indexAction' => ['privates', '.service_locator.flX.qV0', 'get_ServiceLocator_FlX_QV0Service', false],
  6408. 'App\\Controller\\Auth\\Dashboard\\UserController::showAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6409. 'App\\Controller\\CRM\\APIController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6410. 'App\\Controller\\CRM\\APIController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6411. 'App\\Controller\\CRM\\APIController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6412. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::getAllDetailsAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6413. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6414. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6415. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6416. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::getAllForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6417. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::getSummarizedDataAction' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6418. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6419. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6420. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6421. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::getAllForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6422. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::getConfirmedForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6423. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6424. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6425. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6426. 'App\\Controller\\CRM\\Orders\\ProductOrderController::getAllForThisYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6427. 'App\\Controller\\CRM\\Orders\\ProductOrderController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6428. 'App\\Controller\\CRM\\Orders\\ProductOrderController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6429. 'App\\Controller\\CRM\\Orders\\ProductOrderController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6430. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::getRebatesListForPartnerAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6431. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6432. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6433. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6434. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6435. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6436. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6437. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::showAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6438. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::showOneForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6439. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::getFixedPricesAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6440. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6441. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6442. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6443. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::getNotDeliveredProducts' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6444. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6445. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6446. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6447. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6448. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForPartnerPerYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6449. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForThisMonthPerYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6450. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getProductGroups' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6451. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6452. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6453. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6454. 'App\\Controller\\CRM\\Products\\TradeItemsController::getAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6455. 'App\\Controller\\CRM\\Products\\TradeItemsController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6456. 'App\\Controller\\CRM\\Products\\TradeItemsController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6457. 'App\\Controller\\CRM\\Products\\TradeItemsController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6458. 'App\\Controller\\CRM\\Reports\\PartnerController::getPartnersAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6459. 'App\\Controller\\CRM\\Reports\\PartnerController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6460. 'App\\Controller\\CRM\\Reports\\PartnerController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6461. 'App\\Controller\\CRM\\Reports\\PartnerController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6462. 'App\\Controller\\CRM\\Reports\\PartnerController::showPartnerAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6463. 'App\\Controller\\CRM\\Reports\\PartnerController::showPartnerFinancialState' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6464. 'App\\Controller\\CRM\\VisitController::createAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6465. 'App\\Controller\\CRM\\VisitController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6466. 'App\\Controller\\CRM\\VisitController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6467. 'App\\Controller\\CRM\\VisitController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6468. 'App\\Controller\\CRM\\VisitController::showAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6469. 'App\\Controller\\CRM\\VisitController::showAllAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6470. 'App\\Controller\\CRM\\VisitController::updateAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6471. 'App\\Controller\\Content\\App\\BlogCategoryController::sidebarAction' => ['privates', '.service_locator.dLtxGTO', 'get_ServiceLocator_DLtxGTOService', false],
  6472. 'App\\Controller\\Content\\App\\BlogCommentController::createAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6473. 'App\\Controller\\Content\\App\\BlogController::byTypeAction' => ['privates', '.service_locator.Hof_h8f', 'get_ServiceLocator_HofH8fService', false],
  6474. 'App\\Controller\\Content\\App\\BlogController::indexAction' => ['privates', '.service_locator.Hof_h8f', 'get_ServiceLocator_HofH8fService', false],
  6475. 'App\\Controller\\Content\\App\\BlogController::similarAction' => ['privates', '.service_locator.ijLyqep', 'get_ServiceLocator_IjLyqepService', false],
  6476. 'App\\Controller\\Content\\App\\BlogController::viewAction' => ['privates', '.service_locator.ktOaDPN', 'get_ServiceLocator_KtOaDPNService', false],
  6477. 'App\\Controller\\Content\\App\\BlogController::viewCommentsAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6478. 'App\\Controller\\Content\\App\\DocumentCategoryController::bySlugAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6479. 'App\\Controller\\Content\\App\\DocumentController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6480. 'App\\Controller\\Content\\App\\DocumentController::widgetAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6481. 'App\\Controller\\Content\\App\\PageController::indexAction' => ['privates', '.service_locator.92w_ojF', 'get_ServiceLocator_92wOjFService', false],
  6482. 'App\\Controller\\Content\\App\\PageController::showAction' => ['privates', '.service_locator.v6iD_kw', 'get_ServiceLocator_V6iDKwService', false],
  6483. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::deleteAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6484. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::editAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6485. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::showAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6486. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::approveAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6487. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::deleteAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6488. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::denyAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6489. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::showAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6490. 'App\\Controller\\Content\\Dashboard\\BlogController::deleteAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6491. 'App\\Controller\\Content\\Dashboard\\BlogController::editAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6492. 'App\\Controller\\Content\\Dashboard\\BlogController::showAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6493. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::deleteAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6494. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::editAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6495. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::showAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6496. 'App\\Controller\\Content\\Dashboard\\DocumentController::deleteAction' => ['privates', '.service_locator.WmI0KwH', 'get_ServiceLocator_WmI0KwHService', false],
  6497. 'App\\Controller\\Content\\Dashboard\\DocumentController::editAction' => ['privates', '.service_locator.bIEPVfZ', 'get_ServiceLocator_BIEPVfZService', false],
  6498. 'App\\Controller\\Content\\Dashboard\\DocumentController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6499. 'App\\Controller\\Content\\Dashboard\\DocumentController::newAction' => ['privates', '.service_locator.eAEku0l', 'get_ServiceLocator_EAEku0lService', false],
  6500. 'App\\Controller\\Content\\Dashboard\\DocumentController::showAction' => ['privates', '.service_locator.53BE5m3', 'get_ServiceLocator_53BE5m3Service', false],
  6501. 'App\\Controller\\Content\\Dashboard\\PageController::deleteAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  6502. 'App\\Controller\\Content\\Dashboard\\PageController::editAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  6503. 'App\\Controller\\Content\\Dashboard\\PageController::showAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  6504. 'App\\Controller\\Content\\Dashboard\\TagController::deleteAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  6505. 'App\\Controller\\Content\\Dashboard\\TagController::editAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  6506. 'App\\Controller\\Content\\Dashboard\\TagController::showAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  6507. 'App\\Controller\\ECommerce\\API\\CartController::checkout' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6508. 'App\\Controller\\ECommerce\\API\\CartController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6509. 'App\\Controller\\ECommerce\\API\\CartController::index' => ['privates', '.service_locator.og6ZQ_k', 'get_ServiceLocator_Og6ZQKService', false],
  6510. 'App\\Controller\\ECommerce\\API\\CartController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6511. 'App\\Controller\\ECommerce\\API\\CartController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6512. 'App\\Controller\\ECommerce\\API\\CartItemController::add' => ['privates', '.service_locator.usCN7vc', 'get_ServiceLocator_UsCN7vcService', false],
  6513. 'App\\Controller\\ECommerce\\API\\CartItemController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6514. 'App\\Controller\\ECommerce\\API\\CartItemController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6515. 'App\\Controller\\ECommerce\\API\\CartItemController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6516. 'App\\Controller\\ECommerce\\API\\CartItemController::quantity' => ['privates', '.service_locator.C9agCx9', 'get_ServiceLocator_C9agCx9Service', false],
  6517. 'App\\Controller\\ECommerce\\API\\CartItemController::removeAction' => ['privates', '.service_locator._8ukBva', 'get_ServiceLocator_8ukBvaService', false],
  6518. 'App\\Controller\\ECommerce\\API\\DepotController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6519. 'App\\Controller\\ECommerce\\API\\DepotController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6520. 'App\\Controller\\ECommerce\\API\\DepotController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6521. 'App\\Controller\\ECommerce\\API\\DepotController::showAction' => ['privates', '.service_locator.Z3qlhxq', 'get_ServiceLocator_Z3qlhxqService', false],
  6522. 'App\\Controller\\ECommerce\\API\\ProductController::findAction' => ['privates', '.service_locator.Z3qlhxq', 'get_ServiceLocator_Z3qlhxqService', false],
  6523. 'App\\Controller\\ECommerce\\API\\ProductController::handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6524. 'App\\Controller\\ECommerce\\API\\ProductController::jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6525. 'App\\Controller\\ECommerce\\API\\ProductController::paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6526. 'App\\Controller\\ECommerce\\API\\ProductController::showAction' => ['privates', '.service_locator.DiE3yWg', 'get_ServiceLocator_DiE3yWgService', false],
  6527. 'App\\Controller\\ECommerce\\App\\CartController::checkOutAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6528. 'App\\Controller\\ECommerce\\App\\CartController::checkOutGuestAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6529. 'App\\Controller\\ECommerce\\App\\CartController::indexAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6530. 'App\\Controller\\ECommerce\\App\\CartController::smallWidgetAction' => ['privates', '.service_locator.4LlMo_5', 'get_ServiceLocator_4LlMo5Service', false],
  6531. 'App\\Controller\\ECommerce\\App\\CartController::widgetAction' => ['privates', '.service_locator.4LlMo_5', 'get_ServiceLocator_4LlMo5Service', false],
  6532. 'App\\Controller\\ECommerce\\App\\CartItemController::addAction' => ['privates', '.service_locator.cRSyOjj', 'get_ServiceLocator_CRSyOjjService', false],
  6533. 'App\\Controller\\ECommerce\\App\\CartItemController::deliveryDateAction' => ['privates', '.service_locator.Ye71P4b', 'get_ServiceLocator_Ye71P4bService', false],
  6534. 'App\\Controller\\ECommerce\\App\\CartItemController::quantityAction' => ['privates', '.service_locator.NTKoDGj', 'get_ServiceLocator_NTKoDGjService', false],
  6535. 'App\\Controller\\ECommerce\\App\\CartItemController::removeAction' => ['privates', '.service_locator.AEobitz', 'get_ServiceLocator_AEobitzService', false],
  6536. 'App\\Controller\\ECommerce\\App\\CartItemController::showAction' => ['privates', '.service_locator.nOMBLbr', 'get_ServiceLocator_NOMBLbrService', false],
  6537. 'App\\Controller\\ECommerce\\App\\ClientController::editAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6538. 'App\\Controller\\ECommerce\\App\\ClientController::showAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6539. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::addAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  6540. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::checkOut' => ['privates', '.service_locator.bKslYcL', 'get_ServiceLocator_BKslYcLService', false],
  6541. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::checkOutByUser' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  6542. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::quantityAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  6543. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::removeAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  6544. 'App\\Controller\\ECommerce\\App\\InvoiceController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6545. 'App\\Controller\\ECommerce\\App\\InvoiceController::printAction' => ['privates', '.service_locator.daW_iHx', 'get_ServiceLocator_DaWIHxService', false],
  6546. 'App\\Controller\\ECommerce\\App\\InvoiceController::showAction' => ['privates', '.service_locator.0B7M3KW', 'get_ServiceLocator_0B7M3KWService', false],
  6547. 'App\\Controller\\ECommerce\\App\\PreOrderController::deleteAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  6548. 'App\\Controller\\ECommerce\\App\\PreOrderController::editAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  6549. 'App\\Controller\\ECommerce\\App\\PreOrderController::newShortAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6550. 'App\\Controller\\ECommerce\\App\\PreOrderController::showAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  6551. 'App\\Controller\\ECommerce\\App\\ProductCategoryController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6552. 'App\\Controller\\ECommerce\\App\\ProductController::filterByCategoryAction' => ['privates', '.service_locator.q31foOd', 'get_ServiceLocator_Q31foOdService', false],
  6553. 'App\\Controller\\ECommerce\\App\\ProductController::filterByNameAction' => ['privates', '.service_locator.wQaSWcn', 'get_ServiceLocator_WQaSWcnService', false],
  6554. 'App\\Controller\\ECommerce\\App\\ProductController::filterBySizeAction' => ['privates', '.service_locator.wQaSWcn', 'get_ServiceLocator_WQaSWcnService', false],
  6555. 'App\\Controller\\ECommerce\\App\\ProductController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6556. 'App\\Controller\\ECommerce\\App\\ProductController::show' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6557. 'App\\Controller\\ECommerce\\App\\ProductController::showAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6558. 'App\\Controller\\ECommerce\\App\\ProductController::showByRemoteId' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6559. 'App\\Controller\\ECommerce\\App\\ProductManufacturerController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6560. 'App\\Controller\\ECommerce\\App\\SynonymController::findSynonymAction' => ['privates', '.service_locator.hwcfYZo', 'get_ServiceLocator_HwcfYZoService', false],
  6561. 'App\\Controller\\ECommerce\\App\\SynonymController::findSynonymProductAction' => ['privates', '.service_locator.LH6AVFL', 'get_ServiceLocator_LH6AVFLService', false],
  6562. 'App\\Controller\\ECommerce\\Dashboard\\CartController::deleteAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  6563. 'App\\Controller\\ECommerce\\Dashboard\\CartController::editAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  6564. 'App\\Controller\\ECommerce\\Dashboard\\CartController::showAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  6565. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::deleteAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  6566. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::editAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  6567. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::showAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  6568. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::deleteAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6569. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::editAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6570. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6571. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::showAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6572. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::deleteAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  6573. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::editAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  6574. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::showAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  6575. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::deleteAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  6576. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::editAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  6577. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::showAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  6578. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::deleteAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  6579. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::editAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  6580. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::showAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  6581. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::deleteAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  6582. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::editAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  6583. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6584. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::showAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  6585. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::deleteAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6586. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::editAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6587. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::getAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6588. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6589. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::showAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6590. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::deleteAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  6591. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::editAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  6592. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::showAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  6593. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::deleteAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  6594. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::editAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  6595. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::showAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  6596. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::deleteAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  6597. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::editAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  6598. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::showAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  6599. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::deleteAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  6600. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::editAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  6601. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::showAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  6602. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::deleteAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  6603. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::editAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  6604. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::showAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  6605. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::deleteAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  6606. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::editAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  6607. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6608. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::showAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  6609. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController::indexAction' => ['privates', '.service_locator.Ak1ug5q', 'get_ServiceLocator_Ak1ug5qService', false],
  6610. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController::indexAction' => ['privates', '.service_locator.Ak1ug5q', 'get_ServiceLocator_Ak1ug5qService', false],
  6611. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  6612. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  6613. 'App\\Controller\\App\\Dashboard\\EntityAJAXController:getChoices' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  6614. 'App\\Controller\\App\\Dashboard\\MenuController:deleteAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6615. 'App\\Controller\\App\\Dashboard\\MenuController:editAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6616. 'App\\Controller\\App\\Dashboard\\MenuController:editItemAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6617. 'App\\Controller\\App\\Dashboard\\MenuController:showAction' => ['privates', '.service_locator.poVcuQX', 'get_ServiceLocator_PoVcuQXService', false],
  6618. 'App\\Controller\\Auth\\API\\ProfileController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6619. 'App\\Controller\\Auth\\API\\ProfileController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6620. 'App\\Controller\\Auth\\API\\ProfileController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6621. 'App\\Controller\\Auth\\API\\SecurityController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6622. 'App\\Controller\\Auth\\API\\SecurityController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6623. 'App\\Controller\\Auth\\API\\SecurityController:login' => ['privates', '.service_locator.KNVii_Y', 'get_ServiceLocator_KNViiYService', false],
  6624. 'App\\Controller\\Auth\\API\\SecurityController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6625. 'App\\Controller\\Auth\\App\\AccountManagementController:newPassword' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  6626. 'App\\Controller\\Auth\\App\\AccountManagementController:register' => ['privates', '.service_locator.w5iev3L', 'get_ServiceLocator_W5iev3LService', false],
  6627. 'App\\Controller\\Auth\\App\\AccountManagementController:resetPassword' => ['privates', '.service_locator.yb7CYgD', 'get_ServiceLocator_Yb7CYgDService', false],
  6628. 'App\\Controller\\Auth\\App\\AccountManagementController:verifyEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  6629. 'App\\Controller\\Auth\\App\\GuestController:guestLoginAction' => ['privates', '.service_locator.J1lTxub', 'get_ServiceLocator_J1lTxubService', false],
  6630. 'App\\Controller\\Auth\\App\\SecurityController:login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  6631. 'App\\Controller\\Auth\\Dashboard\\UserController:deleteAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6632. 'App\\Controller\\Auth\\Dashboard\\UserController:editAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6633. 'App\\Controller\\Auth\\Dashboard\\UserController:indexAction' => ['privates', '.service_locator.flX.qV0', 'get_ServiceLocator_FlX_QV0Service', false],
  6634. 'App\\Controller\\Auth\\Dashboard\\UserController:showAction' => ['privates', '.service_locator.3zs2zNk', 'get_ServiceLocator_3zs2zNkService', false],
  6635. 'App\\Controller\\CRM\\APIController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6636. 'App\\Controller\\CRM\\APIController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6637. 'App\\Controller\\CRM\\APIController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6638. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:getAllDetailsAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6639. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6640. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6641. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6642. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:getAllForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6643. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:getSummarizedDataAction' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6644. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6645. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6646. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6647. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:getAllForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6648. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:getConfirmedForPartner' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6649. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6650. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6651. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6652. 'App\\Controller\\CRM\\Orders\\ProductOrderController:getAllForThisYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6653. 'App\\Controller\\CRM\\Orders\\ProductOrderController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6654. 'App\\Controller\\CRM\\Orders\\ProductOrderController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6655. 'App\\Controller\\CRM\\Orders\\ProductOrderController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6656. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:getRebatesListForPartnerAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6657. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6658. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6659. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6660. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6661. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6662. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6663. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:showAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6664. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:showOneForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6665. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:getFixedPricesAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6666. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6667. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6668. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6669. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:getNotDeliveredProducts' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6670. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6671. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6672. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6673. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6674. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForPartnerPerYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6675. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForThisMonthPerYear' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6676. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getProductGroups' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6677. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6678. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6679. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6680. 'App\\Controller\\CRM\\Products\\TradeItemsController:getAllForPartner' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6681. 'App\\Controller\\CRM\\Products\\TradeItemsController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6682. 'App\\Controller\\CRM\\Products\\TradeItemsController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6683. 'App\\Controller\\CRM\\Products\\TradeItemsController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6684. 'App\\Controller\\CRM\\Reports\\PartnerController:getPartnersAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6685. 'App\\Controller\\CRM\\Reports\\PartnerController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6686. 'App\\Controller\\CRM\\Reports\\PartnerController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6687. 'App\\Controller\\CRM\\Reports\\PartnerController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6688. 'App\\Controller\\CRM\\Reports\\PartnerController:showPartnerAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6689. 'App\\Controller\\CRM\\Reports\\PartnerController:showPartnerFinancialState' => ['privates', '.service_locator.ia1UUdO', 'get_ServiceLocator_Ia1UUdOService', false],
  6690. 'App\\Controller\\CRM\\VisitController:createAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6691. 'App\\Controller\\CRM\\VisitController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6692. 'App\\Controller\\CRM\\VisitController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6693. 'App\\Controller\\CRM\\VisitController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6694. 'App\\Controller\\CRM\\VisitController:showAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6695. 'App\\Controller\\CRM\\VisitController:showAllAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6696. 'App\\Controller\\CRM\\VisitController:updateAction' => ['privates', '.service_locator.KHii2Lq', 'get_ServiceLocator_KHii2LqService', false],
  6697. 'App\\Controller\\Content\\App\\BlogCategoryController:sidebarAction' => ['privates', '.service_locator.dLtxGTO', 'get_ServiceLocator_DLtxGTOService', false],
  6698. 'App\\Controller\\Content\\App\\BlogCommentController:createAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6699. 'App\\Controller\\Content\\App\\BlogController:byTypeAction' => ['privates', '.service_locator.Hof_h8f', 'get_ServiceLocator_HofH8fService', false],
  6700. 'App\\Controller\\Content\\App\\BlogController:indexAction' => ['privates', '.service_locator.Hof_h8f', 'get_ServiceLocator_HofH8fService', false],
  6701. 'App\\Controller\\Content\\App\\BlogController:similarAction' => ['privates', '.service_locator.ijLyqep', 'get_ServiceLocator_IjLyqepService', false],
  6702. 'App\\Controller\\Content\\App\\BlogController:viewAction' => ['privates', '.service_locator.ktOaDPN', 'get_ServiceLocator_KtOaDPNService', false],
  6703. 'App\\Controller\\Content\\App\\BlogController:viewCommentsAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6704. 'App\\Controller\\Content\\App\\DocumentCategoryController:bySlugAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6705. 'App\\Controller\\Content\\App\\DocumentController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6706. 'App\\Controller\\Content\\App\\DocumentController:widgetAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6707. 'App\\Controller\\Content\\App\\PageController:indexAction' => ['privates', '.service_locator.92w_ojF', 'get_ServiceLocator_92wOjFService', false],
  6708. 'App\\Controller\\Content\\App\\PageController:showAction' => ['privates', '.service_locator.v6iD_kw', 'get_ServiceLocator_V6iDKwService', false],
  6709. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:deleteAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6710. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:editAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6711. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:showAction' => ['privates', '.service_locator.so2CveJ', 'get_ServiceLocator_So2CveJService', false],
  6712. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:approveAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6713. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:deleteAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6714. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:denyAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6715. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:showAction' => ['privates', '.service_locator.JxpQMV3', 'get_ServiceLocator_JxpQMV3Service', false],
  6716. 'App\\Controller\\Content\\Dashboard\\BlogController:deleteAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6717. 'App\\Controller\\Content\\Dashboard\\BlogController:editAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6718. 'App\\Controller\\Content\\Dashboard\\BlogController:showAction' => ['privates', '.service_locator.q0Ti2h5', 'get_ServiceLocator_Q0Ti2h5Service', false],
  6719. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:deleteAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6720. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:editAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6721. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:showAction' => ['privates', '.service_locator.5Fh8kKj', 'get_ServiceLocator_5Fh8kKjService', false],
  6722. 'App\\Controller\\Content\\Dashboard\\DocumentController:deleteAction' => ['privates', '.service_locator.WmI0KwH', 'get_ServiceLocator_WmI0KwHService', false],
  6723. 'App\\Controller\\Content\\Dashboard\\DocumentController:editAction' => ['privates', '.service_locator.bIEPVfZ', 'get_ServiceLocator_BIEPVfZService', false],
  6724. 'App\\Controller\\Content\\Dashboard\\DocumentController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6725. 'App\\Controller\\Content\\Dashboard\\DocumentController:newAction' => ['privates', '.service_locator.eAEku0l', 'get_ServiceLocator_EAEku0lService', false],
  6726. 'App\\Controller\\Content\\Dashboard\\DocumentController:showAction' => ['privates', '.service_locator.53BE5m3', 'get_ServiceLocator_53BE5m3Service', false],
  6727. 'App\\Controller\\Content\\Dashboard\\PageController:deleteAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  6728. 'App\\Controller\\Content\\Dashboard\\PageController:editAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  6729. 'App\\Controller\\Content\\Dashboard\\PageController:showAction' => ['privates', '.service_locator.24x0_QY', 'get_ServiceLocator_24x0QYService', false],
  6730. 'App\\Controller\\Content\\Dashboard\\TagController:deleteAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  6731. 'App\\Controller\\Content\\Dashboard\\TagController:editAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  6732. 'App\\Controller\\Content\\Dashboard\\TagController:showAction' => ['privates', '.service_locator.Rkd1Ynl', 'get_ServiceLocator_Rkd1YnlService', false],
  6733. 'App\\Controller\\ECommerce\\API\\CartController:checkout' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6734. 'App\\Controller\\ECommerce\\API\\CartController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6735. 'App\\Controller\\ECommerce\\API\\CartController:index' => ['privates', '.service_locator.og6ZQ_k', 'get_ServiceLocator_Og6ZQKService', false],
  6736. 'App\\Controller\\ECommerce\\API\\CartController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6737. 'App\\Controller\\ECommerce\\API\\CartController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6738. 'App\\Controller\\ECommerce\\API\\CartItemController:add' => ['privates', '.service_locator.usCN7vc', 'get_ServiceLocator_UsCN7vcService', false],
  6739. 'App\\Controller\\ECommerce\\API\\CartItemController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6740. 'App\\Controller\\ECommerce\\API\\CartItemController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6741. 'App\\Controller\\ECommerce\\API\\CartItemController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6742. 'App\\Controller\\ECommerce\\API\\CartItemController:quantity' => ['privates', '.service_locator.C9agCx9', 'get_ServiceLocator_C9agCx9Service', false],
  6743. 'App\\Controller\\ECommerce\\API\\CartItemController:removeAction' => ['privates', '.service_locator._8ukBva', 'get_ServiceLocator_8ukBvaService', false],
  6744. 'App\\Controller\\ECommerce\\API\\DepotController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6745. 'App\\Controller\\ECommerce\\API\\DepotController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6746. 'App\\Controller\\ECommerce\\API\\DepotController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6747. 'App\\Controller\\ECommerce\\API\\DepotController:showAction' => ['privates', '.service_locator.Z3qlhxq', 'get_ServiceLocator_Z3qlhxqService', false],
  6748. 'App\\Controller\\ECommerce\\API\\ProductController:findAction' => ['privates', '.service_locator.Z3qlhxq', 'get_ServiceLocator_Z3qlhxqService', false],
  6749. 'App\\Controller\\ECommerce\\API\\ProductController:handleForm' => ['privates', '.service_locator.HuCbgQo', 'get_ServiceLocator_HuCbgQoService', false],
  6750. 'App\\Controller\\ECommerce\\API\\ProductController:jsonPaginatedScalar' => ['privates', '.service_locator.XptSR7j', 'get_ServiceLocator_XptSR7jService', false],
  6751. 'App\\Controller\\ECommerce\\API\\ProductController:paginate' => ['privates', '.service_locator.7TkqQwZ', 'get_ServiceLocator_7TkqQwZService', false],
  6752. 'App\\Controller\\ECommerce\\API\\ProductController:showAction' => ['privates', '.service_locator.DiE3yWg', 'get_ServiceLocator_DiE3yWgService', false],
  6753. 'App\\Controller\\ECommerce\\App\\CartController:checkOutAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6754. 'App\\Controller\\ECommerce\\App\\CartController:checkOutGuestAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6755. 'App\\Controller\\ECommerce\\App\\CartController:indexAction' => ['privates', '.service_locator.hQ6jwXe', 'get_ServiceLocator_HQ6jwXeService', false],
  6756. 'App\\Controller\\ECommerce\\App\\CartController:smallWidgetAction' => ['privates', '.service_locator.4LlMo_5', 'get_ServiceLocator_4LlMo5Service', false],
  6757. 'App\\Controller\\ECommerce\\App\\CartController:widgetAction' => ['privates', '.service_locator.4LlMo_5', 'get_ServiceLocator_4LlMo5Service', false],
  6758. 'App\\Controller\\ECommerce\\App\\CartItemController:addAction' => ['privates', '.service_locator.cRSyOjj', 'get_ServiceLocator_CRSyOjjService', false],
  6759. 'App\\Controller\\ECommerce\\App\\CartItemController:deliveryDateAction' => ['privates', '.service_locator.Ye71P4b', 'get_ServiceLocator_Ye71P4bService', false],
  6760. 'App\\Controller\\ECommerce\\App\\CartItemController:quantityAction' => ['privates', '.service_locator.NTKoDGj', 'get_ServiceLocator_NTKoDGjService', false],
  6761. 'App\\Controller\\ECommerce\\App\\CartItemController:removeAction' => ['privates', '.service_locator.AEobitz', 'get_ServiceLocator_AEobitzService', false],
  6762. 'App\\Controller\\ECommerce\\App\\CartItemController:showAction' => ['privates', '.service_locator.nOMBLbr', 'get_ServiceLocator_NOMBLbrService', false],
  6763. 'App\\Controller\\ECommerce\\App\\ClientController:editAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6764. 'App\\Controller\\ECommerce\\App\\ClientController:showAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6765. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:addAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  6766. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:checkOut' => ['privates', '.service_locator.bKslYcL', 'get_ServiceLocator_BKslYcLService', false],
  6767. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:checkOutByUser' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  6768. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:quantityAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  6769. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:removeAction' => ['privates', '.service_locator.msnlTQC', 'get_ServiceLocator_MsnlTQCService', false],
  6770. 'App\\Controller\\ECommerce\\App\\InvoiceController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6771. 'App\\Controller\\ECommerce\\App\\InvoiceController:printAction' => ['privates', '.service_locator.daW_iHx', 'get_ServiceLocator_DaWIHxService', false],
  6772. 'App\\Controller\\ECommerce\\App\\InvoiceController:showAction' => ['privates', '.service_locator.0B7M3KW', 'get_ServiceLocator_0B7M3KWService', false],
  6773. 'App\\Controller\\ECommerce\\App\\PreOrderController:deleteAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  6774. 'App\\Controller\\ECommerce\\App\\PreOrderController:editAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  6775. 'App\\Controller\\ECommerce\\App\\PreOrderController:newShortAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6776. 'App\\Controller\\ECommerce\\App\\PreOrderController:showAction' => ['privates', '.service_locator.1AQmb2u', 'get_ServiceLocator_1AQmb2uService', false],
  6777. 'App\\Controller\\ECommerce\\App\\ProductCategoryController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6778. 'App\\Controller\\ECommerce\\App\\ProductController:filterByCategoryAction' => ['privates', '.service_locator.q31foOd', 'get_ServiceLocator_Q31foOdService', false],
  6779. 'App\\Controller\\ECommerce\\App\\ProductController:filterByNameAction' => ['privates', '.service_locator.wQaSWcn', 'get_ServiceLocator_WQaSWcnService', false],
  6780. 'App\\Controller\\ECommerce\\App\\ProductController:filterBySizeAction' => ['privates', '.service_locator.wQaSWcn', 'get_ServiceLocator_WQaSWcnService', false],
  6781. 'App\\Controller\\ECommerce\\App\\ProductController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6782. 'App\\Controller\\ECommerce\\App\\ProductController:show' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6783. 'App\\Controller\\ECommerce\\App\\ProductController:showAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6784. 'App\\Controller\\ECommerce\\App\\ProductController:showByRemoteId' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6785. 'App\\Controller\\ECommerce\\App\\ProductManufacturerController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6786. 'App\\Controller\\ECommerce\\App\\SynonymController:findSynonymAction' => ['privates', '.service_locator.hwcfYZo', 'get_ServiceLocator_HwcfYZoService', false],
  6787. 'App\\Controller\\ECommerce\\App\\SynonymController:findSynonymProductAction' => ['privates', '.service_locator.LH6AVFL', 'get_ServiceLocator_LH6AVFLService', false],
  6788. 'App\\Controller\\ECommerce\\Dashboard\\CartController:deleteAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  6789. 'App\\Controller\\ECommerce\\Dashboard\\CartController:editAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  6790. 'App\\Controller\\ECommerce\\Dashboard\\CartController:showAction' => ['privates', '.service_locator.3MZgNqB', 'get_ServiceLocator_3MZgNqBService', false],
  6791. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:deleteAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  6792. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:editAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  6793. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:showAction' => ['privates', '.service_locator.Ry31pFD', 'get_ServiceLocator_Ry31pFDService', false],
  6794. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:deleteAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6795. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:editAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6796. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6797. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:showAction' => ['privates', '.service_locator.ewN.S3t', 'get_ServiceLocator_EwN_S3tService', false],
  6798. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:deleteAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  6799. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:editAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  6800. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:showAction' => ['privates', '.service_locator.eViCEyF', 'get_ServiceLocator_EViCEyFService', false],
  6801. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:deleteAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  6802. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:editAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  6803. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:showAction' => ['privates', '.service_locator.4riGSMU', 'get_ServiceLocator_4riGSMUService', false],
  6804. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:deleteAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  6805. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:editAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  6806. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:showAction' => ['privates', '.service_locator.Icdlr8x', 'get_ServiceLocator_Icdlr8xService', false],
  6807. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:deleteAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  6808. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:editAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  6809. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6810. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:showAction' => ['privates', '.service_locator.8vruSwe', 'get_ServiceLocator_8vruSweService', false],
  6811. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:deleteAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6812. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:editAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6813. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:getAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6814. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6815. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:showAction' => ['privates', '.service_locator.EAH7r53', 'get_ServiceLocator_EAH7r53Service', false],
  6816. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:deleteAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  6817. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:editAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  6818. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:showAction' => ['privates', '.service_locator.ZFQOQoR', 'get_ServiceLocator_ZFQOQoRService', false],
  6819. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:deleteAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  6820. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:editAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  6821. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:showAction' => ['privates', '.service_locator.dhWBe96', 'get_ServiceLocator_DhWBe96Service', false],
  6822. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:deleteAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  6823. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:editAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  6824. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:showAction' => ['privates', '.service_locator.ESsj4cd', 'get_ServiceLocator_ESsj4cdService', false],
  6825. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:deleteAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  6826. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:editAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  6827. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:showAction' => ['privates', '.service_locator.VVe_AfO', 'get_ServiceLocator_VVeAfOService', false],
  6828. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:deleteAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  6829. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:editAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  6830. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:showAction' => ['privates', '.service_locator.EQaAODi', 'get_ServiceLocator_EQaAODiService', false],
  6831. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:deleteAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  6832. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:editAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  6833. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:indexAction' => ['privates', '.service_locator..eHqkeB', 'get_ServiceLocator__EHqkeBService', false],
  6834. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:showAction' => ['privates', '.service_locator.VHYGNAD', 'get_ServiceLocator_VHYGNADService', false],
  6835. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController:indexAction' => ['privates', '.service_locator.Ak1ug5q', 'get_ServiceLocator_Ak1ug5qService', false],
  6836. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController:indexAction' => ['privates', '.service_locator.Ak1ug5q', 'get_ServiceLocator_Ak1ug5qService', false],
  6837. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  6838. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  6839. ], [
  6840. 'App\\Controller\\App\\Dashboard\\EntityAJAXController::getChoices' => '?',
  6841. 'App\\Controller\\App\\Dashboard\\MenuController::deleteAction' => '?',
  6842. 'App\\Controller\\App\\Dashboard\\MenuController::editAction' => '?',
  6843. 'App\\Controller\\App\\Dashboard\\MenuController::editItemAction' => '?',
  6844. 'App\\Controller\\App\\Dashboard\\MenuController::showAction' => '?',
  6845. 'App\\Controller\\Auth\\API\\ProfileController::handleForm' => '?',
  6846. 'App\\Controller\\Auth\\API\\ProfileController::jsonPaginatedScalar' => '?',
  6847. 'App\\Controller\\Auth\\API\\ProfileController::paginate' => '?',
  6848. 'App\\Controller\\Auth\\API\\SecurityController::handleForm' => '?',
  6849. 'App\\Controller\\Auth\\API\\SecurityController::jsonPaginatedScalar' => '?',
  6850. 'App\\Controller\\Auth\\API\\SecurityController::login' => '?',
  6851. 'App\\Controller\\Auth\\API\\SecurityController::paginate' => '?',
  6852. 'App\\Controller\\Auth\\App\\AccountManagementController::newPassword' => '?',
  6853. 'App\\Controller\\Auth\\App\\AccountManagementController::register' => '?',
  6854. 'App\\Controller\\Auth\\App\\AccountManagementController::resetPassword' => '?',
  6855. 'App\\Controller\\Auth\\App\\AccountManagementController::verifyEmail' => '?',
  6856. 'App\\Controller\\Auth\\App\\GuestController::guestLoginAction' => '?',
  6857. 'App\\Controller\\Auth\\App\\SecurityController::login' => '?',
  6858. 'App\\Controller\\Auth\\Dashboard\\UserController::deleteAction' => '?',
  6859. 'App\\Controller\\Auth\\Dashboard\\UserController::editAction' => '?',
  6860. 'App\\Controller\\Auth\\Dashboard\\UserController::indexAction' => '?',
  6861. 'App\\Controller\\Auth\\Dashboard\\UserController::showAction' => '?',
  6862. 'App\\Controller\\CRM\\APIController::handleForm' => '?',
  6863. 'App\\Controller\\CRM\\APIController::jsonPaginatedScalar' => '?',
  6864. 'App\\Controller\\CRM\\APIController::paginate' => '?',
  6865. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::getAllDetailsAction' => '?',
  6866. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::handleForm' => '?',
  6867. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::jsonPaginatedScalar' => '?',
  6868. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController::paginate' => '?',
  6869. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::getAllForPartner' => '?',
  6870. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::getSummarizedDataAction' => '?',
  6871. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::handleForm' => '?',
  6872. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::jsonPaginatedScalar' => '?',
  6873. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController::paginate' => '?',
  6874. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::getAllForPartner' => '?',
  6875. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::getConfirmedForPartner' => '?',
  6876. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::handleForm' => '?',
  6877. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::jsonPaginatedScalar' => '?',
  6878. 'App\\Controller\\CRM\\Offers\\PartnerOffersController::paginate' => '?',
  6879. 'App\\Controller\\CRM\\Orders\\ProductOrderController::getAllForThisYear' => '?',
  6880. 'App\\Controller\\CRM\\Orders\\ProductOrderController::handleForm' => '?',
  6881. 'App\\Controller\\CRM\\Orders\\ProductOrderController::jsonPaginatedScalar' => '?',
  6882. 'App\\Controller\\CRM\\Orders\\ProductOrderController::paginate' => '?',
  6883. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::getRebatesListForPartnerAction' => '?',
  6884. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::handleForm' => '?',
  6885. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::jsonPaginatedScalar' => '?',
  6886. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController::paginate' => '?',
  6887. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::handleForm' => '?',
  6888. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::jsonPaginatedScalar' => '?',
  6889. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::paginate' => '?',
  6890. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::showAllForPartner' => '?',
  6891. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController::showOneForPartner' => '?',
  6892. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::getFixedPricesAction' => '?',
  6893. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::handleForm' => '?',
  6894. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::jsonPaginatedScalar' => '?',
  6895. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController::paginate' => '?',
  6896. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::getNotDeliveredProducts' => '?',
  6897. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::handleForm' => '?',
  6898. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::jsonPaginatedScalar' => '?',
  6899. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController::paginate' => '?',
  6900. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForPartner' => '?',
  6901. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForPartnerPerYear' => '?',
  6902. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getAllForThisMonthPerYear' => '?',
  6903. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::getProductGroups' => '?',
  6904. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::handleForm' => '?',
  6905. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::jsonPaginatedScalar' => '?',
  6906. 'App\\Controller\\CRM\\Products\\ProductTurnoverController::paginate' => '?',
  6907. 'App\\Controller\\CRM\\Products\\TradeItemsController::getAllForPartner' => '?',
  6908. 'App\\Controller\\CRM\\Products\\TradeItemsController::handleForm' => '?',
  6909. 'App\\Controller\\CRM\\Products\\TradeItemsController::jsonPaginatedScalar' => '?',
  6910. 'App\\Controller\\CRM\\Products\\TradeItemsController::paginate' => '?',
  6911. 'App\\Controller\\CRM\\Reports\\PartnerController::getPartnersAction' => '?',
  6912. 'App\\Controller\\CRM\\Reports\\PartnerController::handleForm' => '?',
  6913. 'App\\Controller\\CRM\\Reports\\PartnerController::jsonPaginatedScalar' => '?',
  6914. 'App\\Controller\\CRM\\Reports\\PartnerController::paginate' => '?',
  6915. 'App\\Controller\\CRM\\Reports\\PartnerController::showPartnerAction' => '?',
  6916. 'App\\Controller\\CRM\\Reports\\PartnerController::showPartnerFinancialState' => '?',
  6917. 'App\\Controller\\CRM\\VisitController::createAction' => '?',
  6918. 'App\\Controller\\CRM\\VisitController::handleForm' => '?',
  6919. 'App\\Controller\\CRM\\VisitController::jsonPaginatedScalar' => '?',
  6920. 'App\\Controller\\CRM\\VisitController::paginate' => '?',
  6921. 'App\\Controller\\CRM\\VisitController::showAction' => '?',
  6922. 'App\\Controller\\CRM\\VisitController::showAllAction' => '?',
  6923. 'App\\Controller\\CRM\\VisitController::updateAction' => '?',
  6924. 'App\\Controller\\Content\\App\\BlogCategoryController::sidebarAction' => '?',
  6925. 'App\\Controller\\Content\\App\\BlogCommentController::createAction' => '?',
  6926. 'App\\Controller\\Content\\App\\BlogController::byTypeAction' => '?',
  6927. 'App\\Controller\\Content\\App\\BlogController::indexAction' => '?',
  6928. 'App\\Controller\\Content\\App\\BlogController::similarAction' => '?',
  6929. 'App\\Controller\\Content\\App\\BlogController::viewAction' => '?',
  6930. 'App\\Controller\\Content\\App\\BlogController::viewCommentsAction' => '?',
  6931. 'App\\Controller\\Content\\App\\DocumentCategoryController::bySlugAction' => '?',
  6932. 'App\\Controller\\Content\\App\\DocumentController::indexAction' => '?',
  6933. 'App\\Controller\\Content\\App\\DocumentController::widgetAction' => '?',
  6934. 'App\\Controller\\Content\\App\\PageController::indexAction' => '?',
  6935. 'App\\Controller\\Content\\App\\PageController::showAction' => '?',
  6936. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::deleteAction' => '?',
  6937. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::editAction' => '?',
  6938. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController::showAction' => '?',
  6939. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::approveAction' => '?',
  6940. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::deleteAction' => '?',
  6941. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::denyAction' => '?',
  6942. 'App\\Controller\\Content\\Dashboard\\BlogCommentController::showAction' => '?',
  6943. 'App\\Controller\\Content\\Dashboard\\BlogController::deleteAction' => '?',
  6944. 'App\\Controller\\Content\\Dashboard\\BlogController::editAction' => '?',
  6945. 'App\\Controller\\Content\\Dashboard\\BlogController::showAction' => '?',
  6946. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::deleteAction' => '?',
  6947. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::editAction' => '?',
  6948. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController::showAction' => '?',
  6949. 'App\\Controller\\Content\\Dashboard\\DocumentController::deleteAction' => '?',
  6950. 'App\\Controller\\Content\\Dashboard\\DocumentController::editAction' => '?',
  6951. 'App\\Controller\\Content\\Dashboard\\DocumentController::indexAction' => '?',
  6952. 'App\\Controller\\Content\\Dashboard\\DocumentController::newAction' => '?',
  6953. 'App\\Controller\\Content\\Dashboard\\DocumentController::showAction' => '?',
  6954. 'App\\Controller\\Content\\Dashboard\\PageController::deleteAction' => '?',
  6955. 'App\\Controller\\Content\\Dashboard\\PageController::editAction' => '?',
  6956. 'App\\Controller\\Content\\Dashboard\\PageController::showAction' => '?',
  6957. 'App\\Controller\\Content\\Dashboard\\TagController::deleteAction' => '?',
  6958. 'App\\Controller\\Content\\Dashboard\\TagController::editAction' => '?',
  6959. 'App\\Controller\\Content\\Dashboard\\TagController::showAction' => '?',
  6960. 'App\\Controller\\ECommerce\\API\\CartController::checkout' => '?',
  6961. 'App\\Controller\\ECommerce\\API\\CartController::handleForm' => '?',
  6962. 'App\\Controller\\ECommerce\\API\\CartController::index' => '?',
  6963. 'App\\Controller\\ECommerce\\API\\CartController::jsonPaginatedScalar' => '?',
  6964. 'App\\Controller\\ECommerce\\API\\CartController::paginate' => '?',
  6965. 'App\\Controller\\ECommerce\\API\\CartItemController::add' => '?',
  6966. 'App\\Controller\\ECommerce\\API\\CartItemController::handleForm' => '?',
  6967. 'App\\Controller\\ECommerce\\API\\CartItemController::jsonPaginatedScalar' => '?',
  6968. 'App\\Controller\\ECommerce\\API\\CartItemController::paginate' => '?',
  6969. 'App\\Controller\\ECommerce\\API\\CartItemController::quantity' => '?',
  6970. 'App\\Controller\\ECommerce\\API\\CartItemController::removeAction' => '?',
  6971. 'App\\Controller\\ECommerce\\API\\DepotController::handleForm' => '?',
  6972. 'App\\Controller\\ECommerce\\API\\DepotController::jsonPaginatedScalar' => '?',
  6973. 'App\\Controller\\ECommerce\\API\\DepotController::paginate' => '?',
  6974. 'App\\Controller\\ECommerce\\API\\DepotController::showAction' => '?',
  6975. 'App\\Controller\\ECommerce\\API\\ProductController::findAction' => '?',
  6976. 'App\\Controller\\ECommerce\\API\\ProductController::handleForm' => '?',
  6977. 'App\\Controller\\ECommerce\\API\\ProductController::jsonPaginatedScalar' => '?',
  6978. 'App\\Controller\\ECommerce\\API\\ProductController::paginate' => '?',
  6979. 'App\\Controller\\ECommerce\\API\\ProductController::showAction' => '?',
  6980. 'App\\Controller\\ECommerce\\App\\CartController::checkOutAction' => '?',
  6981. 'App\\Controller\\ECommerce\\App\\CartController::checkOutGuestAction' => '?',
  6982. 'App\\Controller\\ECommerce\\App\\CartController::indexAction' => '?',
  6983. 'App\\Controller\\ECommerce\\App\\CartController::smallWidgetAction' => '?',
  6984. 'App\\Controller\\ECommerce\\App\\CartController::widgetAction' => '?',
  6985. 'App\\Controller\\ECommerce\\App\\CartItemController::addAction' => '?',
  6986. 'App\\Controller\\ECommerce\\App\\CartItemController::deliveryDateAction' => '?',
  6987. 'App\\Controller\\ECommerce\\App\\CartItemController::quantityAction' => '?',
  6988. 'App\\Controller\\ECommerce\\App\\CartItemController::removeAction' => '?',
  6989. 'App\\Controller\\ECommerce\\App\\CartItemController::showAction' => '?',
  6990. 'App\\Controller\\ECommerce\\App\\ClientController::editAction' => '?',
  6991. 'App\\Controller\\ECommerce\\App\\ClientController::showAction' => '?',
  6992. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::addAction' => '?',
  6993. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::checkOut' => '?',
  6994. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::checkOutByUser' => '?',
  6995. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::quantityAction' => '?',
  6996. 'App\\Controller\\ECommerce\\App\\IndividualOrderController::removeAction' => '?',
  6997. 'App\\Controller\\ECommerce\\App\\InvoiceController::indexAction' => '?',
  6998. 'App\\Controller\\ECommerce\\App\\InvoiceController::printAction' => '?',
  6999. 'App\\Controller\\ECommerce\\App\\InvoiceController::showAction' => '?',
  7000. 'App\\Controller\\ECommerce\\App\\PreOrderController::deleteAction' => '?',
  7001. 'App\\Controller\\ECommerce\\App\\PreOrderController::editAction' => '?',
  7002. 'App\\Controller\\ECommerce\\App\\PreOrderController::newShortAction' => '?',
  7003. 'App\\Controller\\ECommerce\\App\\PreOrderController::showAction' => '?',
  7004. 'App\\Controller\\ECommerce\\App\\ProductCategoryController::indexAction' => '?',
  7005. 'App\\Controller\\ECommerce\\App\\ProductController::filterByCategoryAction' => '?',
  7006. 'App\\Controller\\ECommerce\\App\\ProductController::filterByNameAction' => '?',
  7007. 'App\\Controller\\ECommerce\\App\\ProductController::filterBySizeAction' => '?',
  7008. 'App\\Controller\\ECommerce\\App\\ProductController::indexAction' => '?',
  7009. 'App\\Controller\\ECommerce\\App\\ProductController::show' => '?',
  7010. 'App\\Controller\\ECommerce\\App\\ProductController::showAction' => '?',
  7011. 'App\\Controller\\ECommerce\\App\\ProductController::showByRemoteId' => '?',
  7012. 'App\\Controller\\ECommerce\\App\\ProductManufacturerController::indexAction' => '?',
  7013. 'App\\Controller\\ECommerce\\App\\SynonymController::findSynonymAction' => '?',
  7014. 'App\\Controller\\ECommerce\\App\\SynonymController::findSynonymProductAction' => '?',
  7015. 'App\\Controller\\ECommerce\\Dashboard\\CartController::deleteAction' => '?',
  7016. 'App\\Controller\\ECommerce\\Dashboard\\CartController::editAction' => '?',
  7017. 'App\\Controller\\ECommerce\\Dashboard\\CartController::showAction' => '?',
  7018. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::deleteAction' => '?',
  7019. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::editAction' => '?',
  7020. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController::showAction' => '?',
  7021. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::deleteAction' => '?',
  7022. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::editAction' => '?',
  7023. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::indexAction' => '?',
  7024. 'App\\Controller\\ECommerce\\Dashboard\\ClientController::showAction' => '?',
  7025. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::deleteAction' => '?',
  7026. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::editAction' => '?',
  7027. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController::showAction' => '?',
  7028. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::deleteAction' => '?',
  7029. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::editAction' => '?',
  7030. 'App\\Controller\\ECommerce\\Dashboard\\DepotController::showAction' => '?',
  7031. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::deleteAction' => '?',
  7032. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::editAction' => '?',
  7033. 'App\\Controller\\ECommerce\\Dashboard\\FirmController::showAction' => '?',
  7034. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::deleteAction' => '?',
  7035. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::editAction' => '?',
  7036. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::indexAction' => '?',
  7037. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController::showAction' => '?',
  7038. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::deleteAction' => '?',
  7039. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::editAction' => '?',
  7040. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::getAction' => '?',
  7041. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::indexAction' => '?',
  7042. 'App\\Controller\\ECommerce\\Dashboard\\ProductController::showAction' => '?',
  7043. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::deleteAction' => '?',
  7044. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::editAction' => '?',
  7045. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController::showAction' => '?',
  7046. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::deleteAction' => '?',
  7047. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::editAction' => '?',
  7048. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController::showAction' => '?',
  7049. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::deleteAction' => '?',
  7050. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::editAction' => '?',
  7051. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController::showAction' => '?',
  7052. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::deleteAction' => '?',
  7053. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::editAction' => '?',
  7054. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController::showAction' => '?',
  7055. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::deleteAction' => '?',
  7056. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::editAction' => '?',
  7057. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController::showAction' => '?',
  7058. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::deleteAction' => '?',
  7059. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::editAction' => '?',
  7060. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::indexAction' => '?',
  7061. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController::showAction' => '?',
  7062. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController::indexAction' => '?',
  7063. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController::indexAction' => '?',
  7064. 'kernel::loadRoutes' => '?',
  7065. 'kernel::registerContainerConfiguration' => '?',
  7066. 'App\\Controller\\App\\Dashboard\\EntityAJAXController:getChoices' => '?',
  7067. 'App\\Controller\\App\\Dashboard\\MenuController:deleteAction' => '?',
  7068. 'App\\Controller\\App\\Dashboard\\MenuController:editAction' => '?',
  7069. 'App\\Controller\\App\\Dashboard\\MenuController:editItemAction' => '?',
  7070. 'App\\Controller\\App\\Dashboard\\MenuController:showAction' => '?',
  7071. 'App\\Controller\\Auth\\API\\ProfileController:handleForm' => '?',
  7072. 'App\\Controller\\Auth\\API\\ProfileController:jsonPaginatedScalar' => '?',
  7073. 'App\\Controller\\Auth\\API\\ProfileController:paginate' => '?',
  7074. 'App\\Controller\\Auth\\API\\SecurityController:handleForm' => '?',
  7075. 'App\\Controller\\Auth\\API\\SecurityController:jsonPaginatedScalar' => '?',
  7076. 'App\\Controller\\Auth\\API\\SecurityController:login' => '?',
  7077. 'App\\Controller\\Auth\\API\\SecurityController:paginate' => '?',
  7078. 'App\\Controller\\Auth\\App\\AccountManagementController:newPassword' => '?',
  7079. 'App\\Controller\\Auth\\App\\AccountManagementController:register' => '?',
  7080. 'App\\Controller\\Auth\\App\\AccountManagementController:resetPassword' => '?',
  7081. 'App\\Controller\\Auth\\App\\AccountManagementController:verifyEmail' => '?',
  7082. 'App\\Controller\\Auth\\App\\GuestController:guestLoginAction' => '?',
  7083. 'App\\Controller\\Auth\\App\\SecurityController:login' => '?',
  7084. 'App\\Controller\\Auth\\Dashboard\\UserController:deleteAction' => '?',
  7085. 'App\\Controller\\Auth\\Dashboard\\UserController:editAction' => '?',
  7086. 'App\\Controller\\Auth\\Dashboard\\UserController:indexAction' => '?',
  7087. 'App\\Controller\\Auth\\Dashboard\\UserController:showAction' => '?',
  7088. 'App\\Controller\\CRM\\APIController:handleForm' => '?',
  7089. 'App\\Controller\\CRM\\APIController:jsonPaginatedScalar' => '?',
  7090. 'App\\Controller\\CRM\\APIController:paginate' => '?',
  7091. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:getAllDetailsAction' => '?',
  7092. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:handleForm' => '?',
  7093. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:jsonPaginatedScalar' => '?',
  7094. 'App\\Controller\\CRM\\Employee\\PartnerEmployeeController:paginate' => '?',
  7095. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:getAllForPartner' => '?',
  7096. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:getSummarizedDataAction' => '?',
  7097. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:handleForm' => '?',
  7098. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:jsonPaginatedScalar' => '?',
  7099. 'App\\Controller\\CRM\\Invoices\\PartnerInvoiceController:paginate' => '?',
  7100. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:getAllForPartner' => '?',
  7101. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:getConfirmedForPartner' => '?',
  7102. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:handleForm' => '?',
  7103. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:jsonPaginatedScalar' => '?',
  7104. 'App\\Controller\\CRM\\Offers\\PartnerOffersController:paginate' => '?',
  7105. 'App\\Controller\\CRM\\Orders\\ProductOrderController:getAllForThisYear' => '?',
  7106. 'App\\Controller\\CRM\\Orders\\ProductOrderController:handleForm' => '?',
  7107. 'App\\Controller\\CRM\\Orders\\ProductOrderController:jsonPaginatedScalar' => '?',
  7108. 'App\\Controller\\CRM\\Orders\\ProductOrderController:paginate' => '?',
  7109. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:getRebatesListForPartnerAction' => '?',
  7110. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:handleForm' => '?',
  7111. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:jsonPaginatedScalar' => '?',
  7112. 'App\\Controller\\CRM\\ProductPrice\\PartnerRebateController:paginate' => '?',
  7113. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:handleForm' => '?',
  7114. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:jsonPaginatedScalar' => '?',
  7115. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:paginate' => '?',
  7116. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:showAllForPartner' => '?',
  7117. 'App\\Controller\\CRM\\ProductPrice\\ProductPriceController:showOneForPartner' => '?',
  7118. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:getFixedPricesAction' => '?',
  7119. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:handleForm' => '?',
  7120. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:jsonPaginatedScalar' => '?',
  7121. 'App\\Controller\\CRM\\Products\\FixedPricePartnerController:paginate' => '?',
  7122. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:getNotDeliveredProducts' => '?',
  7123. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:handleForm' => '?',
  7124. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:jsonPaginatedScalar' => '?',
  7125. 'App\\Controller\\CRM\\Products\\NotDeliveredProductController:paginate' => '?',
  7126. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForPartner' => '?',
  7127. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForPartnerPerYear' => '?',
  7128. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getAllForThisMonthPerYear' => '?',
  7129. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:getProductGroups' => '?',
  7130. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:handleForm' => '?',
  7131. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:jsonPaginatedScalar' => '?',
  7132. 'App\\Controller\\CRM\\Products\\ProductTurnoverController:paginate' => '?',
  7133. 'App\\Controller\\CRM\\Products\\TradeItemsController:getAllForPartner' => '?',
  7134. 'App\\Controller\\CRM\\Products\\TradeItemsController:handleForm' => '?',
  7135. 'App\\Controller\\CRM\\Products\\TradeItemsController:jsonPaginatedScalar' => '?',
  7136. 'App\\Controller\\CRM\\Products\\TradeItemsController:paginate' => '?',
  7137. 'App\\Controller\\CRM\\Reports\\PartnerController:getPartnersAction' => '?',
  7138. 'App\\Controller\\CRM\\Reports\\PartnerController:handleForm' => '?',
  7139. 'App\\Controller\\CRM\\Reports\\PartnerController:jsonPaginatedScalar' => '?',
  7140. 'App\\Controller\\CRM\\Reports\\PartnerController:paginate' => '?',
  7141. 'App\\Controller\\CRM\\Reports\\PartnerController:showPartnerAction' => '?',
  7142. 'App\\Controller\\CRM\\Reports\\PartnerController:showPartnerFinancialState' => '?',
  7143. 'App\\Controller\\CRM\\VisitController:createAction' => '?',
  7144. 'App\\Controller\\CRM\\VisitController:handleForm' => '?',
  7145. 'App\\Controller\\CRM\\VisitController:jsonPaginatedScalar' => '?',
  7146. 'App\\Controller\\CRM\\VisitController:paginate' => '?',
  7147. 'App\\Controller\\CRM\\VisitController:showAction' => '?',
  7148. 'App\\Controller\\CRM\\VisitController:showAllAction' => '?',
  7149. 'App\\Controller\\CRM\\VisitController:updateAction' => '?',
  7150. 'App\\Controller\\Content\\App\\BlogCategoryController:sidebarAction' => '?',
  7151. 'App\\Controller\\Content\\App\\BlogCommentController:createAction' => '?',
  7152. 'App\\Controller\\Content\\App\\BlogController:byTypeAction' => '?',
  7153. 'App\\Controller\\Content\\App\\BlogController:indexAction' => '?',
  7154. 'App\\Controller\\Content\\App\\BlogController:similarAction' => '?',
  7155. 'App\\Controller\\Content\\App\\BlogController:viewAction' => '?',
  7156. 'App\\Controller\\Content\\App\\BlogController:viewCommentsAction' => '?',
  7157. 'App\\Controller\\Content\\App\\DocumentCategoryController:bySlugAction' => '?',
  7158. 'App\\Controller\\Content\\App\\DocumentController:indexAction' => '?',
  7159. 'App\\Controller\\Content\\App\\DocumentController:widgetAction' => '?',
  7160. 'App\\Controller\\Content\\App\\PageController:indexAction' => '?',
  7161. 'App\\Controller\\Content\\App\\PageController:showAction' => '?',
  7162. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:deleteAction' => '?',
  7163. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:editAction' => '?',
  7164. 'App\\Controller\\Content\\Dashboard\\BlogCategoryController:showAction' => '?',
  7165. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:approveAction' => '?',
  7166. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:deleteAction' => '?',
  7167. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:denyAction' => '?',
  7168. 'App\\Controller\\Content\\Dashboard\\BlogCommentController:showAction' => '?',
  7169. 'App\\Controller\\Content\\Dashboard\\BlogController:deleteAction' => '?',
  7170. 'App\\Controller\\Content\\Dashboard\\BlogController:editAction' => '?',
  7171. 'App\\Controller\\Content\\Dashboard\\BlogController:showAction' => '?',
  7172. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:deleteAction' => '?',
  7173. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:editAction' => '?',
  7174. 'App\\Controller\\Content\\Dashboard\\DocumentCategoryController:showAction' => '?',
  7175. 'App\\Controller\\Content\\Dashboard\\DocumentController:deleteAction' => '?',
  7176. 'App\\Controller\\Content\\Dashboard\\DocumentController:editAction' => '?',
  7177. 'App\\Controller\\Content\\Dashboard\\DocumentController:indexAction' => '?',
  7178. 'App\\Controller\\Content\\Dashboard\\DocumentController:newAction' => '?',
  7179. 'App\\Controller\\Content\\Dashboard\\DocumentController:showAction' => '?',
  7180. 'App\\Controller\\Content\\Dashboard\\PageController:deleteAction' => '?',
  7181. 'App\\Controller\\Content\\Dashboard\\PageController:editAction' => '?',
  7182. 'App\\Controller\\Content\\Dashboard\\PageController:showAction' => '?',
  7183. 'App\\Controller\\Content\\Dashboard\\TagController:deleteAction' => '?',
  7184. 'App\\Controller\\Content\\Dashboard\\TagController:editAction' => '?',
  7185. 'App\\Controller\\Content\\Dashboard\\TagController:showAction' => '?',
  7186. 'App\\Controller\\ECommerce\\API\\CartController:checkout' => '?',
  7187. 'App\\Controller\\ECommerce\\API\\CartController:handleForm' => '?',
  7188. 'App\\Controller\\ECommerce\\API\\CartController:index' => '?',
  7189. 'App\\Controller\\ECommerce\\API\\CartController:jsonPaginatedScalar' => '?',
  7190. 'App\\Controller\\ECommerce\\API\\CartController:paginate' => '?',
  7191. 'App\\Controller\\ECommerce\\API\\CartItemController:add' => '?',
  7192. 'App\\Controller\\ECommerce\\API\\CartItemController:handleForm' => '?',
  7193. 'App\\Controller\\ECommerce\\API\\CartItemController:jsonPaginatedScalar' => '?',
  7194. 'App\\Controller\\ECommerce\\API\\CartItemController:paginate' => '?',
  7195. 'App\\Controller\\ECommerce\\API\\CartItemController:quantity' => '?',
  7196. 'App\\Controller\\ECommerce\\API\\CartItemController:removeAction' => '?',
  7197. 'App\\Controller\\ECommerce\\API\\DepotController:handleForm' => '?',
  7198. 'App\\Controller\\ECommerce\\API\\DepotController:jsonPaginatedScalar' => '?',
  7199. 'App\\Controller\\ECommerce\\API\\DepotController:paginate' => '?',
  7200. 'App\\Controller\\ECommerce\\API\\DepotController:showAction' => '?',
  7201. 'App\\Controller\\ECommerce\\API\\ProductController:findAction' => '?',
  7202. 'App\\Controller\\ECommerce\\API\\ProductController:handleForm' => '?',
  7203. 'App\\Controller\\ECommerce\\API\\ProductController:jsonPaginatedScalar' => '?',
  7204. 'App\\Controller\\ECommerce\\API\\ProductController:paginate' => '?',
  7205. 'App\\Controller\\ECommerce\\API\\ProductController:showAction' => '?',
  7206. 'App\\Controller\\ECommerce\\App\\CartController:checkOutAction' => '?',
  7207. 'App\\Controller\\ECommerce\\App\\CartController:checkOutGuestAction' => '?',
  7208. 'App\\Controller\\ECommerce\\App\\CartController:indexAction' => '?',
  7209. 'App\\Controller\\ECommerce\\App\\CartController:smallWidgetAction' => '?',
  7210. 'App\\Controller\\ECommerce\\App\\CartController:widgetAction' => '?',
  7211. 'App\\Controller\\ECommerce\\App\\CartItemController:addAction' => '?',
  7212. 'App\\Controller\\ECommerce\\App\\CartItemController:deliveryDateAction' => '?',
  7213. 'App\\Controller\\ECommerce\\App\\CartItemController:quantityAction' => '?',
  7214. 'App\\Controller\\ECommerce\\App\\CartItemController:removeAction' => '?',
  7215. 'App\\Controller\\ECommerce\\App\\CartItemController:showAction' => '?',
  7216. 'App\\Controller\\ECommerce\\App\\ClientController:editAction' => '?',
  7217. 'App\\Controller\\ECommerce\\App\\ClientController:showAction' => '?',
  7218. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:addAction' => '?',
  7219. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:checkOut' => '?',
  7220. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:checkOutByUser' => '?',
  7221. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:quantityAction' => '?',
  7222. 'App\\Controller\\ECommerce\\App\\IndividualOrderController:removeAction' => '?',
  7223. 'App\\Controller\\ECommerce\\App\\InvoiceController:indexAction' => '?',
  7224. 'App\\Controller\\ECommerce\\App\\InvoiceController:printAction' => '?',
  7225. 'App\\Controller\\ECommerce\\App\\InvoiceController:showAction' => '?',
  7226. 'App\\Controller\\ECommerce\\App\\PreOrderController:deleteAction' => '?',
  7227. 'App\\Controller\\ECommerce\\App\\PreOrderController:editAction' => '?',
  7228. 'App\\Controller\\ECommerce\\App\\PreOrderController:newShortAction' => '?',
  7229. 'App\\Controller\\ECommerce\\App\\PreOrderController:showAction' => '?',
  7230. 'App\\Controller\\ECommerce\\App\\ProductCategoryController:indexAction' => '?',
  7231. 'App\\Controller\\ECommerce\\App\\ProductController:filterByCategoryAction' => '?',
  7232. 'App\\Controller\\ECommerce\\App\\ProductController:filterByNameAction' => '?',
  7233. 'App\\Controller\\ECommerce\\App\\ProductController:filterBySizeAction' => '?',
  7234. 'App\\Controller\\ECommerce\\App\\ProductController:indexAction' => '?',
  7235. 'App\\Controller\\ECommerce\\App\\ProductController:show' => '?',
  7236. 'App\\Controller\\ECommerce\\App\\ProductController:showAction' => '?',
  7237. 'App\\Controller\\ECommerce\\App\\ProductController:showByRemoteId' => '?',
  7238. 'App\\Controller\\ECommerce\\App\\ProductManufacturerController:indexAction' => '?',
  7239. 'App\\Controller\\ECommerce\\App\\SynonymController:findSynonymAction' => '?',
  7240. 'App\\Controller\\ECommerce\\App\\SynonymController:findSynonymProductAction' => '?',
  7241. 'App\\Controller\\ECommerce\\Dashboard\\CartController:deleteAction' => '?',
  7242. 'App\\Controller\\ECommerce\\Dashboard\\CartController:editAction' => '?',
  7243. 'App\\Controller\\ECommerce\\Dashboard\\CartController:showAction' => '?',
  7244. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:deleteAction' => '?',
  7245. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:editAction' => '?',
  7246. 'App\\Controller\\ECommerce\\Dashboard\\CategoryController:showAction' => '?',
  7247. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:deleteAction' => '?',
  7248. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:editAction' => '?',
  7249. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:indexAction' => '?',
  7250. 'App\\Controller\\ECommerce\\Dashboard\\ClientController:showAction' => '?',
  7251. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:deleteAction' => '?',
  7252. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:editAction' => '?',
  7253. 'App\\Controller\\ECommerce\\Dashboard\\ClientGroupController:showAction' => '?',
  7254. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:deleteAction' => '?',
  7255. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:editAction' => '?',
  7256. 'App\\Controller\\ECommerce\\Dashboard\\DepotController:showAction' => '?',
  7257. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:deleteAction' => '?',
  7258. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:editAction' => '?',
  7259. 'App\\Controller\\ECommerce\\Dashboard\\FirmController:showAction' => '?',
  7260. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:deleteAction' => '?',
  7261. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:editAction' => '?',
  7262. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:indexAction' => '?',
  7263. 'App\\Controller\\ECommerce\\Dashboard\\IndividualOrderController:showAction' => '?',
  7264. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:deleteAction' => '?',
  7265. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:editAction' => '?',
  7266. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:getAction' => '?',
  7267. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:indexAction' => '?',
  7268. 'App\\Controller\\ECommerce\\Dashboard\\ProductController:showAction' => '?',
  7269. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:deleteAction' => '?',
  7270. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:editAction' => '?',
  7271. 'App\\Controller\\ECommerce\\Dashboard\\ProductGroupController:showAction' => '?',
  7272. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:deleteAction' => '?',
  7273. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:editAction' => '?',
  7274. 'App\\Controller\\ECommerce\\Dashboard\\ProductInfoController:showAction' => '?',
  7275. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:deleteAction' => '?',
  7276. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:editAction' => '?',
  7277. 'App\\Controller\\ECommerce\\Dashboard\\ProductManufacturerController:showAction' => '?',
  7278. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:deleteAction' => '?',
  7279. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:editAction' => '?',
  7280. 'App\\Controller\\ECommerce\\Dashboard\\SearchTipController:showAction' => '?',
  7281. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:deleteAction' => '?',
  7282. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:editAction' => '?',
  7283. 'App\\Controller\\ECommerce\\Dashboard\\ShippingController:showAction' => '?',
  7284. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:deleteAction' => '?',
  7285. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:editAction' => '?',
  7286. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:indexAction' => '?',
  7287. 'App\\Controller\\ECommerce\\Dashboard\\SynonymController:showAction' => '?',
  7288. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\AuthorizationController:indexAction' => '?',
  7289. 'Trikoder\\Bundle\\OAuth2Bundle\\Controller\\TokenController:indexAction' => '?',
  7290. 'kernel:loadRoutes' => '?',
  7291. 'kernel:registerContainerConfiguration' => '?',
  7292. ]);
  7293. }
  7294. /**
  7295. * Gets the private '.service_locator.cRSyOjj' shared service.
  7296. *
  7297. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7298. */
  7299. protected function get_ServiceLocator_CRSyOjjService()
  7300. {
  7301. return $this->privates['.service_locator.cRSyOjj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7302. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  7303. 'depotProduct' => ['privates', '.errored..service_locator.cRSyOjj.App\\Entity\\ECommerce\\DepotProduct', NULL, 'Cannot autowire service ".service_locator.cRSyOjj": it references class "App\\Entity\\ECommerce\\DepotProduct" but no such service exists.'],
  7304. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  7305. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7306. ], [
  7307. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  7308. 'depotProduct' => 'App\\Entity\\ECommerce\\DepotProduct',
  7309. 'dispatcher' => '?',
  7310. 'translator' => '?',
  7311. ]);
  7312. }
  7313. /**
  7314. * Gets the private '.service_locator.dLtxGTO' shared service.
  7315. *
  7316. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7317. */
  7318. protected function get_ServiceLocator_DLtxGTOService()
  7319. {
  7320. return $this->privates['.service_locator.dLtxGTO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7321. 'blogCategoryRepository' => ['privates', 'App\\Repository\\Content\\BlogCategoryRepository', 'getBlogCategoryRepositoryService', false],
  7322. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  7323. ], [
  7324. 'blogCategoryRepository' => 'App\\Repository\\Content\\BlogCategoryRepository',
  7325. 'paginator' => '?',
  7326. ]);
  7327. }
  7328. /**
  7329. * Gets the private '.service_locator.daW_iHx' shared service.
  7330. *
  7331. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7332. */
  7333. protected function get_ServiceLocator_DaWIHxService()
  7334. {
  7335. return $this->privates['.service_locator.daW_iHx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7336. '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.'],
  7337. 'invoicePdfManager' => ['privates', 'App\\Service\\ECommerce\\InvoicePdfManager', 'getInvoicePdfManagerService', false],
  7338. ], [
  7339. 'invoice' => 'App\\Entity\\ECommerce\\Invoice',
  7340. 'invoicePdfManager' => 'App\\Service\\ECommerce\\InvoicePdfManager',
  7341. ]);
  7342. }
  7343. /**
  7344. * Gets the private '.service_locator.dhWBe96' shared service.
  7345. *
  7346. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7347. */
  7348. protected function get_ServiceLocator_DhWBe96Service()
  7349. {
  7350. return $this->privates['.service_locator.dhWBe96'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7351. '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.'],
  7352. ], [
  7353. 'productInfo' => 'App\\Entity\\ECommerce\\ProductInfo',
  7354. ]);
  7355. }
  7356. /**
  7357. * Gets the private '.service_locator.eAEku0l' shared service.
  7358. *
  7359. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7360. */
  7361. protected function get_ServiceLocator_EAEku0lService()
  7362. {
  7363. return $this->privates['.service_locator.eAEku0l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7364. 'documentUploader' => ['privates', 'App\\Service\\Content\\DocumentUploader', 'getDocumentUploaderService', false],
  7365. ], [
  7366. 'documentUploader' => 'App\\Service\\Content\\DocumentUploader',
  7367. ]);
  7368. }
  7369. /**
  7370. * Gets the private '.service_locator.eViCEyF' shared service.
  7371. *
  7372. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7373. */
  7374. protected function get_ServiceLocator_EViCEyFService()
  7375. {
  7376. return $this->privates['.service_locator.eViCEyF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7377. '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.'],
  7378. ], [
  7379. 'clientGroup' => 'App\\Entity\\ECommerce\\ClientGroup',
  7380. ]);
  7381. }
  7382. /**
  7383. * Gets the private '.service_locator.ewN.S3t' shared service.
  7384. *
  7385. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7386. */
  7387. protected function get_ServiceLocator_EwN_S3tService()
  7388. {
  7389. return $this->privates['.service_locator.ewN.S3t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7390. '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.'],
  7391. ], [
  7392. 'client' => 'App\\Entity\\ECommerce\\Client',
  7393. ]);
  7394. }
  7395. /**
  7396. * Gets the private '.service_locator.flX.qV0' shared service.
  7397. *
  7398. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7399. */
  7400. protected function get_ServiceLocator_FlX_QV0Service()
  7401. {
  7402. return $this->privates['.service_locator.flX.qV0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7403. 'managerRegistry' => ['services', 'doctrine', 'getDoctrineService', false],
  7404. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  7405. ], [
  7406. 'managerRegistry' => '?',
  7407. 'paginator' => '?',
  7408. ]);
  7409. }
  7410. /**
  7411. * Gets the private '.service_locator.hQ6jwXe' shared service.
  7412. *
  7413. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7414. */
  7415. protected function get_ServiceLocator_HQ6jwXeService()
  7416. {
  7417. return $this->privates['.service_locator.hQ6jwXe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7418. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  7419. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  7420. ], [
  7421. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  7422. 'dispatcher' => '?',
  7423. ]);
  7424. }
  7425. /**
  7426. * Gets the private '.service_locator.hT2Kv93' shared service.
  7427. *
  7428. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7429. */
  7430. protected function get_ServiceLocator_HT2Kv93Service()
  7431. {
  7432. return $this->privates['.service_locator.hT2Kv93'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7433. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  7434. ], [
  7435. 'serializer' => '?',
  7436. ]);
  7437. }
  7438. /**
  7439. * Gets the private '.service_locator.hwcfYZo' shared service.
  7440. *
  7441. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7442. */
  7443. protected function get_ServiceLocator_HwcfYZoService()
  7444. {
  7445. return $this->privates['.service_locator.hwcfYZo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7446. 'synonymSearchService' => ['privates', 'App\\Service\\ECommerce\\SynonymSearchService', 'getSynonymSearchServiceService', false],
  7447. ], [
  7448. 'synonymSearchService' => 'App\\Service\\ECommerce\\SynonymSearchService',
  7449. ]);
  7450. }
  7451. /**
  7452. * Gets the private '.service_locator.ia1UUdO' shared service.
  7453. *
  7454. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7455. */
  7456. protected function get_ServiceLocator_Ia1UUdOService()
  7457. {
  7458. return $this->privates['.service_locator.ia1UUdO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7459. 'em' => ['services', 'doctrine', 'getDoctrineService', false],
  7460. ], [
  7461. 'em' => '?',
  7462. ]);
  7463. }
  7464. /**
  7465. * Gets the private '.service_locator.ijLyqep' shared service.
  7466. *
  7467. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7468. */
  7469. protected function get_ServiceLocator_IjLyqepService()
  7470. {
  7471. return $this->privates['.service_locator.ijLyqep'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7472. '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.'],
  7473. 'blogRepository' => ['privates', 'App\\Repository\\Content\\BlogRepository', 'getBlogRepositoryService', false],
  7474. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  7475. ], [
  7476. 'blog' => 'App\\Entity\\Content\\Blog',
  7477. 'blogRepository' => 'App\\Repository\\Content\\BlogRepository',
  7478. 'paginator' => '?',
  7479. ]);
  7480. }
  7481. /**
  7482. * Gets the private '.service_locator.ktOaDPN' shared service.
  7483. *
  7484. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7485. */
  7486. protected function get_ServiceLocator_KtOaDPNService()
  7487. {
  7488. return $this->privates['.service_locator.ktOaDPN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7489. '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.'],
  7490. ], [
  7491. 'post' => 'App\\Entity\\Content\\Blog',
  7492. ]);
  7493. }
  7494. /**
  7495. * Gets the private '.service_locator.msnlTQC' shared service.
  7496. *
  7497. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7498. */
  7499. protected function get_ServiceLocator_MsnlTQCService()
  7500. {
  7501. return $this->privates['.service_locator.msnlTQC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7502. '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.'],
  7503. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7504. ], [
  7505. 'depotProduct' => 'App\\Entity\\ECommerce\\DepotProduct',
  7506. 'translator' => '?',
  7507. ]);
  7508. }
  7509. /**
  7510. * Gets the private '.service_locator.nOMBLbr' shared service.
  7511. *
  7512. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7513. */
  7514. protected function get_ServiceLocator_NOMBLbrService()
  7515. {
  7516. return $this->privates['.service_locator.nOMBLbr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7517. '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.'],
  7518. ], [
  7519. 'cartItem' => 'App\\Entity\\ECommerce\\CartItem',
  7520. ]);
  7521. }
  7522. /**
  7523. * Gets the private '.service_locator.og6ZQ_k' shared service.
  7524. *
  7525. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7526. */
  7527. protected function get_ServiceLocator_Og6ZQKService()
  7528. {
  7529. return $this->privates['.service_locator.og6ZQ_k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7530. 'repository' => ['privates', 'App\\Repository\\ECommerce\\CartRepository', 'getCartRepositoryService', false],
  7531. ], [
  7532. 'repository' => 'App\\Repository\\ECommerce\\CartRepository',
  7533. ]);
  7534. }
  7535. /**
  7536. * Gets the private '.service_locator.poVcuQX' shared service.
  7537. *
  7538. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7539. */
  7540. protected function get_ServiceLocator_PoVcuQXService()
  7541. {
  7542. return $this->privates['.service_locator.poVcuQX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7543. '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.'],
  7544. ], [
  7545. 'menu' => 'App\\Entity\\App\\Menu',
  7546. ]);
  7547. }
  7548. /**
  7549. * Gets the private '.service_locator.q0Ti2h5' shared service.
  7550. *
  7551. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7552. */
  7553. protected function get_ServiceLocator_Q0Ti2h5Service()
  7554. {
  7555. return $this->privates['.service_locator.q0Ti2h5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7556. '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.'],
  7557. ], [
  7558. 'blog' => 'App\\Entity\\Content\\Blog',
  7559. ]);
  7560. }
  7561. /**
  7562. * Gets the private '.service_locator.q2ji3lu' shared service.
  7563. *
  7564. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7565. */
  7566. protected function get_ServiceLocator_Q2ji3luService()
  7567. {
  7568. return $this->privates['.service_locator.q2ji3lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7569. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7570. ], [
  7571. 'translator' => '?',
  7572. ]);
  7573. }
  7574. /**
  7575. * Gets the private '.service_locator.q31foOd' shared service.
  7576. *
  7577. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7578. */
  7579. protected function get_ServiceLocator_Q31foOdService()
  7580. {
  7581. return $this->privates['.service_locator.q31foOd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7582. 'cacheHelper' => ['privates', 'App\\Helper\\CacheHelper', 'getCacheHelperService', false],
  7583. 'categoryRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductCategoryRepository', 'getProductCategoryRepositoryService', false],
  7584. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  7585. 'requestStack' => ['services', 'request_stack', 'getRequestStackService', false],
  7586. ], [
  7587. 'cacheHelper' => 'App\\Helper\\CacheHelper',
  7588. 'categoryRepository' => 'App\\Repository\\ECommerce\\ProductCategoryRepository',
  7589. 'paginator' => '?',
  7590. 'requestStack' => '?',
  7591. ]);
  7592. }
  7593. /**
  7594. * Gets the private '.service_locator.so2CveJ' shared service.
  7595. *
  7596. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7597. */
  7598. protected function get_ServiceLocator_So2CveJService()
  7599. {
  7600. return $this->privates['.service_locator.so2CveJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7601. '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.'],
  7602. ], [
  7603. 'blogCategory' => 'App\\Entity\\Content\\BlogCategory',
  7604. ]);
  7605. }
  7606. /**
  7607. * Gets the private '.service_locator.usCN7vc' shared service.
  7608. *
  7609. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7610. */
  7611. protected function get_ServiceLocator_UsCN7vcService()
  7612. {
  7613. return $this->privates['.service_locator.usCN7vc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7614. 'cartManager' => ['privates', 'App\\Service\\ECommerce\\CartManager', 'getCartManagerService', false],
  7615. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  7616. 'product' => ['privates', '.errored..service_locator.usCN7vc.App\\Entity\\ECommerce\\DepotProduct', NULL, 'Cannot autowire service ".service_locator.usCN7vc": it references class "App\\Entity\\ECommerce\\DepotProduct" but no such service exists.'],
  7617. ], [
  7618. 'cartManager' => 'App\\Service\\ECommerce\\CartManager',
  7619. 'dispatcher' => '?',
  7620. 'product' => 'App\\Entity\\ECommerce\\DepotProduct',
  7621. ]);
  7622. }
  7623. /**
  7624. * Gets the private '.service_locator.v6iD_kw' shared service.
  7625. *
  7626. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7627. */
  7628. protected function get_ServiceLocator_V6iDKwService()
  7629. {
  7630. return $this->privates['.service_locator.v6iD_kw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7631. '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.'],
  7632. ], [
  7633. 'pageTranslation' => 'App\\Entity\\Content\\PageTranslation',
  7634. ]);
  7635. }
  7636. /**
  7637. * Gets the private '.service_locator.w5iev3L' shared service.
  7638. *
  7639. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7640. */
  7641. protected function get_ServiceLocator_W5iev3LService()
  7642. {
  7643. return $this->privates['.service_locator.w5iev3L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7644. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  7645. 'notifier' => ['privates', 'App\\Service\\Auth\\UserResetNotifier', 'getUserResetNotifierService', false],
  7646. ], [
  7647. 'dispatcher' => '?',
  7648. 'notifier' => 'App\\Service\\Auth\\UserResetNotifier',
  7649. ]);
  7650. }
  7651. /**
  7652. * Gets the private '.service_locator.wQaSWcn' shared service.
  7653. *
  7654. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7655. */
  7656. protected function get_ServiceLocator_WQaSWcnService()
  7657. {
  7658. return $this->privates['.service_locator.wQaSWcn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7659. 'cacheHelper' => ['privates', 'App\\Helper\\CacheHelper', 'getCacheHelperService', false],
  7660. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  7661. ], [
  7662. 'cacheHelper' => 'App\\Helper\\CacheHelper',
  7663. 'paginator' => '?',
  7664. ]);
  7665. }
  7666. /**
  7667. * Gets the private '.service_locator.xUrKPVU' shared service.
  7668. *
  7669. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7670. */
  7671. protected function get_ServiceLocator_XUrKPVUService()
  7672. {
  7673. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7674. '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".'],
  7675. ], [
  7676. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  7677. ]);
  7678. }
  7679. /**
  7680. * Gets the private '.service_locator.yb7CYgD' shared service.
  7681. *
  7682. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7683. */
  7684. protected function get_ServiceLocator_Yb7CYgDService()
  7685. {
  7686. return $this->privates['.service_locator.yb7CYgD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7687. 'dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  7688. 'notifier' => ['privates', 'App\\Service\\Auth\\UserResetNotifier', 'getUserResetNotifierService', false],
  7689. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7690. ], [
  7691. 'dispatcher' => '?',
  7692. 'notifier' => 'App\\Service\\Auth\\UserResetNotifier',
  7693. 'translator' => '?',
  7694. ]);
  7695. }
  7696. /**
  7697. * Gets the private '.service_locator.zFcJjKU' shared service.
  7698. *
  7699. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7700. */
  7701. protected function get_ServiceLocator_ZFcJjKUService()
  7702. {
  7703. return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7704. 'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
  7705. ], [
  7706. 'authenticationUtils' => '?',
  7707. ]);
  7708. }
  7709. /**
  7710. * Gets the private '.session.deprecated' shared service.
  7711. *
  7712. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  7713. */
  7714. protected function get_Session_DeprecatedService()
  7715. {
  7716. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  7717. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  7718. 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();
  7719. }
  7720. /**
  7721. * Gets the private '.twig.command.debug.lazy' shared service.
  7722. *
  7723. * @return \Symfony\Component\Console\Command\LazyCommand
  7724. */
  7725. protected function get_Twig_Command_Debug_LazyService()
  7726. {
  7727. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7728. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7729. 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 {
  7730. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  7731. });
  7732. }
  7733. /**
  7734. * Gets the private '.twig.command.lint.lazy' shared service.
  7735. *
  7736. * @return \Symfony\Component\Console\Command\LazyCommand
  7737. */
  7738. protected function get_Twig_Command_Lint_LazyService()
  7739. {
  7740. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7741. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7742. 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 {
  7743. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  7744. });
  7745. }
  7746. /**
  7747. * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  7748. *
  7749. * @return \Symfony\Component\Console\Command\LazyCommand
  7750. */
  7751. protected function get_VarDumper_Command_ServerDump_LazyService()
  7752. {
  7753. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7754. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7755. 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 {
  7756. return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  7757. });
  7758. }
  7759. /**
  7760. * Gets the private 'Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener' shared service.
  7761. *
  7762. * @return \Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener
  7763. */
  7764. protected function getPsrResponseListenerService()
  7765. {
  7766. include_once \dirname(__DIR__, 4).'/vendor/ajgarlag/psr-http-message-bundle/src/EventListener/PsrResponseListener.php';
  7767. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  7768. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  7769. 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())));
  7770. }
  7771. /**
  7772. * Gets the private 'App\Command\Content\DocumentIndexCommand' shared autowired service.
  7773. *
  7774. * @return \App\Command\Content\DocumentIndexCommand
  7775. */
  7776. protected function getDocumentIndexCommandService()
  7777. {
  7778. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7779. include_once \dirname(__DIR__, 4).'/src/Command/Content/DocumentIndexCommand.php';
  7780. include_once \dirname(__DIR__, 4).'/src/Service/Content/DocumentIndexService.php';
  7781. $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')));
  7782. $instance->setName('app:index:document');
  7783. return $instance;
  7784. }
  7785. /**
  7786. * Gets the private 'App\Command\ECommerce\ProductAlternativeIndexCommand' shared autowired service.
  7787. *
  7788. * @return \App\Command\ECommerce\ProductAlternativeIndexCommand
  7789. */
  7790. protected function getProductAlternativeIndexCommandService()
  7791. {
  7792. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7793. include_once \dirname(__DIR__, 4).'/src/Command/ECommerce/ProductAlternativeIndexCommand.php';
  7794. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ProductAlternativeService.php';
  7795. $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())));
  7796. $instance->setName('app:index:product_alternative');
  7797. return $instance;
  7798. }
  7799. /**
  7800. * Gets the private 'App\Command\ECommerce\ProductIndexCommand' shared autowired service.
  7801. *
  7802. * @return \App\Command\ECommerce\ProductIndexCommand
  7803. */
  7804. protected function getProductIndexCommandService()
  7805. {
  7806. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7807. include_once \dirname(__DIR__, 4).'/src/Command/ECommerce/ProductIndexCommand.php';
  7808. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ProductService.php';
  7809. $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())));
  7810. $instance->setName('app:index:product');
  7811. return $instance;
  7812. }
  7813. /**
  7814. * Gets the private 'App\Command\ECommerce\ProductPhotoCommand' shared autowired service.
  7815. *
  7816. * @return \App\Command\ECommerce\ProductPhotoCommand
  7817. */
  7818. protected function getProductPhotoCommandService()
  7819. {
  7820. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7821. include_once \dirname(__DIR__, 4).'/src/Command/ECommerce/ProductPhotoCommand.php';
  7822. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ProductPhotoIndexService.php';
  7823. $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'));
  7824. $instance->setName('app:index:product_photo');
  7825. return $instance;
  7826. }
  7827. /**
  7828. * Gets the private 'App\Command\SyncDataCommand' shared autowired service.
  7829. *
  7830. * @return \App\Command\SyncDataCommand
  7831. */
  7832. protected function getSyncDataCommandService()
  7833. {
  7834. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7835. include_once \dirname(__DIR__, 4).'/src/Command/SyncDataCommand.php';
  7836. $this->privates['App\\Command\\SyncDataCommand'] = $instance = new \App\Command\SyncDataCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7837. $instance->setName('app:sync-data');
  7838. $instance->setDescription('Add a short description for your command');
  7839. return $instance;
  7840. }
  7841. /**
  7842. * Gets the private 'App\EventListener\Media\DynamicRelationSubscriber' shared autowired service.
  7843. *
  7844. * @return \App\EventListener\Media\DynamicRelationSubscriber
  7845. */
  7846. protected function getDynamicRelationSubscriberService()
  7847. {
  7848. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7849. include_once \dirname(__DIR__, 4).'/src/EventListener/Media/DynamicRelationSubscriber.php';
  7850. return $this->privates['App\\EventListener\\Media\\DynamicRelationSubscriber'] = new \App\EventListener\Media\DynamicRelationSubscriber();
  7851. }
  7852. /**
  7853. * Gets the private 'App\EventSubscriber\Auth\UserSubscriber' shared autowired service.
  7854. *
  7855. * @return \App\EventSubscriber\Auth\UserSubscriber
  7856. */
  7857. protected function getUserSubscriberService()
  7858. {
  7859. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Auth/UserSubscriber.php';
  7860. return $this->privates['App\\EventSubscriber\\Auth\\UserSubscriber'] = new \App\EventSubscriber\Auth\UserSubscriber(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  7861. }
  7862. /**
  7863. * Gets the private 'App\EventSubscriber\Content\LocalizationSubscriber' shared autowired service.
  7864. *
  7865. * @return \App\EventSubscriber\Content\LocalizationSubscriber
  7866. */
  7867. protected function getLocalizationSubscriberService()
  7868. {
  7869. $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  7870. if (isset($this->privates['App\\EventSubscriber\\Content\\LocalizationSubscriber'])) {
  7871. return $this->privates['App\\EventSubscriber\\Content\\LocalizationSubscriber'];
  7872. }
  7873. return $this->privates['App\\EventSubscriber\\Content\\LocalizationSubscriber'] = new \App\EventSubscriber\Content\LocalizationSubscriber($this->getEnv('resolve:APP_LOCALE'), $a);
  7874. }
  7875. /**
  7876. * Gets the private 'App\EventSubscriber\Content\SluggableSubscriber' shared autowired service.
  7877. *
  7878. * @return \App\EventSubscriber\Content\SluggableSubscriber
  7879. */
  7880. protected function getSluggableSubscriberService()
  7881. {
  7882. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7883. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Content/SluggableSubscriber.php';
  7884. return $this->privates['App\\EventSubscriber\\Content\\SluggableSubscriber'] = new \App\EventSubscriber\Content\SluggableSubscriber();
  7885. }
  7886. /**
  7887. * Gets the private 'App\EventSubscriber\ECommerce\CartItemSubscriber' shared autowired service.
  7888. *
  7889. * @return \App\EventSubscriber\ECommerce\CartItemSubscriber
  7890. */
  7891. protected function getCartItemSubscriberService()
  7892. {
  7893. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7894. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/CartItemSubscriber.php';
  7895. $a = ($this->privates['App\\Service\\ECommerce\\CartCalculator'] ?? $this->getCartCalculatorService());
  7896. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\CartItemSubscriber'])) {
  7897. return $this->privates['App\\EventSubscriber\\ECommerce\\CartItemSubscriber'];
  7898. }
  7899. return $this->privates['App\\EventSubscriber\\ECommerce\\CartItemSubscriber'] = new \App\EventSubscriber\ECommerce\CartItemSubscriber($a);
  7900. }
  7901. /**
  7902. * Gets the private 'App\EventSubscriber\ECommerce\CartSubscriber' shared autowired service.
  7903. *
  7904. * @return \App\EventSubscriber\ECommerce\CartSubscriber
  7905. */
  7906. protected function getCartSubscriberService()
  7907. {
  7908. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/CartSubscriber.php';
  7909. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/EmailNotifier.php';
  7910. $a = ($this->privates['App\\Service\\ECommerce\\CartCalculator'] ?? $this->getCartCalculatorService());
  7911. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'])) {
  7912. return $this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'];
  7913. }
  7914. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7915. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'])) {
  7916. return $this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'];
  7917. }
  7918. $c = ($this->privates['App\\Service\\ECommerce\\InvoicePdfManager'] ?? $this->getInvoicePdfManagerService());
  7919. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'])) {
  7920. return $this->privates['App\\EventSubscriber\\ECommerce\\CartSubscriber'];
  7921. }
  7922. 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')));
  7923. }
  7924. /**
  7925. * Gets the private 'App\EventSubscriber\ECommerce\ClientSubscriber' shared autowired service.
  7926. *
  7927. * @return \App\EventSubscriber\ECommerce\ClientSubscriber
  7928. */
  7929. protected function getClientSubscriberService()
  7930. {
  7931. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/ClientSubscriber.php';
  7932. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7933. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\ClientSubscriber'])) {
  7934. return $this->privates['App\\EventSubscriber\\ECommerce\\ClientSubscriber'];
  7935. }
  7936. return $this->privates['App\\EventSubscriber\\ECommerce\\ClientSubscriber'] = new \App\EventSubscriber\ECommerce\ClientSubscriber($a);
  7937. }
  7938. /**
  7939. * Gets the private 'App\EventSubscriber\ECommerce\DatesSubscriber' shared autowired service.
  7940. *
  7941. * @return \App\EventSubscriber\ECommerce\DatesSubscriber
  7942. */
  7943. protected function getDatesSubscriberService()
  7944. {
  7945. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7946. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/DatesSubscriber.php';
  7947. return $this->privates['App\\EventSubscriber\\ECommerce\\DatesSubscriber'] = new \App\EventSubscriber\ECommerce\DatesSubscriber();
  7948. }
  7949. /**
  7950. * Gets the private 'App\EventSubscriber\ECommerce\IndividualOrderSubscriber' shared autowired service.
  7951. *
  7952. * @return \App\EventSubscriber\ECommerce\IndividualOrderSubscriber
  7953. */
  7954. protected function getIndividualOrderSubscriberService()
  7955. {
  7956. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7957. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/IndividualOrderSubscriber.php';
  7958. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7959. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber'])) {
  7960. return $this->privates['App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber'];
  7961. }
  7962. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7963. if (isset($this->privates['App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber'])) {
  7964. return $this->privates['App\\EventSubscriber\\ECommerce\\IndividualOrderSubscriber'];
  7965. }
  7966. 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'));
  7967. }
  7968. /**
  7969. * Gets the private 'App\EventSubscriber\ECommerce\ProductSubscriber' shared autowired service.
  7970. *
  7971. * @return \App\EventSubscriber\ECommerce\ProductSubscriber
  7972. */
  7973. protected function getProductSubscriberService()
  7974. {
  7975. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7976. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/ProductSubscriber.php';
  7977. return $this->privates['App\\EventSubscriber\\ECommerce\\ProductSubscriber'] = new \App\EventSubscriber\ECommerce\ProductSubscriber();
  7978. }
  7979. /**
  7980. * Gets the private 'App\Form\API\Security\LoginType' shared autowired service.
  7981. *
  7982. * @return \App\Form\API\Security\LoginType
  7983. */
  7984. protected function getLoginTypeService()
  7985. {
  7986. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  7987. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  7988. include_once \dirname(__DIR__, 4).'/src/Form/API/Security/LoginType.php';
  7989. return $this->privates['App\\Form\\API\\Security\\LoginType'] = new \App\Form\API\Security\LoginType();
  7990. }
  7991. /**
  7992. * Gets the private 'App\Form\App\ContactForm' shared autowired service.
  7993. *
  7994. * @return \App\Form\App\ContactForm
  7995. */
  7996. protected function getContactFormService()
  7997. {
  7998. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  7999. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8000. include_once \dirname(__DIR__, 4).'/src/Form/App/ContactForm.php';
  8001. return $this->privates['App\\Form\\App\\ContactForm'] = new \App\Form\App\ContactForm();
  8002. }
  8003. /**
  8004. * Gets the private 'App\Form\App\FilterForm' shared autowired service.
  8005. *
  8006. * @return \App\Form\App\FilterForm
  8007. */
  8008. protected function getFilterFormService()
  8009. {
  8010. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8011. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8012. include_once \dirname(__DIR__, 4).'/src/Form/App/FilterForm.php';
  8013. return $this->privates['App\\Form\\App\\FilterForm'] = new \App\Form\App\FilterForm();
  8014. }
  8015. /**
  8016. * Gets the private 'App\Form\App\MenuItemType' shared autowired service.
  8017. *
  8018. * @return \App\Form\App\MenuItemType
  8019. */
  8020. protected function getMenuItemTypeService()
  8021. {
  8022. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8023. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8024. include_once \dirname(__DIR__, 4).'/src/Form/App/MenuType.php';
  8025. include_once \dirname(__DIR__, 4).'/src/Form/App/MenuItemType.php';
  8026. return $this->privates['App\\Form\\App\\MenuItemType'] = new \App\Form\App\MenuItemType($this->getParameter('locales'));
  8027. }
  8028. /**
  8029. * Gets the private 'App\Form\App\MenuType' shared autowired service.
  8030. *
  8031. * @return \App\Form\App\MenuType
  8032. */
  8033. protected function getMenuTypeService()
  8034. {
  8035. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8036. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8037. include_once \dirname(__DIR__, 4).'/src/Form/App/MenuType.php';
  8038. return $this->privates['App\\Form\\App\\MenuType'] = new \App\Form\App\MenuType($this->getParameter('locales'));
  8039. }
  8040. /**
  8041. * Gets the private 'App\Form\App\ParameterType' shared autowired service.
  8042. *
  8043. * @return \App\Form\App\ParameterType
  8044. */
  8045. protected function getParameterTypeService()
  8046. {
  8047. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8048. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8049. include_once \dirname(__DIR__, 4).'/src/Form/App/ParameterType.php';
  8050. return $this->privates['App\\Form\\App\\ParameterType'] = new \App\Form\App\ParameterType();
  8051. }
  8052. /**
  8053. * Gets the private 'App\Form\App\Security\RegistrationFormType' shared autowired service.
  8054. *
  8055. * @return \App\Form\App\Security\RegistrationFormType
  8056. */
  8057. protected function getRegistrationFormTypeService()
  8058. {
  8059. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8060. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8061. include_once \dirname(__DIR__, 4).'/src/Form/App/Type/RegistrationFormType.php';
  8062. include_once \dirname(__DIR__, 4).'/src/Form/App/Security/RegistrationFormType.php';
  8063. return $this->privates['App\\Form\\App\\Security\\RegistrationFormType'] = new \App\Form\App\Security\RegistrationFormType();
  8064. }
  8065. /**
  8066. * Gets the private 'App\Form\App\Security\UserPassword' shared autowired service.
  8067. *
  8068. * @return \App\Form\App\Security\UserPassword
  8069. */
  8070. protected function getUserPasswordService()
  8071. {
  8072. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8073. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8074. include_once \dirname(__DIR__, 4).'/src/Form/App/Security/UserPassword.php';
  8075. return $this->privates['App\\Form\\App\\Security\\UserPassword'] = new \App\Form\App\Security\UserPassword();
  8076. }
  8077. /**
  8078. * Gets the private 'App\Form\App\Type\CountryType' shared autowired service.
  8079. *
  8080. * @return \App\Form\App\Type\CountryType
  8081. */
  8082. protected function getCountryTypeService()
  8083. {
  8084. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8085. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8086. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/CountryType.php';
  8087. include_once \dirname(__DIR__, 4).'/src/Form/App/Type/CountryType.php';
  8088. 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())));
  8089. }
  8090. /**
  8091. * Gets the private 'App\Form\App\Type\EntityAJAXType' shared autowired service.
  8092. *
  8093. * @return \App\Form\App\Type\EntityAJAXType
  8094. */
  8095. protected function getEntityAJAXTypeService()
  8096. {
  8097. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8098. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8099. include_once \dirname(__DIR__, 4).'/src/Form/App/Type/EntityAJAXType.php';
  8100. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataTransformerInterface.php';
  8101. include_once \dirname(__DIR__, 4).'/src/Form/App/DataTransformer/EntityAJAXTransformer.php';
  8102. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8103. if (isset($this->privates['App\\Form\\App\\Type\\EntityAJAXType'])) {
  8104. return $this->privates['App\\Form\\App\\Type\\EntityAJAXType'];
  8105. }
  8106. return $this->privates['App\\Form\\App\\Type\\EntityAJAXType'] = new \App\Form\App\Type\EntityAJAXType(new \App\Form\App\DataTransformer\EntityAJAXTransformer($a));
  8107. }
  8108. /**
  8109. * Gets the private 'App\Form\App\Type\RegistrationFormType' shared autowired service.
  8110. *
  8111. * @return \App\Form\App\Type\RegistrationFormType
  8112. */
  8113. protected function getRegistrationFormType2Service()
  8114. {
  8115. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8116. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8117. include_once \dirname(__DIR__, 4).'/src/Form/App/Type/RegistrationFormType.php';
  8118. return $this->privates['App\\Form\\App\\Type\\RegistrationFormType'] = new \App\Form\App\Type\RegistrationFormType();
  8119. }
  8120. /**
  8121. * Gets the private 'App\Form\App\UserType' shared autowired service.
  8122. *
  8123. * @return \App\Form\App\UserType
  8124. */
  8125. protected function getUserTypeService()
  8126. {
  8127. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8128. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8129. include_once \dirname(__DIR__, 4).'/src/Form/App/UserType.php';
  8130. return $this->privates['App\\Form\\App\\UserType'] = new \App\Form\App\UserType();
  8131. }
  8132. /**
  8133. * Gets the private 'App\Form\App\VisitLogCreateType' shared autowired service.
  8134. *
  8135. * @return \App\Form\App\VisitLogCreateType
  8136. */
  8137. protected function getVisitLogCreateTypeService()
  8138. {
  8139. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8140. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8141. include_once \dirname(__DIR__, 4).'/src/Form/App/VisitLogCreateType.php';
  8142. return $this->privates['App\\Form\\App\\VisitLogCreateType'] = new \App\Form\App\VisitLogCreateType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8143. }
  8144. /**
  8145. * Gets the private 'App\Form\App\VisitLogEditType' shared autowired service.
  8146. *
  8147. * @return \App\Form\App\VisitLogEditType
  8148. */
  8149. protected function getVisitLogEditTypeService()
  8150. {
  8151. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8152. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8153. include_once \dirname(__DIR__, 4).'/src/Form/App/VisitLogEditType.php';
  8154. return $this->privates['App\\Form\\App\\VisitLogEditType'] = new \App\Form\App\VisitLogEditType();
  8155. }
  8156. /**
  8157. * Gets the private 'App\Form\Auth\Admin\UserType' shared autowired service.
  8158. *
  8159. * @return \App\Form\Auth\Admin\UserType
  8160. */
  8161. protected function getUserType2Service()
  8162. {
  8163. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8164. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8165. include_once \dirname(__DIR__, 4).'/src/Form/App/UserType.php';
  8166. include_once \dirname(__DIR__, 4).'/src/Form/Auth/Admin/UserType.php';
  8167. return $this->privates['App\\Form\\Auth\\Admin\\UserType'] = new \App\Form\Auth\Admin\UserType();
  8168. }
  8169. /**
  8170. * Gets the private 'App\Form\Content\Admin\BlogCommentApproveType' shared autowired service.
  8171. *
  8172. * @return \App\Form\Content\Admin\BlogCommentApproveType
  8173. */
  8174. protected function getBlogCommentApproveTypeService()
  8175. {
  8176. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8177. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8178. include_once \dirname(__DIR__, 4).'/src/Form/Content/Admin/BlogCommentApproveType.php';
  8179. return $this->privates['App\\Form\\Content\\Admin\\BlogCommentApproveType'] = new \App\Form\Content\Admin\BlogCommentApproveType();
  8180. }
  8181. /**
  8182. * Gets the private 'App\Form\Content\Admin\SeoType' shared autowired service.
  8183. *
  8184. * @return \App\Form\Content\Admin\SeoType
  8185. */
  8186. protected function getSeoTypeService()
  8187. {
  8188. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8189. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8190. include_once \dirname(__DIR__, 4).'/src/Form/Content/Admin/SeoType.php';
  8191. return $this->privates['App\\Form\\Content\\Admin\\SeoType'] = new \App\Form\Content\Admin\SeoType();
  8192. }
  8193. /**
  8194. * Gets the private 'App\Form\Content\BlogCategoryType' shared autowired service.
  8195. *
  8196. * @return \App\Form\Content\BlogCategoryType
  8197. */
  8198. protected function getBlogCategoryTypeService()
  8199. {
  8200. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8201. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8202. include_once \dirname(__DIR__, 4).'/src/Form/Content/BlogCategoryType.php';
  8203. return $this->privates['App\\Form\\Content\\BlogCategoryType'] = new \App\Form\Content\BlogCategoryType($this->getParameter('locales'));
  8204. }
  8205. /**
  8206. * Gets the private 'App\Form\Content\BlogCommentType' shared autowired service.
  8207. *
  8208. * @return \App\Form\Content\BlogCommentType
  8209. */
  8210. protected function getBlogCommentTypeService()
  8211. {
  8212. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8213. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8214. include_once \dirname(__DIR__, 4).'/src/Form/Content/BlogCommentType.php';
  8215. return $this->privates['App\\Form\\Content\\BlogCommentType'] = new \App\Form\Content\BlogCommentType();
  8216. }
  8217. /**
  8218. * Gets the private 'App\Form\Content\BlogTranslationType' shared autowired service.
  8219. *
  8220. * @return \App\Form\Content\BlogTranslationType
  8221. */
  8222. protected function getBlogTranslationTypeService()
  8223. {
  8224. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8225. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8226. include_once \dirname(__DIR__, 4).'/src/Form/Content/BlogTranslationType.php';
  8227. return $this->privates['App\\Form\\Content\\BlogTranslationType'] = new \App\Form\Content\BlogTranslationType();
  8228. }
  8229. /**
  8230. * Gets the private 'App\Form\Content\BlogType' shared autowired service.
  8231. *
  8232. * @return \App\Form\Content\BlogType
  8233. */
  8234. protected function getBlogTypeService()
  8235. {
  8236. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8237. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8238. include_once \dirname(__DIR__, 4).'/src/Form/Content/BlogType.php';
  8239. return $this->privates['App\\Form\\Content\\BlogType'] = new \App\Form\Content\BlogType();
  8240. }
  8241. /**
  8242. * Gets the private 'App\Form\Content\DocumentCategoryType' shared autowired service.
  8243. *
  8244. * @return \App\Form\Content\DocumentCategoryType
  8245. */
  8246. protected function getDocumentCategoryTypeService()
  8247. {
  8248. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8249. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8250. include_once \dirname(__DIR__, 4).'/src/Form/Content/DocumentCategoryType.php';
  8251. return $this->privates['App\\Form\\Content\\DocumentCategoryType'] = new \App\Form\Content\DocumentCategoryType();
  8252. }
  8253. /**
  8254. * Gets the private 'App\Form\Content\DocumentTranslationType' shared autowired service.
  8255. *
  8256. * @return \App\Form\Content\DocumentTranslationType
  8257. */
  8258. protected function getDocumentTranslationTypeService()
  8259. {
  8260. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8261. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8262. include_once \dirname(__DIR__, 4).'/src/Form/Content/DocumentTranslationType.php';
  8263. return $this->privates['App\\Form\\Content\\DocumentTranslationType'] = new \App\Form\Content\DocumentTranslationType();
  8264. }
  8265. /**
  8266. * Gets the private 'App\Form\Content\DocumentType' shared autowired service.
  8267. *
  8268. * @return \App\Form\Content\DocumentType
  8269. */
  8270. protected function getDocumentTypeService()
  8271. {
  8272. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8273. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8274. include_once \dirname(__DIR__, 4).'/src/Form/Content/DocumentType.php';
  8275. return $this->privates['App\\Form\\Content\\DocumentType'] = new \App\Form\Content\DocumentType();
  8276. }
  8277. /**
  8278. * Gets the private 'App\Form\Content\LocaleForm' shared autowired service.
  8279. *
  8280. * @return \App\Form\Content\LocaleForm
  8281. */
  8282. protected function getLocaleFormService()
  8283. {
  8284. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8285. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8286. include_once \dirname(__DIR__, 4).'/src/Form/Content/LocaleForm.php';
  8287. return $this->privates['App\\Form\\Content\\LocaleForm'] = new \App\Form\Content\LocaleForm($this->getParameter('locales'));
  8288. }
  8289. /**
  8290. * Gets the private 'App\Form\Content\PageTranslationType' shared autowired service.
  8291. *
  8292. * @return \App\Form\Content\PageTranslationType
  8293. */
  8294. protected function getPageTranslationTypeService()
  8295. {
  8296. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8297. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8298. include_once \dirname(__DIR__, 4).'/src/Form/Content/PageTranslationType.php';
  8299. return $this->privates['App\\Form\\Content\\PageTranslationType'] = new \App\Form\Content\PageTranslationType();
  8300. }
  8301. /**
  8302. * Gets the private 'App\Form\Content\PageType' shared autowired service.
  8303. *
  8304. * @return \App\Form\Content\PageType
  8305. */
  8306. protected function getPageTypeService()
  8307. {
  8308. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8309. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8310. include_once \dirname(__DIR__, 4).'/src/Form/Content/PageType.php';
  8311. return $this->privates['App\\Form\\Content\\PageType'] = new \App\Form\Content\PageType();
  8312. }
  8313. /**
  8314. * Gets the private 'App\Form\Content\TagType' shared autowired service.
  8315. *
  8316. * @return \App\Form\Content\TagType
  8317. */
  8318. protected function getTagTypeService()
  8319. {
  8320. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8321. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8322. include_once \dirname(__DIR__, 4).'/src/Form/Content/TagType.php';
  8323. return $this->privates['App\\Form\\Content\\TagType'] = new \App\Form\Content\TagType();
  8324. }
  8325. /**
  8326. * Gets the private 'App\Form\ECommerce\API\CartCheckOut' shared autowired service.
  8327. *
  8328. * @return \App\Form\ECommerce\API\CartCheckOut
  8329. */
  8330. protected function getCartCheckOutService()
  8331. {
  8332. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8333. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8334. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/API/CartCheckOut.php';
  8335. return $this->privates['App\\Form\\ECommerce\\API\\CartCheckOut'] = new \App\Form\ECommerce\API\CartCheckOut();
  8336. }
  8337. /**
  8338. * Gets the private 'App\Form\ECommerce\API\CartItemQuantity' shared autowired service.
  8339. *
  8340. * @return \App\Form\ECommerce\API\CartItemQuantity
  8341. */
  8342. protected function getCartItemQuantityService()
  8343. {
  8344. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8345. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8346. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/API/CartItemQuantity.php';
  8347. return $this->privates['App\\Form\\ECommerce\\API\\CartItemQuantity'] = new \App\Form\ECommerce\API\CartItemQuantity();
  8348. }
  8349. /**
  8350. * Gets the private 'App\Form\ECommerce\API\CartItemRemove' shared autowired service.
  8351. *
  8352. * @return \App\Form\ECommerce\API\CartItemRemove
  8353. */
  8354. protected function getCartItemRemoveService()
  8355. {
  8356. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8357. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8358. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/API/CartItemRemove.php';
  8359. return $this->privates['App\\Form\\ECommerce\\API\\CartItemRemove'] = new \App\Form\ECommerce\API\CartItemRemove();
  8360. }
  8361. /**
  8362. * Gets the private 'App\Form\ECommerce\Admin\IndividualOrderType' shared autowired service.
  8363. *
  8364. * @return \App\Form\ECommerce\Admin\IndividualOrderType
  8365. */
  8366. protected function getIndividualOrderTypeService()
  8367. {
  8368. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8369. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8370. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Admin/IndividualOrderType.php';
  8371. return $this->privates['App\\Form\\ECommerce\\Admin\\IndividualOrderType'] = new \App\Form\ECommerce\Admin\IndividualOrderType();
  8372. }
  8373. /**
  8374. * Gets the private 'App\Form\ECommerce\App\CartCheckOut' shared autowired service.
  8375. *
  8376. * @return \App\Form\ECommerce\App\CartCheckOut
  8377. */
  8378. protected function getCartCheckOut2Service()
  8379. {
  8380. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8381. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8382. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/App/CartCheckOut.php';
  8383. return $this->privates['App\\Form\\ECommerce\\App\\CartCheckOut'] = new \App\Form\ECommerce\App\CartCheckOut();
  8384. }
  8385. /**
  8386. * Gets the private 'App\Form\ECommerce\App\CartItemAdd' shared autowired service.
  8387. *
  8388. * @return \App\Form\ECommerce\App\CartItemAdd
  8389. */
  8390. protected function getCartItemAddService()
  8391. {
  8392. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8393. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8394. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/App/CartItemAdd.php';
  8395. return $this->privates['App\\Form\\ECommerce\\App\\CartItemAdd'] = new \App\Form\ECommerce\App\CartItemAdd();
  8396. }
  8397. /**
  8398. * Gets the private 'App\Form\ECommerce\App\CartItemRemove' shared autowired service.
  8399. *
  8400. * @return \App\Form\ECommerce\App\CartItemRemove
  8401. */
  8402. protected function getCartItemRemove2Service()
  8403. {
  8404. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8405. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8406. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/App/CartItemRemove.php';
  8407. return $this->privates['App\\Form\\ECommerce\\App\\CartItemRemove'] = new \App\Form\ECommerce\App\CartItemRemove();
  8408. }
  8409. /**
  8410. * Gets the private 'App\Form\ECommerce\App\IndividualOrderType' shared autowired service.
  8411. *
  8412. * @return \App\Form\ECommerce\App\IndividualOrderType
  8413. */
  8414. protected function getIndividualOrderType2Service()
  8415. {
  8416. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8417. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8418. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/App/IndividualOrderType.php';
  8419. return $this->privates['App\\Form\\ECommerce\\App\\IndividualOrderType'] = new \App\Form\ECommerce\App\IndividualOrderType();
  8420. }
  8421. /**
  8422. * Gets the private 'App\Form\ECommerce\BankAccountType' shared autowired service.
  8423. *
  8424. * @return \App\Form\ECommerce\BankAccountType
  8425. */
  8426. protected function getBankAccountTypeService()
  8427. {
  8428. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8429. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8430. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/BankAccountType.php';
  8431. return $this->privates['App\\Form\\ECommerce\\BankAccountType'] = new \App\Form\ECommerce\BankAccountType();
  8432. }
  8433. /**
  8434. * Gets the private 'App\Form\ECommerce\CartCheckOutGuest' shared autowired service.
  8435. *
  8436. * @return \App\Form\ECommerce\CartCheckOutGuest
  8437. */
  8438. protected function getCartCheckOutGuestService()
  8439. {
  8440. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8441. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8442. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/CartCheckOutGuest.php';
  8443. return $this->privates['App\\Form\\ECommerce\\CartCheckOutGuest'] = new \App\Form\ECommerce\CartCheckOutGuest();
  8444. }
  8445. /**
  8446. * Gets the private 'App\Form\ECommerce\CartItemType' shared autowired service.
  8447. *
  8448. * @return \App\Form\ECommerce\CartItemType
  8449. */
  8450. protected function getCartItemTypeService()
  8451. {
  8452. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8453. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8454. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/CartItemType.php';
  8455. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8456. if (isset($this->privates['App\\Form\\ECommerce\\CartItemType'])) {
  8457. return $this->privates['App\\Form\\ECommerce\\CartItemType'];
  8458. }
  8459. return $this->privates['App\\Form\\ECommerce\\CartItemType'] = new \App\Form\ECommerce\CartItemType($a);
  8460. }
  8461. /**
  8462. * Gets the private 'App\Form\ECommerce\CartType' shared autowired service.
  8463. *
  8464. * @return \App\Form\ECommerce\CartType
  8465. */
  8466. protected function getCartTypeService()
  8467. {
  8468. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8469. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8470. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/CartType.php';
  8471. return $this->privates['App\\Form\\ECommerce\\CartType'] = new \App\Form\ECommerce\CartType();
  8472. }
  8473. /**
  8474. * Gets the private 'App\Form\ECommerce\ClientGroupType' shared autowired service.
  8475. *
  8476. * @return \App\Form\ECommerce\ClientGroupType
  8477. */
  8478. protected function getClientGroupTypeService()
  8479. {
  8480. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8481. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8482. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ClientGroupType.php';
  8483. return $this->privates['App\\Form\\ECommerce\\ClientGroupType'] = new \App\Form\ECommerce\ClientGroupType();
  8484. }
  8485. /**
  8486. * Gets the private 'App\Form\ECommerce\ClientGuestType' shared autowired service.
  8487. *
  8488. * @return \App\Form\ECommerce\ClientGuestType
  8489. */
  8490. protected function getClientGuestTypeService()
  8491. {
  8492. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8493. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8494. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ClientGuestType.php';
  8495. return $this->privates['App\\Form\\ECommerce\\ClientGuestType'] = new \App\Form\ECommerce\ClientGuestType();
  8496. }
  8497. /**
  8498. * Gets the private 'App\Form\ECommerce\ClientRegistrationFormType' shared autowired service.
  8499. *
  8500. * @return \App\Form\ECommerce\ClientRegistrationFormType
  8501. */
  8502. protected function getClientRegistrationFormTypeService()
  8503. {
  8504. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8505. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8506. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ClientRegistrationFormType.php';
  8507. return $this->privates['App\\Form\\ECommerce\\ClientRegistrationFormType'] = new \App\Form\ECommerce\ClientRegistrationFormType($this->getParameter('client_defaults'));
  8508. }
  8509. /**
  8510. * Gets the private 'App\Form\ECommerce\ClientType' shared autowired service.
  8511. *
  8512. * @return \App\Form\ECommerce\ClientType
  8513. */
  8514. protected function getClientTypeService()
  8515. {
  8516. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8517. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8518. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ClientType.php';
  8519. return $this->privates['App\\Form\\ECommerce\\ClientType'] = new \App\Form\ECommerce\ClientType();
  8520. }
  8521. /**
  8522. * Gets the private 'App\Form\ECommerce\DepotProductType' shared autowired service.
  8523. *
  8524. * @return \App\Form\ECommerce\DepotProductType
  8525. */
  8526. protected function getDepotProductTypeService()
  8527. {
  8528. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8529. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8530. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/DepotProductType.php';
  8531. return $this->privates['App\\Form\\ECommerce\\DepotProductType'] = new \App\Form\ECommerce\DepotProductType();
  8532. }
  8533. /**
  8534. * Gets the private 'App\Form\ECommerce\DepotTranslationType' shared autowired service.
  8535. *
  8536. * @return \App\Form\ECommerce\DepotTranslationType
  8537. */
  8538. protected function getDepotTranslationTypeService()
  8539. {
  8540. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8541. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8542. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/DepotTranslationType.php';
  8543. return $this->privates['App\\Form\\ECommerce\\DepotTranslationType'] = new \App\Form\ECommerce\DepotTranslationType();
  8544. }
  8545. /**
  8546. * Gets the private 'App\Form\ECommerce\DepotType' shared autowired service.
  8547. *
  8548. * @return \App\Form\ECommerce\DepotType
  8549. */
  8550. protected function getDepotTypeService()
  8551. {
  8552. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8553. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8554. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/DepotType.php';
  8555. return $this->privates['App\\Form\\ECommerce\\DepotType'] = new \App\Form\ECommerce\DepotType();
  8556. }
  8557. /**
  8558. * Gets the private 'App\Form\ECommerce\DocumentType' shared autowired service.
  8559. *
  8560. * @return \App\Form\ECommerce\DocumentType
  8561. */
  8562. protected function getDocumentType2Service()
  8563. {
  8564. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8565. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8566. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/DocumentType.php';
  8567. return $this->privates['App\\Form\\ECommerce\\DocumentType'] = new \App\Form\ECommerce\DocumentType();
  8568. }
  8569. /**
  8570. * Gets the private 'App\Form\ECommerce\Filter\ProductFilterByCategory' shared autowired service.
  8571. *
  8572. * @return \App\Form\ECommerce\Filter\ProductFilterByCategory
  8573. */
  8574. protected function getProductFilterByCategoryService()
  8575. {
  8576. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8577. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8578. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Filter/ProductFilterByCategory.php';
  8579. return $this->privates['App\\Form\\ECommerce\\Filter\\ProductFilterByCategory'] = new \App\Form\ECommerce\Filter\ProductFilterByCategory();
  8580. }
  8581. /**
  8582. * Gets the private 'App\Form\ECommerce\Filter\ProductFilterByName' shared autowired service.
  8583. *
  8584. * @return \App\Form\ECommerce\Filter\ProductFilterByName
  8585. */
  8586. protected function getProductFilterByNameService()
  8587. {
  8588. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8589. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8590. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Filter/ProductFilterByName.php';
  8591. return $this->privates['App\\Form\\ECommerce\\Filter\\ProductFilterByName'] = new \App\Form\ECommerce\Filter\ProductFilterByName();
  8592. }
  8593. /**
  8594. * Gets the private 'App\Form\ECommerce\Filter\ProductFilterBySize' shared autowired service.
  8595. *
  8596. * @return \App\Form\ECommerce\Filter\ProductFilterBySize
  8597. */
  8598. protected function getProductFilterBySizeService()
  8599. {
  8600. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8601. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8602. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Filter/ProductFilterBySize.php';
  8603. return $this->privates['App\\Form\\ECommerce\\Filter\\ProductFilterBySize'] = new \App\Form\ECommerce\Filter\ProductFilterBySize();
  8604. }
  8605. /**
  8606. * Gets the private 'App\Form\ECommerce\FirmType' shared autowired service.
  8607. *
  8608. * @return \App\Form\ECommerce\FirmType
  8609. */
  8610. protected function getFirmTypeService()
  8611. {
  8612. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8613. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8614. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/FirmType.php';
  8615. return $this->privates['App\\Form\\ECommerce\\FirmType'] = new \App\Form\ECommerce\FirmType();
  8616. }
  8617. /**
  8618. * Gets the private 'App\Form\ECommerce\Partials\CartItem\CartItemDeliveryDate' shared autowired service.
  8619. *
  8620. * @return \App\Form\ECommerce\Partials\CartItem\CartItemDeliveryDate
  8621. */
  8622. protected function getCartItemDeliveryDateService()
  8623. {
  8624. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8625. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8626. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Partials/CartItem/CartItemDeliveryDate.php';
  8627. return $this->privates['App\\Form\\ECommerce\\Partials\\CartItem\\CartItemDeliveryDate'] = new \App\Form\ECommerce\Partials\CartItem\CartItemDeliveryDate();
  8628. }
  8629. /**
  8630. * Gets the private 'App\Form\ECommerce\Partials\CartItem\CartItemQuantity' shared autowired service.
  8631. *
  8632. * @return \App\Form\ECommerce\Partials\CartItem\CartItemQuantity
  8633. */
  8634. protected function getCartItemQuantity2Service()
  8635. {
  8636. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8637. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8638. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Partials/CartItem/CartItemQuantity.php';
  8639. return $this->privates['App\\Form\\ECommerce\\Partials\\CartItem\\CartItemQuantity'] = new \App\Form\ECommerce\Partials\CartItem\CartItemQuantity();
  8640. }
  8641. /**
  8642. * Gets the private 'App\Form\ECommerce\Partials\CartItem\IndividualOrderItemQuantity' shared autowired service.
  8643. *
  8644. * @return \App\Form\ECommerce\Partials\CartItem\IndividualOrderItemQuantity
  8645. */
  8646. protected function getIndividualOrderItemQuantityService()
  8647. {
  8648. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8649. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8650. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Partials/CartItem/IndividualOrderItemQuantity.php';
  8651. return $this->privates['App\\Form\\ECommerce\\Partials\\CartItem\\IndividualOrderItemQuantity'] = new \App\Form\ECommerce\Partials\CartItem\IndividualOrderItemQuantity();
  8652. }
  8653. /**
  8654. * Gets the private 'App\Form\ECommerce\Partials\Depot\DepotColorsType' shared autowired service.
  8655. *
  8656. * @return \App\Form\ECommerce\Partials\Depot\DepotColorsType
  8657. */
  8658. protected function getDepotColorsTypeService()
  8659. {
  8660. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8661. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8662. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Partials/Depot/DepotColorsType.php';
  8663. return $this->privates['App\\Form\\ECommerce\\Partials\\Depot\\DepotColorsType'] = new \App\Form\ECommerce\Partials\Depot\DepotColorsType();
  8664. }
  8665. /**
  8666. * Gets the private 'App\Form\ECommerce\PhotoType' shared autowired service.
  8667. *
  8668. * @return \App\Form\ECommerce\PhotoType
  8669. */
  8670. protected function getPhotoTypeService()
  8671. {
  8672. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8673. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8674. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/PhotoType.php';
  8675. return $this->privates['App\\Form\\ECommerce\\PhotoType'] = new \App\Form\ECommerce\PhotoType();
  8676. }
  8677. /**
  8678. * Gets the private 'App\Form\ECommerce\PreOrderType' shared autowired service.
  8679. *
  8680. * @return \App\Form\ECommerce\PreOrderType
  8681. */
  8682. protected function getPreOrderTypeService()
  8683. {
  8684. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8685. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8686. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/PreOrderType.php';
  8687. return $this->privates['App\\Form\\ECommerce\\PreOrderType'] = new \App\Form\ECommerce\PreOrderType();
  8688. }
  8689. /**
  8690. * Gets the private 'App\Form\ECommerce\ProductAlternativeType' shared autowired service.
  8691. *
  8692. * @return \App\Form\ECommerce\ProductAlternativeType
  8693. */
  8694. protected function getProductAlternativeTypeService()
  8695. {
  8696. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8697. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8698. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductAlternativeType.php';
  8699. return $this->privates['App\\Form\\ECommerce\\ProductAlternativeType'] = new \App\Form\ECommerce\ProductAlternativeType();
  8700. }
  8701. /**
  8702. * Gets the private 'App\Form\ECommerce\ProductCategoryTranslationType' shared autowired service.
  8703. *
  8704. * @return \App\Form\ECommerce\ProductCategoryTranslationType
  8705. */
  8706. protected function getProductCategoryTranslationTypeService()
  8707. {
  8708. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8709. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8710. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductCategoryTranslationType.php';
  8711. return $this->privates['App\\Form\\ECommerce\\ProductCategoryTranslationType'] = new \App\Form\ECommerce\ProductCategoryTranslationType();
  8712. }
  8713. /**
  8714. * Gets the private 'App\Form\ECommerce\ProductCategoryType' shared autowired service.
  8715. *
  8716. * @return \App\Form\ECommerce\ProductCategoryType
  8717. */
  8718. protected function getProductCategoryTypeService()
  8719. {
  8720. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8721. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8722. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductCategoryType.php';
  8723. return $this->privates['App\\Form\\ECommerce\\ProductCategoryType'] = new \App\Form\ECommerce\ProductCategoryType();
  8724. }
  8725. /**
  8726. * Gets the private 'App\Form\ECommerce\ProductGroupType' shared autowired service.
  8727. *
  8728. * @return \App\Form\ECommerce\ProductGroupType
  8729. */
  8730. protected function getProductGroupTypeService()
  8731. {
  8732. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8733. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8734. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductGroupType.php';
  8735. return $this->privates['App\\Form\\ECommerce\\ProductGroupType'] = new \App\Form\ECommerce\ProductGroupType();
  8736. }
  8737. /**
  8738. * Gets the private 'App\Form\ECommerce\ProductInfoTranslationType' shared autowired service.
  8739. *
  8740. * @return \App\Form\ECommerce\ProductInfoTranslationType
  8741. */
  8742. protected function getProductInfoTranslationTypeService()
  8743. {
  8744. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8745. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8746. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductInfoTranslationType.php';
  8747. return $this->privates['App\\Form\\ECommerce\\ProductInfoTranslationType'] = new \App\Form\ECommerce\ProductInfoTranslationType();
  8748. }
  8749. /**
  8750. * Gets the private 'App\Form\ECommerce\ProductInfoType' shared autowired service.
  8751. *
  8752. * @return \App\Form\ECommerce\ProductInfoType
  8753. */
  8754. protected function getProductInfoTypeService()
  8755. {
  8756. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8757. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8758. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductInfoType.php';
  8759. return $this->privates['App\\Form\\ECommerce\\ProductInfoType'] = new \App\Form\ECommerce\ProductInfoType();
  8760. }
  8761. /**
  8762. * Gets the private 'App\Form\ECommerce\ProductManufacturerType' shared autowired service.
  8763. *
  8764. * @return \App\Form\ECommerce\ProductManufacturerType
  8765. */
  8766. protected function getProductManufacturerTypeService()
  8767. {
  8768. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8769. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8770. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductManufacturerType.php';
  8771. return $this->privates['App\\Form\\ECommerce\\ProductManufacturerType'] = new \App\Form\ECommerce\ProductManufacturerType();
  8772. }
  8773. /**
  8774. * Gets the private 'App\Form\ECommerce\ProductSearch' shared autowired service.
  8775. *
  8776. * @return \App\Form\ECommerce\ProductSearch
  8777. */
  8778. protected function getProductSearchService()
  8779. {
  8780. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8781. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8782. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductSearch.php';
  8783. return $this->privates['App\\Form\\ECommerce\\ProductSearch'] = new \App\Form\ECommerce\ProductSearch();
  8784. }
  8785. /**
  8786. * Gets the private 'App\Form\ECommerce\ProductTranslationType' shared autowired service.
  8787. *
  8788. * @return \App\Form\ECommerce\ProductTranslationType
  8789. */
  8790. protected function getProductTranslationTypeService()
  8791. {
  8792. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8793. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8794. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductTranslationType.php';
  8795. return $this->privates['App\\Form\\ECommerce\\ProductTranslationType'] = new \App\Form\ECommerce\ProductTranslationType();
  8796. }
  8797. /**
  8798. * Gets the private 'App\Form\ECommerce\ProductType' shared autowired service.
  8799. *
  8800. * @return \App\Form\ECommerce\ProductType
  8801. */
  8802. protected function getProductTypeService()
  8803. {
  8804. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8805. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8806. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ProductType.php';
  8807. return $this->privates['App\\Form\\ECommerce\\ProductType'] = new \App\Form\ECommerce\ProductType();
  8808. }
  8809. /**
  8810. * Gets the private 'App\Form\ECommerce\SearchTipTranslationType' shared autowired service.
  8811. *
  8812. * @return \App\Form\ECommerce\SearchTipTranslationType
  8813. */
  8814. protected function getSearchTipTranslationTypeService()
  8815. {
  8816. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8817. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8818. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/SearchTipTranslationType.php';
  8819. return $this->privates['App\\Form\\ECommerce\\SearchTipTranslationType'] = new \App\Form\ECommerce\SearchTipTranslationType();
  8820. }
  8821. /**
  8822. * Gets the private 'App\Form\ECommerce\SearchTipType' shared autowired service.
  8823. *
  8824. * @return \App\Form\ECommerce\SearchTipType
  8825. */
  8826. protected function getSearchTipTypeService()
  8827. {
  8828. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8829. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8830. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/SearchTipType.php';
  8831. return $this->privates['App\\Form\\ECommerce\\SearchTipType'] = new \App\Form\ECommerce\SearchTipType();
  8832. }
  8833. /**
  8834. * Gets the private 'App\Form\ECommerce\ShippingType' shared autowired service.
  8835. *
  8836. * @return \App\Form\ECommerce\ShippingType
  8837. */
  8838. protected function getShippingTypeService()
  8839. {
  8840. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8841. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8842. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/ShippingType.php';
  8843. return $this->privates['App\\Form\\ECommerce\\ShippingType'] = new \App\Form\ECommerce\ShippingType();
  8844. }
  8845. /**
  8846. * Gets the private 'App\Form\ECommerce\SynonymType' shared autowired service.
  8847. *
  8848. * @return \App\Form\ECommerce\SynonymType
  8849. */
  8850. protected function getSynonymTypeService()
  8851. {
  8852. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8853. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8854. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/SynonymType.php';
  8855. return $this->privates['App\\Form\\ECommerce\\SynonymType'] = new \App\Form\ECommerce\SynonymType(($this->services['router'] ?? $this->getRouterService()));
  8856. }
  8857. /**
  8858. * Gets the private 'App\Form\ECommerce\Type\LocationType' shared autowired service.
  8859. *
  8860. * @return \App\Form\ECommerce\Type\LocationType
  8861. */
  8862. protected function getLocationTypeService()
  8863. {
  8864. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8865. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8866. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Type/LocationType.php';
  8867. return $this->privates['App\\Form\\ECommerce\\Type\\LocationType'] = new \App\Form\ECommerce\Type\LocationType();
  8868. }
  8869. /**
  8870. * Gets the private 'App\Form\ECommerce\Type\PathParametersType' shared autowired service.
  8871. *
  8872. * @return \App\Form\ECommerce\Type\PathParametersType
  8873. */
  8874. protected function getPathParametersTypeService()
  8875. {
  8876. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8877. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8878. include_once \dirname(__DIR__, 4).'/src/Form/ECommerce/Type/PathParametersType.php';
  8879. return $this->privates['App\\Form\\ECommerce\\Type\\PathParametersType'] = new \App\Form\ECommerce\Type\PathParametersType();
  8880. }
  8881. /**
  8882. * Gets the private 'App\Form\Media\GalleryType' shared autowired service.
  8883. *
  8884. * @return \App\Form\Media\GalleryType
  8885. */
  8886. protected function getGalleryTypeService()
  8887. {
  8888. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8889. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8890. include_once \dirname(__DIR__, 4).'/src/Form/Media/GalleryType.php';
  8891. return $this->privates['App\\Form\\Media\\GalleryType'] = new \App\Form\Media\GalleryType(($this->privates['App\\Service\\Media\\MediaTwig'] ?? ($this->privates['App\\Service\\Media\\MediaTwig'] = new \App\Service\Media\MediaTwig())));
  8892. }
  8893. /**
  8894. * Gets the private 'App\Form\Media\MediaType' shared autowired service.
  8895. *
  8896. * @return \App\Form\Media\MediaType
  8897. */
  8898. protected function getMediaTypeService()
  8899. {
  8900. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8901. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8902. include_once \dirname(__DIR__, 4).'/src/Form/Media/MediaType.php';
  8903. return $this->privates['App\\Form\\Media\\MediaType'] = new \App\Form\Media\MediaType();
  8904. }
  8905. /**
  8906. * Gets the private 'App\Form\Media\Type\MediaFileType' shared autowired service.
  8907. *
  8908. * @return \App\Form\Media\Type\MediaFileType
  8909. */
  8910. protected function getMediaFileTypeService()
  8911. {
  8912. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  8913. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  8914. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataTransformerInterface.php';
  8915. include_once \dirname(__DIR__, 4).'/src/Form/Media/Type/MediaFileType.php';
  8916. 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())));
  8917. }
  8918. /**
  8919. * Gets the private 'App\Helper\CacheHelper' shared autowired service.
  8920. *
  8921. * @return \App\Helper\CacheHelper
  8922. */
  8923. protected function getCacheHelperService()
  8924. {
  8925. include_once \dirname(__DIR__, 4).'/src/Helper/CacheHelper.php';
  8926. return $this->privates['App\\Helper\\CacheHelper'] = new \App\Helper\CacheHelper();
  8927. }
  8928. /**
  8929. * Gets the private 'App\Migrations\Factory\MigrationFactoryDecorator' shared autowired service.
  8930. *
  8931. * @return \App\Migrations\Factory\MigrationFactoryDecorator
  8932. */
  8933. protected function getMigrationFactoryDecoratorService()
  8934. {
  8935. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  8936. include_once \dirname(__DIR__, 4).'/src/Migrations/Factory/MigrationFactoryDecorator.php';
  8937. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/DbalMigrationFactory.php';
  8938. 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()));
  8939. }
  8940. /**
  8941. * Gets the private 'App\Repository\App\UserRepository' shared autowired service.
  8942. *
  8943. * @return \App\Repository\App\UserRepository
  8944. */
  8945. protected function getUserRepositoryService()
  8946. {
  8947. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  8948. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8949. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  8950. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8951. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8952. include_once \dirname(__DIR__, 4).'/src/Repository/App/UserRepository.php';
  8953. return $this->privates['App\\Repository\\App\\UserRepository'] = new \App\Repository\App\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8954. }
  8955. /**
  8956. * Gets the private 'App\Repository\Content\BlogCategoryRepository' shared autowired service.
  8957. *
  8958. * @return \App\Repository\Content\BlogCategoryRepository
  8959. */
  8960. protected function getBlogCategoryRepositoryService()
  8961. {
  8962. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  8963. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8964. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  8965. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8966. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8967. include_once \dirname(__DIR__, 4).'/src/Repository/Content/BlogCategoryRepository.php';
  8968. return $this->privates['App\\Repository\\Content\\BlogCategoryRepository'] = new \App\Repository\Content\BlogCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8969. }
  8970. /**
  8971. * Gets the private 'App\Repository\Content\BlogCommentRepository' shared autowired service.
  8972. *
  8973. * @return \App\Repository\Content\BlogCommentRepository
  8974. */
  8975. protected function getBlogCommentRepositoryService()
  8976. {
  8977. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  8978. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8979. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  8980. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8981. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8982. include_once \dirname(__DIR__, 4).'/src/Repository/Content/BlogCommentRepository.php';
  8983. return $this->privates['App\\Repository\\Content\\BlogCommentRepository'] = new \App\Repository\Content\BlogCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8984. }
  8985. /**
  8986. * Gets the private 'App\Repository\Content\BlogRepository' shared autowired service.
  8987. *
  8988. * @return \App\Repository\Content\BlogRepository
  8989. */
  8990. protected function getBlogRepositoryService()
  8991. {
  8992. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  8993. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8994. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  8995. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8996. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8997. include_once \dirname(__DIR__, 4).'/src/Repository/Content/BlogRepository.php';
  8998. return $this->privates['App\\Repository\\Content\\BlogRepository'] = new \App\Repository\Content\BlogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8999. }
  9000. /**
  9001. * Gets the private 'App\Repository\Content\PageRepository' shared autowired service.
  9002. *
  9003. * @return \App\Repository\Content\PageRepository
  9004. */
  9005. protected function getPageRepositoryService()
  9006. {
  9007. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9008. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9009. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9010. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9011. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9012. include_once \dirname(__DIR__, 4).'/src/Repository/Content/PageRepository.php';
  9013. return $this->privates['App\\Repository\\Content\\PageRepository'] = new \App\Repository\Content\PageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9014. }
  9015. /**
  9016. * Gets the private 'App\Repository\Content\PageTranslationRepository' shared autowired service.
  9017. *
  9018. * @return \App\Repository\Content\PageTranslationRepository
  9019. */
  9020. protected function getPageTranslationRepositoryService()
  9021. {
  9022. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9023. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9024. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9025. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9026. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9027. include_once \dirname(__DIR__, 4).'/src/Repository/Content/PageTranslationRepository.php';
  9028. return $this->privates['App\\Repository\\Content\\PageTranslationRepository'] = new \App\Repository\Content\PageTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9029. }
  9030. /**
  9031. * Gets the private 'App\Repository\ECommerce\CartItemRepository' shared autowired service.
  9032. *
  9033. * @return \App\Repository\ECommerce\CartItemRepository
  9034. */
  9035. protected function getCartItemRepositoryService()
  9036. {
  9037. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9038. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9039. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9040. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9041. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9042. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/CartItemRepository.php';
  9043. return $this->privates['App\\Repository\\ECommerce\\CartItemRepository'] = new \App\Repository\ECommerce\CartItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9044. }
  9045. /**
  9046. * Gets the private 'App\Repository\ECommerce\CartRepository' shared autowired service.
  9047. *
  9048. * @return \App\Repository\ECommerce\CartRepository
  9049. */
  9050. protected function getCartRepositoryService()
  9051. {
  9052. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9053. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9054. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9055. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9056. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9057. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/CartRepository.php';
  9058. return $this->privates['App\\Repository\\ECommerce\\CartRepository'] = new \App\Repository\ECommerce\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9059. }
  9060. /**
  9061. * Gets the private 'App\Repository\ECommerce\DepotProductRepository' shared autowired service.
  9062. *
  9063. * @return \App\Repository\ECommerce\DepotProductRepository
  9064. */
  9065. protected function getDepotProductRepositoryService()
  9066. {
  9067. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9068. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9069. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9070. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9071. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9072. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/DepotProductRepository.php';
  9073. return $this->privates['App\\Repository\\ECommerce\\DepotProductRepository'] = new \App\Repository\ECommerce\DepotProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9074. }
  9075. /**
  9076. * Gets the private 'App\Repository\ECommerce\ProductCategoryRepository' shared autowired service.
  9077. *
  9078. * @return \App\Repository\ECommerce\ProductCategoryRepository
  9079. */
  9080. protected function getProductCategoryRepositoryService()
  9081. {
  9082. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9083. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9084. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9085. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9086. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9087. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/ProductCategoryRepository.php';
  9088. return $this->privates['App\\Repository\\ECommerce\\ProductCategoryRepository'] = new \App\Repository\ECommerce\ProductCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9089. }
  9090. /**
  9091. * Gets the private 'App\Repository\ECommerce\ProductDocumentRepository' shared autowired service.
  9092. *
  9093. * @return \App\Repository\ECommerce\ProductDocumentRepository
  9094. */
  9095. protected function getProductDocumentRepositoryService()
  9096. {
  9097. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9098. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9099. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9100. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9101. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9102. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/ProductDocumentRepository.php';
  9103. return $this->privates['App\\Repository\\ECommerce\\ProductDocumentRepository'] = new \App\Repository\ECommerce\ProductDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9104. }
  9105. /**
  9106. * Gets the private 'App\Repository\ECommerce\ProductManufacturerRepository' shared autowired service.
  9107. *
  9108. * @return \App\Repository\ECommerce\ProductManufacturerRepository
  9109. */
  9110. protected function getProductManufacturerRepositoryService()
  9111. {
  9112. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9113. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9114. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9115. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9116. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9117. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/ProductManufacturerRepository.php';
  9118. return $this->privates['App\\Repository\\ECommerce\\ProductManufacturerRepository'] = new \App\Repository\ECommerce\ProductManufacturerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9119. }
  9120. /**
  9121. * Gets the private 'App\Repository\ECommerce\ProductRepository' shared autowired service.
  9122. *
  9123. * @return \App\Repository\ECommerce\ProductRepository
  9124. */
  9125. protected function getProductRepositoryService()
  9126. {
  9127. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9128. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9129. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9130. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9131. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9132. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/ProductRepository.php';
  9133. return $this->privates['App\\Repository\\ECommerce\\ProductRepository'] = new \App\Repository\ECommerce\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9134. }
  9135. /**
  9136. * Gets the private 'App\Repository\ECommerce\ProductSearchRepository' shared autowired service.
  9137. *
  9138. * @return \App\Repository\ECommerce\ProductSearchRepository
  9139. */
  9140. protected function getProductSearchRepositoryService()
  9141. {
  9142. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  9143. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9144. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  9145. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9146. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9147. include_once \dirname(__DIR__, 4).'/src/Repository/ECommerce/ProductSearchRepository.php';
  9148. return $this->privates['App\\Repository\\ECommerce\\ProductSearchRepository'] = new \App\Repository\ECommerce\ProductSearchRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9149. }
  9150. /**
  9151. * Gets the private 'App\Security\App\AuthSecurityService' shared autowired service.
  9152. *
  9153. * @return \App\Security\App\AuthSecurityService
  9154. */
  9155. protected function getAuthSecurityServiceService()
  9156. {
  9157. include_once \dirname(__DIR__, 4).'/src/Security/App/AuthSecurityService.php';
  9158. return $this->privates['App\\Security\\App\\AuthSecurityService'] = new \App\Security\App\AuthSecurityService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Security\\App\\Authenticator'] ?? $this->getAuthenticatorService()), ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()));
  9159. }
  9160. /**
  9161. * Gets the private 'App\Security\App\Authenticator' shared autowired service.
  9162. *
  9163. * @return \App\Security\App\Authenticator
  9164. */
  9165. protected function getAuthenticatorService()
  9166. {
  9167. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9168. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  9169. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  9170. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  9171. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9172. include_once \dirname(__DIR__, 4).'/src/Security/App/Authenticator.php';
  9173. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9174. if (isset($this->privates['App\\Security\\App\\Authenticator'])) {
  9175. return $this->privates['App\\Security\\App\\Authenticator'];
  9176. }
  9177. 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()));
  9178. }
  9179. /**
  9180. * Gets the private 'App\Service\Auth\Randomizer' shared autowired service.
  9181. *
  9182. * @return \App\Service\Auth\Randomizer
  9183. */
  9184. protected function getRandomizerService()
  9185. {
  9186. include_once \dirname(__DIR__, 4).'/src/Service/Auth/Randomizer.php';
  9187. return $this->privates['App\\Service\\Auth\\Randomizer'] = new \App\Service\Auth\Randomizer();
  9188. }
  9189. /**
  9190. * Gets the private 'App\Service\Auth\UserResetNotifier' shared autowired service.
  9191. *
  9192. * @return \App\Service\Auth\UserResetNotifier
  9193. */
  9194. protected function getUserResetNotifierService()
  9195. {
  9196. include_once \dirname(__DIR__, 4).'/src/Service/NotifierInterface.php';
  9197. include_once \dirname(__DIR__, 4).'/src/Service/Notifier.php';
  9198. include_once \dirname(__DIR__, 4).'/src/Service/Auth/UserResetNotifier.php';
  9199. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9200. if (isset($this->privates['App\\Service\\Auth\\UserResetNotifier'])) {
  9201. return $this->privates['App\\Service\\Auth\\UserResetNotifier'];
  9202. }
  9203. return $this->privates['App\\Service\\Auth\\UserResetNotifier'] = new \App\Service\Auth\UserResetNotifier(($this->services['translator'] ?? $this->getTranslatorService()), $a, ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $this->getEnv('resolve:APP_EMAIL'));
  9204. }
  9205. /**
  9206. * Gets the private 'App\Service\Content\DocumentUploader' shared autowired service.
  9207. *
  9208. * @return \App\Service\Content\DocumentUploader
  9209. */
  9210. protected function getDocumentUploaderService()
  9211. {
  9212. include_once \dirname(__DIR__, 4).'/src/Service/Content/DocumentUploader.php';
  9213. return $this->privates['App\\Service\\Content\\DocumentUploader'] = new \App\Service\Content\DocumentUploader('documents', 'document_covers', \dirname(__DIR__, 4));
  9214. }
  9215. /**
  9216. * Gets the private 'App\Service\ECommerce\CartCalculator' shared autowired service.
  9217. *
  9218. * @return \App\Service\ECommerce\CartCalculator
  9219. */
  9220. protected function getCartCalculatorService()
  9221. {
  9222. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/CartCalculator.php';
  9223. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ShippingCalculator.php';
  9224. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9225. if (isset($this->privates['App\\Service\\ECommerce\\CartCalculator'])) {
  9226. return $this->privates['App\\Service\\ECommerce\\CartCalculator'];
  9227. }
  9228. 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())), new \App\Service\ECommerce\ShippingCalculator($a));
  9229. }
  9230. /**
  9231. * Gets the private 'App\Service\ECommerce\CartManager' shared autowired service.
  9232. *
  9233. * @return \App\Service\ECommerce\CartManager
  9234. */
  9235. protected function getCartManagerService()
  9236. {
  9237. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9238. if (isset($this->privates['App\\Service\\ECommerce\\CartManager'])) {
  9239. return $this->privates['App\\Service\\ECommerce\\CartManager'];
  9240. }
  9241. return $this->privates['App\\Service\\ECommerce\\CartManager'] = new \App\Service\ECommerce\CartManager(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a, $this->getEnv('resolve:APP_DEFAULT_CURRENCY'));
  9242. }
  9243. /**
  9244. * Gets the private 'App\Service\ECommerce\FirmManager' shared autowired service.
  9245. *
  9246. * @return \App\Service\ECommerce\FirmManager
  9247. */
  9248. protected function getFirmManagerService()
  9249. {
  9250. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/FirmManager.php';
  9251. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9252. if (isset($this->privates['App\\Service\\ECommerce\\FirmManager'])) {
  9253. return $this->privates['App\\Service\\ECommerce\\FirmManager'];
  9254. }
  9255. 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);
  9256. }
  9257. /**
  9258. * Gets the private 'App\Service\ECommerce\InvoicePdfManager' shared autowired service.
  9259. *
  9260. * @return \App\Service\ECommerce\InvoicePdfManager
  9261. */
  9262. protected function getInvoicePdfManagerService()
  9263. {
  9264. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/InvoicePdfManager.php';
  9265. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9266. if (isset($this->privates['App\\Service\\ECommerce\\InvoicePdfManager'])) {
  9267. return $this->privates['App\\Service\\ECommerce\\InvoicePdfManager'];
  9268. }
  9269. return $this->privates['App\\Service\\ECommerce\\InvoicePdfManager'] = new \App\Service\ECommerce\InvoicePdfManager($a, ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), \dirname(__DIR__, 4));
  9270. }
  9271. /**
  9272. * Gets the private 'App\Service\ECommerce\SynonymProductSearchService' shared autowired service.
  9273. *
  9274. * @return \App\Service\ECommerce\SynonymProductSearchService
  9275. */
  9276. protected function getSynonymProductSearchServiceService()
  9277. {
  9278. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/SynonymProductSearchService.php';
  9279. 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()));
  9280. }
  9281. /**
  9282. * Gets the private 'App\Service\ECommerce\SynonymSearchService' shared autowired service.
  9283. *
  9284. * @return \App\Service\ECommerce\SynonymSearchService
  9285. */
  9286. protected function getSynonymSearchServiceService()
  9287. {
  9288. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/SynonymSearchService.php';
  9289. 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()));
  9290. }
  9291. /**
  9292. * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  9293. *
  9294. * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  9295. */
  9296. protected function getManagerRegistryAwareConnectionProviderService()
  9297. {
  9298. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  9299. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  9300. 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'));
  9301. }
  9302. /**
  9303. * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  9304. *
  9305. * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  9306. */
  9307. protected function getRunSqlCommandService()
  9308. {
  9309. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9310. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  9311. $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()));
  9312. $instance->setName('dbal:run-sql');
  9313. return $instance;
  9314. }
  9315. /**
  9316. * Gets the private 'Endroid\QrCodeBundle\Twig\QrCodeRuntime' shared autowired service.
  9317. *
  9318. * @return \Endroid\QrCodeBundle\Twig\QrCodeRuntime
  9319. */
  9320. protected function getQrCodeRuntimeService()
  9321. {
  9322. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9323. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeRuntime.php';
  9324. 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()));
  9325. }
  9326. /**
  9327. * Gets the private 'Endroid\QrCode\Builder\BuilderRegistry' shared autowired service.
  9328. *
  9329. * @return \Endroid\QrCode\Builder\BuilderRegistry
  9330. */
  9331. protected function getBuilderRegistryService()
  9332. {
  9333. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistryInterface.php';
  9334. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistry.php';
  9335. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  9336. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  9337. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  9338. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  9339. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelInterface.php';
  9340. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelLow.php';
  9341. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeInterface.php';
  9342. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeMargin.php';
  9343. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  9344. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  9345. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/AbstractGdWriter.php';
  9346. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  9347. $this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] = $instance = new \Endroid\QrCode\Builder\BuilderRegistry();
  9348. $a = new \Endroid\QrCode\Builder\Builder();
  9349. $a->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  9350. $a->size(300);
  9351. $a->margin(10);
  9352. $a->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  9353. $a->errorCorrectionLevel(new \Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelLow());
  9354. $a->roundBlockSizeMode(new \Endroid\QrCode\RoundBlockSizeMode\RoundBlockSizeModeMargin());
  9355. $a->validateResult(false);
  9356. $instance->addBuilder('default', $a);
  9357. return $instance;
  9358. }
  9359. /**
  9360. * Gets the private 'League\OAuth2\Server\AuthorizationServer' shared service.
  9361. *
  9362. * @return \League\OAuth2\Server\AuthorizationServer
  9363. */
  9364. protected function getAuthorizationServerService()
  9365. {
  9366. include_once \dirname(__DIR__, 4).'/vendor/league/event/src/EmitterAwareInterface.php';
  9367. include_once \dirname(__DIR__, 4).'/vendor/league/event/src/EmitterAwareTrait.php';
  9368. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/AuthorizationServer.php';
  9369. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php';
  9370. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php';
  9371. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/ClientRepository.php';
  9372. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php';
  9373. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/AccessTokenRepository.php';
  9374. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php';
  9375. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/ScopeRepository.php';
  9376. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/ScopeManagerInterface.php';
  9377. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/InMemory/ScopeManager.php';
  9378. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Model/Scope.php';
  9379. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/CryptKey.php';
  9380. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/GrantTypeInterface.php';
  9381. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/CryptTrait.php';
  9382. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/AbstractGrant.php';
  9383. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/ClientCredentialsGrant.php';
  9384. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/PasswordGrant.php';
  9385. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/UserRepositoryInterface.php';
  9386. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/UserRepository.php';
  9387. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php';
  9388. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/RefreshTokenRepository.php';
  9389. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/RefreshTokenGrant.php';
  9390. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/AbstractAuthorizeGrant.php';
  9391. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/AuthCodeGrant.php';
  9392. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Repositories/AuthCodeRepositoryInterface.php';
  9393. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/Repository/AuthCodeRepository.php';
  9394. include_once \dirname(__DIR__, 4).'/vendor/league/oauth2-server/src/Grant/ImplicitGrant.php';
  9395. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/League/AuthorizationServer/GrantConfigurator.php';
  9396. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/ScopeConverterInterface.php';
  9397. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/ScopeConverter.php';
  9398. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/UserConverterInterface.php';
  9399. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Converter/UserConverter.php';
  9400. $a = ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService());
  9401. $b = ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\AccessTokenManager'] ?? $this->getAccessTokenManagerService());
  9402. $c = ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Converter\\ScopeConverter'] ?? ($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Converter\\ScopeConverter'] = new \Trikoder\Bundle\OAuth2Bundle\Converter\ScopeConverter()));
  9403. $d = new \Trikoder\Bundle\OAuth2Bundle\Manager\InMemory\ScopeManager();
  9404. $d->save(new \Trikoder\Bundle\OAuth2Bundle\Model\Scope('consignment'));
  9405. $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9406. $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'));
  9407. $f = new \Trikoder\Bundle\OAuth2Bundle\League\Repository\RefreshTokenRepository(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\RefreshTokenManager'] ?? $this->getRefreshTokenManagerService()), $b);
  9408. $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);
  9409. $g->setRefreshTokenTTL(new \DateInterval('P1M'));
  9410. $h = new \League\OAuth2\Server\Grant\RefreshTokenGrant($f);
  9411. $h->setRefreshTokenTTL(new \DateInterval('P1M'));
  9412. $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'));
  9413. $i->setRefreshTokenTTL(new \DateInterval('P1M'));
  9414. $instance->enableGrantType(new \League\OAuth2\Server\Grant\ClientCredentialsGrant(), new \DateInterval('PT1H'));
  9415. $instance->enableGrantType($g, new \DateInterval('PT1H'));
  9416. $instance->enableGrantType($h, new \DateInterval('PT1H'));
  9417. $instance->enableGrantType($i, new \DateInterval('PT1H'));
  9418. $instance->enableGrantType(new \League\OAuth2\Server\Grant\ImplicitGrant(new \DateInterval('PT1H')), new \DateInterval('PT1H'));
  9419. (new \Trikoder\Bundle\OAuth2Bundle\League\AuthorizationServer\GrantConfigurator(new RewindableGenerator(function () {
  9420. return new \EmptyIterator();
  9421. }, 0)))->__invoke($instance);
  9422. return $instance;
  9423. }
  9424. /**
  9425. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  9426. *
  9427. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  9428. */
  9429. protected function getResetAssetsEventListenerService()
  9430. {
  9431. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  9432. }
  9433. /**
  9434. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\ClearExpiredTokensCommand' shared service.
  9435. *
  9436. * @return \Trikoder\Bundle\OAuth2Bundle\Command\ClearExpiredTokensCommand
  9437. */
  9438. protected function getClearExpiredTokensCommandService()
  9439. {
  9440. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9441. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/ClearExpiredTokensCommand.php';
  9442. $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()));
  9443. $instance->setName('trikoder:oauth2:clear-expired-tokens');
  9444. return $instance;
  9445. }
  9446. /**
  9447. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\ClearRevokedTokensCommand' shared service.
  9448. *
  9449. * @return \Trikoder\Bundle\OAuth2Bundle\Command\ClearRevokedTokensCommand
  9450. */
  9451. protected function getClearRevokedTokensCommandService()
  9452. {
  9453. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9454. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/ClearRevokedTokensCommand.php';
  9455. $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()));
  9456. $instance->setName('trikoder:oauth2:clear-revoked-tokens');
  9457. return $instance;
  9458. }
  9459. /**
  9460. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\CreateClientCommand' shared service.
  9461. *
  9462. * @return \Trikoder\Bundle\OAuth2Bundle\Command\CreateClientCommand
  9463. */
  9464. protected function getCreateClientCommandService()
  9465. {
  9466. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9467. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/CreateClientCommand.php';
  9468. $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Command\\CreateClientCommand'] = $instance = new \Trikoder\Bundle\OAuth2Bundle\Command\CreateClientCommand(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService()));
  9469. $instance->setName('trikoder:oauth2:create-client');
  9470. return $instance;
  9471. }
  9472. /**
  9473. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\DeleteClientCommand' shared service.
  9474. *
  9475. * @return \Trikoder\Bundle\OAuth2Bundle\Command\DeleteClientCommand
  9476. */
  9477. protected function getDeleteClientCommandService()
  9478. {
  9479. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9480. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/DeleteClientCommand.php';
  9481. $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Command\\DeleteClientCommand'] = $instance = new \Trikoder\Bundle\OAuth2Bundle\Command\DeleteClientCommand(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService()));
  9482. $instance->setName('trikoder:oauth2:delete-client');
  9483. return $instance;
  9484. }
  9485. /**
  9486. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\ListClientsCommand' shared service.
  9487. *
  9488. * @return \Trikoder\Bundle\OAuth2Bundle\Command\ListClientsCommand
  9489. */
  9490. protected function getListClientsCommandService()
  9491. {
  9492. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9493. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/ListClientsCommand.php';
  9494. $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Command\\ListClientsCommand'] = $instance = new \Trikoder\Bundle\OAuth2Bundle\Command\ListClientsCommand(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService()));
  9495. $instance->setName('trikoder:oauth2:list-clients');
  9496. return $instance;
  9497. }
  9498. /**
  9499. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Command\UpdateClientCommand' shared service.
  9500. *
  9501. * @return \Trikoder\Bundle\OAuth2Bundle\Command\UpdateClientCommand
  9502. */
  9503. protected function getUpdateClientCommandService()
  9504. {
  9505. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9506. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Command/UpdateClientCommand.php';
  9507. $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Command\\UpdateClientCommand'] = $instance = new \Trikoder\Bundle\OAuth2Bundle\Command\UpdateClientCommand(($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\Manager\\Doctrine\\ClientManager'] ?? $this->getClientManagerService()));
  9508. $instance->setName('trikoder:oauth2:update-client');
  9509. return $instance;
  9510. }
  9511. /**
  9512. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\EventListener\AuthorizationRequestUserResolvingListener' shared service.
  9513. *
  9514. * @return \Trikoder\Bundle\OAuth2Bundle\EventListener\AuthorizationRequestUserResolvingListener
  9515. */
  9516. protected function getAuthorizationRequestUserResolvingListenerService()
  9517. {
  9518. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/EventListener/AuthorizationRequestUserResolvingListener.php';
  9519. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  9520. if (isset($this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\AuthorizationRequestUserResolvingListener'])) {
  9521. return $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\AuthorizationRequestUserResolvingListener'];
  9522. }
  9523. return $this->privates['Trikoder\\Bundle\\OAuth2Bundle\\EventListener\\AuthorizationRequestUserResolvingListener'] = new \Trikoder\Bundle\OAuth2Bundle\EventListener\AuthorizationRequestUserResolvingListener($a);
  9524. }
  9525. /**
  9526. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AccessTokenManager' shared service.
  9527. *
  9528. * @return \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AccessTokenManager
  9529. */
  9530. protected function getAccessTokenManagerService()
  9531. {
  9532. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/AccessTokenManagerInterface.php';
  9533. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/Doctrine/AccessTokenManager.php';
  9534. 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()));
  9535. }
  9536. /**
  9537. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AuthorizationCodeManager' shared service.
  9538. *
  9539. * @return \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\AuthorizationCodeManager
  9540. */
  9541. protected function getAuthorizationCodeManagerService()
  9542. {
  9543. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/AuthorizationCodeManagerInterface.php';
  9544. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/Doctrine/AuthorizationCodeManager.php';
  9545. 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()));
  9546. }
  9547. /**
  9548. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\ClientManager' shared service.
  9549. *
  9550. * @return \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\ClientManager
  9551. */
  9552. protected function getClientManagerService()
  9553. {
  9554. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Service/ClientFinderInterface.php';
  9555. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/ClientManagerInterface.php';
  9556. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/Doctrine/ClientManager.php';
  9557. 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()));
  9558. }
  9559. /**
  9560. * Gets the private 'Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\RefreshTokenManager' shared service.
  9561. *
  9562. * @return \Trikoder\Bundle\OAuth2Bundle\Manager\Doctrine\RefreshTokenManager
  9563. */
  9564. protected function getRefreshTokenManagerService()
  9565. {
  9566. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/RefreshTokenManagerInterface.php';
  9567. include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Manager/Doctrine/RefreshTokenManager.php';
  9568. 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()));
  9569. }
  9570. /**
  9571. * Gets the private 'annotations.cache_adapter' shared service.
  9572. *
  9573. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  9574. */
  9575. protected function getAnnotations_CacheAdapterService()
  9576. {
  9577. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  9578. }
  9579. /**
  9580. * Gets the private 'annotations.cache_warmer' shared service.
  9581. *
  9582. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  9583. */
  9584. protected function getAnnotations_CacheWarmerService()
  9585. {
  9586. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9587. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9588. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  9589. 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);
  9590. }
  9591. /**
  9592. * Gets the private 'annotations.cached_reader' shared service.
  9593. *
  9594. * @return \Doctrine\Common\Annotations\PsrCachedReader
  9595. */
  9596. protected function getAnnotations_CachedReaderService()
  9597. {
  9598. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  9599. }
  9600. /**
  9601. * Gets the private 'annotations.reader' shared service.
  9602. *
  9603. * @return \Doctrine\Common\Annotations\AnnotationReader
  9604. */
  9605. protected function getAnnotations_ReaderService()
  9606. {
  9607. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  9608. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  9609. $a->registerUniqueLoader('class_exists');
  9610. $instance->addGlobalIgnoredName('required', $a);
  9611. return $instance;
  9612. }
  9613. /**
  9614. * Gets the private 'app.content.subscriber.localization' shared service.
  9615. *
  9616. * @return \App\EventSubscriber\Content\LocalizationSubscriber
  9617. */
  9618. protected function getApp_Content_Subscriber_LocalizationService()
  9619. {
  9620. $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  9621. if (isset($this->privates['app.content.subscriber.localization'])) {
  9622. return $this->privates['app.content.subscriber.localization'];
  9623. }
  9624. return $this->privates['app.content.subscriber.localization'] = new \App\EventSubscriber\Content\LocalizationSubscriber($this->getEnv('resolve:APP_LOCALE'), $a);
  9625. }
  9626. /**
  9627. * Gets the private 'app.content.subscriber.sluggable' shared service.
  9628. *
  9629. * @return \App\EventSubscriber\Content\SluggableSubscriber
  9630. */
  9631. protected function getApp_Content_Subscriber_SluggableService()
  9632. {
  9633. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9634. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Content/SluggableSubscriber.php';
  9635. return $this->privates['app.content.subscriber.sluggable'] = new \App\EventSubscriber\Content\SluggableSubscriber();
  9636. }
  9637. /**
  9638. * Gets the private 'app.e_commerce.listener.product_photo' shared service.
  9639. *
  9640. * @return \App\EventListener\ECommerce\ProductPhotoListener
  9641. */
  9642. protected function getApp_ECommerce_Listener_ProductPhotoService()
  9643. {
  9644. include_once \dirname(__DIR__, 4).'/src/EventListener/DoctrineListenerInterface.php';
  9645. include_once \dirname(__DIR__, 4).'/src/EventListener/ECommerce/ProductPhotoListener.php';
  9646. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ProductPhotoUploader.php';
  9647. 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));
  9648. }
  9649. /**
  9650. * Gets the private 'app.e_commerce.listener.search_tip' shared service.
  9651. *
  9652. * @return \App\EventListener\ECommerce\SearchTipListener
  9653. */
  9654. protected function getApp_ECommerce_Listener_SearchTipService()
  9655. {
  9656. include_once \dirname(__DIR__, 4).'/src/EventListener/ECommerce/SearchTipListener.php';
  9657. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/SearchTipUploader.php';
  9658. return $this->privates['app.e_commerce.listener.search_tip'] = new \App\EventListener\ECommerce\SearchTipListener(\dirname(__DIR__, 4), new \App\Service\ECommerce\SearchTipUploader('$rootDir'));
  9659. }
  9660. /**
  9661. * Gets the private 'app.e_commerce.subscriber.cart_item' shared service.
  9662. *
  9663. * @return \App\EventSubscriber\ECommerce\CartItemSubscriber
  9664. */
  9665. protected function getApp_ECommerce_Subscriber_CartItemService()
  9666. {
  9667. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9668. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/CartItemSubscriber.php';
  9669. $a = ($this->privates['mdl.cart_calculator'] ?? $this->getMdl_CartCalculatorService());
  9670. if (isset($this->privates['app.e_commerce.subscriber.cart_item'])) {
  9671. return $this->privates['app.e_commerce.subscriber.cart_item'];
  9672. }
  9673. return $this->privates['app.e_commerce.subscriber.cart_item'] = new \App\EventSubscriber\ECommerce\CartItemSubscriber($a);
  9674. }
  9675. /**
  9676. * Gets the private 'app.e_commerce.subscriber.client' shared service.
  9677. *
  9678. * @return \App\EventSubscriber\ECommerce\ClientSubscriber
  9679. */
  9680. protected function getApp_ECommerce_Subscriber_ClientService()
  9681. {
  9682. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/ClientSubscriber.php';
  9683. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9684. if (isset($this->privates['app.e_commerce.subscriber.client'])) {
  9685. return $this->privates['app.e_commerce.subscriber.client'];
  9686. }
  9687. return $this->privates['app.e_commerce.subscriber.client'] = new \App\EventSubscriber\ECommerce\ClientSubscriber($a);
  9688. }
  9689. /**
  9690. * Gets the private 'app.e_commerce.subscriber.dates' shared service.
  9691. *
  9692. * @return \App\EventSubscriber\ECommerce\DatesSubscriber
  9693. */
  9694. protected function getApp_ECommerce_Subscriber_DatesService()
  9695. {
  9696. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9697. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/DatesSubscriber.php';
  9698. return $this->privates['app.e_commerce.subscriber.dates'] = new \App\EventSubscriber\ECommerce\DatesSubscriber();
  9699. }
  9700. /**
  9701. * Gets the private 'app.e_commerce.subscriber.individual_order' shared service.
  9702. *
  9703. * @return \App\EventSubscriber\ECommerce\IndividualOrderSubscriber
  9704. */
  9705. protected function getApp_ECommerce_Subscriber_IndividualOrderService()
  9706. {
  9707. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9708. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/IndividualOrderSubscriber.php';
  9709. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9710. if (isset($this->privates['app.e_commerce.subscriber.individual_order'])) {
  9711. return $this->privates['app.e_commerce.subscriber.individual_order'];
  9712. }
  9713. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9714. if (isset($this->privates['app.e_commerce.subscriber.individual_order'])) {
  9715. return $this->privates['app.e_commerce.subscriber.individual_order'];
  9716. }
  9717. 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'));
  9718. }
  9719. /**
  9720. * Gets the private 'assets.packages' shared service.
  9721. *
  9722. * @return \Symfony\Component\Asset\Packages
  9723. */
  9724. protected function getAssets_PackagesService()
  9725. {
  9726. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9727. 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 () {
  9728. return new \EmptyIterator();
  9729. }, 0));
  9730. }
  9731. /**
  9732. * Gets the private 'cache.annotations' shared service.
  9733. *
  9734. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9735. */
  9736. protected function getCache_AnnotationsService()
  9737. {
  9738. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.GD_MSZC'] ?? $this->get_CacheConnection_GDMSZCService()), 'gTGyYjgn-N', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  9739. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9740. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  9741. }
  9742. /**
  9743. * Gets the private 'cache.doctrine.orm.client_rel_management.query' shared service.
  9744. *
  9745. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9746. */
  9747. protected function getCache_Doctrine_Orm_ClientRelManagement_QueryService()
  9748. {
  9749. return $this->privates['cache.doctrine.orm.client_rel_management.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  9750. }
  9751. /**
  9752. * Gets the private 'cache.doctrine.orm.client_rel_management.result' shared service.
  9753. *
  9754. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9755. */
  9756. protected function getCache_Doctrine_Orm_ClientRelManagement_ResultService()
  9757. {
  9758. return $this->privates['cache.doctrine.orm.client_rel_management.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  9759. }
  9760. /**
  9761. * Gets the private 'cache.doctrine.orm.client_rel_web_management.query' shared service.
  9762. *
  9763. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9764. */
  9765. protected function getCache_Doctrine_Orm_ClientRelWebManagement_QueryService()
  9766. {
  9767. return $this->privates['cache.doctrine.orm.client_rel_web_management.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  9768. }
  9769. /**
  9770. * Gets the private 'cache.doctrine.orm.client_rel_web_management.result' shared service.
  9771. *
  9772. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9773. */
  9774. protected function getCache_Doctrine_Orm_ClientRelWebManagement_ResultService()
  9775. {
  9776. return $this->privates['cache.doctrine.orm.client_rel_web_management.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  9777. }
  9778. /**
  9779. * Gets the private 'cache.property_info' shared service.
  9780. *
  9781. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9782. */
  9783. protected function getCache_PropertyInfoService()
  9784. {
  9785. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.GD_MSZC'] ?? $this->get_CacheConnection_GDMSZCService()), 'os-sECr2Ex', 8640000, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  9786. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9787. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  9788. }
  9789. /**
  9790. * Gets the private 'cache.security_expression_language' shared service.
  9791. *
  9792. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9793. */
  9794. protected function getCache_SecurityExpressionLanguageService()
  9795. {
  9796. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.GD_MSZC'] ?? $this->get_CacheConnection_GDMSZCService()), 'epr2lUfJzw', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  9797. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9798. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  9799. }
  9800. /**
  9801. * Gets the private 'cache.serializer' shared service.
  9802. *
  9803. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9804. */
  9805. protected function getCache_SerializerService()
  9806. {
  9807. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.GD_MSZC'] ?? $this->get_CacheConnection_GDMSZCService()), 'ANGICZeZ0A', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  9808. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9809. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  9810. }
  9811. /**
  9812. * Gets the private 'cache.validator' shared service.
  9813. *
  9814. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9815. */
  9816. protected function getCache_ValidatorService()
  9817. {
  9818. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.GD_MSZC'] ?? $this->get_CacheConnection_GDMSZCService()), 'AXUdiM8YOf', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  9819. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9820. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  9821. }
  9822. /**
  9823. * Gets the private 'cache.webpack_encore' shared service.
  9824. *
  9825. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9826. */
  9827. protected function getCache_WebpackEncoreService()
  9828. {
  9829. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.GD_MSZC'] ?? $this->get_CacheConnection_GDMSZCService()), 'ul2I2UbUCi', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  9830. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9831. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  9832. }
  9833. /**
  9834. * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  9835. *
  9836. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  9837. */
  9838. protected function getCachePoolClearer_CacheWarmerService()
  9839. {
  9840. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9841. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  9842. 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']);
  9843. }
  9844. /**
  9845. * Gets the private 'config_builder.warmer' shared service.
  9846. *
  9847. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  9848. */
  9849. protected function getConfigBuilder_WarmerService()
  9850. {
  9851. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9852. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  9853. 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()));
  9854. }
  9855. /**
  9856. * Gets the private 'config_cache_factory' shared service.
  9857. *
  9858. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  9859. */
  9860. protected function getConfigCacheFactoryService()
  9861. {
  9862. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  9863. 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)));
  9864. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  9865. }, 2));
  9866. }
  9867. /**
  9868. * Gets the private 'console.command.about' shared service.
  9869. *
  9870. * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  9871. */
  9872. protected function getConsole_Command_AboutService()
  9873. {
  9874. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9875. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  9876. $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  9877. $instance->setName('about');
  9878. $instance->setDescription('Display information about the current project');
  9879. return $instance;
  9880. }
  9881. /**
  9882. * Gets the private 'console.command.assets_install' shared service.
  9883. *
  9884. * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  9885. */
  9886. protected function getConsole_Command_AssetsInstallService()
  9887. {
  9888. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9889. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  9890. $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));
  9891. $instance->setName('assets:install');
  9892. $instance->setDescription('Install bundle\'s web assets under a public directory');
  9893. return $instance;
  9894. }
  9895. /**
  9896. * Gets the private 'console.command.cache_clear' shared service.
  9897. *
  9898. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  9899. */
  9900. protected function getConsole_Command_CacheClearService()
  9901. {
  9902. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9903. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  9904. $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())));
  9905. $instance->setName('cache:clear');
  9906. $instance->setDescription('Clear the cache');
  9907. return $instance;
  9908. }
  9909. /**
  9910. * Gets the private 'console.command.cache_pool_clear' shared service.
  9911. *
  9912. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  9913. */
  9914. protected function getConsole_Command_CachePoolClearService()
  9915. {
  9916. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9917. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  9918. $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.webpack_encore']);
  9919. $instance->setName('cache:pool:clear');
  9920. $instance->setDescription('Clear cache pools');
  9921. return $instance;
  9922. }
  9923. /**
  9924. * Gets the private 'console.command.cache_pool_delete' shared service.
  9925. *
  9926. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  9927. */
  9928. protected function getConsole_Command_CachePoolDeleteService()
  9929. {
  9930. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9931. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  9932. $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.webpack_encore']);
  9933. $instance->setName('cache:pool:delete');
  9934. $instance->setDescription('Delete an item from a cache pool');
  9935. return $instance;
  9936. }
  9937. /**
  9938. * Gets the private 'console.command.cache_pool_list' shared service.
  9939. *
  9940. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  9941. */
  9942. protected function getConsole_Command_CachePoolListService()
  9943. {
  9944. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9945. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  9946. $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.webpack_encore']);
  9947. $instance->setName('cache:pool:list');
  9948. $instance->setDescription('List available cache pools');
  9949. return $instance;
  9950. }
  9951. /**
  9952. * Gets the private 'console.command.cache_pool_prune' shared service.
  9953. *
  9954. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  9955. */
  9956. protected function getConsole_Command_CachePoolPruneService()
  9957. {
  9958. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9959. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  9960. $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  9961. yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  9962. yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  9963. yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  9964. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  9965. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  9966. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  9967. yield 'public' => ($this->privates['public'] ?? $this->getPublicService());
  9968. yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService());
  9969. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  9970. yield 'cache.doctrine.orm.client_rel_management.result' => ($this->privates['cache.doctrine.orm.client_rel_management.result'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_ResultService());
  9971. yield 'cache.doctrine.orm.client_rel_management.query' => ($this->privates['cache.doctrine.orm.client_rel_management.query'] ?? $this->getCache_Doctrine_Orm_ClientRelManagement_QueryService());
  9972. 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());
  9973. 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());
  9974. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  9975. yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  9976. }, 15));
  9977. $instance->setName('cache:pool:prune');
  9978. $instance->setDescription('Prune cache pools');
  9979. return $instance;
  9980. }
  9981. /**
  9982. * Gets the private 'console.command.cache_warmup' shared service.
  9983. *
  9984. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  9985. */
  9986. protected function getConsole_Command_CacheWarmupService()
  9987. {
  9988. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  9989. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  9990. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  9991. $instance->setName('cache:warmup');
  9992. $instance->setDescription('Warm up an empty cache');
  9993. return $instance;
  9994. }
  9995. /**
  9996. * Gets the private 'console.command.config_debug' shared service.
  9997. *
  9998. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  9999. */
  10000. protected function getConsole_Command_ConfigDebugService()
  10001. {
  10002. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10003. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10004. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10005. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  10006. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  10007. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  10008. $instance->setName('debug:config');
  10009. $instance->setDescription('Dump the current configuration for an extension');
  10010. return $instance;
  10011. }
  10012. /**
  10013. * Gets the private 'console.command.config_dump_reference' shared service.
  10014. *
  10015. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  10016. */
  10017. protected function getConsole_Command_ConfigDumpReferenceService()
  10018. {
  10019. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10020. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10021. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10022. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  10023. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  10024. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  10025. $instance->setName('config:dump-reference');
  10026. $instance->setDescription('Dump the default configuration for an extension');
  10027. return $instance;
  10028. }
  10029. /**
  10030. * Gets the private 'console.command.container_debug' shared service.
  10031. *
  10032. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  10033. */
  10034. protected function getConsole_Command_ContainerDebugService()
  10035. {
  10036. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10037. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10038. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10039. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  10040. $instance->setName('debug:container');
  10041. $instance->setDescription('Display current services for an application');
  10042. return $instance;
  10043. }
  10044. /**
  10045. * Gets the private 'console.command.container_lint' shared service.
  10046. *
  10047. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  10048. */
  10049. protected function getConsole_Command_ContainerLintService()
  10050. {
  10051. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10052. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  10053. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  10054. $instance->setName('lint:container');
  10055. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  10056. return $instance;
  10057. }
  10058. /**
  10059. * Gets the private 'console.command.debug_autowiring' shared service.
  10060. *
  10061. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  10062. */
  10063. protected function getConsole_Command_DebugAutowiringService()
  10064. {
  10065. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10066. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10067. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10068. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  10069. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10070. $instance->setName('debug:autowiring');
  10071. $instance->setDescription('List classes/interfaces you can use for autowiring');
  10072. return $instance;
  10073. }
  10074. /**
  10075. * Gets the private 'console.command.dotenv_debug' shared service.
  10076. *
  10077. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  10078. */
  10079. protected function getConsole_Command_DotenvDebugService()
  10080. {
  10081. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10082. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  10083. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  10084. $instance->setName('debug:dotenv');
  10085. $instance->setDescription('Lists all dotenv files with variables and values');
  10086. return $instance;
  10087. }
  10088. /**
  10089. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  10090. *
  10091. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  10092. */
  10093. protected function getConsole_Command_EventDispatcherDebugService()
  10094. {
  10095. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10096. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  10097. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.G2DNP89'] ?? $this->get_ServiceLocator_G2DNP89Service()));
  10098. $instance->setName('debug:event-dispatcher');
  10099. $instance->setDescription('Display configured listeners for an application');
  10100. return $instance;
  10101. }
  10102. /**
  10103. * Gets the private 'console.command.form_debug' shared service.
  10104. *
  10105. * @return \Symfony\Component\Form\Command\DebugCommand
  10106. */
  10107. protected function getConsole_Command_FormDebugService()
  10108. {
  10109. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10110. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  10111. $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'], [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\\ProductFilterByCategory', 53 => 'App\\Form\\ECommerce\\Filter\\ProductFilterByName', 54 => 'App\\Form\\ECommerce\\Filter\\ProductFilterBySize', 55 => 'App\\Form\\ECommerce\\FirmType', 56 => 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemDeliveryDate', 57 => 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemQuantity', 58 => 'App\\Form\\ECommerce\\Partials\\CartItem\\IndividualOrderItemQuantity', 59 => 'App\\Form\\ECommerce\\Partials\\Depot\\DepotColorsType', 60 => 'App\\Form\\ECommerce\\PhotoType', 61 => 'App\\Form\\ECommerce\\PreOrderType', 62 => 'App\\Form\\ECommerce\\ProductAlternativeType', 63 => 'App\\Form\\ECommerce\\ProductCategoryTranslationType', 64 => 'App\\Form\\ECommerce\\ProductCategoryType', 65 => 'App\\Form\\ECommerce\\ProductGroupType', 66 => 'App\\Form\\ECommerce\\ProductInfoTranslationType', 67 => 'App\\Form\\ECommerce\\ProductInfoType', 68 => 'App\\Form\\ECommerce\\ProductManufacturerType', 69 => 'App\\Form\\ECommerce\\ProductSearch', 70 => 'App\\Form\\ECommerce\\ProductTranslationType', 71 => 'App\\Form\\ECommerce\\ProductType', 72 => 'App\\Form\\ECommerce\\SearchTipTranslationType', 73 => 'App\\Form\\ECommerce\\SearchTipType', 74 => 'App\\Form\\ECommerce\\ShippingType', 75 => 'App\\Form\\ECommerce\\Type\\PathParametersType', 76 => 'App\\Form\\Media\\MediaType', 77 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 78 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 79 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 80 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 81 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 82 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'], [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()));
  10112. $instance->setName('debug:form');
  10113. $instance->setDescription('Display form type information');
  10114. return $instance;
  10115. }
  10116. /**
  10117. * Gets the private 'console.command.router_debug' shared service.
  10118. *
  10119. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  10120. */
  10121. protected function getConsole_Command_RouterDebugService()
  10122. {
  10123. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10124. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10125. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  10126. $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()));
  10127. $instance->setName('debug:router');
  10128. $instance->setDescription('Display current routes for an application');
  10129. return $instance;
  10130. }
  10131. /**
  10132. * Gets the private 'console.command.router_match' shared service.
  10133. *
  10134. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  10135. */
  10136. protected function getConsole_Command_RouterMatchService()
  10137. {
  10138. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10139. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  10140. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  10141. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  10142. }, 1));
  10143. $instance->setName('router:match');
  10144. $instance->setDescription('Help debug routes by simulating a path info match');
  10145. return $instance;
  10146. }
  10147. /**
  10148. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  10149. *
  10150. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  10151. */
  10152. protected function getConsole_Command_SecretsDecryptToLocalService()
  10153. {
  10154. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10155. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  10156. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10157. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10158. $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')))));
  10159. $instance->setName('secrets:decrypt-to-local');
  10160. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  10161. return $instance;
  10162. }
  10163. /**
  10164. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  10165. *
  10166. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  10167. */
  10168. protected function getConsole_Command_SecretsEncryptFromLocalService()
  10169. {
  10170. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10171. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  10172. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10173. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10174. $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')))));
  10175. $instance->setName('secrets:encrypt-from-local');
  10176. $instance->setDescription('Encrypt all local secrets to the vault');
  10177. return $instance;
  10178. }
  10179. /**
  10180. * Gets the private 'console.command.secrets_generate_key' shared service.
  10181. *
  10182. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  10183. */
  10184. protected function getConsole_Command_SecretsGenerateKeyService()
  10185. {
  10186. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10187. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  10188. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10189. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10190. $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')))));
  10191. $instance->setName('secrets:generate-keys');
  10192. $instance->setDescription('Generate new encryption keys');
  10193. return $instance;
  10194. }
  10195. /**
  10196. * Gets the private 'console.command.secrets_list' shared service.
  10197. *
  10198. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  10199. */
  10200. protected function getConsole_Command_SecretsListService()
  10201. {
  10202. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10203. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  10204. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10205. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10206. $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')))));
  10207. $instance->setName('secrets:list');
  10208. $instance->setDescription('List all secrets');
  10209. return $instance;
  10210. }
  10211. /**
  10212. * Gets the private 'console.command.secrets_remove' shared service.
  10213. *
  10214. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  10215. */
  10216. protected function getConsole_Command_SecretsRemoveService()
  10217. {
  10218. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10219. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  10220. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10221. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10222. $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')))));
  10223. $instance->setName('secrets:remove');
  10224. $instance->setDescription('Remove a secret from the vault');
  10225. return $instance;
  10226. }
  10227. /**
  10228. * Gets the private 'console.command.secrets_set' shared service.
  10229. *
  10230. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  10231. */
  10232. protected function getConsole_Command_SecretsSetService()
  10233. {
  10234. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10235. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  10236. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10237. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10238. $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')))));
  10239. $instance->setName('secrets:set');
  10240. $instance->setDescription('Set a secret in the vault');
  10241. return $instance;
  10242. }
  10243. /**
  10244. * Gets the private 'console.command.translation_debug' shared service.
  10245. *
  10246. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  10247. */
  10248. protected function getConsole_Command_TranslationDebugService()
  10249. {
  10250. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10251. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  10252. $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/Service/Auth/UserResetNotifier.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/Firewall/UsernamePasswordJsonAuthenticationListener.php'), 15 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 16 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.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')], []);
  10253. $instance->setName('debug:translation');
  10254. $instance->setDescription('Display translation messages information');
  10255. return $instance;
  10256. }
  10257. /**
  10258. * Gets the private 'console.command.translation_extract' shared service.
  10259. *
  10260. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  10261. */
  10262. protected function getConsole_Command_TranslationExtractService()
  10263. {
  10264. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10265. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  10266. $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/Service/Auth/UserResetNotifier.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/Firewall/UsernamePasswordJsonAuthenticationListener.php'), 15 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 16 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.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')], []);
  10267. $instance->setName('translation:extract');
  10268. $instance->setAliases([0 => 'translation:update']);
  10269. $instance->setDescription('Extract missing translations keys from code to translation files.');
  10270. return $instance;
  10271. }
  10272. /**
  10273. * Gets the private 'console.command.translation_pull' shared service.
  10274. *
  10275. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  10276. */
  10277. protected function getConsole_Command_TranslationPullService()
  10278. {
  10279. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10280. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  10281. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  10282. $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'), [], []);
  10283. $instance->setName('translation:pull');
  10284. $instance->setDescription('Pull translations from a given provider.');
  10285. return $instance;
  10286. }
  10287. /**
  10288. * Gets the private 'console.command.translation_push' shared service.
  10289. *
  10290. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  10291. */
  10292. protected function getConsole_Command_TranslationPushService()
  10293. {
  10294. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10295. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  10296. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  10297. $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()), [], []);
  10298. $instance->setName('translation:push');
  10299. $instance->setDescription('Push translations to a given provider.');
  10300. return $instance;
  10301. }
  10302. /**
  10303. * Gets the private 'console.command.validator_debug' shared service.
  10304. *
  10305. * @return \Symfony\Component\Validator\Command\DebugCommand
  10306. */
  10307. protected function getConsole_Command_ValidatorDebugService()
  10308. {
  10309. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10310. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  10311. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  10312. $instance->setName('debug:validator');
  10313. $instance->setDescription('Display validation constraints for classes');
  10314. return $instance;
  10315. }
  10316. /**
  10317. * Gets the private 'console.command.xliff_lint' shared service.
  10318. *
  10319. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  10320. */
  10321. protected function getConsole_Command_XliffLintService()
  10322. {
  10323. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10324. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  10325. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  10326. $instance->setName('lint:xliff');
  10327. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  10328. return $instance;
  10329. }
  10330. /**
  10331. * Gets the private 'console.command.yaml_lint' shared service.
  10332. *
  10333. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  10334. */
  10335. protected function getConsole_Command_YamlLintService()
  10336. {
  10337. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10338. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  10339. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  10340. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  10341. $instance->setName('lint:yaml');
  10342. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  10343. return $instance;
  10344. }
  10345. /**
  10346. * Gets the private 'console.error_listener' shared service.
  10347. *
  10348. * @return \Symfony\Component\Console\EventListener\ErrorListener
  10349. */
  10350. protected function getConsole_ErrorListenerService()
  10351. {
  10352. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  10353. $a = new \Symfony\Bridge\Monolog\Logger('console');
  10354. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10355. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10356. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10357. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  10358. }
  10359. /**
  10360. * Gets the private 'container.env_var_processor' shared service.
  10361. *
  10362. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  10363. */
  10364. protected function getContainer_EnvVarProcessorService()
  10365. {
  10366. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  10367. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  10368. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  10369. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  10370. }, 1));
  10371. }
  10372. /**
  10373. * Gets the private 'container.getenv' shared service.
  10374. *
  10375. * @return \Closure
  10376. */
  10377. protected function getContainer_GetenvService()
  10378. {
  10379. return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
  10380. }
  10381. /**
  10382. * Gets the private 'data_collector.form' shared service.
  10383. *
  10384. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  10385. */
  10386. protected function getDataCollector_FormService()
  10387. {
  10388. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  10389. }
  10390. /**
  10391. * Gets the private 'data_collector.request' shared service.
  10392. *
  10393. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  10394. */
  10395. protected function getDataCollector_RequestService()
  10396. {
  10397. 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())));
  10398. }
  10399. /**
  10400. * Gets the private 'data_collector.request.session_collector' shared service.
  10401. *
  10402. * @return \Closure
  10403. */
  10404. protected function getDataCollector_Request_SessionCollectorService()
  10405. {
  10406. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  10407. }
  10408. /**
  10409. * Gets the private 'debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver' shared service.
  10410. *
  10411. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10412. */
  10413. protected function getPsr7ServerRequestResolverService()
  10414. {
  10415. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10416. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10417. include_once \dirname(__DIR__, 4).'/vendor/ajgarlag/psr-http-message-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  10418. 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))));
  10419. }
  10420. /**
  10421. * Gets the private 'debug.argument_resolver.default' shared service.
  10422. *
  10423. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10424. */
  10425. protected function getDebug_ArgumentResolver_DefaultService()
  10426. {
  10427. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10428. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10429. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  10430. 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))));
  10431. }
  10432. /**
  10433. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  10434. *
  10435. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10436. */
  10437. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  10438. {
  10439. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10440. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10441. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  10442. $a = ($this->privates['.service_locator.cALxgg7'] ?? $this->get_ServiceLocator_CALxgg7Service());
  10443. if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  10444. return $this->privates['debug.argument_resolver.not_tagged_controller'];
  10445. }
  10446. return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10447. }
  10448. /**
  10449. * Gets the private 'debug.argument_resolver.request' shared service.
  10450. *
  10451. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10452. */
  10453. protected function getDebug_ArgumentResolver_RequestService()
  10454. {
  10455. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10456. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10457. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  10458. 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))));
  10459. }
  10460. /**
  10461. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  10462. *
  10463. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10464. */
  10465. protected function getDebug_ArgumentResolver_RequestAttributeService()
  10466. {
  10467. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10468. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10469. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  10470. 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))));
  10471. }
  10472. /**
  10473. * Gets the private 'debug.argument_resolver.service' shared service.
  10474. *
  10475. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10476. */
  10477. protected function getDebug_ArgumentResolver_ServiceService()
  10478. {
  10479. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10480. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10481. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  10482. $a = ($this->privates['.service_locator.cALxgg7'] ?? $this->get_ServiceLocator_CALxgg7Service());
  10483. if (isset($this->privates['debug.argument_resolver.service'])) {
  10484. return $this->privates['debug.argument_resolver.service'];
  10485. }
  10486. 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))));
  10487. }
  10488. /**
  10489. * Gets the private 'debug.argument_resolver.session' shared service.
  10490. *
  10491. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10492. */
  10493. protected function getDebug_ArgumentResolver_SessionService()
  10494. {
  10495. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10496. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10497. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  10498. 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))));
  10499. }
  10500. /**
  10501. * Gets the private 'debug.argument_resolver.variadic' shared service.
  10502. *
  10503. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10504. */
  10505. protected function getDebug_ArgumentResolver_VariadicService()
  10506. {
  10507. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10508. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10509. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  10510. 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))));
  10511. }
  10512. /**
  10513. * Gets the private 'debug.debug_handlers_listener' shared service.
  10514. *
  10515. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  10516. */
  10517. protected function getDebug_DebugHandlersListenerService()
  10518. {
  10519. $a = new \Symfony\Bridge\Monolog\Logger('php');
  10520. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10521. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10522. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10523. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10524. 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()));
  10525. }
  10526. /**
  10527. * Gets the private 'debug.dump_listener' shared service.
  10528. *
  10529. * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  10530. */
  10531. protected function getDebug_DumpListenerService()
  10532. {
  10533. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  10534. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  10535. 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()));
  10536. }
  10537. /**
  10538. * Gets the private 'debug.file_link_formatter' shared service.
  10539. *
  10540. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  10541. */
  10542. protected function getDebug_FileLinkFormatterService()
  10543. {
  10544. 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 () {
  10545. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  10546. });
  10547. }
  10548. /**
  10549. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  10550. *
  10551. * @return \string
  10552. */
  10553. protected function getDebug_FileLinkFormatter_UrlFormatService()
  10554. {
  10555. 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');
  10556. }
  10557. /**
  10558. * Gets the private 'debug.log_processor' shared service.
  10559. *
  10560. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  10561. */
  10562. protected function getDebug_LogProcessorService()
  10563. {
  10564. 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())));
  10565. }
  10566. /**
  10567. * Gets the private 'debug.security.access.decision_manager' shared service.
  10568. *
  10569. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  10570. */
  10571. protected function getDebug_Security_Access_DecisionManagerService()
  10572. {
  10573. 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 () {
  10574. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  10575. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  10576. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  10577. yield 3 => ($this->privates['debug.security.voter.mdl.security.blog_voter'] ?? $this->getDebug_Security_Voter_Mdl_Security_BlogVoterService());
  10578. yield 4 => ($this->privates['debug.security.voter.security.mdl_e_commerce.cart'] ?? $this->getDebug_Security_Voter_Security_MdlECommerce_CartService());
  10579. yield 5 => ($this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'] ?? $this->getDebug_Security_Voter_Security_MdlECommerce_CartArchiveService());
  10580. yield 6 => ($this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'] ?? $this->getDebug_Security_Voter_Security_MdlECommerce_IndividualOrderVoterService());
  10581. yield 7 => ($this->privates['debug.security.voter.App\\Security\\Content\\BlogCategoryVoter'] ?? $this->getBlogCategoryVoterService());
  10582. yield 8 => ($this->privates['debug.security.voter.App\\Security\\Content\\BlogCommentVoter'] ?? $this->getBlogCommentVoterService());
  10583. yield 9 => ($this->privates['debug.security.voter.App\\Security\\Content\\BlogVoter'] ?? $this->getBlogVoterService());
  10584. yield 10 => ($this->privates['debug.security.voter.App\\Security\\ECommerce\\CartVoter'] ?? $this->getCartVoterService());
  10585. yield 11 => ($this->privates['debug.security.voter.App\\Security\\ECommerce\\IndividualOrderVoter'] ?? $this->getIndividualOrderVoterService());
  10586. yield 12 => ($this->privates['debug.security.voter.App\\Security\\ECommerce\\InvoiceVoter'] ?? $this->getInvoiceVoterService());
  10587. }, 13), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  10588. }
  10589. /**
  10590. * Gets the private 'debug.security.firewall' shared service.
  10591. *
  10592. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  10593. */
  10594. protected function getDebug_Security_FirewallService()
  10595. {
  10596. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  10597. if (isset($this->privates['debug.security.firewall'])) {
  10598. return $this->privates['debug.security.firewall'];
  10599. }
  10600. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10601. if (isset($this->privates['debug.security.firewall'])) {
  10602. return $this->privates['debug.security.firewall'];
  10603. }
  10604. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  10605. }
  10606. /**
  10607. * Gets the private 'debug.security.user_value_resolver' shared service.
  10608. *
  10609. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10610. */
  10611. protected function getDebug_Security_UserValueResolverService()
  10612. {
  10613. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10614. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10615. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  10616. 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))));
  10617. }
  10618. /**
  10619. * Gets the private 'debug.security.voter.App\Security\Content\BlogCategoryVoter' shared service.
  10620. *
  10621. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10622. */
  10623. protected function getBlogCategoryVoterService()
  10624. {
  10625. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10626. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10627. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10628. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  10629. include_once \dirname(__DIR__, 4).'/src/Security/Content/BlogCategoryVoter.php';
  10630. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  10631. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogCategoryVoter'])) {
  10632. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogCategoryVoter'];
  10633. }
  10634. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10635. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogCategoryVoter'])) {
  10636. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogCategoryVoter'];
  10637. }
  10638. 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);
  10639. }
  10640. /**
  10641. * Gets the private 'debug.security.voter.App\Security\Content\BlogCommentVoter' shared service.
  10642. *
  10643. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10644. */
  10645. protected function getBlogCommentVoterService()
  10646. {
  10647. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10648. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10649. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10650. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  10651. include_once \dirname(__DIR__, 4).'/src/Security/Content/BlogCommentVoter.php';
  10652. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  10653. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogCommentVoter'])) {
  10654. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogCommentVoter'];
  10655. }
  10656. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10657. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogCommentVoter'])) {
  10658. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogCommentVoter'];
  10659. }
  10660. 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);
  10661. }
  10662. /**
  10663. * Gets the private 'debug.security.voter.App\Security\Content\BlogVoter' shared service.
  10664. *
  10665. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10666. */
  10667. protected function getBlogVoterService()
  10668. {
  10669. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10670. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10671. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10672. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  10673. include_once \dirname(__DIR__, 4).'/src/Security/Content/BlogVoter.php';
  10674. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  10675. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogVoter'])) {
  10676. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogVoter'];
  10677. }
  10678. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10679. if (isset($this->privates['debug.security.voter.App\\Security\\Content\\BlogVoter'])) {
  10680. return $this->privates['debug.security.voter.App\\Security\\Content\\BlogVoter'];
  10681. }
  10682. 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);
  10683. }
  10684. /**
  10685. * Gets the private 'debug.security.voter.App\Security\ECommerce\CartVoter' shared service.
  10686. *
  10687. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10688. */
  10689. protected function getCartVoterService()
  10690. {
  10691. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10692. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10693. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10694. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  10695. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/CartVoter.php';
  10696. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  10697. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\CartVoter'])) {
  10698. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\CartVoter'];
  10699. }
  10700. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10701. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\CartVoter'])) {
  10702. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\CartVoter'];
  10703. }
  10704. 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);
  10705. }
  10706. /**
  10707. * Gets the private 'debug.security.voter.App\Security\ECommerce\IndividualOrderVoter' shared service.
  10708. *
  10709. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10710. */
  10711. protected function getIndividualOrderVoterService()
  10712. {
  10713. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10714. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10715. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10716. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  10717. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/IndividualOrderVoter.php';
  10718. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  10719. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\IndividualOrderVoter'])) {
  10720. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\IndividualOrderVoter'];
  10721. }
  10722. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10723. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\IndividualOrderVoter'])) {
  10724. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\IndividualOrderVoter'];
  10725. }
  10726. 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);
  10727. }
  10728. /**
  10729. * Gets the private 'debug.security.voter.App\Security\ECommerce\InvoiceVoter' shared service.
  10730. *
  10731. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10732. */
  10733. protected function getInvoiceVoterService()
  10734. {
  10735. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10736. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10737. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10738. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  10739. include_once \dirname(__DIR__, 4).'/src/Security/ECommerce/InvoiceVoter.php';
  10740. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  10741. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\InvoiceVoter'])) {
  10742. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\InvoiceVoter'];
  10743. }
  10744. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10745. if (isset($this->privates['debug.security.voter.App\\Security\\ECommerce\\InvoiceVoter'])) {
  10746. return $this->privates['debug.security.voter.App\\Security\\ECommerce\\InvoiceVoter'];
  10747. }
  10748. 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);
  10749. }
  10750. /**
  10751. * Gets the private 'debug.security.voter.mdl.security.blog_voter' shared service.
  10752. *
  10753. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10754. */
  10755. protected function getDebug_Security_Voter_Mdl_Security_BlogVoterService()
  10756. {
  10757. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10758. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10759. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10760. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  10761. include_once \dirname(__DIR__, 4).'/src/Security/Content/BlogVoter.php';
  10762. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  10763. if (isset($this->privates['debug.security.voter.mdl.security.blog_voter'])) {
  10764. return $this->privates['debug.security.voter.mdl.security.blog_voter'];
  10765. }
  10766. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10767. if (isset($this->privates['debug.security.voter.mdl.security.blog_voter'])) {
  10768. return $this->privates['debug.security.voter.mdl.security.blog_voter'];
  10769. }
  10770. 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);
  10771. }
  10772. /**
  10773. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  10774. *
  10775. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10776. */
  10777. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  10778. {
  10779. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10780. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10781. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10782. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  10783. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10784. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  10785. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  10786. }
  10787. 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);
  10788. }
  10789. /**
  10790. * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  10791. *
  10792. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10793. */
  10794. protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  10795. {
  10796. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10797. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10798. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10799. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  10800. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  10801. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  10802. return $this->privates['debug.security.voter.security.access.expression_voter'];
  10803. }
  10804. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10805. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  10806. return $this->privates['debug.security.voter.security.access.expression_voter'];
  10807. }
  10808. 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);
  10809. }
  10810. /**
  10811. * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  10812. *
  10813. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10814. */
  10815. protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  10816. {
  10817. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10818. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10819. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10820. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  10821. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  10822. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10823. if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  10824. return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  10825. }
  10826. 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);
  10827. }
  10828. /**
  10829. * Gets the private 'debug.security.voter.security.mdl_e_commerce.cart' shared service.
  10830. *
  10831. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10832. */
  10833. protected function getDebug_Security_Voter_Security_MdlECommerce_CartService()
  10834. {
  10835. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10836. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10837. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10838. $a = ($this->services['security.mdl_e_commerce.cart'] ?? $this->getSecurity_MdlECommerce_CartService());
  10839. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.cart'])) {
  10840. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart'];
  10841. }
  10842. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10843. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.cart'])) {
  10844. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart'];
  10845. }
  10846. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter($a, $b);
  10847. }
  10848. /**
  10849. * Gets the private 'debug.security.voter.security.mdl_e_commerce.cart_archive' shared service.
  10850. *
  10851. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10852. */
  10853. protected function getDebug_Security_Voter_Security_MdlECommerce_CartArchiveService()
  10854. {
  10855. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10856. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10857. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10858. $a = ($this->services['security.mdl_e_commerce.cart_archive'] ?? $this->getSecurity_MdlECommerce_CartArchiveService());
  10859. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'])) {
  10860. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'];
  10861. }
  10862. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10863. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'])) {
  10864. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'];
  10865. }
  10866. return $this->privates['debug.security.voter.security.mdl_e_commerce.cart_archive'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter($a, $b);
  10867. }
  10868. /**
  10869. * Gets the private 'debug.security.voter.security.mdl_e_commerce.individual_order_voter' shared service.
  10870. *
  10871. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  10872. */
  10873. protected function getDebug_Security_Voter_Security_MdlECommerce_IndividualOrderVoterService()
  10874. {
  10875. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  10876. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  10877. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  10878. $a = ($this->services['security.mdl_e_commerce.individual_order_voter'] ?? $this->getSecurity_MdlECommerce_IndividualOrderVoterService());
  10879. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'])) {
  10880. return $this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'];
  10881. }
  10882. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10883. if (isset($this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'])) {
  10884. return $this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'];
  10885. }
  10886. return $this->privates['debug.security.voter.security.mdl_e_commerce.individual_order_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter($a, $b);
  10887. }
  10888. /**
  10889. * Gets the private 'debug.security.voter.vote_listener' shared service.
  10890. *
  10891. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  10892. */
  10893. protected function getDebug_Security_Voter_VoteListenerService()
  10894. {
  10895. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  10896. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  10897. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  10898. return $this->privates['debug.security.voter.vote_listener'];
  10899. }
  10900. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  10901. }
  10902. /**
  10903. * Gets the private 'debug.sensio_framework_extra.psr7.argument_value_resolver.server_request' shared service.
  10904. *
  10905. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10906. */
  10907. protected function getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService()
  10908. {
  10909. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10910. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10911. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  10912. 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))));
  10913. }
  10914. /**
  10915. * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  10916. *
  10917. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  10918. */
  10919. protected function getDoctrine_CacheClearMetadataCommandService()
  10920. {
  10921. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10922. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10923. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10924. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  10925. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10926. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  10927. $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()));
  10928. $instance->setName('doctrine:cache:clear-metadata');
  10929. return $instance;
  10930. }
  10931. /**
  10932. * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  10933. *
  10934. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  10935. */
  10936. protected function getDoctrine_CacheClearQueryCacheCommandService()
  10937. {
  10938. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10939. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10940. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10941. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  10942. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10943. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  10944. $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()));
  10945. $instance->setName('doctrine:cache:clear-query');
  10946. return $instance;
  10947. }
  10948. /**
  10949. * Gets the private 'doctrine.cache_clear_result_command' shared service.
  10950. *
  10951. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  10952. */
  10953. protected function getDoctrine_CacheClearResultCommandService()
  10954. {
  10955. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10956. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10957. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10958. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  10959. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10960. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  10961. $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()));
  10962. $instance->setName('doctrine:cache:clear-result');
  10963. return $instance;
  10964. }
  10965. /**
  10966. * Gets the private 'doctrine.cache_collection_region_command' shared service.
  10967. *
  10968. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  10969. */
  10970. protected function getDoctrine_CacheCollectionRegionCommandService()
  10971. {
  10972. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10973. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10974. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10975. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  10976. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10977. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  10978. $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()));
  10979. $instance->setName('doctrine:cache:clear-collection-region');
  10980. return $instance;
  10981. }
  10982. /**
  10983. * Gets the private 'doctrine.clear_entity_region_command' shared service.
  10984. *
  10985. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  10986. */
  10987. protected function getDoctrine_ClearEntityRegionCommandService()
  10988. {
  10989. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  10990. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  10991. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  10992. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  10993. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  10994. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  10995. $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()));
  10996. $instance->setName('doctrine:cache:clear-entity-region');
  10997. return $instance;
  10998. }
  10999. /**
  11000. * Gets the private 'doctrine.clear_query_region_command' shared service.
  11001. *
  11002. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  11003. */
  11004. protected function getDoctrine_ClearQueryRegionCommandService()
  11005. {
  11006. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11007. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11008. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11009. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  11010. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11011. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  11012. $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()));
  11013. $instance->setName('doctrine:cache:clear-query-region');
  11014. return $instance;
  11015. }
  11016. /**
  11017. * Gets the private 'doctrine.database_create_command' shared service.
  11018. *
  11019. * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  11020. */
  11021. protected function getDoctrine_DatabaseCreateCommandService()
  11022. {
  11023. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11024. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11025. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  11026. $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11027. $instance->setName('doctrine:database:create');
  11028. return $instance;
  11029. }
  11030. /**
  11031. * Gets the private 'doctrine.database_drop_command' shared service.
  11032. *
  11033. * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  11034. */
  11035. protected function getDoctrine_DatabaseDropCommandService()
  11036. {
  11037. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11038. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11039. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  11040. $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11041. $instance->setName('doctrine:database:drop');
  11042. return $instance;
  11043. }
  11044. /**
  11045. * Gets the private 'doctrine.database_import_command' shared service.
  11046. *
  11047. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  11048. */
  11049. protected function getDoctrine_DatabaseImportCommandService()
  11050. {
  11051. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11052. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  11053. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  11054. $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  11055. $instance->setName('doctrine:database:import');
  11056. return $instance;
  11057. }
  11058. /**
  11059. * Gets the private 'doctrine.dbal.connection_factory' shared service.
  11060. *
  11061. * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  11062. */
  11063. protected function getDoctrine_Dbal_ConnectionFactoryService()
  11064. {
  11065. return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  11066. }
  11067. /**
  11068. * Gets the private 'doctrine.dbal.logger' shared service.
  11069. *
  11070. * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  11071. */
  11072. protected function getDoctrine_Dbal_LoggerService()
  11073. {
  11074. $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  11075. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11076. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11077. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  11078. 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))));
  11079. }
  11080. /**
  11081. * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  11082. *
  11083. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  11084. */
  11085. protected function getDoctrine_EnsureProductionSettingsCommandService()
  11086. {
  11087. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11088. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11089. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11090. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  11091. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11092. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  11093. $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()));
  11094. $instance->setName('doctrine:ensure-production-settings');
  11095. return $instance;
  11096. }
  11097. /**
  11098. * Gets the private 'doctrine.mapping_convert_command' shared service.
  11099. *
  11100. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  11101. */
  11102. protected function getDoctrine_MappingConvertCommandService()
  11103. {
  11104. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11105. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11106. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11107. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  11108. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11109. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  11110. $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()));
  11111. $instance->setName('doctrine:mapping:convert');
  11112. return $instance;
  11113. }
  11114. /**
  11115. * Gets the private 'doctrine.mapping_import_command' shared service.
  11116. *
  11117. * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  11118. */
  11119. protected function getDoctrine_MappingImportCommandService()
  11120. {
  11121. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11122. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11123. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  11124. $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  11125. $instance->setName('doctrine:mapping:import');
  11126. return $instance;
  11127. }
  11128. /**
  11129. * Gets the private 'doctrine.mapping_info_command' shared service.
  11130. *
  11131. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  11132. */
  11133. protected function getDoctrine_MappingInfoCommandService()
  11134. {
  11135. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11136. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11137. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11138. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  11139. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11140. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  11141. $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()));
  11142. $instance->setName('doctrine:mapping:info');
  11143. return $instance;
  11144. }
  11145. /**
  11146. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  11147. *
  11148. * @return \Doctrine\Migrations\DependencyFactory
  11149. */
  11150. protected function getDoctrine_Migrations_DependencyFactoryService()
  11151. {
  11152. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  11153. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  11154. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  11155. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  11156. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  11157. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  11158. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  11159. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  11160. $a = new \Doctrine\Migrations\Configuration\Configuration();
  11161. $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  11162. $b->setTableName('migration_versions');
  11163. $b->setVersionColumnName('version');
  11164. $b->setVersionColumnLength(192);
  11165. $b->setExecutedAtColumnName('executed_at');
  11166. $a->addMigrationsDirectory('App\\Migrations', (\dirname(__DIR__, 4).'/migrations'));
  11167. $a->setAllOrNothing(true);
  11168. $a->setCheckDatabasePlatform(true);
  11169. $a->setTransactional(true);
  11170. $a->setMetadataStorageConfiguration($b);
  11171. $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()));
  11172. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  11173. return ($this->privates['App\\Migrations\\Factory\\MigrationFactoryDecorator'] ?? $this->getMigrationFactoryDecoratorService());
  11174. });
  11175. return $instance;
  11176. }
  11177. /**
  11178. * Gets the private 'doctrine.orm.client_rel_management_annotation_metadata_driver' shared service.
  11179. *
  11180. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  11181. */
  11182. protected function getDoctrine_Orm_ClientRelManagementAnnotationMetadataDriverService()
  11183. {
  11184. 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')]);
  11185. }
  11186. /**
  11187. * Gets the private 'doctrine.orm.client_rel_management_entity_manager.property_info_extractor' shared service.
  11188. *
  11189. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  11190. */
  11191. protected function getDoctrine_Orm_ClientRelManagementEntityManager_PropertyInfoExtractorService()
  11192. {
  11193. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  11194. $a = ($this->services['doctrine.orm.client_rel_management_entity_manager'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManagerService());
  11195. if (isset($this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'])) {
  11196. return $this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'];
  11197. }
  11198. return $this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  11199. }
  11200. /**
  11201. * Gets the private 'doctrine.orm.client_rel_management_listeners.attach_entity_listeners' shared service.
  11202. *
  11203. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  11204. */
  11205. protected function getDoctrine_Orm_ClientRelManagementListeners_AttachEntityListenersService()
  11206. {
  11207. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  11208. return $this->privates['doctrine.orm.client_rel_management_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  11209. }
  11210. /**
  11211. * Gets the private 'doctrine.orm.client_rel_web_management_annotation_metadata_driver' shared service.
  11212. *
  11213. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  11214. */
  11215. protected function getDoctrine_Orm_ClientRelWebManagementAnnotationMetadataDriverService()
  11216. {
  11217. 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')]);
  11218. }
  11219. /**
  11220. * Gets the private 'doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor' shared service.
  11221. *
  11222. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  11223. */
  11224. protected function getDoctrine_Orm_ClientRelWebManagementEntityManager_PropertyInfoExtractorService()
  11225. {
  11226. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  11227. $a = ($this->services['doctrine.orm.client_rel_web_management_entity_manager'] ?? $this->getDoctrine_Orm_ClientRelWebManagementEntityManagerService());
  11228. if (isset($this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'])) {
  11229. return $this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'];
  11230. }
  11231. return $this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  11232. }
  11233. /**
  11234. * Gets the private 'doctrine.orm.client_rel_web_management_listeners.attach_entity_listeners' shared service.
  11235. *
  11236. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  11237. */
  11238. protected function getDoctrine_Orm_ClientRelWebManagementListeners_AttachEntityListenersService()
  11239. {
  11240. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  11241. return $this->privates['doctrine.orm.client_rel_web_management_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  11242. }
  11243. /**
  11244. * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  11245. *
  11246. * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  11247. */
  11248. protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  11249. {
  11250. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  11251. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  11252. return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11253. }
  11254. /**
  11255. * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  11256. *
  11257. * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  11258. */
  11259. protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  11260. {
  11261. return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11262. 'App\\Repository\\App\\UserRepository' => ['privates', 'App\\Repository\\App\\UserRepository', 'getUserRepositoryService', false],
  11263. 'App\\Repository\\Content\\BlogCategoryRepository' => ['privates', 'App\\Repository\\Content\\BlogCategoryRepository', 'getBlogCategoryRepositoryService', false],
  11264. 'App\\Repository\\Content\\BlogCommentRepository' => ['privates', 'App\\Repository\\Content\\BlogCommentRepository', 'getBlogCommentRepositoryService', false],
  11265. 'App\\Repository\\Content\\BlogRepository' => ['privates', 'App\\Repository\\Content\\BlogRepository', 'getBlogRepositoryService', false],
  11266. 'App\\Repository\\Content\\PageRepository' => ['privates', 'App\\Repository\\Content\\PageRepository', 'getPageRepositoryService', false],
  11267. 'App\\Repository\\Content\\PageTranslationRepository' => ['privates', 'App\\Repository\\Content\\PageTranslationRepository', 'getPageTranslationRepositoryService', false],
  11268. 'App\\Repository\\ECommerce\\CartItemRepository' => ['privates', 'App\\Repository\\ECommerce\\CartItemRepository', 'getCartItemRepositoryService', false],
  11269. 'App\\Repository\\ECommerce\\CartRepository' => ['privates', 'App\\Repository\\ECommerce\\CartRepository', 'getCartRepositoryService', false],
  11270. 'App\\Repository\\ECommerce\\DepotProductRepository' => ['privates', 'App\\Repository\\ECommerce\\DepotProductRepository', 'getDepotProductRepositoryService', false],
  11271. 'App\\Repository\\ECommerce\\ProductCategoryRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductCategoryRepository', 'getProductCategoryRepositoryService', false],
  11272. 'App\\Repository\\ECommerce\\ProductDocumentRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductDocumentRepository', 'getProductDocumentRepositoryService', false],
  11273. 'App\\Repository\\ECommerce\\ProductManufacturerRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductManufacturerRepository', 'getProductManufacturerRepositoryService', false],
  11274. 'App\\Repository\\ECommerce\\ProductRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductRepository', 'getProductRepositoryService', false],
  11275. 'App\\Repository\\ECommerce\\ProductSearchRepository' => ['privates', 'App\\Repository\\ECommerce\\ProductSearchRepository', 'getProductSearchRepositoryService', false],
  11276. ], [
  11277. 'App\\Repository\\App\\UserRepository' => '?',
  11278. 'App\\Repository\\Content\\BlogCategoryRepository' => '?',
  11279. 'App\\Repository\\Content\\BlogCommentRepository' => '?',
  11280. 'App\\Repository\\Content\\BlogRepository' => '?',
  11281. 'App\\Repository\\Content\\PageRepository' => '?',
  11282. 'App\\Repository\\Content\\PageTranslationRepository' => '?',
  11283. 'App\\Repository\\ECommerce\\CartItemRepository' => '?',
  11284. 'App\\Repository\\ECommerce\\CartRepository' => '?',
  11285. 'App\\Repository\\ECommerce\\DepotProductRepository' => '?',
  11286. 'App\\Repository\\ECommerce\\ProductCategoryRepository' => '?',
  11287. 'App\\Repository\\ECommerce\\ProductDocumentRepository' => '?',
  11288. 'App\\Repository\\ECommerce\\ProductManufacturerRepository' => '?',
  11289. 'App\\Repository\\ECommerce\\ProductRepository' => '?',
  11290. 'App\\Repository\\ECommerce\\ProductSearchRepository' => '?',
  11291. ]));
  11292. }
  11293. /**
  11294. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  11295. *
  11296. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  11297. */
  11298. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  11299. {
  11300. 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')]);
  11301. }
  11302. /**
  11303. * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  11304. *
  11305. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  11306. */
  11307. protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  11308. {
  11309. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  11310. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11311. if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  11312. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  11313. }
  11314. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  11315. }
  11316. /**
  11317. * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  11318. *
  11319. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  11320. */
  11321. protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  11322. {
  11323. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  11324. $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  11325. $instance->addEntityListener('App\\Entity\\Content\\Document', 'App\\EventListener\\Content\\DocumentUploadListener', 'postLoad');
  11326. $instance->addEntityListener('App\\Entity\\Content\\Document', 'App\\EventListener\\Content\\DocumentUploadListener', 'prePersist');
  11327. $instance->addEntityListener('App\\Entity\\Content\\Document', 'App\\EventListener\\Content\\DocumentUploadListener', 'preUpdate');
  11328. return $instance;
  11329. }
  11330. /**
  11331. * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  11332. *
  11333. * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  11334. */
  11335. protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  11336. {
  11337. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11338. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  11339. return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  11340. }
  11341. /**
  11342. * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  11343. *
  11344. * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  11345. */
  11346. protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  11347. {
  11348. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11349. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  11350. return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  11351. return new \EmptyIterator();
  11352. }, 0));
  11353. }
  11354. /**
  11355. * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  11356. *
  11357. * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  11358. */
  11359. protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  11360. {
  11361. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11362. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  11363. return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  11364. }
  11365. /**
  11366. * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  11367. *
  11368. * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  11369. */
  11370. protected function getDoctrine_Orm_ProxyCacheWarmerService()
  11371. {
  11372. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11373. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  11374. return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11375. }
  11376. /**
  11377. * Gets the private 'doctrine.orm.validator.unique' shared service.
  11378. *
  11379. * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  11380. */
  11381. protected function getDoctrine_Orm_Validator_UniqueService()
  11382. {
  11383. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11384. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  11385. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  11386. return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11387. }
  11388. /**
  11389. * Gets the private 'doctrine.query_dql_command' shared service.
  11390. *
  11391. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  11392. */
  11393. protected function getDoctrine_QueryDqlCommandService()
  11394. {
  11395. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11396. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11397. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11398. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  11399. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11400. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  11401. $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()));
  11402. $instance->setName('doctrine:query:dql');
  11403. return $instance;
  11404. }
  11405. /**
  11406. * Gets the private 'doctrine.query_sql_command' shared service.
  11407. *
  11408. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  11409. */
  11410. protected function getDoctrine_QuerySqlCommandService()
  11411. {
  11412. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11413. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  11414. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  11415. $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  11416. $instance->setName('doctrine:query:sql');
  11417. return $instance;
  11418. }
  11419. /**
  11420. * Gets the private 'doctrine.result_cache_pool' shared service.
  11421. *
  11422. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11423. */
  11424. protected function getDoctrine_ResultCachePoolService()
  11425. {
  11426. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.GD_MSZC'] ?? $this->get_CacheConnection_GDMSZCService()), 'kpSOrWR0iG', 43200, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  11427. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  11428. return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  11429. }
  11430. /**
  11431. * Gets the private 'doctrine.schema_create_command' shared service.
  11432. *
  11433. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  11434. */
  11435. protected function getDoctrine_SchemaCreateCommandService()
  11436. {
  11437. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11438. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11439. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11440. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11441. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  11442. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11443. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  11444. $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()));
  11445. $instance->setName('doctrine:schema:create');
  11446. return $instance;
  11447. }
  11448. /**
  11449. * Gets the private 'doctrine.schema_drop_command' shared service.
  11450. *
  11451. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  11452. */
  11453. protected function getDoctrine_SchemaDropCommandService()
  11454. {
  11455. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11456. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11457. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11458. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11459. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  11460. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11461. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  11462. $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()));
  11463. $instance->setName('doctrine:schema:drop');
  11464. return $instance;
  11465. }
  11466. /**
  11467. * Gets the private 'doctrine.schema_update_command' shared service.
  11468. *
  11469. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  11470. */
  11471. protected function getDoctrine_SchemaUpdateCommandService()
  11472. {
  11473. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11474. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11475. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11476. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11477. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  11478. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11479. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  11480. $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()));
  11481. $instance->setName('doctrine:schema:update');
  11482. return $instance;
  11483. }
  11484. /**
  11485. * Gets the private 'doctrine.schema_validate_command' shared service.
  11486. *
  11487. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  11488. */
  11489. protected function getDoctrine_SchemaValidateCommandService()
  11490. {
  11491. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11492. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11493. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  11494. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  11495. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  11496. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  11497. $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()));
  11498. $instance->setName('doctrine:schema:validate');
  11499. return $instance;
  11500. }
  11501. /**
  11502. * Gets the private 'doctrine.ulid_generator' shared service.
  11503. *
  11504. * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  11505. */
  11506. protected function getDoctrine_UlidGeneratorService()
  11507. {
  11508. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  11509. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  11510. return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  11511. }
  11512. /**
  11513. * Gets the private 'doctrine.uuid_generator' shared service.
  11514. *
  11515. * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  11516. */
  11517. protected function getDoctrine_UuidGeneratorService()
  11518. {
  11519. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  11520. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  11521. return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  11522. }
  11523. /**
  11524. * Gets the private 'doctrine_migrations.current_command' shared service.
  11525. *
  11526. * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  11527. */
  11528. protected function getDoctrineMigrations_CurrentCommandService()
  11529. {
  11530. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11531. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11532. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  11533. $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');
  11534. $instance->setName('doctrine:migrations:current');
  11535. return $instance;
  11536. }
  11537. /**
  11538. * Gets the private 'doctrine_migrations.diff_command' shared service.
  11539. *
  11540. * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  11541. */
  11542. protected function getDoctrineMigrations_DiffCommandService()
  11543. {
  11544. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11545. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11546. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  11547. $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');
  11548. $instance->setName('doctrine:migrations:diff');
  11549. return $instance;
  11550. }
  11551. /**
  11552. * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  11553. *
  11554. * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  11555. */
  11556. protected function getDoctrineMigrations_DumpSchemaCommandService()
  11557. {
  11558. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11559. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11560. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  11561. $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');
  11562. $instance->setName('doctrine:migrations:dump-schema');
  11563. return $instance;
  11564. }
  11565. /**
  11566. * Gets the private 'doctrine_migrations.execute_command' shared service.
  11567. *
  11568. * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  11569. */
  11570. protected function getDoctrineMigrations_ExecuteCommandService()
  11571. {
  11572. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11573. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11574. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  11575. $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');
  11576. $instance->setName('doctrine:migrations:execute');
  11577. return $instance;
  11578. }
  11579. /**
  11580. * Gets the private 'doctrine_migrations.generate_command' shared service.
  11581. *
  11582. * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  11583. */
  11584. protected function getDoctrineMigrations_GenerateCommandService()
  11585. {
  11586. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11587. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11588. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  11589. $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');
  11590. $instance->setName('doctrine:migrations:generate');
  11591. return $instance;
  11592. }
  11593. /**
  11594. * Gets the private 'doctrine_migrations.latest_command' shared service.
  11595. *
  11596. * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  11597. */
  11598. protected function getDoctrineMigrations_LatestCommandService()
  11599. {
  11600. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11601. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11602. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  11603. $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');
  11604. $instance->setName('doctrine:migrations:latest');
  11605. return $instance;
  11606. }
  11607. /**
  11608. * Gets the private 'doctrine_migrations.migrate_command' shared service.
  11609. *
  11610. * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  11611. */
  11612. protected function getDoctrineMigrations_MigrateCommandService()
  11613. {
  11614. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11615. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11616. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  11617. $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');
  11618. $instance->setName('doctrine:migrations:migrate');
  11619. return $instance;
  11620. }
  11621. /**
  11622. * Gets the private 'doctrine_migrations.rollup_command' shared service.
  11623. *
  11624. * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  11625. */
  11626. protected function getDoctrineMigrations_RollupCommandService()
  11627. {
  11628. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11629. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11630. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  11631. $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');
  11632. $instance->setName('doctrine:migrations:rollup');
  11633. return $instance;
  11634. }
  11635. /**
  11636. * Gets the private 'doctrine_migrations.status_command' shared service.
  11637. *
  11638. * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  11639. */
  11640. protected function getDoctrineMigrations_StatusCommandService()
  11641. {
  11642. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11643. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11644. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  11645. $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');
  11646. $instance->setName('doctrine:migrations:status');
  11647. return $instance;
  11648. }
  11649. /**
  11650. * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  11651. *
  11652. * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  11653. */
  11654. protected function getDoctrineMigrations_SyncMetadataCommandService()
  11655. {
  11656. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11657. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11658. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  11659. $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');
  11660. $instance->setName('doctrine:migrations:sync-metadata-storage');
  11661. return $instance;
  11662. }
  11663. /**
  11664. * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  11665. *
  11666. * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  11667. */
  11668. protected function getDoctrineMigrations_UpToDateCommandService()
  11669. {
  11670. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11671. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11672. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  11673. $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');
  11674. $instance->setName('doctrine:migrations:up-to-date');
  11675. return $instance;
  11676. }
  11677. /**
  11678. * Gets the private 'doctrine_migrations.version_command' shared service.
  11679. *
  11680. * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  11681. */
  11682. protected function getDoctrineMigrations_VersionCommandService()
  11683. {
  11684. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11685. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11686. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  11687. $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');
  11688. $instance->setName('doctrine:migrations:version');
  11689. return $instance;
  11690. }
  11691. /**
  11692. * Gets the private 'doctrine_migrations.versions_command' shared service.
  11693. *
  11694. * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  11695. */
  11696. protected function getDoctrineMigrations_VersionsCommandService()
  11697. {
  11698. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11699. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11700. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  11701. $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');
  11702. $instance->setName('doctrine:migrations:list');
  11703. return $instance;
  11704. }
  11705. /**
  11706. * Gets the private 'entity.document.listener' shared service.
  11707. *
  11708. * @return \App\EventListener\Content\DocumentUploadListener
  11709. */
  11710. protected function getEntity_Document_ListenerService()
  11711. {
  11712. include_once \dirname(__DIR__, 4).'/src/EventListener/Content/DocumentUploadListener.php';
  11713. include_once \dirname(__DIR__, 4).'/src/Service/Content/DocumentUploader.php';
  11714. return $this->privates['entity.document.listener'] = new \App\EventListener\Content\DocumentUploadListener(new \App\Service\Content\DocumentUploader('documents', 'document_covers', \dirname(__DIR__, 4)));
  11715. }
  11716. /**
  11717. * Gets the private 'error_handler.error_renderer.html' shared service.
  11718. *
  11719. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  11720. */
  11721. protected function getErrorHandler_ErrorRenderer_HtmlService()
  11722. {
  11723. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  11724. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  11725. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  11726. 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()));
  11727. }
  11728. /**
  11729. * Gets the private 'exception_listener' shared service.
  11730. *
  11731. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  11732. */
  11733. protected function getExceptionListenerService()
  11734. {
  11735. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  11736. }
  11737. /**
  11738. * Gets the private 'form.choice_list_factory.cached' shared service.
  11739. *
  11740. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  11741. */
  11742. protected function getForm_ChoiceListFactory_CachedService()
  11743. {
  11744. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  11745. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  11746. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  11747. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  11748. 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())));
  11749. }
  11750. /**
  11751. * Gets the private 'form.registry' shared service.
  11752. *
  11753. * @return \Symfony\Component\Form\FormRegistry
  11754. */
  11755. protected function getForm_RegistryService()
  11756. {
  11757. 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, [
  11758. 'App\\Form\\API\\Security\\LoginType' => ['privates', 'App\\Form\\API\\Security\\LoginType', 'getLoginTypeService', false],
  11759. 'App\\Form\\App\\ContactForm' => ['privates', 'App\\Form\\App\\ContactForm', 'getContactFormService', false],
  11760. 'App\\Form\\App\\FilterForm' => ['privates', 'App\\Form\\App\\FilterForm', 'getFilterFormService', false],
  11761. 'App\\Form\\App\\MenuItemType' => ['privates', 'App\\Form\\App\\MenuItemType', 'getMenuItemTypeService', false],
  11762. 'App\\Form\\App\\MenuType' => ['privates', 'App\\Form\\App\\MenuType', 'getMenuTypeService', false],
  11763. 'App\\Form\\App\\ParameterType' => ['privates', 'App\\Form\\App\\ParameterType', 'getParameterTypeService', false],
  11764. 'App\\Form\\App\\Security\\RegistrationFormType' => ['privates', 'App\\Form\\App\\Security\\RegistrationFormType', 'getRegistrationFormTypeService', false],
  11765. 'App\\Form\\App\\Security\\UserPassword' => ['privates', 'App\\Form\\App\\Security\\UserPassword', 'getUserPasswordService', false],
  11766. 'App\\Form\\App\\Type\\CountryType' => ['privates', 'App\\Form\\App\\Type\\CountryType', 'getCountryTypeService', false],
  11767. 'App\\Form\\App\\Type\\EntityAJAXType' => ['privates', 'App\\Form\\App\\Type\\EntityAJAXType', 'getEntityAJAXTypeService', false],
  11768. 'App\\Form\\App\\Type\\RegistrationFormType' => ['privates', 'App\\Form\\App\\Type\\RegistrationFormType', 'getRegistrationFormType2Service', false],
  11769. 'App\\Form\\App\\UserType' => ['privates', 'App\\Form\\App\\UserType', 'getUserTypeService', false],
  11770. 'App\\Form\\App\\VisitLogCreateType' => ['privates', 'App\\Form\\App\\VisitLogCreateType', 'getVisitLogCreateTypeService', false],
  11771. 'App\\Form\\App\\VisitLogEditType' => ['privates', 'App\\Form\\App\\VisitLogEditType', 'getVisitLogEditTypeService', false],
  11772. 'App\\Form\\Auth\\Admin\\UserType' => ['privates', 'App\\Form\\Auth\\Admin\\UserType', 'getUserType2Service', false],
  11773. 'App\\Form\\Content\\Admin\\BlogCommentApproveType' => ['privates', 'App\\Form\\Content\\Admin\\BlogCommentApproveType', 'getBlogCommentApproveTypeService', false],
  11774. 'App\\Form\\Content\\Admin\\SeoType' => ['privates', 'App\\Form\\Content\\Admin\\SeoType', 'getSeoTypeService', false],
  11775. 'App\\Form\\Content\\BlogCategoryType' => ['privates', 'App\\Form\\Content\\BlogCategoryType', 'getBlogCategoryTypeService', false],
  11776. 'App\\Form\\Content\\BlogCommentType' => ['privates', 'App\\Form\\Content\\BlogCommentType', 'getBlogCommentTypeService', false],
  11777. 'App\\Form\\Content\\BlogTranslationType' => ['privates', 'App\\Form\\Content\\BlogTranslationType', 'getBlogTranslationTypeService', false],
  11778. 'App\\Form\\Content\\BlogType' => ['privates', 'App\\Form\\Content\\BlogType', 'getBlogTypeService', false],
  11779. 'App\\Form\\Content\\DocumentCategoryType' => ['privates', 'App\\Form\\Content\\DocumentCategoryType', 'getDocumentCategoryTypeService', false],
  11780. 'App\\Form\\Content\\DocumentTranslationType' => ['privates', 'App\\Form\\Content\\DocumentTranslationType', 'getDocumentTranslationTypeService', false],
  11781. 'App\\Form\\Content\\DocumentType' => ['privates', 'App\\Form\\Content\\DocumentType', 'getDocumentTypeService', false],
  11782. 'App\\Form\\Content\\LocaleForm' => ['privates', 'App\\Form\\Content\\LocaleForm', 'getLocaleFormService', false],
  11783. 'App\\Form\\Content\\PageTranslationType' => ['privates', 'App\\Form\\Content\\PageTranslationType', 'getPageTranslationTypeService', false],
  11784. 'App\\Form\\Content\\PageType' => ['privates', 'App\\Form\\Content\\PageType', 'getPageTypeService', false],
  11785. 'App\\Form\\Content\\TagType' => ['privates', 'App\\Form\\Content\\TagType', 'getTagTypeService', false],
  11786. 'App\\Form\\ECommerce\\API\\CartCheckOut' => ['privates', 'App\\Form\\ECommerce\\API\\CartCheckOut', 'getCartCheckOutService', false],
  11787. 'App\\Form\\ECommerce\\API\\CartItemQuantity' => ['privates', 'App\\Form\\ECommerce\\API\\CartItemQuantity', 'getCartItemQuantityService', false],
  11788. 'App\\Form\\ECommerce\\API\\CartItemRemove' => ['privates', 'App\\Form\\ECommerce\\API\\CartItemRemove', 'getCartItemRemoveService', false],
  11789. 'App\\Form\\ECommerce\\Admin\\IndividualOrderType' => ['privates', 'App\\Form\\ECommerce\\Admin\\IndividualOrderType', 'getIndividualOrderTypeService', false],
  11790. 'App\\Form\\ECommerce\\App\\CartCheckOut' => ['privates', 'App\\Form\\ECommerce\\App\\CartCheckOut', 'getCartCheckOut2Service', false],
  11791. 'App\\Form\\ECommerce\\App\\CartItemAdd' => ['privates', 'App\\Form\\ECommerce\\App\\CartItemAdd', 'getCartItemAddService', false],
  11792. 'App\\Form\\ECommerce\\App\\CartItemRemove' => ['privates', 'App\\Form\\ECommerce\\App\\CartItemRemove', 'getCartItemRemove2Service', false],
  11793. 'App\\Form\\ECommerce\\App\\IndividualOrderType' => ['privates', 'App\\Form\\ECommerce\\App\\IndividualOrderType', 'getIndividualOrderType2Service', false],
  11794. 'App\\Form\\ECommerce\\BankAccountType' => ['privates', 'App\\Form\\ECommerce\\BankAccountType', 'getBankAccountTypeService', false],
  11795. 'App\\Form\\ECommerce\\CartCheckOutGuest' => ['privates', 'App\\Form\\ECommerce\\CartCheckOutGuest', 'getCartCheckOutGuestService', false],
  11796. 'App\\Form\\ECommerce\\CartItemType' => ['privates', 'App\\Form\\ECommerce\\CartItemType', 'getCartItemTypeService', false],
  11797. 'App\\Form\\ECommerce\\CartType' => ['privates', 'App\\Form\\ECommerce\\CartType', 'getCartTypeService', false],
  11798. 'App\\Form\\ECommerce\\ClientGroupType' => ['privates', 'App\\Form\\ECommerce\\ClientGroupType', 'getClientGroupTypeService', false],
  11799. 'App\\Form\\ECommerce\\ClientGuestType' => ['privates', 'App\\Form\\ECommerce\\ClientGuestType', 'getClientGuestTypeService', false],
  11800. 'App\\Form\\ECommerce\\ClientRegistrationFormType' => ['privates', 'App\\Form\\ECommerce\\ClientRegistrationFormType', 'getClientRegistrationFormTypeService', false],
  11801. 'App\\Form\\ECommerce\\ClientType' => ['privates', 'App\\Form\\ECommerce\\ClientType', 'getClientTypeService', false],
  11802. 'App\\Form\\ECommerce\\DepotProductType' => ['privates', 'App\\Form\\ECommerce\\DepotProductType', 'getDepotProductTypeService', false],
  11803. 'App\\Form\\ECommerce\\DepotTranslationType' => ['privates', 'App\\Form\\ECommerce\\DepotTranslationType', 'getDepotTranslationTypeService', false],
  11804. 'App\\Form\\ECommerce\\DepotType' => ['privates', 'App\\Form\\ECommerce\\DepotType', 'getDepotTypeService', false],
  11805. 'App\\Form\\ECommerce\\DocumentType' => ['privates', 'App\\Form\\ECommerce\\DocumentType', 'getDocumentType2Service', false],
  11806. 'App\\Form\\ECommerce\\Filter\\ProductFilterByCategory' => ['privates', 'App\\Form\\ECommerce\\Filter\\ProductFilterByCategory', 'getProductFilterByCategoryService', false],
  11807. 'App\\Form\\ECommerce\\Filter\\ProductFilterByName' => ['privates', 'App\\Form\\ECommerce\\Filter\\ProductFilterByName', 'getProductFilterByNameService', false],
  11808. 'App\\Form\\ECommerce\\Filter\\ProductFilterBySize' => ['privates', 'App\\Form\\ECommerce\\Filter\\ProductFilterBySize', 'getProductFilterBySizeService', false],
  11809. 'App\\Form\\ECommerce\\FirmType' => ['privates', 'App\\Form\\ECommerce\\FirmType', 'getFirmTypeService', false],
  11810. 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemDeliveryDate' => ['privates', 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemDeliveryDate', 'getCartItemDeliveryDateService', false],
  11811. 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemQuantity' => ['privates', 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemQuantity', 'getCartItemQuantity2Service', false],
  11812. 'App\\Form\\ECommerce\\Partials\\CartItem\\IndividualOrderItemQuantity' => ['privates', 'App\\Form\\ECommerce\\Partials\\CartItem\\IndividualOrderItemQuantity', 'getIndividualOrderItemQuantityService', false],
  11813. 'App\\Form\\ECommerce\\Partials\\Depot\\DepotColorsType' => ['privates', 'App\\Form\\ECommerce\\Partials\\Depot\\DepotColorsType', 'getDepotColorsTypeService', false],
  11814. 'App\\Form\\ECommerce\\PhotoType' => ['privates', 'App\\Form\\ECommerce\\PhotoType', 'getPhotoTypeService', false],
  11815. 'App\\Form\\ECommerce\\PreOrderType' => ['privates', 'App\\Form\\ECommerce\\PreOrderType', 'getPreOrderTypeService', false],
  11816. 'App\\Form\\ECommerce\\ProductAlternativeType' => ['privates', 'App\\Form\\ECommerce\\ProductAlternativeType', 'getProductAlternativeTypeService', false],
  11817. 'App\\Form\\ECommerce\\ProductCategoryTranslationType' => ['privates', 'App\\Form\\ECommerce\\ProductCategoryTranslationType', 'getProductCategoryTranslationTypeService', false],
  11818. 'App\\Form\\ECommerce\\ProductCategoryType' => ['privates', 'App\\Form\\ECommerce\\ProductCategoryType', 'getProductCategoryTypeService', false],
  11819. 'App\\Form\\ECommerce\\ProductGroupType' => ['privates', 'App\\Form\\ECommerce\\ProductGroupType', 'getProductGroupTypeService', false],
  11820. 'App\\Form\\ECommerce\\ProductInfoTranslationType' => ['privates', 'App\\Form\\ECommerce\\ProductInfoTranslationType', 'getProductInfoTranslationTypeService', false],
  11821. 'App\\Form\\ECommerce\\ProductInfoType' => ['privates', 'App\\Form\\ECommerce\\ProductInfoType', 'getProductInfoTypeService', false],
  11822. 'App\\Form\\ECommerce\\ProductManufacturerType' => ['privates', 'App\\Form\\ECommerce\\ProductManufacturerType', 'getProductManufacturerTypeService', false],
  11823. 'App\\Form\\ECommerce\\ProductSearch' => ['privates', 'App\\Form\\ECommerce\\ProductSearch', 'getProductSearchService', false],
  11824. 'App\\Form\\ECommerce\\ProductTranslationType' => ['privates', 'App\\Form\\ECommerce\\ProductTranslationType', 'getProductTranslationTypeService', false],
  11825. 'App\\Form\\ECommerce\\ProductType' => ['privates', 'App\\Form\\ECommerce\\ProductType', 'getProductTypeService', false],
  11826. 'App\\Form\\ECommerce\\SearchTipTranslationType' => ['privates', 'App\\Form\\ECommerce\\SearchTipTranslationType', 'getSearchTipTranslationTypeService', false],
  11827. 'App\\Form\\ECommerce\\SearchTipType' => ['privates', 'App\\Form\\ECommerce\\SearchTipType', 'getSearchTipTypeService', false],
  11828. 'App\\Form\\ECommerce\\ShippingType' => ['privates', 'App\\Form\\ECommerce\\ShippingType', 'getShippingTypeService', false],
  11829. 'App\\Form\\ECommerce\\SynonymType' => ['privates', 'App\\Form\\ECommerce\\SynonymType', 'getSynonymTypeService', false],
  11830. 'App\\Form\\ECommerce\\Type\\LocationType' => ['privates', 'App\\Form\\ECommerce\\Type\\LocationType', 'getLocationTypeService', false],
  11831. 'App\\Form\\ECommerce\\Type\\PathParametersType' => ['privates', 'App\\Form\\ECommerce\\Type\\PathParametersType', 'getPathParametersTypeService', false],
  11832. 'App\\Form\\Media\\GalleryType' => ['privates', 'App\\Form\\Media\\GalleryType', 'getGalleryTypeService', false],
  11833. 'App\\Form\\Media\\MediaType' => ['privates', 'App\\Form\\Media\\MediaType', 'getMediaTypeService', false],
  11834. 'App\\Form\\Media\\Type\\MediaFileType' => ['privates', 'App\\Form\\Media\\Type\\MediaFileType', 'getMediaFileTypeService', false],
  11835. 'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates', 'liip_imagine.form.type.image', 'getLiipImagine_Form_Type_ImageService', false],
  11836. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
  11837. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  11838. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  11839. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  11840. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  11841. ], [
  11842. 'App\\Form\\API\\Security\\LoginType' => '?',
  11843. 'App\\Form\\App\\ContactForm' => '?',
  11844. 'App\\Form\\App\\FilterForm' => '?',
  11845. 'App\\Form\\App\\MenuItemType' => '?',
  11846. 'App\\Form\\App\\MenuType' => '?',
  11847. 'App\\Form\\App\\ParameterType' => '?',
  11848. 'App\\Form\\App\\Security\\RegistrationFormType' => '?',
  11849. 'App\\Form\\App\\Security\\UserPassword' => '?',
  11850. 'App\\Form\\App\\Type\\CountryType' => '?',
  11851. 'App\\Form\\App\\Type\\EntityAJAXType' => '?',
  11852. 'App\\Form\\App\\Type\\RegistrationFormType' => '?',
  11853. 'App\\Form\\App\\UserType' => '?',
  11854. 'App\\Form\\App\\VisitLogCreateType' => '?',
  11855. 'App\\Form\\App\\VisitLogEditType' => '?',
  11856. 'App\\Form\\Auth\\Admin\\UserType' => '?',
  11857. 'App\\Form\\Content\\Admin\\BlogCommentApproveType' => '?',
  11858. 'App\\Form\\Content\\Admin\\SeoType' => '?',
  11859. 'App\\Form\\Content\\BlogCategoryType' => '?',
  11860. 'App\\Form\\Content\\BlogCommentType' => '?',
  11861. 'App\\Form\\Content\\BlogTranslationType' => '?',
  11862. 'App\\Form\\Content\\BlogType' => '?',
  11863. 'App\\Form\\Content\\DocumentCategoryType' => '?',
  11864. 'App\\Form\\Content\\DocumentTranslationType' => '?',
  11865. 'App\\Form\\Content\\DocumentType' => '?',
  11866. 'App\\Form\\Content\\LocaleForm' => '?',
  11867. 'App\\Form\\Content\\PageTranslationType' => '?',
  11868. 'App\\Form\\Content\\PageType' => '?',
  11869. 'App\\Form\\Content\\TagType' => '?',
  11870. 'App\\Form\\ECommerce\\API\\CartCheckOut' => '?',
  11871. 'App\\Form\\ECommerce\\API\\CartItemQuantity' => '?',
  11872. 'App\\Form\\ECommerce\\API\\CartItemRemove' => '?',
  11873. 'App\\Form\\ECommerce\\Admin\\IndividualOrderType' => '?',
  11874. 'App\\Form\\ECommerce\\App\\CartCheckOut' => '?',
  11875. 'App\\Form\\ECommerce\\App\\CartItemAdd' => '?',
  11876. 'App\\Form\\ECommerce\\App\\CartItemRemove' => '?',
  11877. 'App\\Form\\ECommerce\\App\\IndividualOrderType' => '?',
  11878. 'App\\Form\\ECommerce\\BankAccountType' => '?',
  11879. 'App\\Form\\ECommerce\\CartCheckOutGuest' => '?',
  11880. 'App\\Form\\ECommerce\\CartItemType' => '?',
  11881. 'App\\Form\\ECommerce\\CartType' => '?',
  11882. 'App\\Form\\ECommerce\\ClientGroupType' => '?',
  11883. 'App\\Form\\ECommerce\\ClientGuestType' => '?',
  11884. 'App\\Form\\ECommerce\\ClientRegistrationFormType' => '?',
  11885. 'App\\Form\\ECommerce\\ClientType' => '?',
  11886. 'App\\Form\\ECommerce\\DepotProductType' => '?',
  11887. 'App\\Form\\ECommerce\\DepotTranslationType' => '?',
  11888. 'App\\Form\\ECommerce\\DepotType' => '?',
  11889. 'App\\Form\\ECommerce\\DocumentType' => '?',
  11890. 'App\\Form\\ECommerce\\Filter\\ProductFilterByCategory' => '?',
  11891. 'App\\Form\\ECommerce\\Filter\\ProductFilterByName' => '?',
  11892. 'App\\Form\\ECommerce\\Filter\\ProductFilterBySize' => '?',
  11893. 'App\\Form\\ECommerce\\FirmType' => '?',
  11894. 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemDeliveryDate' => '?',
  11895. 'App\\Form\\ECommerce\\Partials\\CartItem\\CartItemQuantity' => '?',
  11896. 'App\\Form\\ECommerce\\Partials\\CartItem\\IndividualOrderItemQuantity' => '?',
  11897. 'App\\Form\\ECommerce\\Partials\\Depot\\DepotColorsType' => '?',
  11898. 'App\\Form\\ECommerce\\PhotoType' => '?',
  11899. 'App\\Form\\ECommerce\\PreOrderType' => '?',
  11900. 'App\\Form\\ECommerce\\ProductAlternativeType' => '?',
  11901. 'App\\Form\\ECommerce\\ProductCategoryTranslationType' => '?',
  11902. 'App\\Form\\ECommerce\\ProductCategoryType' => '?',
  11903. 'App\\Form\\ECommerce\\ProductGroupType' => '?',
  11904. 'App\\Form\\ECommerce\\ProductInfoTranslationType' => '?',
  11905. 'App\\Form\\ECommerce\\ProductInfoType' => '?',
  11906. 'App\\Form\\ECommerce\\ProductManufacturerType' => '?',
  11907. 'App\\Form\\ECommerce\\ProductSearch' => '?',
  11908. 'App\\Form\\ECommerce\\ProductTranslationType' => '?',
  11909. 'App\\Form\\ECommerce\\ProductType' => '?',
  11910. 'App\\Form\\ECommerce\\SearchTipTranslationType' => '?',
  11911. 'App\\Form\\ECommerce\\SearchTipType' => '?',
  11912. 'App\\Form\\ECommerce\\ShippingType' => '?',
  11913. 'App\\Form\\ECommerce\\SynonymType' => '?',
  11914. 'App\\Form\\ECommerce\\Type\\LocationType' => '?',
  11915. 'App\\Form\\ECommerce\\Type\\PathParametersType' => '?',
  11916. 'App\\Form\\Media\\GalleryType' => '?',
  11917. 'App\\Form\\Media\\MediaType' => '?',
  11918. 'App\\Form\\Media\\Type\\MediaFileType' => '?',
  11919. 'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  11920. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  11921. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  11922. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  11923. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  11924. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  11925. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  11926. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  11927. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  11928. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  11929. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  11930. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  11931. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  11932. yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  11933. }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  11934. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  11935. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  11936. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  11937. }, 1)], new RewindableGenerator(function () {
  11938. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  11939. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  11940. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  11941. }
  11942. /**
  11943. * Gets the private 'form.server_params' shared service.
  11944. *
  11945. * @return \Symfony\Component\Form\Util\ServerParams
  11946. */
  11947. protected function getForm_ServerParamsService()
  11948. {
  11949. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  11950. 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())));
  11951. }
  11952. /**
  11953. * Gets the private 'form.type.choice' shared service.
  11954. *
  11955. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  11956. */
  11957. protected function getForm_Type_ChoiceService()
  11958. {
  11959. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  11960. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  11961. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  11962. 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()));
  11963. }
  11964. /**
  11965. * Gets the private 'form.type.color' shared service.
  11966. *
  11967. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  11968. */
  11969. protected function getForm_Type_ColorService()
  11970. {
  11971. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  11972. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  11973. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  11974. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  11975. }
  11976. /**
  11977. * Gets the private 'form.type.entity' shared service.
  11978. *
  11979. * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  11980. */
  11981. protected function getForm_Type_EntityService()
  11982. {
  11983. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  11984. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  11985. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  11986. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  11987. return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11988. }
  11989. /**
  11990. * Gets the private 'form.type.form' shared service.
  11991. *
  11992. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  11993. */
  11994. protected function getForm_Type_FormService()
  11995. {
  11996. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  11997. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  11998. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  11999. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  12000. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  12001. }
  12002. /**
  12003. * Gets the private 'form.type_extension.csrf' shared service.
  12004. *
  12005. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  12006. */
  12007. protected function getForm_TypeExtension_CsrfService()
  12008. {
  12009. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12010. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12011. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  12012. 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()));
  12013. }
  12014. /**
  12015. * Gets the private 'form.type_extension.form.data_collector' shared service.
  12016. *
  12017. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  12018. */
  12019. protected function getForm_TypeExtension_Form_DataCollectorService()
  12020. {
  12021. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12022. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12023. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  12024. 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()));
  12025. }
  12026. /**
  12027. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  12028. *
  12029. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  12030. */
  12031. protected function getForm_TypeExtension_Form_HttpFoundationService()
  12032. {
  12033. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12034. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12035. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  12036. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  12037. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  12038. 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())));
  12039. }
  12040. /**
  12041. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  12042. *
  12043. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  12044. */
  12045. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  12046. {
  12047. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12048. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12049. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  12050. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  12051. }
  12052. /**
  12053. * Gets the private 'form.type_extension.form.validator' shared service.
  12054. *
  12055. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  12056. */
  12057. protected function getForm_TypeExtension_Form_ValidatorService()
  12058. {
  12059. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12060. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12061. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  12062. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  12063. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  12064. if (isset($this->privates['form.type_extension.form.validator'])) {
  12065. return $this->privates['form.type_extension.form.validator'];
  12066. }
  12067. $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  12068. if (isset($this->privates['form.type_extension.form.validator'])) {
  12069. return $this->privates['form.type_extension.form.validator'];
  12070. }
  12071. return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($a, true, $b, ($this->services['translator'] ?? $this->getTranslatorService()));
  12072. }
  12073. /**
  12074. * Gets the private 'form.type_extension.upload.validator' shared service.
  12075. *
  12076. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  12077. */
  12078. protected function getForm_TypeExtension_Upload_ValidatorService()
  12079. {
  12080. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12081. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12082. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  12083. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  12084. }
  12085. /**
  12086. * Gets the private 'form.type_guesser.doctrine' shared service.
  12087. *
  12088. * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  12089. */
  12090. protected function getForm_TypeGuesser_DoctrineService()
  12091. {
  12092. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  12093. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  12094. return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12095. }
  12096. /**
  12097. * Gets the private 'form.type_guesser.validator' shared service.
  12098. *
  12099. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  12100. */
  12101. protected function getForm_TypeGuesser_ValidatorService()
  12102. {
  12103. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  12104. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  12105. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  12106. if (isset($this->privates['form.type_guesser.validator'])) {
  12107. return $this->privates['form.type_guesser.validator'];
  12108. }
  12109. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  12110. }
  12111. /**
  12112. * Gets the private 'fos_elastica.client.default' shared service.
  12113. *
  12114. * @return \FOS\ElasticaBundle\Elastica\Client
  12115. */
  12116. protected function getFosElastica_Client_DefaultService()
  12117. {
  12118. include_once \dirname(__DIR__, 4).'/vendor/ruflin/elastica/src/Client.php';
  12119. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  12120. $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);
  12121. $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12122. $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  12123. $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  12124. return $instance;
  12125. }
  12126. /**
  12127. * Gets the private 'fos_elastica.command.create' shared service.
  12128. *
  12129. * @return \FOS\ElasticaBundle\Command\CreateCommand
  12130. */
  12131. protected function getFosElastica_Command_CreateService()
  12132. {
  12133. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12134. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/CreateCommand.php';
  12135. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  12136. $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())));
  12137. $instance->setName('fos:elastica:create');
  12138. return $instance;
  12139. }
  12140. /**
  12141. * Gets the private 'fos_elastica.command.delete' shared service.
  12142. *
  12143. * @return \FOS\ElasticaBundle\Command\DeleteCommand
  12144. */
  12145. protected function getFosElastica_Command_DeleteService()
  12146. {
  12147. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12148. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/DeleteCommand.php';
  12149. $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()));
  12150. $instance->setName('fos:elastica:delete');
  12151. return $instance;
  12152. }
  12153. /**
  12154. * Gets the private 'fos_elastica.command.populate' shared service.
  12155. *
  12156. * @return \FOS\ElasticaBundle\Command\PopulateCommand
  12157. */
  12158. protected function getFosElastica_Command_PopulateService()
  12159. {
  12160. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12161. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/PopulateCommand.php';
  12162. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderRegistry.php';
  12163. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterRegistry.php';
  12164. $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, [
  12165. 'synonym' => ['privates', 'fos_elastica.pager_provider.synonym', 'getFosElastica_PagerProvider_SynonymService', false],
  12166. 'synonym_product' => ['privates', 'fos_elastica.pager_provider.synonym_product', 'getFosElastica_PagerProvider_SynonymProductService', false],
  12167. ], [
  12168. 'synonym' => 'FOS\\ElasticaBundle\\Doctrine\\ORMPagerProvider',
  12169. 'synonym_product' => 'FOS\\ElasticaBundle\\Doctrine\\ORMPagerProvider',
  12170. ])), new \FOS\ElasticaBundle\Persister\PagerPersisterRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12171. 'in_place' => ['privates', 'fos_elastica.in_place_pager_persister', 'getFosElastica_InPlacePagerPersisterService', false],
  12172. ], [
  12173. 'in_place' => 'FOS\\ElasticaBundle\\Persister\\InPlacePagerPersister',
  12174. ])), ($this->privates['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  12175. $instance->setName('fos:elastica:populate');
  12176. return $instance;
  12177. }
  12178. /**
  12179. * Gets the private 'fos_elastica.command.reset' shared service.
  12180. *
  12181. * @return \FOS\ElasticaBundle\Command\ResetCommand
  12182. */
  12183. protected function getFosElastica_Command_ResetService()
  12184. {
  12185. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12186. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetCommand.php';
  12187. $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()));
  12188. $instance->setName('fos:elastica:reset');
  12189. return $instance;
  12190. }
  12191. /**
  12192. * Gets the private 'fos_elastica.command.search' shared service.
  12193. *
  12194. * @return \FOS\ElasticaBundle\Command\SearchCommand
  12195. */
  12196. protected function getFosElastica_Command_SearchService()
  12197. {
  12198. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12199. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/SearchCommand.php';
  12200. $this->privates['fos_elastica.command.search'] = $instance = new \FOS\ElasticaBundle\Command\SearchCommand(($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
  12201. $instance->setName('fos:elastica:search');
  12202. return $instance;
  12203. }
  12204. /**
  12205. * Gets the private 'fos_elastica.command.templates_reset' shared service.
  12206. *
  12207. * @return \FOS\ElasticaBundle\Command\ResetTemplatesCommand
  12208. */
  12209. protected function getFosElastica_Command_TemplatesResetService()
  12210. {
  12211. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12212. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetTemplatesCommand.php';
  12213. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  12214. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/TemplateResetter.php';
  12215. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  12216. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  12217. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  12218. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/TemplateContainerSource.php';
  12219. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
  12220. $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([])));
  12221. $instance->setName('fos:elastica:reset-templates');
  12222. return $instance;
  12223. }
  12224. /**
  12225. * Gets the private 'fos_elastica.config_manager' shared service.
  12226. *
  12227. * @return \FOS\ElasticaBundle\Configuration\ConfigManager
  12228. */
  12229. protected function getFosElastica_ConfigManagerService()
  12230. {
  12231. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  12232. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  12233. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  12234. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/ContainerSource.php';
  12235. $a = ($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'] ?? $this->getIndexsynonymProductIndexService());
  12236. if (isset($this->privates['fos_elastica.config_manager'])) {
  12237. return $this->privates['fos_elastica.config_manager'];
  12238. }
  12239. $b = ($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymIndex'] ?? $this->getIndexsynonymIndexService());
  12240. if (isset($this->privates['fos_elastica.config_manager'])) {
  12241. return $this->privates['fos_elastica.config_manager'];
  12242. }
  12243. 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]]])]);
  12244. }
  12245. /**
  12246. * Gets the private 'fos_elastica.doctrine.register_listeners' shared service.
  12247. *
  12248. * @return \FOS\ElasticaBundle\Doctrine\RegisterListenersService
  12249. */
  12250. protected function getFosElastica_Doctrine_RegisterListenersService()
  12251. {
  12252. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RegisterListenersService.php';
  12253. return $this->privates['fos_elastica.doctrine.register_listeners'] = new \FOS\ElasticaBundle\Doctrine\RegisterListenersService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  12254. }
  12255. /**
  12256. * Gets the private 'fos_elastica.filter_objects_listener' shared service.
  12257. *
  12258. * @return \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener
  12259. */
  12260. protected function getFosElastica_FilterObjectsListenerService()
  12261. {
  12262. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/Listener/FilterObjectsListener.php';
  12263. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  12264. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  12265. 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([]))));
  12266. }
  12267. /**
  12268. * Gets the private 'fos_elastica.in_place_pager_persister' shared service.
  12269. *
  12270. * @return \FOS\ElasticaBundle\Persister\InPlacePagerPersister
  12271. */
  12272. protected function getFosElastica_InPlacePagerPersisterService()
  12273. {
  12274. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterInterface.php';
  12275. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/InPlacePagerPersister.php';
  12276. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PersisterRegistry.php';
  12277. 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, [
  12278. 'synonym' => ['privates', 'fos_elastica.object_persister.synonym', 'getFosElastica_ObjectPersister_SynonymService', false],
  12279. 'synonym_product' => ['privates', 'fos_elastica.object_persister.synonym_product', 'getFosElastica_ObjectPersister_SynonymProductService', false],
  12280. ], [
  12281. 'synonym' => 'FOS\\ElasticaBundle\\Persister\\ObjectPersister',
  12282. 'synonym_product' => 'FOS\\ElasticaBundle\\Persister\\ObjectPersister',
  12283. ])), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  12284. }
  12285. /**
  12286. * Gets the private 'fos_elastica.index_manager' shared service.
  12287. *
  12288. * @return \FOS\ElasticaBundle\Index\IndexManager
  12289. */
  12290. protected function getFosElastica_IndexManagerService()
  12291. {
  12292. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexManager.php';
  12293. $a = ($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'] ?? $this->getIndexsynonymProductIndexService());
  12294. if (isset($this->privates['fos_elastica.index_manager'])) {
  12295. return $this->privates['fos_elastica.index_manager'];
  12296. }
  12297. 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);
  12298. }
  12299. /**
  12300. * Gets the private 'fos_elastica.listener.synonym' shared service.
  12301. *
  12302. * @return \FOS\ElasticaBundle\Doctrine\Listener
  12303. */
  12304. protected function getFosElastica_Listener_SynonymService()
  12305. {
  12306. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php';
  12307. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  12308. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  12309. $a = ($this->privates['fos_elastica.object_persister.synonym'] ?? $this->getFosElastica_ObjectPersister_SynonymService());
  12310. if (isset($this->privates['fos_elastica.listener.synonym'])) {
  12311. return $this->privates['fos_elastica.listener.synonym'];
  12312. }
  12313. 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);
  12314. }
  12315. /**
  12316. * Gets the private 'fos_elastica.listener.synonym_product' shared service.
  12317. *
  12318. * @return \FOS\ElasticaBundle\Doctrine\Listener
  12319. */
  12320. protected function getFosElastica_Listener_SynonymProductService()
  12321. {
  12322. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php';
  12323. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  12324. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  12325. $a = ($this->privates['fos_elastica.object_persister.synonym_product'] ?? $this->getFosElastica_ObjectPersister_SynonymProductService());
  12326. if (isset($this->privates['fos_elastica.listener.synonym_product'])) {
  12327. return $this->privates['fos_elastica.listener.synonym_product'];
  12328. }
  12329. 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);
  12330. }
  12331. /**
  12332. * Gets the private 'fos_elastica.logger' shared service.
  12333. *
  12334. * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  12335. */
  12336. protected function getFosElastica_LoggerService()
  12337. {
  12338. $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  12339. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12340. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12341. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12342. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  12343. return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($a, true);
  12344. }
  12345. /**
  12346. * Gets the private 'fos_elastica.mapping_builder' shared service.
  12347. *
  12348. * @return \FOS\ElasticaBundle\Index\MappingBuilder
  12349. */
  12350. protected function getFosElastica_MappingBuilderService()
  12351. {
  12352. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  12353. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12354. if (isset($this->privates['fos_elastica.mapping_builder'])) {
  12355. return $this->privates['fos_elastica.mapping_builder'];
  12356. }
  12357. return $this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder($a);
  12358. }
  12359. /**
  12360. * Gets the private 'fos_elastica.object_persister.synonym' shared service.
  12361. *
  12362. * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  12363. */
  12364. protected function getFosElastica_ObjectPersister_SynonymService()
  12365. {
  12366. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  12367. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  12368. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  12369. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  12370. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  12371. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  12372. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12373. if (isset($this->privates['fos_elastica.object_persister.synonym'])) {
  12374. return $this->privates['fos_elastica.object_persister.synonym'];
  12375. }
  12376. $b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id', 'index' => 'synonym'], $a);
  12377. $b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(0, 0))));
  12378. 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']]]], []);
  12379. }
  12380. /**
  12381. * Gets the private 'fos_elastica.object_persister.synonym_product' shared service.
  12382. *
  12383. * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  12384. */
  12385. protected function getFosElastica_ObjectPersister_SynonymProductService()
  12386. {
  12387. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  12388. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  12389. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  12390. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  12391. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  12392. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  12393. $a = ($this->services['FOS\\ElasticaBundle\\Elastica\\Index $synonymProductIndex'] ?? $this->getIndexsynonymProductIndexService());
  12394. if (isset($this->privates['fos_elastica.object_persister.synonym_product'])) {
  12395. return $this->privates['fos_elastica.object_persister.synonym_product'];
  12396. }
  12397. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12398. if (isset($this->privates['fos_elastica.object_persister.synonym_product'])) {
  12399. return $this->privates['fos_elastica.object_persister.synonym_product'];
  12400. }
  12401. $c = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id', 'index' => 'synonym_product'], $b);
  12402. $c->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(0, 0))));
  12403. 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]]], []);
  12404. }
  12405. /**
  12406. * Gets the private 'fos_elastica.pager_provider.synonym' shared service.
  12407. *
  12408. * @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
  12409. */
  12410. protected function getFosElastica_PagerProvider_SynonymService()
  12411. {
  12412. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
  12413. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
  12414. 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']);
  12415. }
  12416. /**
  12417. * Gets the private 'fos_elastica.pager_provider.synonym_product' shared service.
  12418. *
  12419. * @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
  12420. */
  12421. protected function getFosElastica_PagerProvider_SynonymProductService()
  12422. {
  12423. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
  12424. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
  12425. 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']);
  12426. }
  12427. /**
  12428. * Gets the private 'fos_elastica.paginator.subscriber' shared service.
  12429. *
  12430. * @return \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber
  12431. */
  12432. protected function getFosElastica_Paginator_SubscriberService()
  12433. {
  12434. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Subscriber/PaginateElasticaQuerySubscriber.php';
  12435. 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())));
  12436. }
  12437. /**
  12438. * Gets the private 'fos_elastica.populate_listener' shared service.
  12439. *
  12440. * @return \FOS\ElasticaBundle\EventListener\PopulateListener
  12441. */
  12442. protected function getFosElastica_PopulateListenerService()
  12443. {
  12444. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/EventListener/PopulateListener.php';
  12445. $a = ($this->privates['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService());
  12446. if (isset($this->privates['fos_elastica.populate_listener'])) {
  12447. return $this->privates['fos_elastica.populate_listener'];
  12448. }
  12449. return $this->privates['fos_elastica.populate_listener'] = new \FOS\ElasticaBundle\EventListener\PopulateListener($a);
  12450. }
  12451. /**
  12452. * Gets the private 'fos_elastica.resetter' shared service.
  12453. *
  12454. * @return \FOS\ElasticaBundle\Index\Resetter
  12455. */
  12456. protected function getFosElastica_ResetterService()
  12457. {
  12458. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  12459. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/Resetter.php';
  12460. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  12461. $a = ($this->privates['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService());
  12462. if (isset($this->privates['fos_elastica.resetter'])) {
  12463. return $this->privates['fos_elastica.resetter'];
  12464. }
  12465. $b = ($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService());
  12466. if (isset($this->privates['fos_elastica.resetter'])) {
  12467. return $this->privates['fos_elastica.resetter'];
  12468. }
  12469. $c = ($this->privates['fos_elastica.mapping_builder'] ?? $this->getFosElastica_MappingBuilderService());
  12470. if (isset($this->privates['fos_elastica.resetter'])) {
  12471. return $this->privates['fos_elastica.resetter'];
  12472. }
  12473. $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12474. if (isset($this->privates['fos_elastica.resetter'])) {
  12475. return $this->privates['fos_elastica.resetter'];
  12476. }
  12477. 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);
  12478. }
  12479. /**
  12480. * Gets the private 'fragment.listener' shared service.
  12481. *
  12482. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  12483. */
  12484. protected function getFragment_ListenerService()
  12485. {
  12486. 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');
  12487. }
  12488. /**
  12489. * Gets the private 'fragment.renderer.hinclude' shared service.
  12490. *
  12491. * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  12492. */
  12493. protected function getFragment_Renderer_HincludeService()
  12494. {
  12495. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  12496. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  12497. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  12498. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  12499. if (isset($this->privates['fragment.renderer.hinclude'])) {
  12500. return $this->privates['fragment.renderer.hinclude'];
  12501. }
  12502. $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);
  12503. $instance->setFragmentPath('/_fragment');
  12504. return $instance;
  12505. }
  12506. /**
  12507. * Gets the private 'fragment.renderer.inline' shared service.
  12508. *
  12509. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  12510. */
  12511. protected function getFragment_Renderer_InlineService()
  12512. {
  12513. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  12514. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  12515. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  12516. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  12517. if (isset($this->privates['fragment.renderer.inline'])) {
  12518. return $this->privates['fragment.renderer.inline'];
  12519. }
  12520. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12521. if (isset($this->privates['fragment.renderer.inline'])) {
  12522. return $this->privates['fragment.renderer.inline'];
  12523. }
  12524. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
  12525. $instance->setFragmentPath('/_fragment');
  12526. return $instance;
  12527. }
  12528. /**
  12529. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  12530. *
  12531. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  12532. */
  12533. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  12534. {
  12535. 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())));
  12536. }
  12537. /**
  12538. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  12539. *
  12540. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  12541. */
  12542. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  12543. {
  12544. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12545. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  12546. return $this->privates['framework_extra_bundle.event.is_granted'];
  12547. }
  12548. 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);
  12549. }
  12550. /**
  12551. * Gets the private 'jms_serializer.array_collection_handler' shared service.
  12552. *
  12553. * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  12554. */
  12555. protected function getJmsSerializer_ArrayCollectionHandlerService()
  12556. {
  12557. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12558. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  12559. return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  12560. }
  12561. /**
  12562. * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  12563. *
  12564. * @return \JMS\SerializerBundle\Cache\CacheClearer
  12565. */
  12566. protected function getJmsSerializer_Cache_CacheClearerService()
  12567. {
  12568. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  12569. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  12570. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  12571. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  12572. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  12573. 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')))));
  12574. }
  12575. /**
  12576. * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  12577. *
  12578. * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  12579. */
  12580. protected function getJmsSerializer_ConstraintViolationHandlerService()
  12581. {
  12582. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12583. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  12584. return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  12585. }
  12586. /**
  12587. * Gets the private 'jms_serializer.datetime_handler' shared service.
  12588. *
  12589. * @return \JMS\Serializer\Handler\DateHandler
  12590. */
  12591. protected function getJmsSerializer_DatetimeHandlerService()
  12592. {
  12593. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12594. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  12595. return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP', 'UTC', true);
  12596. }
  12597. /**
  12598. * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  12599. *
  12600. * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  12601. */
  12602. protected function getJmsSerializer_DoctrineProxySubscriberService()
  12603. {
  12604. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  12605. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  12606. return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(true, false);
  12607. }
  12608. /**
  12609. * Gets the private 'jms_serializer.form_error_handler' shared service.
  12610. *
  12611. * @return \JMS\Serializer\Handler\FormErrorHandler
  12612. */
  12613. protected function getJmsSerializer_FormErrorHandlerService()
  12614. {
  12615. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12616. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  12617. return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  12618. }
  12619. /**
  12620. * Gets the private 'jms_serializer.iterator_handler' shared service.
  12621. *
  12622. * @return \JMS\Serializer\Handler\IteratorHandler
  12623. */
  12624. protected function getJmsSerializer_IteratorHandlerService()
  12625. {
  12626. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12627. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  12628. return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  12629. }
  12630. /**
  12631. * Gets the private 'jms_serializer.metadata_factory' shared service.
  12632. *
  12633. * @return \Metadata\MetadataFactory
  12634. */
  12635. protected function getJmsSerializer_MetadataFactoryService()
  12636. {
  12637. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  12638. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  12639. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  12640. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  12641. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  12642. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  12643. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  12644. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  12645. $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12646. 'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', false],
  12647. ], [
  12648. 'metadata_driver' => '?',
  12649. ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
  12650. $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')))));
  12651. $instance->setIncludeInterfaces(false);
  12652. return $instance;
  12653. }
  12654. /**
  12655. * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  12656. *
  12657. * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  12658. */
  12659. protected function getJmsSerializer_StopwatchSubscriberService()
  12660. {
  12661. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  12662. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  12663. 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))));
  12664. }
  12665. /**
  12666. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  12667. *
  12668. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  12669. */
  12670. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  12671. {
  12672. 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]);
  12673. }
  12674. /**
  12675. * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  12676. *
  12677. * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  12678. */
  12679. protected function getLexikJwtAuthentication_CheckConfigCommandService()
  12680. {
  12681. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12682. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  12683. $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');
  12684. $instance->setName('lexik:jwt:check-config');
  12685. $instance->setDescription('Checks that the bundle is properly configured.');
  12686. return $instance;
  12687. }
  12688. /**
  12689. * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  12690. *
  12691. * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  12692. */
  12693. protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  12694. {
  12695. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12696. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12697. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12698. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12699. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  12700. $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  12701. $instance->setName('lexik:jwt:enable-encryption');
  12702. $instance->setDescription('Enable Web-Token encryption support.');
  12703. return $instance;
  12704. }
  12705. /**
  12706. * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  12707. *
  12708. * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  12709. */
  12710. protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  12711. {
  12712. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12713. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  12714. $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');
  12715. $instance->setName('lexik:jwt:generate-keypair');
  12716. $instance->setDescription('Generate public/private keys for use in your application.');
  12717. return $instance;
  12718. }
  12719. /**
  12720. * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  12721. *
  12722. * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  12723. */
  12724. protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  12725. {
  12726. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12727. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12728. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12729. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12730. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  12731. $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');
  12732. $instance->setName('lexik:jwt:migrate-config');
  12733. $instance->setDescription('Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.');
  12734. return $instance;
  12735. }
  12736. /**
  12737. * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  12738. *
  12739. * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  12740. */
  12741. protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  12742. {
  12743. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12744. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  12745. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  12746. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  12747. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  12748. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  12749. $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  12750. if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  12751. return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  12752. }
  12753. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12754. if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  12755. return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  12756. }
  12757. return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = 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()));
  12758. }
  12759. /**
  12760. * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  12761. *
  12762. * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  12763. */
  12764. protected function getLiipImagine_Binary_MimeTypeGuesserService()
  12765. {
  12766. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  12767. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  12768. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  12769. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  12770. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  12771. return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  12772. }
  12773. /**
  12774. * Gets the private 'liip_imagine.command.cache_remove' shared service.
  12775. *
  12776. * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  12777. */
  12778. protected function getLiipImagine_Command_CacheRemoveService()
  12779. {
  12780. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12781. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  12782. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  12783. $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()));
  12784. $instance->setName('liip:imagine:cache:remove');
  12785. return $instance;
  12786. }
  12787. /**
  12788. * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  12789. *
  12790. * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  12791. */
  12792. protected function getLiipImagine_Command_CacheResolveService()
  12793. {
  12794. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12795. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  12796. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  12797. $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()));
  12798. $instance->setName('liip:imagine:cache:resolve');
  12799. return $instance;
  12800. }
  12801. /**
  12802. * Gets the private 'liip_imagine.filter.configuration' shared service.
  12803. *
  12804. * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  12805. */
  12806. protected function getLiipImagine_Filter_ConfigurationService()
  12807. {
  12808. return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  12809. }
  12810. /**
  12811. * Gets the private 'liip_imagine.form.type.image' shared service.
  12812. *
  12813. * @return \Liip\ImagineBundle\Form\Type\ImageType
  12814. */
  12815. protected function getLiipImagine_Form_Type_ImageService()
  12816. {
  12817. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12818. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12819. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  12820. return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  12821. }
  12822. /**
  12823. * Gets the private 'liip_imagine.gd' shared service.
  12824. *
  12825. * @return \Imagine\Gd\Imagine
  12826. */
  12827. protected function getLiipImagine_GdService()
  12828. {
  12829. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  12830. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  12831. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  12832. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  12833. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  12834. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  12835. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  12836. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  12837. $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  12838. $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  12839. return $instance;
  12840. }
  12841. /**
  12842. * Gets the private 'liip_imagine.service.filter' shared service.
  12843. *
  12844. * @return \Liip\ImagineBundle\Service\FilterService
  12845. */
  12846. protected function getLiipImagine_Service_FilterService()
  12847. {
  12848. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  12849. 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()));
  12850. }
  12851. /**
  12852. * Gets the private 'locale_aware_listener' shared service.
  12853. *
  12854. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  12855. */
  12856. protected function getLocaleAwareListenerService()
  12857. {
  12858. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  12859. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('resolve:APP_LOCALE'))));
  12860. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  12861. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12862. }
  12863. /**
  12864. * Gets the private 'locale_listener' shared service.
  12865. *
  12866. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  12867. */
  12868. protected function getLocaleListenerService()
  12869. {
  12870. 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, []);
  12871. }
  12872. /**
  12873. * Gets the private 'maker.auto_command.make_auth' shared service.
  12874. *
  12875. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12876. */
  12877. protected function getMaker_AutoCommand_MakeAuthService()
  12878. {
  12879. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12880. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12881. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12882. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12883. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  12884. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  12885. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  12886. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  12887. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12888. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  12889. $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')))));
  12890. $instance->setName('make:auth');
  12891. $instance->setDescription('Creates a Guard authenticator of different flavors');
  12892. return $instance;
  12893. }
  12894. /**
  12895. * Gets the private 'maker.auto_command.make_command' shared service.
  12896. *
  12897. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12898. */
  12899. protected function getMaker_AutoCommand_MakeCommandService()
  12900. {
  12901. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12902. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12903. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12904. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12905. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  12906. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  12907. $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')))));
  12908. $instance->setName('make:command');
  12909. $instance->setDescription('Creates a new console command class');
  12910. return $instance;
  12911. }
  12912. /**
  12913. * Gets the private 'maker.auto_command.make_controller' shared service.
  12914. *
  12915. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12916. */
  12917. protected function getMaker_AutoCommand_MakeControllerService()
  12918. {
  12919. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12920. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12921. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12922. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12923. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  12924. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  12925. $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')))));
  12926. $instance->setName('make:controller');
  12927. $instance->setDescription('Creates a new controller class');
  12928. return $instance;
  12929. }
  12930. /**
  12931. * Gets the private 'maker.auto_command.make_crud' shared service.
  12932. *
  12933. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12934. */
  12935. protected function getMaker_AutoCommand_MakeCrudService()
  12936. {
  12937. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12938. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12939. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12940. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12941. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  12942. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  12943. $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')))));
  12944. $instance->setName('make:crud');
  12945. $instance->setDescription('Creates CRUD for Doctrine entity class');
  12946. return $instance;
  12947. }
  12948. /**
  12949. * Gets the private 'maker.auto_command.make_docker_database' shared service.
  12950. *
  12951. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12952. */
  12953. protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  12954. {
  12955. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12956. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12957. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12958. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12959. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  12960. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  12961. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12962. $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')))));
  12963. $instance->setName('make:docker:database');
  12964. $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  12965. return $instance;
  12966. }
  12967. /**
  12968. * Gets the private 'maker.auto_command.make_entity' shared service.
  12969. *
  12970. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12971. */
  12972. protected function getMaker_AutoCommand_MakeEntityService()
  12973. {
  12974. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12975. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12976. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12977. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12978. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  12979. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  12980. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  12981. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12982. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  12983. $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')))));
  12984. $instance->setName('make:entity');
  12985. $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  12986. return $instance;
  12987. }
  12988. /**
  12989. * Gets the private 'maker.auto_command.make_fixtures' shared service.
  12990. *
  12991. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12992. */
  12993. protected function getMaker_AutoCommand_MakeFixturesService()
  12994. {
  12995. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12996. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12997. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12998. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12999. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  13000. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13001. $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')))));
  13002. $instance->setName('make:fixtures');
  13003. $instance->setDescription('Creates a new class to load Doctrine fixtures');
  13004. return $instance;
  13005. }
  13006. /**
  13007. * Gets the private 'maker.auto_command.make_form' shared service.
  13008. *
  13009. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13010. */
  13011. protected function getMaker_AutoCommand_MakeFormService()
  13012. {
  13013. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13014. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13015. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13016. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13017. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  13018. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13019. $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')))));
  13020. $instance->setName('make:form');
  13021. $instance->setDescription('Creates a new form class');
  13022. return $instance;
  13023. }
  13024. /**
  13025. * Gets the private 'maker.auto_command.make_message' shared service.
  13026. *
  13027. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13028. */
  13029. protected function getMaker_AutoCommand_MakeMessageService()
  13030. {
  13031. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13032. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13033. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13034. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13035. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  13036. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13037. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13038. $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')))));
  13039. $instance->setName('make:message');
  13040. $instance->setDescription('Creates a new message and handler');
  13041. return $instance;
  13042. }
  13043. /**
  13044. * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  13045. *
  13046. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13047. */
  13048. protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  13049. {
  13050. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13051. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13052. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13053. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13054. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  13055. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13056. $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')))));
  13057. $instance->setName('make:messenger-middleware');
  13058. $instance->setDescription('Creates a new messenger middleware');
  13059. return $instance;
  13060. }
  13061. /**
  13062. * Gets the private 'maker.auto_command.make_migration' shared service.
  13063. *
  13064. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13065. */
  13066. protected function getMaker_AutoCommand_MakeMigrationService()
  13067. {
  13068. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13069. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13070. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13071. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13072. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  13073. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  13074. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13075. $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')))));
  13076. $instance->setName('make:migration');
  13077. $instance->setDescription('Creates a new migration based on database changes');
  13078. return $instance;
  13079. }
  13080. /**
  13081. * Gets the private 'maker.auto_command.make_registration_form' shared service.
  13082. *
  13083. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13084. */
  13085. protected function getMaker_AutoCommand_MakeRegistrationFormService()
  13086. {
  13087. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13088. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13089. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13090. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13091. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  13092. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13093. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13094. $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')))));
  13095. $instance->setName('make:registration-form');
  13096. $instance->setDescription('Creates a new registration form system');
  13097. return $instance;
  13098. }
  13099. /**
  13100. * Gets the private 'maker.auto_command.make_reset_password' shared service.
  13101. *
  13102. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13103. */
  13104. protected function getMaker_AutoCommand_MakeResetPasswordService()
  13105. {
  13106. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13107. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13108. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13109. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13110. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  13111. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13112. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13113. $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')))));
  13114. $instance->setName('make:reset-password');
  13115. $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  13116. return $instance;
  13117. }
  13118. /**
  13119. * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  13120. *
  13121. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13122. */
  13123. protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  13124. {
  13125. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13126. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13127. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13128. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13129. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  13130. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13131. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  13132. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13133. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13134. $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')))));
  13135. $instance->setName('make:security:form-login');
  13136. $instance->setDescription('Generate the code needed for the form_login authenticator');
  13137. return $instance;
  13138. }
  13139. /**
  13140. * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  13141. *
  13142. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13143. */
  13144. protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  13145. {
  13146. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13147. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13148. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13149. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13150. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  13151. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13152. $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')))));
  13153. $instance->setName('make:serializer:encoder');
  13154. $instance->setDescription('Creates a new serializer encoder class');
  13155. return $instance;
  13156. }
  13157. /**
  13158. * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  13159. *
  13160. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13161. */
  13162. protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  13163. {
  13164. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13165. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13166. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13167. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13168. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  13169. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13170. $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')))));
  13171. $instance->setName('make:serializer:normalizer');
  13172. $instance->setDescription('Creates a new serializer normalizer class');
  13173. return $instance;
  13174. }
  13175. /**
  13176. * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  13177. *
  13178. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13179. */
  13180. protected function getMaker_AutoCommand_MakeStimulusControllerService()
  13181. {
  13182. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13183. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13184. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13185. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13186. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  13187. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13188. $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')))));
  13189. $instance->setName('make:stimulus-controller');
  13190. $instance->setDescription('Creates a new Stimulus controller');
  13191. return $instance;
  13192. }
  13193. /**
  13194. * Gets the private 'maker.auto_command.make_subscriber' shared service.
  13195. *
  13196. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13197. */
  13198. protected function getMaker_AutoCommand_MakeSubscriberService()
  13199. {
  13200. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13201. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13202. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13203. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13204. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  13205. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  13206. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13207. $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')))));
  13208. $instance->setName('make:subscriber');
  13209. $instance->setDescription('Creates a new event subscriber class');
  13210. return $instance;
  13211. }
  13212. /**
  13213. * Gets the private 'maker.auto_command.make_test' shared service.
  13214. *
  13215. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13216. */
  13217. protected function getMaker_AutoCommand_MakeTestService()
  13218. {
  13219. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13220. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13221. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13222. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13223. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13224. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  13225. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13226. $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')))));
  13227. $instance->setName('make:test');
  13228. $instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
  13229. $instance->setDescription('Creates a new test class');
  13230. return $instance;
  13231. }
  13232. /**
  13233. * Gets the private 'maker.auto_command.make_twig_component' shared service.
  13234. *
  13235. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13236. */
  13237. protected function getMaker_AutoCommand_MakeTwigComponentService()
  13238. {
  13239. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13240. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13241. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13242. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13243. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  13244. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13245. $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')))));
  13246. $instance->setName('make:twig-component');
  13247. $instance->setDescription('Creates a twig (or live) component');
  13248. return $instance;
  13249. }
  13250. /**
  13251. * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  13252. *
  13253. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13254. */
  13255. protected function getMaker_AutoCommand_MakeTwigExtensionService()
  13256. {
  13257. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13258. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13259. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13260. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13261. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  13262. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13263. $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')))));
  13264. $instance->setName('make:twig-extension');
  13265. $instance->setDescription('Creates a new Twig extension with its runtime class');
  13266. return $instance;
  13267. }
  13268. /**
  13269. * Gets the private 'maker.auto_command.make_user' shared service.
  13270. *
  13271. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13272. */
  13273. protected function getMaker_AutoCommand_MakeUserService()
  13274. {
  13275. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13276. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13277. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13278. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13279. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  13280. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  13281. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13282. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13283. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13284. $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')))));
  13285. $instance->setName('make:user');
  13286. $instance->setDescription('Creates a new security user class');
  13287. return $instance;
  13288. }
  13289. /**
  13290. * Gets the private 'maker.auto_command.make_validator' shared service.
  13291. *
  13292. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13293. */
  13294. protected function getMaker_AutoCommand_MakeValidatorService()
  13295. {
  13296. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13297. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13298. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13299. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13300. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  13301. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13302. $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')))));
  13303. $instance->setName('make:validator');
  13304. $instance->setDescription('Creates a new validator and constraint class');
  13305. return $instance;
  13306. }
  13307. /**
  13308. * Gets the private 'maker.auto_command.make_voter' shared service.
  13309. *
  13310. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13311. */
  13312. protected function getMaker_AutoCommand_MakeVoterService()
  13313. {
  13314. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13315. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13316. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13317. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13318. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  13319. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  13320. $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')))));
  13321. $instance->setName('make:voter');
  13322. $instance->setDescription('Creates a new security voter class');
  13323. return $instance;
  13324. }
  13325. /**
  13326. * Gets the private 'maker.doctrine_helper' shared service.
  13327. *
  13328. * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  13329. */
  13330. protected function getMaker_DoctrineHelperService()
  13331. {
  13332. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  13333. 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())]]]);
  13334. }
  13335. /**
  13336. * Gets the private 'maker.entity_class_generator' shared service.
  13337. *
  13338. * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  13339. */
  13340. protected function getMaker_EntityClassGeneratorService()
  13341. {
  13342. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  13343. 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()));
  13344. }
  13345. /**
  13346. * Gets the private 'maker.file_link_formatter' shared service.
  13347. *
  13348. * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  13349. */
  13350. protected function getMaker_FileLinkFormatterService()
  13351. {
  13352. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  13353. return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  13354. }
  13355. /**
  13356. * Gets the private 'maker.file_manager' shared service.
  13357. *
  13358. * @return \Symfony\Bundle\MakerBundle\FileManager
  13359. */
  13360. protected function getMaker_FileManagerService()
  13361. {
  13362. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  13363. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  13364. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  13365. 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'));
  13366. }
  13367. /**
  13368. * Gets the private 'maker.generator' shared service.
  13369. *
  13370. * @return \Symfony\Bundle\MakerBundle\Generator
  13371. */
  13372. protected function getMaker_GeneratorService()
  13373. {
  13374. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
  13375. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  13376. 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());
  13377. }
  13378. /**
  13379. * Gets the private 'maker.php_compat_util' shared service.
  13380. *
  13381. * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  13382. */
  13383. protected function getMaker_PhpCompatUtilService()
  13384. {
  13385. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  13386. return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13387. }
  13388. /**
  13389. * Gets the private 'maker.renderer.form_type_renderer' shared service.
  13390. *
  13391. * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  13392. */
  13393. protected function getMaker_Renderer_FormTypeRendererService()
  13394. {
  13395. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  13396. return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13397. }
  13398. /**
  13399. * Gets the private 'mdl.cart_calculator' shared service.
  13400. *
  13401. * @return \App\Service\ECommerce\CartCalculator
  13402. */
  13403. protected function getMdl_CartCalculatorService()
  13404. {
  13405. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/CartCalculator.php';
  13406. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/ShippingCalculator.php';
  13407. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13408. if (isset($this->privates['mdl.cart_calculator'])) {
  13409. return $this->privates['mdl.cart_calculator'];
  13410. }
  13411. return $this->privates['mdl.cart_calculator'] = new \App\Service\ECommerce\CartCalculator(new \App\Service\ECommerce\RebateCalculator(), new \App\Service\ECommerce\ShippingCalculator($a));
  13412. }
  13413. /**
  13414. * Gets the private 'mdl.subscriber.cart' shared service.
  13415. *
  13416. * @return \App\EventSubscriber\ECommerce\CartSubscriber
  13417. */
  13418. protected function getMdl_Subscriber_CartService()
  13419. {
  13420. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ECommerce/CartSubscriber.php';
  13421. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/EmailNotifier.php';
  13422. include_once \dirname(__DIR__, 4).'/src/Service/ECommerce/InvoicePdfManager.php';
  13423. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13424. if (isset($this->privates['mdl.subscriber.cart'])) {
  13425. return $this->privates['mdl.subscriber.cart'];
  13426. }
  13427. 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->getKnpSnappy_PdfService()), \dirname(__DIR__, 4)), $this->getEnv('resolve:APP_EMAIL')));
  13428. }
  13429. /**
  13430. * Gets the private 'media.doctrine_listener' shared service.
  13431. *
  13432. * @return \App\EventListener\Media\MediaListener
  13433. */
  13434. protected function getMedia_DoctrineListenerService()
  13435. {
  13436. include_once \dirname(__DIR__, 4).'/src/EventListener/Media/MediaListener.php';
  13437. include_once \dirname(__DIR__, 4).'/src/Service/Media/FileUploader.php';
  13438. return $this->privates['media.doctrine_listener'] = new \App\EventListener\Media\MediaListener(new \App\Service\Media\FileUploader((\dirname(__DIR__, 4).'/public/media_upload'), '/media_upload'));
  13439. }
  13440. /**
  13441. * Gets the private 'mime_types' shared service.
  13442. *
  13443. * @return \Symfony\Component\Mime\MimeTypes
  13444. */
  13445. protected function getMimeTypesService()
  13446. {
  13447. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  13448. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  13449. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  13450. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  13451. $instance->setDefault($instance);
  13452. return $instance;
  13453. }
  13454. /**
  13455. * Gets the private 'monolog.command.server_log' shared service.
  13456. *
  13457. * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  13458. */
  13459. protected function getMonolog_Command_ServerLogService()
  13460. {
  13461. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13462. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  13463. $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  13464. $instance->setName('server:log');
  13465. $instance->setDescription('Start a log server that displays logs in real time');
  13466. return $instance;
  13467. }
  13468. /**
  13469. * Gets the private 'monolog.handler.console' shared service.
  13470. *
  13471. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  13472. */
  13473. protected function getMonolog_Handler_ConsoleService()
  13474. {
  13475. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  13476. }
  13477. /**
  13478. * Gets the private 'monolog.handler.main' shared service.
  13479. *
  13480. * @return \Monolog\Handler\StreamHandler
  13481. */
  13482. protected function getMonolog_Handler_MainService()
  13483. {
  13484. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  13485. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  13486. return $instance;
  13487. }
  13488. /**
  13489. * Gets the private 'monolog.logger' shared service.
  13490. *
  13491. * @return \Symfony\Bridge\Monolog\Logger
  13492. */
  13493. protected function getMonolog_LoggerService()
  13494. {
  13495. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  13496. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13497. $instance->useMicrosecondTimestamps(true);
  13498. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13499. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13500. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13501. return $instance;
  13502. }
  13503. /**
  13504. * Gets the private 'monolog.logger.cache' shared service.
  13505. *
  13506. * @return \Symfony\Bridge\Monolog\Logger
  13507. */
  13508. protected function getMonolog_Logger_CacheService()
  13509. {
  13510. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  13511. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13512. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13513. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13514. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13515. return $instance;
  13516. }
  13517. /**
  13518. * Gets the private 'monolog.logger.nelmio_api_doc' shared service.
  13519. *
  13520. * @return \Symfony\Bridge\Monolog\Logger
  13521. */
  13522. protected function getMonolog_Logger_NelmioApiDocService()
  13523. {
  13524. $this->privates['monolog.logger.nelmio_api_doc'] = $instance = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  13525. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13526. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13527. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13528. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13529. return $instance;
  13530. }
  13531. /**
  13532. * Gets the private 'monolog.logger.request' shared service.
  13533. *
  13534. * @return \Symfony\Bridge\Monolog\Logger
  13535. */
  13536. protected function getMonolog_Logger_RequestService()
  13537. {
  13538. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  13539. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13540. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13541. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13542. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13543. return $instance;
  13544. }
  13545. /**
  13546. * Gets the private 'monolog.logger.security' shared service.
  13547. *
  13548. * @return \Symfony\Bridge\Monolog\Logger
  13549. */
  13550. protected function getMonolog_Logger_SecurityService()
  13551. {
  13552. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  13553. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13554. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13555. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13556. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13557. return $instance;
  13558. }
  13559. /**
  13560. * Gets the private 'monolog.logger.snappy' shared service.
  13561. *
  13562. * @return \Symfony\Bridge\Monolog\Logger
  13563. */
  13564. protected function getMonolog_Logger_SnappyService()
  13565. {
  13566. $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  13567. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13568. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13569. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13570. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13571. return $instance;
  13572. }
  13573. /**
  13574. * Gets the private 'nelmio_api_doc.describers.config' shared service.
  13575. *
  13576. * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  13577. */
  13578. protected function getNelmioApiDoc_Describers_ConfigService()
  13579. {
  13580. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  13581. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  13582. 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']]]]]]]]]]]);
  13583. }
  13584. /**
  13585. * Gets the private 'nelmio_api_doc.describers.openapi_php.crm' shared service.
  13586. *
  13587. * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  13588. */
  13589. protected function getNelmioApiDoc_Describers_OpenapiPhp_CrmService()
  13590. {
  13591. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  13592. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  13593. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  13594. 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()));
  13595. }
  13596. /**
  13597. * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  13598. *
  13599. * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  13600. */
  13601. protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  13602. {
  13603. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  13604. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  13605. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  13606. 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()));
  13607. }
  13608. /**
  13609. * Gets the private 'nelmio_api_doc.describers.route.crm' shared service.
  13610. *
  13611. * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  13612. */
  13613. protected function getNelmioApiDoc_Describers_Route_CrmService()
  13614. {
  13615. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  13616. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  13617. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  13618. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  13619. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  13620. 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 () {
  13621. yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  13622. 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()));
  13623. 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()));
  13624. }, 3));
  13625. }
  13626. /**
  13627. * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  13628. *
  13629. * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  13630. */
  13631. protected function getNelmioApiDoc_Describers_Route_DefaultService()
  13632. {
  13633. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  13634. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  13635. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  13636. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  13637. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  13638. 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 () {
  13639. yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  13640. 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()));
  13641. 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()));
  13642. }, 3));
  13643. }
  13644. /**
  13645. * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  13646. *
  13647. * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  13648. */
  13649. protected function getNelmioApiDoc_ModelDescribers_FormService()
  13650. {
  13651. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  13652. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  13653. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  13654. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  13655. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  13656. 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);
  13657. }
  13658. /**
  13659. * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  13660. *
  13661. * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  13662. */
  13663. protected function getNelmioApiDoc_ModelDescribers_JmsService()
  13664. {
  13665. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  13666. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  13667. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  13668. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  13669. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/JMSModelDescriber.php';
  13670. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  13671. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  13672. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  13673. 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())));
  13674. }
  13675. /**
  13676. * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  13677. *
  13678. * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  13679. */
  13680. protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  13681. {
  13682. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  13683. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  13684. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  13685. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  13686. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  13687. 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()));
  13688. }
  13689. /**
  13690. * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  13691. *
  13692. * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  13693. */
  13694. protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  13695. {
  13696. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  13697. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  13698. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  13699. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  13700. return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  13701. yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  13702. 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()));
  13703. 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()));
  13704. 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()));
  13705. 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()));
  13706. 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()));
  13707. 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()));
  13708. 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()));
  13709. 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()));
  13710. 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()));
  13711. 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()));
  13712. }, 11));
  13713. }
  13714. /**
  13715. * Gets the private 'nelmio_api_doc.open_api.generator' shared service.
  13716. *
  13717. * @return \Nelmio\ApiDocBundle\OpenApiGenerator
  13718. */
  13719. protected function getNelmioApiDoc_OpenApi_GeneratorService()
  13720. {
  13721. include_once \dirname(__DIR__, 4).'/vendor/zircote/swagger-php/src/Generator.php';
  13722. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
  13723. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  13724. $this->privates['nelmio_api_doc.open_api.generator'] = $instance = new \Nelmio\ApiDocBundle\OpenApiGenerator();
  13725. $instance->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  13726. return $instance;
  13727. }
  13728. /**
  13729. * Gets the private 'nelmio_api_doc.route_describers.route_argument' shared service.
  13730. *
  13731. * @return \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber
  13732. */
  13733. protected function getNelmioApiDoc_RouteDescribers_RouteArgumentService()
  13734. {
  13735. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  13736. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  13737. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  13738. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  13739. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteArgumentDescriber.php';
  13740. 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 () {
  13741. return new \EmptyIterator();
  13742. }, 0));
  13743. }
  13744. /**
  13745. * Gets the private 'nelmio_api_doc.routes.crm' shared service.
  13746. *
  13747. * @return \Symfony\Component\Routing\RouteCollection
  13748. */
  13749. protected function getNelmioApiDoc_Routes_CrmService()
  13750. {
  13751. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
  13752. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  13753. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  13754. 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());
  13755. }
  13756. /**
  13757. * Gets the private 'nelmio_api_doc.routes.default' shared service.
  13758. *
  13759. * @return \Symfony\Component\Routing\RouteCollection
  13760. */
  13761. protected function getNelmioApiDoc_Routes_DefaultService()
  13762. {
  13763. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
  13764. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  13765. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  13766. 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());
  13767. }
  13768. /**
  13769. * Gets the private 'nelmio_cors.cors_listener' shared service.
  13770. *
  13771. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  13772. */
  13773. protected function getNelmioCors_CorsListenerService()
  13774. {
  13775. 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'))]));
  13776. }
  13777. /**
  13778. * Gets the private 'nyholm.psr7.psr17_factory' shared service.
  13779. *
  13780. * @return \Nyholm\Psr7\Factory\Psr17Factory
  13781. */
  13782. protected function getNyholm_Psr7_Psr17FactoryService()
  13783. {
  13784. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  13785. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  13786. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  13787. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  13788. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  13789. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  13790. include_once \dirname(__DIR__, 4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  13791. return $this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory();
  13792. }
  13793. /**
  13794. * Gets the private 'parameter_bag' shared service.
  13795. *
  13796. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  13797. */
  13798. protected function getParameterBagService()
  13799. {
  13800. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  13801. }
  13802. /**
  13803. * Gets the private 'profiler_listener' shared service.
  13804. *
  13805. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  13806. */
  13807. protected function getProfilerListenerService()
  13808. {
  13809. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  13810. if (isset($this->privates['profiler_listener'])) {
  13811. return $this->privates['profiler_listener'];
  13812. }
  13813. 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);
  13814. }
  13815. /**
  13816. * Gets the private 'property_accessor' shared service.
  13817. *
  13818. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  13819. */
  13820. protected function getPropertyAccessorService()
  13821. {
  13822. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  13823. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  13824. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  13825. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  13826. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  13827. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  13828. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13829. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  13830. }
  13831. /**
  13832. * Gets the private 'property_info' shared service.
  13833. *
  13834. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  13835. */
  13836. protected function getPropertyInfoService()
  13837. {
  13838. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  13839. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  13840. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13841. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13842. yield 3 => ($this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManager_PropertyInfoExtractorService());
  13843. yield 4 => ($this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelWebManagementEntityManager_PropertyInfoExtractorService());
  13844. }, 5), new RewindableGenerator(function () {
  13845. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13846. yield 1 => ($this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManager_PropertyInfoExtractorService());
  13847. yield 2 => ($this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelWebManagementEntityManager_PropertyInfoExtractorService());
  13848. yield 3 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  13849. yield 4 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  13850. yield 5 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13851. }, 6), new RewindableGenerator(function () {
  13852. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  13853. }, 1), new RewindableGenerator(function () {
  13854. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13855. yield 1 => ($this->privates['doctrine.orm.client_rel_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManager_PropertyInfoExtractorService());
  13856. yield 2 => ($this->privates['doctrine.orm.client_rel_web_management_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ClientRelWebManagementEntityManager_PropertyInfoExtractorService());
  13857. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13858. }, 4), new RewindableGenerator(function () {
  13859. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13860. }, 1));
  13861. }
  13862. /**
  13863. * Gets the private 'property_info.serializer_extractor' shared service.
  13864. *
  13865. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  13866. */
  13867. protected function getPropertyInfo_SerializerExtractorService()
  13868. {
  13869. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  13870. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  13871. }
  13872. /**
  13873. * Gets the private 'public' shared service.
  13874. *
  13875. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13876. */
  13877. protected function getPublicService()
  13878. {
  13879. $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.GD_MSZC'] ?? $this->get_CacheConnection_GDMSZCService()), 'a-jmPLbG+F', 43200, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  13880. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  13881. return $this->privates['public'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  13882. }
  13883. /**
  13884. * Gets the private 'router.cache_warmer' shared service.
  13885. *
  13886. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  13887. */
  13888. protected function getRouter_CacheWarmerService()
  13889. {
  13890. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13891. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  13892. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13893. 'router' => ['services', 'router', 'getRouterService', false],
  13894. ], [
  13895. 'router' => '?',
  13896. ]))->withContext('router.cache_warmer', $this));
  13897. }
  13898. /**
  13899. * Gets the private 'router.expression_language_provider' shared service.
  13900. *
  13901. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  13902. */
  13903. protected function getRouter_ExpressionLanguageProviderService()
  13904. {
  13905. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13906. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
  13907. ], [
  13908. 'env' => 'Closure',
  13909. ]));
  13910. }
  13911. /**
  13912. * Gets the private 'router.request_context' shared service.
  13913. *
  13914. * @return \Symfony\Component\Routing\RequestContext
  13915. */
  13916. protected function getRouter_RequestContextService()
  13917. {
  13918. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  13919. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  13920. return $instance;
  13921. }
  13922. /**
  13923. * Gets the private 'router_listener' shared service.
  13924. *
  13925. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  13926. */
  13927. protected function getRouterListenerService()
  13928. {
  13929. 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);
  13930. }
  13931. /**
  13932. * Gets the private 'secrets.vault' shared service.
  13933. *
  13934. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  13935. */
  13936. protected function getSecrets_VaultService()
  13937. {
  13938. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13939. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  13940. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  13941. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  13942. 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'));
  13943. }
  13944. /**
  13945. * Gets the private 'security.access_listener' shared service.
  13946. *
  13947. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  13948. */
  13949. protected function getSecurity_AccessListenerService()
  13950. {
  13951. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  13952. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  13953. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  13954. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  13955. if (isset($this->privates['security.access_listener'])) {
  13956. return $this->privates['security.access_listener'];
  13957. }
  13958. $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  13959. if (isset($this->privates['security.access_listener'])) {
  13960. return $this->privates['security.access_listener'];
  13961. }
  13962. 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()), $b);
  13963. }
  13964. /**
  13965. * Gets the private 'security.access_map' shared service.
  13966. *
  13967. * @return \Symfony\Component\Security\Http\AccessMap
  13968. */
  13969. protected function getSecurity_AccessMapService()
  13970. {
  13971. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  13972. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  13973. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  13974. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  13975. $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  13976. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login'), [0 => 'PUBLIC_ACCESS'], NULL);
  13977. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc'), [0 => 'PUBLIC_ACCESS'], NULL);
  13978. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/'), [0 => 'IS_AUTHENTICATED_FULLY'], NULL);
  13979. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13980. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13981. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  13982. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/\\w{2}/dashboard/'), [0 => 'ROLE_ADMIN'], NULL);
  13983. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/\\w{2}/dashboard/*'), [0 => 'ROLE_ADMIN'], NULL);
  13984. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/authorize'), [0 => 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  13985. return $instance;
  13986. }
  13987. /**
  13988. * Gets the private 'security.authentication.guard_handler' shared service.
  13989. *
  13990. * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  13991. *
  13992. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  13993. */
  13994. protected function getSecurity_Authentication_GuardHandlerService()
  13995. {
  13996. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  13997. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13998. if (isset($this->privates['security.authentication.guard_handler'])) {
  13999. return $this->privates['security.authentication.guard_handler'];
  14000. }
  14001. $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, [0 => 'login', 1 => 'api']);
  14002. $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  14003. return $instance;
  14004. }
  14005. /**
  14006. * Gets the private 'security.authentication.listener.anonymous.login' shared service.
  14007. *
  14008. * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  14009. *
  14010. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.login" service is deprecated, use the new authenticator system instead.
  14011. */
  14012. protected function getSecurity_Authentication_Listener_Anonymous_LoginService()
  14013. {
  14014. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.login" service is deprecated, use the new authenticator system instead.');
  14015. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14016. if (isset($this->privates['security.authentication.listener.anonymous.login'])) {
  14017. return $this->privates['security.authentication.listener.anonymous.login'];
  14018. }
  14019. return $this->privates['security.authentication.listener.anonymous.login'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  14020. }
  14021. /**
  14022. * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  14023. *
  14024. * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  14025. *
  14026. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  14027. */
  14028. protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  14029. {
  14030. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  14031. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14032. if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  14033. return $this->privates['security.authentication.listener.anonymous.main'];
  14034. }
  14035. return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  14036. }
  14037. /**
  14038. * Gets the private 'security.authentication.listener.guard.api' shared service.
  14039. *
  14040. * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  14041. *
  14042. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  14043. */
  14044. protected function getSecurity_Authentication_Listener_Guard_ApiService()
  14045. {
  14046. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  14047. $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  14048. if (isset($this->privates['security.authentication.listener.guard.api'])) {
  14049. return $this->privates['security.authentication.listener.guard.api'];
  14050. }
  14051. $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14052. if (isset($this->privates['security.authentication.listener.guard.api'])) {
  14053. return $this->privates['security.authentication.listener.guard.api'];
  14054. }
  14055. return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'api', new RewindableGenerator(function () {
  14056. yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  14057. }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14058. }
  14059. /**
  14060. * Gets the private 'security.authentication.listener.guard.main' shared service.
  14061. *
  14062. * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  14063. *
  14064. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  14065. */
  14066. protected function getSecurity_Authentication_Listener_Guard_MainService()
  14067. {
  14068. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  14069. $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  14070. if (isset($this->privates['security.authentication.listener.guard.main'])) {
  14071. return $this->privates['security.authentication.listener.guard.main'];
  14072. }
  14073. $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14074. if (isset($this->privates['security.authentication.listener.guard.main'])) {
  14075. return $this->privates['security.authentication.listener.guard.main'];
  14076. }
  14077. $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'main', new RewindableGenerator(function () {
  14078. yield 0 => ($this->privates['App\\Security\\App\\Authenticator'] ?? $this->getAuthenticatorService());
  14079. }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14080. $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  14081. return $instance;
  14082. }
  14083. /**
  14084. * Gets the private 'security.authentication.listener.json.login' shared service.
  14085. *
  14086. * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  14087. *
  14088. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.json.login" service is deprecated, use the new authenticator system instead.
  14089. */
  14090. protected function getSecurity_Authentication_Listener_Json_LoginService()
  14091. {
  14092. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.json.login" service is deprecated, use the new authenticator system instead.');
  14093. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  14094. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  14095. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  14096. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  14097. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  14098. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  14099. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  14100. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  14101. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14102. if (isset($this->privates['security.authentication.listener.json.login'])) {
  14103. return $this->privates['security.authentication.listener.json.login'];
  14104. }
  14105. $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  14106. if (isset($this->privates['security.authentication.listener.json.login'])) {
  14107. return $this->privates['security.authentication.listener.json.login'];
  14108. }
  14109. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14110. if (isset($this->privates['security.authentication.listener.json.login'])) {
  14111. return $this->privates['security.authentication.listener.json.login'];
  14112. }
  14113. $d = ($this->services['translator'] ?? $this->getTranslatorService());
  14114. $this->privates['security.authentication.listener.json.login'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($b, $c, [], true), [], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($c, $d), []), ['check_path' => '/api/login_check', 'use_forward' => false, 'require_previous_session' => false, 'login_path' => '/login', 'username_path' => 'username', 'password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $c, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  14115. if ($this->has('translator')) {
  14116. $instance->setTranslator($d);
  14117. }
  14118. $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  14119. return $instance;
  14120. }
  14121. /**
  14122. * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  14123. *
  14124. * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  14125. *
  14126. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  14127. */
  14128. protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  14129. {
  14130. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  14131. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14132. if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  14133. return $this->privates['security.authentication.listener.rememberme.main'];
  14134. }
  14135. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14136. if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  14137. return $this->privates['security.authentication.listener.rememberme.main'];
  14138. }
  14139. return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $b, true, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  14140. }
  14141. /**
  14142. * Gets the private 'security.authentication.manager' shared service.
  14143. *
  14144. * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  14145. *
  14146. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  14147. */
  14148. protected function getSecurity_Authentication_ManagerService()
  14149. {
  14150. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  14151. $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  14152. yield 0 => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
  14153. yield 1 => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());
  14154. yield 2 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  14155. yield 3 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  14156. yield 4 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  14157. yield 5 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  14158. }, 6), true);
  14159. $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14160. return $instance;
  14161. }
  14162. /**
  14163. * Gets the private 'security.authentication.provider.anonymous.login' shared service.
  14164. *
  14165. * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  14166. *
  14167. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.login" service is deprecated, use the new authenticator system instead.
  14168. */
  14169. protected function getSecurity_Authentication_Provider_Anonymous_LoginService()
  14170. {
  14171. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.login" service is deprecated, use the new authenticator system instead.');
  14172. return $this->privates['security.authentication.provider.anonymous.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  14173. }
  14174. /**
  14175. * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  14176. *
  14177. * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  14178. *
  14179. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  14180. */
  14181. protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  14182. {
  14183. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  14184. return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  14185. }
  14186. /**
  14187. * Gets the private 'security.authentication.provider.dao.login' shared service.
  14188. *
  14189. * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  14190. *
  14191. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.
  14192. */
  14193. protected function getSecurity_Authentication_Provider_Dao_LoginService()
  14194. {
  14195. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.');
  14196. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  14197. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  14198. return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'login', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  14199. }
  14200. /**
  14201. * Gets the private 'security.authentication.provider.guard.api' shared service.
  14202. *
  14203. * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  14204. *
  14205. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
  14206. */
  14207. protected function getSecurity_Authentication_Provider_Guard_ApiService()
  14208. {
  14209. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');
  14210. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  14211. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  14212. return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  14213. yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  14214. }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  14215. }
  14216. /**
  14217. * Gets the private 'security.authentication.provider.guard.main' shared service.
  14218. *
  14219. * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  14220. *
  14221. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  14222. */
  14223. protected function getSecurity_Authentication_Provider_Guard_MainService()
  14224. {
  14225. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  14226. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  14227. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  14228. return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  14229. yield 0 => ($this->privates['App\\Security\\App\\Authenticator'] ?? $this->getAuthenticatorService());
  14230. }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  14231. }
  14232. /**
  14233. * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  14234. *
  14235. * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  14236. *
  14237. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  14238. */
  14239. protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  14240. {
  14241. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  14242. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  14243. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  14244. return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), $this->getEnv('APP_SECRET'), 'main');
  14245. }
  14246. /**
  14247. * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  14248. *
  14249. * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  14250. */
  14251. protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  14252. {
  14253. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  14254. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  14255. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  14256. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  14257. return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  14258. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  14259. }, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 604800, 'path' => '/', 'samesite' => 'none', '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()));
  14260. }
  14261. /**
  14262. * Gets the private 'security.authentication.session_strategy' shared service.
  14263. *
  14264. * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  14265. */
  14266. protected function getSecurity_Authentication_SessionStrategyService()
  14267. {
  14268. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  14269. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  14270. return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  14271. }
  14272. /**
  14273. * Gets the private 'security.authentication_utils' shared service.
  14274. *
  14275. * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  14276. */
  14277. protected function getSecurity_AuthenticationUtilsService()
  14278. {
  14279. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  14280. 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())));
  14281. }
  14282. /**
  14283. * Gets the private 'security.channel_listener' shared service.
  14284. *
  14285. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  14286. */
  14287. protected function getSecurity_ChannelListenerService()
  14288. {
  14289. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14290. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14291. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  14292. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  14293. 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());
  14294. }
  14295. /**
  14296. * Gets the private 'security.command.debug_firewall' shared service.
  14297. *
  14298. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  14299. */
  14300. protected function getSecurity_Command_DebugFirewallService()
  14301. {
  14302. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14303. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  14304. $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()), [], false);
  14305. $instance->setName('debug:firewall');
  14306. $instance->setDescription('Display information about your security firewall(s)');
  14307. return $instance;
  14308. }
  14309. /**
  14310. * Gets the private 'security.command.user_password_encoder' shared service.
  14311. *
  14312. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  14313. *
  14314. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  14315. */
  14316. protected function getSecurity_Command_UserPasswordEncoderService()
  14317. {
  14318. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  14319. $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 => 'App\\Entity\\App\\User']);
  14320. $instance->setName('security:encode-password');
  14321. $instance->setDescription('Encode a password');
  14322. return $instance;
  14323. }
  14324. /**
  14325. * Gets the private 'security.command.user_password_hash' shared service.
  14326. *
  14327. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  14328. */
  14329. protected function getSecurity_Command_UserPasswordHashService()
  14330. {
  14331. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14332. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  14333. $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'App\\Entity\\App\\User']);
  14334. $instance->setName('security:hash-password');
  14335. $instance->setDescription('Hash a user password');
  14336. return $instance;
  14337. }
  14338. /**
  14339. * Gets the private 'security.context_listener.0' shared service.
  14340. *
  14341. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14342. */
  14343. protected function getSecurity_ContextListener_0Service()
  14344. {
  14345. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14346. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14347. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  14348. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14349. if (isset($this->privates['security.context_listener.0'])) {
  14350. return $this->privates['security.context_listener.0'];
  14351. }
  14352. $this->privates['security.context_listener.0'] = $instance = 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 () {
  14353. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  14354. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  14355. $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  14356. return $instance;
  14357. }
  14358. /**
  14359. * Gets the private 'security.csrf.token_storage' shared service.
  14360. *
  14361. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  14362. */
  14363. protected function getSecurity_Csrf_TokenStorageService()
  14364. {
  14365. 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())));
  14366. }
  14367. /**
  14368. * Gets the private 'security.encoder_factory.generic' shared service.
  14369. *
  14370. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  14371. *
  14372. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  14373. */
  14374. protected function getSecurity_EncoderFactory_GenericService()
  14375. {
  14376. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  14377. return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\App\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => 3, 1 => 1048576, 2 => NULL, 3 => 'argon2i']]]);
  14378. }
  14379. /**
  14380. * Gets the private 'security.event_dispatcher.api' shared service.
  14381. *
  14382. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14383. */
  14384. protected function getSecurity_EventDispatcher_ApiService()
  14385. {
  14386. $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14387. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14388. return ($this->privates['security.logout.listener.default.api'] ?? $this->getSecurity_Logout_Listener_Default_ApiService());
  14389. }, 1 => 'onLogout'], 64);
  14390. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14391. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14392. }, 1 => 'onLogout'], 0);
  14393. return $instance;
  14394. }
  14395. /**
  14396. * Gets the private 'security.event_dispatcher.login' shared service.
  14397. *
  14398. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14399. */
  14400. protected function getSecurity_EventDispatcher_LoginService()
  14401. {
  14402. $this->privates['security.event_dispatcher.login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14403. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14404. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14405. }, 1 => 'onLogout'], 0);
  14406. return $instance;
  14407. }
  14408. /**
  14409. * Gets the private 'security.event_dispatcher.main' shared service.
  14410. *
  14411. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14412. */
  14413. protected function getSecurity_EventDispatcher_MainService()
  14414. {
  14415. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14416. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14417. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  14418. }, 1 => 'onLogout'], 64);
  14419. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14420. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  14421. }, 1 => 'onLogout'], 0);
  14422. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14423. return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  14424. }, 1 => 'onLogout'], 0);
  14425. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  14426. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14427. }, 1 => 'onLogout'], 0);
  14428. return $instance;
  14429. }
  14430. /**
  14431. * Gets the private 'security.firewall.map' shared service.
  14432. *
  14433. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  14434. */
  14435. protected function getSecurity_Firewall_MapService()
  14436. {
  14437. $a = ($this->privates['.service_locator.axy02Gk'] ?? $this->get_ServiceLocator_Axy02GkService());
  14438. if (isset($this->privates['security.firewall.map'])) {
  14439. return $this->privates['security.firewall.map'];
  14440. }
  14441. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  14442. 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)/')));
  14443. 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')));
  14444. 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')));
  14445. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  14446. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.GVXsaWx'] ?? ($this->privates['.security.request_matcher.GVXsaWx'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^(?!(\\/api))')));
  14447. }, 5));
  14448. }
  14449. /**
  14450. * Gets the private 'security.firewall.map.context.api' shared service.
  14451. *
  14452. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14453. */
  14454. protected function getSecurity_Firewall_Map_Context_ApiService()
  14455. {
  14456. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14457. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14458. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14459. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14460. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14461. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  14462. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14463. $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  14464. if (isset($this->privates['security.firewall.map.context.api'])) {
  14465. return $this->privates['security.firewall.map.context.api'];
  14466. }
  14467. $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  14468. $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  14469. return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14470. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14471. yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  14472. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14473. }, 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, 'lexik_jwt_authentication.jwt_token_authenticator', NULL, NULL, [0 => 'guard'], NULL));
  14474. }
  14475. /**
  14476. * Gets the private 'security.firewall.map.context.dev' shared service.
  14477. *
  14478. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14479. */
  14480. protected function getSecurity_Firewall_Map_Context_DevService()
  14481. {
  14482. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14483. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14484. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14485. return new \EmptyIterator();
  14486. }, 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));
  14487. }
  14488. /**
  14489. * Gets the private 'security.firewall.map.context.docs' shared service.
  14490. *
  14491. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14492. */
  14493. protected function getSecurity_Firewall_Map_Context_DocsService()
  14494. {
  14495. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14496. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14497. return $this->privates['security.firewall.map.context.docs'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14498. return new \EmptyIterator();
  14499. }, 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));
  14500. }
  14501. /**
  14502. * Gets the private 'security.firewall.map.context.login' shared service.
  14503. *
  14504. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14505. */
  14506. protected function getSecurity_Firewall_Map_Context_LoginService()
  14507. {
  14508. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14509. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14510. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14511. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14512. return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14513. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14514. yield 1 => ($this->privates['security.authentication.listener.json.login'] ?? $this->getSecurity_Authentication_Listener_Json_LoginService());
  14515. yield 2 => ($this->privates['security.authentication.listener.anonymous.login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_LoginService());
  14516. yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14517. }, 4), 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', 1 => 'anonymous'], NULL));
  14518. }
  14519. /**
  14520. * Gets the private 'security.firewall.map.context.main' shared service.
  14521. *
  14522. * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  14523. */
  14524. protected function getSecurity_Firewall_Map_Context_MainService()
  14525. {
  14526. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14527. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  14528. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14529. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14530. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14531. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14532. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  14533. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14534. $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  14535. $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  14536. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  14537. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14538. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  14539. yield 2 => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  14540. yield 3 => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  14541. yield 4 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  14542. yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14543. }, 6), 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['App\\Security\\App\\Authenticator'] ?? $this->getAuthenticatorService()), 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', 'App\\Security\\App\\Authenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  14544. }
  14545. /**
  14546. * Gets the private 'security.helper' shared service.
  14547. *
  14548. * @return \Symfony\Component\Security\Core\Security
  14549. */
  14550. protected function getSecurity_HelperService()
  14551. {
  14552. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14553. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  14554. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  14555. ], [
  14556. 'security.authorization_checker' => '?',
  14557. 'security.token_storage' => '?',
  14558. ]));
  14559. }
  14560. /**
  14561. * Gets the private 'security.http_utils' shared service.
  14562. *
  14563. * @return \Symfony\Component\Security\Http\HttpUtils
  14564. */
  14565. protected function getSecurity_HttpUtilsService()
  14566. {
  14567. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  14568. $a = ($this->services['router'] ?? $this->getRouterService());
  14569. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
  14570. }
  14571. /**
  14572. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  14573. *
  14574. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  14575. */
  14576. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  14577. {
  14578. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  14579. 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()));
  14580. }
  14581. /**
  14582. * Gets the private 'security.logout.listener.default.api' shared service.
  14583. *
  14584. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  14585. */
  14586. protected function getSecurity_Logout_Listener_Default_ApiService()
  14587. {
  14588. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  14589. 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');
  14590. }
  14591. /**
  14592. * Gets the private 'security.logout.listener.default.main' shared service.
  14593. *
  14594. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  14595. */
  14596. protected function getSecurity_Logout_Listener_Default_MainService()
  14597. {
  14598. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  14599. 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');
  14600. }
  14601. /**
  14602. * Gets the private 'security.logout.listener.remember_me.main' shared service.
  14603. *
  14604. * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  14605. */
  14606. protected function getSecurity_Logout_Listener_RememberMe_MainService()
  14607. {
  14608. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  14609. return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  14610. }
  14611. /**
  14612. * Gets the private 'security.logout_url_generator' shared service.
  14613. *
  14614. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  14615. */
  14616. protected function getSecurity_LogoutUrlGeneratorService()
  14617. {
  14618. $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()));
  14619. $instance->registerListener('api', 'api/logout', 'logout', '_csrf_token', NULL, NULL);
  14620. $instance->registerListener('main', 'logout', 'logout', '_csrf_token', NULL, NULL);
  14621. return $instance;
  14622. }
  14623. /**
  14624. * Gets the private 'security.password_hasher_factory' shared service.
  14625. *
  14626. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  14627. */
  14628. protected function getSecurity_PasswordHasherFactoryService()
  14629. {
  14630. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  14631. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  14632. return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\App\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher', 'arguments' => [0 => 3, 1 => 1048576, 2 => NULL, 3 => 'argon2i']]]);
  14633. }
  14634. /**
  14635. * Gets the private 'security.role_hierarchy' shared service.
  14636. *
  14637. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  14638. */
  14639. protected function getSecurity_RoleHierarchyService()
  14640. {
  14641. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  14642. }
  14643. /**
  14644. * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  14645. *
  14646. * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  14647. */
  14648. protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  14649. {
  14650. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  14651. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  14652. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  14653. 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);
  14654. }
  14655. /**
  14656. * Gets the private 'security.user_password_hasher' shared service.
  14657. *
  14658. * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  14659. */
  14660. protected function getSecurity_UserPasswordHasherService()
  14661. {
  14662. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  14663. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  14664. return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  14665. }
  14666. /**
  14667. * Gets the private 'security.validator.user_password' shared service.
  14668. *
  14669. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  14670. */
  14671. protected function getSecurity_Validator_UserPasswordService()
  14672. {
  14673. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14674. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  14675. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  14676. 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()));
  14677. }
  14678. /**
  14679. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  14680. *
  14681. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  14682. */
  14683. protected function getSensioFrameworkExtra_Controller_ListenerService()
  14684. {
  14685. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14686. }
  14687. /**
  14688. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  14689. *
  14690. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  14691. */
  14692. protected function getSensioFrameworkExtra_Converter_ListenerService()
  14693. {
  14694. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  14695. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  14696. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  14697. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  14698. }
  14699. /**
  14700. * Gets the private 'sensio_framework_extra.psr7.http_message_factory' shared service.
  14701. *
  14702. * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  14703. */
  14704. protected function getSensioFrameworkExtra_Psr7_HttpMessageFactoryService()
  14705. {
  14706. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  14707. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  14708. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  14709. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  14710. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  14711. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  14712. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  14713. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  14714. include_once \dirname(__DIR__, 4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  14715. $a = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  14716. return $this->privates['sensio_framework_extra.psr7.http_message_factory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a, $a, $a, $a);
  14717. }
  14718. /**
  14719. * Gets the private 'sensio_framework_extra.psr7.listener.response' shared service.
  14720. *
  14721. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener
  14722. */
  14723. protected function getSensioFrameworkExtra_Psr7_Listener_ResponseService()
  14724. {
  14725. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/PsrResponseListener.php';
  14726. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  14727. include_once \dirname(__DIR__, 4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  14728. 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())));
  14729. }
  14730. /**
  14731. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  14732. *
  14733. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  14734. */
  14735. protected function getSensioFrameworkExtra_Security_ListenerService()
  14736. {
  14737. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14738. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  14739. return $this->privates['sensio_framework_extra.security.listener'];
  14740. }
  14741. 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()));
  14742. }
  14743. /**
  14744. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  14745. *
  14746. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  14747. */
  14748. protected function getSensioFrameworkExtra_View_ListenerService()
  14749. {
  14750. $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))));
  14751. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14752. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  14753. ], [
  14754. 'twig' => '?',
  14755. ]))->withContext('sensio_framework_extra.view.listener', $this));
  14756. return $instance;
  14757. }
  14758. /**
  14759. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  14760. *
  14761. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  14762. */
  14763. protected function getSerializer_Mapping_CacheWarmerService()
  14764. {
  14765. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14766. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14767. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  14768. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  14769. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  14770. 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'));
  14771. }
  14772. /**
  14773. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  14774. *
  14775. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  14776. */
  14777. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  14778. {
  14779. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  14780. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  14781. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  14782. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  14783. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  14784. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  14785. 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()))]));
  14786. }
  14787. /**
  14788. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  14789. *
  14790. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  14791. */
  14792. protected function getSerializer_NameConverter_MetadataAwareService()
  14793. {
  14794. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  14795. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  14796. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  14797. 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()));
  14798. }
  14799. /**
  14800. * Gets the private 'session.factory' shared service.
  14801. *
  14802. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  14803. */
  14804. protected function getSession_FactoryService()
  14805. {
  14806. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  14807. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  14808. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  14809. if (isset($this->privates['session.factory'])) {
  14810. return $this->privates['session.factory'];
  14811. }
  14812. return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [0 => $a, 1 => 'onSessionUsage']);
  14813. }
  14814. /**
  14815. * Gets the private 'session.storage.factory.service' shared service.
  14816. *
  14817. * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  14818. *
  14819. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  14820. */
  14821. protected function getSession_Storage_Factory_ServiceService()
  14822. {
  14823. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  14824. return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  14825. }
  14826. /**
  14827. * Gets the private 'session.storage.metadata_bag' shared service.
  14828. *
  14829. * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  14830. *
  14831. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  14832. */
  14833. protected function getSession_Storage_MetadataBagService()
  14834. {
  14835. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  14836. return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
  14837. }
  14838. /**
  14839. * Gets the private 'session.storage.native' shared service.
  14840. *
  14841. * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  14842. *
  14843. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  14844. */
  14845. protected function getSession_Storage_NativeService()
  14846. {
  14847. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  14848. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  14849. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  14850. return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  14851. }
  14852. /**
  14853. * Gets the private 'session_listener' shared service.
  14854. *
  14855. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  14856. */
  14857. protected function getSessionListenerService()
  14858. {
  14859. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14860. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  14861. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  14862. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  14863. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  14864. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  14865. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  14866. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
  14867. ], [
  14868. 'initialized_session' => '?',
  14869. 'logger' => '?',
  14870. 'request_stack' => '?',
  14871. 'session' => '?',
  14872. 'session_collector' => '?',
  14873. 'session_factory' => '?',
  14874. 'session_storage' => '?',
  14875. ]), true, $this->parameters['session.storage.options']);
  14876. }
  14877. /**
  14878. * Gets the private 'swiftmailer.command.debug' shared service.
  14879. *
  14880. * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  14881. */
  14882. protected function getSwiftmailer_Command_DebugService()
  14883. {
  14884. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14885. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  14886. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  14887. $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  14888. $instance->setName('debug:swiftmailer');
  14889. return $instance;
  14890. }
  14891. /**
  14892. * Gets the private 'swiftmailer.command.new_email' shared service.
  14893. *
  14894. * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  14895. */
  14896. protected function getSwiftmailer_Command_NewEmailService()
  14897. {
  14898. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14899. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  14900. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  14901. $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  14902. $instance->setName('swiftmailer:email:send');
  14903. return $instance;
  14904. }
  14905. /**
  14906. * Gets the private 'swiftmailer.command.send_email' shared service.
  14907. *
  14908. * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  14909. */
  14910. protected function getSwiftmailer_Command_SendEmailService()
  14911. {
  14912. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14913. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  14914. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  14915. $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  14916. $instance->setName('swiftmailer:spool:send');
  14917. return $instance;
  14918. }
  14919. /**
  14920. * Gets the private 'swiftmailer.email_sender.listener' shared service.
  14921. *
  14922. * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  14923. */
  14924. protected function getSwiftmailer_EmailSender_ListenerService()
  14925. {
  14926. include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  14927. return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14928. }
  14929. /**
  14930. * Gets the private 'translation.extractor' shared service.
  14931. *
  14932. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  14933. */
  14934. protected function getTranslation_ExtractorService()
  14935. {
  14936. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  14937. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  14938. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  14939. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  14940. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  14941. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  14942. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  14943. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  14944. return $instance;
  14945. }
  14946. /**
  14947. * Gets the private 'translation.loader.csv' shared service.
  14948. *
  14949. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  14950. */
  14951. protected function getTranslation_Loader_CsvService()
  14952. {
  14953. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14954. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14955. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14956. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  14957. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  14958. }
  14959. /**
  14960. * Gets the private 'translation.loader.dat' shared service.
  14961. *
  14962. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  14963. */
  14964. protected function getTranslation_Loader_DatService()
  14965. {
  14966. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14967. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14968. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  14969. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  14970. }
  14971. /**
  14972. * Gets the private 'translation.loader.ini' shared service.
  14973. *
  14974. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  14975. */
  14976. protected function getTranslation_Loader_IniService()
  14977. {
  14978. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14979. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14980. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14981. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  14982. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  14983. }
  14984. /**
  14985. * Gets the private 'translation.loader.json' shared service.
  14986. *
  14987. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  14988. */
  14989. protected function getTranslation_Loader_JsonService()
  14990. {
  14991. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14992. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14993. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14994. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  14995. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  14996. }
  14997. /**
  14998. * Gets the private 'translation.loader.mo' shared service.
  14999. *
  15000. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  15001. */
  15002. protected function getTranslation_Loader_MoService()
  15003. {
  15004. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15005. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15006. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15007. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  15008. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  15009. }
  15010. /**
  15011. * Gets the private 'translation.loader.php' shared service.
  15012. *
  15013. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  15014. */
  15015. protected function getTranslation_Loader_PhpService()
  15016. {
  15017. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15018. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15019. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15020. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  15021. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  15022. }
  15023. /**
  15024. * Gets the private 'translation.loader.po' shared service.
  15025. *
  15026. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  15027. */
  15028. protected function getTranslation_Loader_PoService()
  15029. {
  15030. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15031. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15032. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15033. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  15034. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  15035. }
  15036. /**
  15037. * Gets the private 'translation.loader.qt' shared service.
  15038. *
  15039. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  15040. */
  15041. protected function getTranslation_Loader_QtService()
  15042. {
  15043. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15044. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  15045. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  15046. }
  15047. /**
  15048. * Gets the private 'translation.loader.res' shared service.
  15049. *
  15050. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  15051. */
  15052. protected function getTranslation_Loader_ResService()
  15053. {
  15054. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15055. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15056. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  15057. }
  15058. /**
  15059. * Gets the private 'translation.loader.xliff' shared service.
  15060. *
  15061. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  15062. */
  15063. protected function getTranslation_Loader_XliffService()
  15064. {
  15065. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15066. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  15067. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  15068. }
  15069. /**
  15070. * Gets the private 'translation.loader.yml' shared service.
  15071. *
  15072. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  15073. */
  15074. protected function getTranslation_Loader_YmlService()
  15075. {
  15076. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15077. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15078. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15079. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  15080. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  15081. }
  15082. /**
  15083. * Gets the private 'translation.provider_collection' shared service.
  15084. *
  15085. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  15086. */
  15087. protected function getTranslation_ProviderCollectionService()
  15088. {
  15089. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  15090. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  15091. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  15092. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  15093. }, 1), []))->fromConfig([]);
  15094. }
  15095. /**
  15096. * Gets the private 'translation.reader' shared service.
  15097. *
  15098. * @return \Symfony\Component\Translation\Reader\TranslationReader
  15099. */
  15100. protected function getTranslation_ReaderService()
  15101. {
  15102. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  15103. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  15104. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  15105. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  15106. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  15107. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  15108. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  15109. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  15110. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  15111. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  15112. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  15113. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  15114. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  15115. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  15116. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  15117. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  15118. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  15119. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  15120. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  15121. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  15122. $instance->addLoader('yaml', $a);
  15123. $instance->addLoader('yml', $a);
  15124. $instance->addLoader('xlf', $b);
  15125. $instance->addLoader('xliff', $b);
  15126. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  15127. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  15128. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  15129. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  15130. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  15131. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  15132. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  15133. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  15134. return $instance;
  15135. }
  15136. /**
  15137. * Gets the private 'translation.warmer' shared service.
  15138. *
  15139. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  15140. */
  15141. protected function getTranslation_WarmerService()
  15142. {
  15143. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15144. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  15145. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15146. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  15147. ], [
  15148. 'translator' => '?',
  15149. ]))->withContext('translation.warmer', $this));
  15150. }
  15151. /**
  15152. * Gets the private 'translation.writer' shared service.
  15153. *
  15154. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  15155. */
  15156. protected function getTranslation_WriterService()
  15157. {
  15158. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  15159. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  15160. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  15161. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  15162. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  15163. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  15164. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  15165. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  15166. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  15167. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  15168. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  15169. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  15170. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  15171. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  15172. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  15173. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  15174. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  15175. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  15176. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  15177. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  15178. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  15179. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  15180. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  15181. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  15182. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  15183. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  15184. return $instance;
  15185. }
  15186. /**
  15187. * Gets the private 'translator.default' shared service.
  15188. *
  15189. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  15190. */
  15191. protected function getTranslator_DefaultService()
  15192. {
  15193. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15194. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  15195. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  15196. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  15197. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  15198. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  15199. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  15200. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  15201. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  15202. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  15203. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  15204. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  15205. ], [
  15206. 'translation.loader.csv' => '?',
  15207. 'translation.loader.dat' => '?',
  15208. 'translation.loader.ini' => '?',
  15209. 'translation.loader.json' => '?',
  15210. 'translation.loader.mo' => '?',
  15211. 'translation.loader.php' => '?',
  15212. 'translation.loader.po' => '?',
  15213. 'translation.loader.qt' => '?',
  15214. 'translation.loader.res' => '?',
  15215. 'translation.loader.xliff' => '?',
  15216. 'translation.loader.yml' => '?',
  15217. ]), 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')]], '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')], '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']]], []);
  15218. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  15219. $instance->setFallbackLocales([0 => $this->getEnv('resolve:APP_LOCALE')]);
  15220. return $instance;
  15221. }
  15222. /**
  15223. * Gets the private 'twig.command.debug' shared service.
  15224. *
  15225. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  15226. */
  15227. protected function getTwig_Command_DebugService()
  15228. {
  15229. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15230. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  15231. $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()));
  15232. $instance->setName('debug:twig');
  15233. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  15234. return $instance;
  15235. }
  15236. /**
  15237. * Gets the private 'twig.command.lint' shared service.
  15238. *
  15239. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  15240. */
  15241. protected function getTwig_Command_LintService()
  15242. {
  15243. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15244. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  15245. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  15246. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  15247. $instance->setName('lint:twig');
  15248. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  15249. return $instance;
  15250. }
  15251. /**
  15252. * Gets the private 'twig.form.engine' shared service.
  15253. *
  15254. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  15255. */
  15256. protected function getTwig_Form_EngineService()
  15257. {
  15258. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  15259. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  15260. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  15261. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15262. if (isset($this->privates['twig.form.engine'])) {
  15263. return $this->privates['twig.form.engine'];
  15264. }
  15265. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  15266. }
  15267. /**
  15268. * Gets the private 'twig.form.renderer' shared service.
  15269. *
  15270. * @return \Symfony\Component\Form\FormRenderer
  15271. */
  15272. protected function getTwig_Form_RendererService()
  15273. {
  15274. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  15275. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  15276. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  15277. if (isset($this->privates['twig.form.renderer'])) {
  15278. return $this->privates['twig.form.renderer'];
  15279. }
  15280. 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()));
  15281. }
  15282. /**
  15283. * Gets the private 'twig.mailer.message_listener' shared service.
  15284. *
  15285. * @return \Symfony\Component\Mailer\EventListener\MessageListener
  15286. */
  15287. protected function getTwig_Mailer_MessageListenerService()
  15288. {
  15289. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  15290. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
  15291. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  15292. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15293. if (isset($this->privates['twig.mailer.message_listener'])) {
  15294. return $this->privates['twig.mailer.message_listener'];
  15295. }
  15296. return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  15297. }
  15298. /**
  15299. * Gets the private 'twig.runtime.httpkernel' shared service.
  15300. *
  15301. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  15302. */
  15303. protected function getTwig_Runtime_HttpkernelService()
  15304. {
  15305. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  15306. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  15307. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  15308. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  15309. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  15310. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  15311. 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, [
  15312. 'hinclude' => ['privates', 'fragment.renderer.hinclude', 'getFragment_Renderer_HincludeService', false],
  15313. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  15314. ], [
  15315. 'hinclude' => '?',
  15316. 'inline' => '?',
  15317. ]), $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));
  15318. }
  15319. /**
  15320. * Gets the private 'twig.runtime.security_csrf' shared service.
  15321. *
  15322. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  15323. */
  15324. protected function getTwig_Runtime_SecurityCsrfService()
  15325. {
  15326. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  15327. 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()));
  15328. }
  15329. /**
  15330. * Gets the private 'twig.runtime.serializer' shared service.
  15331. *
  15332. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  15333. */
  15334. protected function getTwig_Runtime_SerializerService()
  15335. {
  15336. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15337. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  15338. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  15339. }
  15340. /**
  15341. * Gets the private 'twig.template_cache_warmer' shared service.
  15342. *
  15343. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  15344. */
  15345. protected function getTwig_TemplateCacheWarmerService()
  15346. {
  15347. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15348. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  15349. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  15350. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15351. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  15352. ], [
  15353. 'twig' => '?',
  15354. ]))->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')));
  15355. }
  15356. /**
  15357. * Gets the private 'validator.builder' shared service.
  15358. *
  15359. * @return \Symfony\Component\Validator\ValidatorBuilder
  15360. */
  15361. protected function getValidator_BuilderService()
  15362. {
  15363. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  15364. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  15365. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15366. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  15367. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  15368. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  15369. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  15370. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  15371. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  15372. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  15373. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  15374. ], [
  15375. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  15376. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  15377. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  15378. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  15379. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  15380. 'doctrine.orm.validator.unique' => '?',
  15381. 'security.validator.user_password' => '?',
  15382. 'validator.expression' => '?',
  15383. ])));
  15384. if ($this->has('translator')) {
  15385. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  15386. }
  15387. $instance->setTranslationDomain('validators');
  15388. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  15389. $instance->enableAnnotationMapping(true);
  15390. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15391. $instance->addMethodMapping('loadValidatorMetadata');
  15392. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  15393. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  15394. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  15395. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.client_rel_management_entity_manager'] ?? $this->getDoctrine_Orm_ClientRelManagementEntityManagerService()), NULL));
  15396. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.client_rel_web_management_entity_manager'] ?? $this->getDoctrine_Orm_ClientRelWebManagementEntityManagerService()), NULL));
  15397. return $instance;
  15398. }
  15399. /**
  15400. * Gets the private 'validator.email' shared service.
  15401. *
  15402. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  15403. */
  15404. protected function getValidator_EmailService()
  15405. {
  15406. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15407. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  15408. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  15409. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  15410. }
  15411. /**
  15412. * Gets the private 'validator.expression' shared service.
  15413. *
  15414. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  15415. */
  15416. protected function getValidator_ExpressionService()
  15417. {
  15418. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15419. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  15420. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  15421. 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())));
  15422. }
  15423. /**
  15424. * Gets the private 'validator.mapping.cache_warmer' shared service.
  15425. *
  15426. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  15427. */
  15428. protected function getValidator_Mapping_CacheWarmerService()
  15429. {
  15430. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15431. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  15432. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  15433. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  15434. }
  15435. /**
  15436. * Gets the private 'validator.not_compromised_password' shared service.
  15437. *
  15438. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  15439. */
  15440. protected function getValidator_NotCompromisedPasswordService()
  15441. {
  15442. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15443. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  15444. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  15445. 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);
  15446. }
  15447. /**
  15448. * Gets the private 'var_dumper.command.server_dump' shared service.
  15449. *
  15450. * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  15451. */
  15452. protected function getVarDumper_Command_ServerDumpService()
  15453. {
  15454. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15455. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  15456. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  15457. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  15458. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  15459. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  15460. $a = new \Symfony\Bridge\Monolog\Logger('debug');
  15461. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15462. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15463. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15464. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  15465. $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()))]);
  15466. $instance->setName('server:dump');
  15467. $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  15468. return $instance;
  15469. }
  15470. /**
  15471. * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  15472. *
  15473. * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  15474. */
  15475. protected function getVarDumper_ContextualizedCliDumper_InnerService()
  15476. {
  15477. $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
  15478. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  15479. return $instance;
  15480. }
  15481. /**
  15482. * Gets the private 'var_dumper.html_dumper' shared service.
  15483. *
  15484. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  15485. */
  15486. protected function getVarDumper_HtmlDumperService()
  15487. {
  15488. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  15489. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  15490. return $instance;
  15491. }
  15492. /**
  15493. * Gets the private 'var_dumper.server_connection' shared service.
  15494. *
  15495. * @return \Symfony\Component\VarDumper\Server\Connection
  15496. */
  15497. protected function getVarDumper_ServerConnectionService()
  15498. {
  15499. 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()]);
  15500. }
  15501. /**
  15502. * Gets the private 'web_profiler.csp.handler' shared service.
  15503. *
  15504. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  15505. */
  15506. protected function getWebProfiler_Csp_HandlerService()
  15507. {
  15508. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  15509. }
  15510. /**
  15511. * Gets the private 'web_profiler.debug_toolbar' shared service.
  15512. *
  15513. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  15514. */
  15515. protected function getWebProfiler_DebugToolbarService()
  15516. {
  15517. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15518. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  15519. return $this->privates['web_profiler.debug_toolbar'];
  15520. }
  15521. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  15522. }
  15523. /**
  15524. * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  15525. *
  15526. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  15527. */
  15528. protected function getWebpackEncore_EntrypointLookupDefaultService()
  15529. {
  15530. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  15531. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  15532. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  15533. return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/assets/entrypoints.json'), NULL, '_default', true);
  15534. }
  15535. /**
  15536. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  15537. *
  15538. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  15539. */
  15540. protected function getWebpackEncore_EntrypointLookupCollectionService()
  15541. {
  15542. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15543. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', false],
  15544. ], [
  15545. '_default' => '?',
  15546. ]), '_default');
  15547. }
  15548. /**
  15549. * Gets the private 'webpack_encore.exception_listener' shared service.
  15550. *
  15551. * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  15552. */
  15553. protected function getWebpackEncore_ExceptionListenerService()
  15554. {
  15555. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  15556. return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  15557. }
  15558. /**
  15559. * Gets the private 'webpack_encore.tag_renderer' shared service.
  15560. *
  15561. * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  15562. */
  15563. protected function getWebpackEncore_TagRendererService()
  15564. {
  15565. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  15566. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15567. if (isset($this->privates['webpack_encore.tag_renderer'])) {
  15568. return $this->privates['webpack_encore.tag_renderer'];
  15569. }
  15570. 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);
  15571. }
  15572. /**
  15573. * Gets the public 'cache_clearer' alias.
  15574. *
  15575. * @return object The ".container.private.cache_clearer" service.
  15576. */
  15577. protected function getCacheClearerService()
  15578. {
  15579. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  15580. return $this->get('.container.private.cache_clearer');
  15581. }
  15582. /**
  15583. * Gets the public 'filesystem' alias.
  15584. *
  15585. * @return object The ".container.private.filesystem" service.
  15586. */
  15587. protected function getFilesystemService()
  15588. {
  15589. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  15590. return $this->get('.container.private.filesystem');
  15591. }
  15592. /**
  15593. * Gets the public 'serializer' alias.
  15594. *
  15595. * @return object The ".container.private.serializer" service.
  15596. */
  15597. protected function getSerializerService()
  15598. {
  15599. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  15600. return $this->get('.container.private.serializer');
  15601. }
  15602. /**
  15603. * Gets the public 'security.csrf.token_manager' alias.
  15604. *
  15605. * @return object The ".container.private.security.csrf.token_manager" service.
  15606. */
  15607. protected function getSecurity_Csrf_TokenManagerService()
  15608. {
  15609. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  15610. return $this->get('.container.private.security.csrf.token_manager');
  15611. }
  15612. /**
  15613. * Gets the public 'form.factory' alias.
  15614. *
  15615. * @return object The ".container.private.form.factory" service.
  15616. */
  15617. protected function getForm_FactoryService()
  15618. {
  15619. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  15620. return $this->get('.container.private.form.factory');
  15621. }
  15622. /**
  15623. * Gets the public 'form.type.file' alias.
  15624. *
  15625. * @return object The ".container.private.form.type.file" service.
  15626. */
  15627. protected function getForm_Type_FileService()
  15628. {
  15629. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  15630. return $this->get('.container.private.form.type.file');
  15631. }
  15632. /**
  15633. * Gets the public 'profiler' alias.
  15634. *
  15635. * @return object The ".container.private.profiler" service.
  15636. */
  15637. protected function getProfilerService()
  15638. {
  15639. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  15640. return $this->get('.container.private.profiler');
  15641. }
  15642. /**
  15643. * Gets the public 'security.authorization_checker' alias.
  15644. *
  15645. * @return object The ".container.private.security.authorization_checker" service.
  15646. */
  15647. protected function getSecurity_AuthorizationCheckerService()
  15648. {
  15649. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  15650. return $this->get('.container.private.security.authorization_checker');
  15651. }
  15652. /**
  15653. * Gets the public 'security.token_storage' alias.
  15654. *
  15655. * @return object The ".container.private.security.token_storage" service.
  15656. */
  15657. protected function getSecurity_TokenStorageService()
  15658. {
  15659. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  15660. return $this->get('.container.private.security.token_storage');
  15661. }
  15662. /**
  15663. * Gets the public 'twig' alias.
  15664. *
  15665. * @return object The ".container.private.twig" service.
  15666. */
  15667. protected function getTwigService()
  15668. {
  15669. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  15670. return $this->get('.container.private.twig');
  15671. }
  15672. /**
  15673. * Gets the public 'security.password_encoder' alias.
  15674. *
  15675. * @return object The ".container.private.security.password_encoder" service.
  15676. */
  15677. protected function getSecurity_PasswordEncoderService()
  15678. {
  15679. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  15680. return $this->get('.container.private.security.password_encoder');
  15681. }
  15682. /**
  15683. * Gets the public 'session' alias.
  15684. *
  15685. * @return object The ".container.private.session" service.
  15686. */
  15687. protected function getSessionService()
  15688. {
  15689. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  15690. return $this->get('.container.private.session');
  15691. }
  15692. /**
  15693. * Gets the public 'validator' alias.
  15694. *
  15695. * @return object The ".container.private.validator" service.
  15696. */
  15697. protected function getValidatorService()
  15698. {
  15699. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  15700. return $this->get('.container.private.validator');
  15701. }
  15702. /**
  15703. * @return array|bool|float|int|string|\UnitEnum|null
  15704. */
  15705. public function getParameter(string $name)
  15706. {
  15707. if (isset($this->buildParameters[$name])) {
  15708. return $this->buildParameters[$name];
  15709. }
  15710. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  15711. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  15712. }
  15713. if (isset($this->loadedDynamicParameters[$name])) {
  15714. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  15715. }
  15716. return $this->parameters[$name];
  15717. }
  15718. public function hasParameter(string $name): bool
  15719. {
  15720. if (isset($this->buildParameters[$name])) {
  15721. return true;
  15722. }
  15723. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  15724. }
  15725. public function setParameter(string $name, $value): void
  15726. {
  15727. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  15728. }
  15729. public function getParameterBag(): ParameterBagInterface
  15730. {
  15731. if (null === $this->parameterBag) {
  15732. $parameters = $this->parameters;
  15733. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  15734. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  15735. }
  15736. foreach ($this->buildParameters as $name => $value) {
  15737. $parameters[$name] = $value;
  15738. }
  15739. $this->parameterBag = new FrozenParameterBag($parameters);
  15740. }
  15741. return $this->parameterBag;
  15742. }
  15743. private $loadedDynamicParameters = [
  15744. 'kernel.runtime_environment' => false,
  15745. 'kernel.build_dir' => false,
  15746. 'kernel.cache_dir' => false,
  15747. 'client_defaults' => false,
  15748. 'locale' => false,
  15749. 'locales' => false,
  15750. 'required_locales' => false,
  15751. 'app_locales' => false,
  15752. 'app_name' => false,
  15753. 'web_address' => false,
  15754. 'company_email' => false,
  15755. 'company_address' => false,
  15756. 'company_city' => false,
  15757. 'company_phone' => false,
  15758. 'email_sender' => false,
  15759. 'delivery_time' => false,
  15760. 'default_currency' => false,
  15761. 'app_color' => false,
  15762. 'public_cache_time' => false,
  15763. 'kernel.secret' => false,
  15764. 'kernel.default_locale' => false,
  15765. 'debug.container.dump' => false,
  15766. 'serializer.mapping.cache.file' => false,
  15767. 'validator.mapping.cache.file' => false,
  15768. 'profiler.storage.dsn' => false,
  15769. 'doctrine.orm.proxy_dir' => false,
  15770. 'swiftmailer.spool.default.memory.path' => false,
  15771. 'lexik_jwt_authentication.pass_phrase' => false,
  15772. 'nelmio_cors.defaults' => false,
  15773. ];
  15774. private $dynamicParameters = [];
  15775. private function getDynamicParameter(string $name)
  15776. {
  15777. switch ($name) {
  15778. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  15779. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  15780. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  15781. case 'client_defaults': $value = [
  15782. 'country' => $this->getEnv('resolve:APP_COUNTRY'),
  15783. 'currency' => $this->getEnv('resolve:APP_CURRENCY'),
  15784. ]; break;
  15785. case 'locale': $value = $this->getEnv('resolve:APP_LOCALE'); break;
  15786. case 'locales': $value = [
  15787. 0 => $this->getEnv('resolve:APP_LOCALE'),
  15788. 1 => 'en',
  15789. ]; break;
  15790. case 'required_locales': $value = [
  15791. 0 => $this->getEnv('resolve:APP_LOCALE'),
  15792. 1 => 'en',
  15793. ]; break;
  15794. case 'app_locales': $value = $this->getEnv('resolve:APP_LOCALES'); break;
  15795. case 'app_name': $value = $this->getEnv('resolve:APP_NAME'); break;
  15796. case 'web_address': $value = $this->getEnv('resolve:APP_URL'); break;
  15797. case 'company_email': $value = $this->getEnv('resolve:COMPANY_EMAIL'); break;
  15798. case 'company_address': $value = $this->getEnv('resolve:COMPANY_ADDRESS'); break;
  15799. case 'company_city': $value = $this->getEnv('resolve:COMPANY_CITY'); break;
  15800. case 'company_phone': $value = $this->getEnv('resolve:COMPANY_PHONE'); break;
  15801. case 'email_sender': $value = $this->getEnv('resolve:APP_EMAIL'); break;
  15802. case 'delivery_time': $value = $this->getEnv('resolve:DELIVERY_TIME'); break;
  15803. case 'default_currency': $value = $this->getEnv('resolve:APP_DEFAULT_CURRENCY'); break;
  15804. case 'app_color': $value = $this->getEnv('resolve:APP_COLOR'); break;
  15805. case 'public_cache_time': $value = $this->getEnv('resolve:PUBLIC_CACHE_TIME'); break;
  15806. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  15807. case 'kernel.default_locale': $value = $this->getEnv('resolve:APP_LOCALE'); break;
  15808. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  15809. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  15810. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  15811. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  15812. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  15813. case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  15814. case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
  15815. case 'nelmio_cors.defaults': $value = [
  15816. 'allow_origin' => [
  15817. 0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
  15818. ],
  15819. 'allow_credentials' => false,
  15820. 'allow_headers' => true,
  15821. 'allow_private_network' => false,
  15822. 'expose_headers' => [
  15823. 0 => 'Link',
  15824. ],
  15825. 'allow_methods' => [
  15826. 0 => 'GET',
  15827. 1 => 'OPTIONS',
  15828. 2 => 'POST',
  15829. 3 => 'PUT',
  15830. 4 => 'PATCH',
  15831. 5 => 'DELETE',
  15832. ],
  15833. 'max_age' => 3600,
  15834. 'hosts' => [
  15835. ],
  15836. 'origin_regex' => true,
  15837. 'forced_allow_origin_value' => NULL,
  15838. 'skip_same_as_origin' => true,
  15839. ]; break;
  15840. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  15841. }
  15842. $this->loadedDynamicParameters[$name] = true;
  15843. return $this->dynamicParameters[$name] = $value;
  15844. }
  15845. protected function getDefaultParameters(): array
  15846. {
  15847. return [
  15848. 'kernel.project_dir' => \dirname(__DIR__, 4),
  15849. 'kernel.environment' => 'dev',
  15850. 'kernel.debug' => true,
  15851. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  15852. 'kernel.bundles' => [
  15853. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  15854. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  15855. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  15856. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  15857. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  15858. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  15859. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  15860. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  15861. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  15862. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  15863. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  15864. 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  15865. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  15866. 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  15867. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  15868. 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  15869. 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  15870. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  15871. 'TrikoderOAuth2Bundle' => 'Trikoder\\Bundle\\OAuth2Bundle\\TrikoderOAuth2Bundle',
  15872. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  15873. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  15874. 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  15875. 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  15876. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  15877. 'AjgarlagPsrHttpMessageBundle' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle\\AjgarlagPsrHttpMessageBundle',
  15878. ],
  15879. 'kernel.bundles_metadata' => [
  15880. 'FrameworkBundle' => [
  15881. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  15882. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  15883. ],
  15884. 'SensioFrameworkExtraBundle' => [
  15885. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  15886. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  15887. ],
  15888. 'DoctrineBundle' => [
  15889. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  15890. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  15891. ],
  15892. 'DoctrineMigrationsBundle' => [
  15893. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  15894. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  15895. ],
  15896. 'SecurityBundle' => [
  15897. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  15898. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  15899. ],
  15900. 'TwigBundle' => [
  15901. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  15902. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  15903. ],
  15904. 'TwigExtraBundle' => [
  15905. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  15906. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  15907. ],
  15908. 'WebProfilerBundle' => [
  15909. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  15910. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  15911. ],
  15912. 'MonologBundle' => [
  15913. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  15914. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  15915. ],
  15916. 'DebugBundle' => [
  15917. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  15918. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  15919. ],
  15920. 'MakerBundle' => [
  15921. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  15922. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  15923. ],
  15924. 'LiipImagineBundle' => [
  15925. 'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
  15926. 'namespace' => 'Liip\\ImagineBundle',
  15927. ],
  15928. 'KnpPaginatorBundle' => [
  15929. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  15930. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  15931. ],
  15932. 'JMSSerializerBundle' => [
  15933. 'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
  15934. 'namespace' => 'JMS\\SerializerBundle',
  15935. ],
  15936. 'KnpSnappyBundle' => [
  15937. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  15938. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  15939. ],
  15940. 'FOSElasticaBundle' => [
  15941. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  15942. 'namespace' => 'FOS\\ElasticaBundle',
  15943. ],
  15944. 'SwiftmailerBundle' => [
  15945. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
  15946. 'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  15947. ],
  15948. 'WebpackEncoreBundle' => [
  15949. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  15950. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  15951. ],
  15952. 'TrikoderOAuth2Bundle' => [
  15953. 'path' => (\dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle'),
  15954. 'namespace' => 'Trikoder\\Bundle\\OAuth2Bundle',
  15955. ],
  15956. 'NelmioApiDocBundle' => [
  15957. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  15958. 'namespace' => 'Nelmio\\ApiDocBundle',
  15959. ],
  15960. 'LexikJWTAuthenticationBundle' => [
  15961. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  15962. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  15963. ],
  15964. 'EndroidQrCodeBundle' => [
  15965. 'path' => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src'),
  15966. 'namespace' => 'Endroid\\QrCodeBundle',
  15967. ],
  15968. 'DoctrineBehaviorsBundle' => [
  15969. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src'),
  15970. 'namespace' => 'Knp\\DoctrineBehaviors',
  15971. ],
  15972. 'NelmioCorsBundle' => [
  15973. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  15974. 'namespace' => 'Nelmio\\CorsBundle',
  15975. ],
  15976. 'AjgarlagPsrHttpMessageBundle' => [
  15977. 'path' => (\dirname(__DIR__, 4).'/vendor/ajgarlag/psr-http-message-bundle/src'),
  15978. 'namespace' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle',
  15979. ],
  15980. ],
  15981. 'kernel.charset' => 'UTF-8',
  15982. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  15983. 'container.dumper.inline_class_loader' => true,
  15984. 'container.dumper.inline_factories' => true,
  15985. 'blog_rights' => [
  15986. 'blog_create' => 'BLOG_CREATE',
  15987. 'blog_view' => 'BLOG_VIEW',
  15988. 'blog_edit' => 'BLOG_EDIT',
  15989. 'blog_edit_any' => 'BLOG_EDIT_ANY',
  15990. 'blog_delete' => 'BLOG_DELETE',
  15991. 'blog_delete_any' => 'BLOG_DELETE_ANY',
  15992. ],
  15993. 'page_rights' => [
  15994. 'page_create' => 'PAGE_CREATE',
  15995. 'page_view' => 'PAGE_VIEW',
  15996. 'page_edit' => 'PAGE_EDIT',
  15997. 'page_edit_any' => 'PAGE_EDIT_ANY',
  15998. 'page_delete' => 'PAGE_DELETE',
  15999. 'page_delete_any' => 'PAGE_DELETE_ANY',
  16000. ],
  16001. 'media.path' => (\dirname(__DIR__, 4).'/public/media_upload'),
  16002. 'media.base_directory' => '/media_upload',
  16003. 'media.directory' => '/media_upload',
  16004. 'media.types' => [
  16005. 'form.image' => 'image_file',
  16006. 'form.image_link' => 'image_link',
  16007. 'form.video' => 'video_file',
  16008. 'form.you_tube' => 'video_youtube',
  16009. 'form.vimeo' => 'video_vimeo',
  16010. ],
  16011. 'countries' => '[RS]',
  16012. 'language_currency' => [
  16013. 'sr' => 'RSD',
  16014. 'en' => '€',
  16015. 'bih' => 'BAM',
  16016. ],
  16017. 'product_photo_dir' => '/home/offline/product_photos',
  16018. 'product_document_dir' => '/home/offline/product_documents',
  16019. 'document.directory' => 'documents',
  16020. 'document_cover.directory' => 'document_covers',
  16021. 'document_dir' => '/home/offline/product_documents',
  16022. 'product_clean_delay' => '-1 month',
  16023. 'google' => [
  16024. 'recaptcha' => [
  16025. 'site_key' => '6LejYb4UAAAAAADT_tlfUQfKxKfjtKNhC75vY7ge',
  16026. 'secret' => '6LejYb4UAAAAAOpb87kufxQ4UrfZXcUQjUwGccBy',
  16027. ],
  16028. 'maps' => [
  16029. 'site_key' => 'AIzaSyCxYi_Sk25cIlLkMEQlM7I-jAqWYTDQj64',
  16030. ],
  16031. ],
  16032. 'tokenLifetime' => 2,
  16033. 'event_dispatcher.event_aliases' => [
  16034. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  16035. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  16036. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  16037. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  16038. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  16039. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  16040. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  16041. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  16042. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  16043. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  16044. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  16045. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  16046. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  16047. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  16048. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  16049. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  16050. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  16051. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  16052. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  16053. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  16054. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  16055. ],
  16056. 'fragment.renderer.hinclude.global_template' => NULL,
  16057. 'fragment.path' => '/_fragment',
  16058. 'kernel.http_method_override' => true,
  16059. 'kernel.trusted_hosts' => [
  16060. ],
  16061. 'kernel.enabled_locales' => [
  16062. ],
  16063. 'kernel.error_controller' => 'error_controller',
  16064. 'debug.file_link_format' => NULL,
  16065. 'asset.request_context.base_path' => NULL,
  16066. 'asset.request_context.secure' => NULL,
  16067. 'translator.logging' => false,
  16068. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  16069. 'debug.error_handler.throw_at' => -1,
  16070. 'router.request_context.host' => 'localhost',
  16071. 'router.request_context.scheme' => 'http',
  16072. 'router.request_context.base_url' => '',
  16073. 'router.resource' => 'kernel::loadRoutes',
  16074. 'request_listener.http_port' => 80,
  16075. 'request_listener.https_port' => 443,
  16076. 'session.metadata.storage_key' => '_sf2_meta',
  16077. 'session.storage.options' => [
  16078. 'cache_limiter' => '0',
  16079. 'cookie_secure' => 'auto',
  16080. 'cookie_httponly' => true,
  16081. 'cookie_samesite' => 'lax',
  16082. 'gc_probability' => 1,
  16083. ],
  16084. 'session.save_path' => NULL,
  16085. 'session.metadata.update_threshold' => 0,
  16086. 'form.type_extension.csrf.enabled' => true,
  16087. 'form.type_extension.csrf.field_name' => '_token',
  16088. 'validator.translation_domain' => 'validators',
  16089. 'profiler_listener.only_exceptions' => false,
  16090. 'profiler_listener.only_main_requests' => false,
  16091. 'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  16092. 'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  16093. 'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  16094. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  16095. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  16096. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  16097. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  16098. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  16099. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  16100. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  16101. 'doctrine.entity_managers' => [
  16102. 'default' => 'doctrine.orm.default_entity_manager',
  16103. 'client_rel_management' => 'doctrine.orm.client_rel_management_entity_manager',
  16104. 'client_rel_web_management' => 'doctrine.orm.client_rel_web_management_entity_manager',
  16105. ],
  16106. 'doctrine.default_entity_manager' => 'default',
  16107. 'doctrine.dbal.connection_factory.types' => [
  16108. 'oauth2_grant' => [
  16109. 'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\Grant',
  16110. ],
  16111. 'oauth2_redirect_uri' => [
  16112. 'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\RedirectUri',
  16113. ],
  16114. 'oauth2_scope' => [
  16115. 'class' => 'Trikoder\\Bundle\\OAuth2Bundle\\DBAL\\Type\\Scope',
  16116. ],
  16117. ],
  16118. 'doctrine.connections' => [
  16119. 'default' => 'doctrine.dbal.default_connection',
  16120. 'client_rel_management' => 'doctrine.dbal.client_rel_management_connection',
  16121. 'client_rel_web_management' => 'doctrine.dbal.client_rel_web_management_connection',
  16122. ],
  16123. 'doctrine.default_connection' => 'default',
  16124. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  16125. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  16126. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  16127. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  16128. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  16129. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  16130. 'doctrine.orm.cache.memcache_host' => 'localhost',
  16131. 'doctrine.orm.cache.memcache_port' => 11211,
  16132. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  16133. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  16134. 'doctrine.orm.cache.memcached_host' => 'localhost',
  16135. 'doctrine.orm.cache.memcached_port' => 11211,
  16136. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  16137. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  16138. 'doctrine.orm.cache.redis_host' => 'localhost',
  16139. 'doctrine.orm.cache.redis_port' => 6379,
  16140. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  16141. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  16142. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  16143. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  16144. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  16145. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  16146. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  16147. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  16148. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  16149. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  16150. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  16151. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  16152. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  16153. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  16154. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  16155. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  16156. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  16157. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  16158. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  16159. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  16160. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  16161. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  16162. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  16163. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  16164. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  16165. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  16166. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  16167. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  16168. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  16169. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  16170. 'doctrine.orm.auto_generate_proxy_classes' => false,
  16171. 'doctrine.orm.proxy_namespace' => 'Proxies',
  16172. 'doctrine.migrations.preferred_em' => NULL,
  16173. 'doctrine.migrations.preferred_connection' => NULL,
  16174. 'security.role_hierarchy.roles' => [
  16175. 'ROLE_GUEST' => [
  16176. 0 => 'ROLE_USER',
  16177. ],
  16178. 'ROLE_CLIENT' => [
  16179. 0 => 'ROLE_GUEST',
  16180. ],
  16181. 'ROLE_MANAGER' => [
  16182. 0 => 'ROLE_USER',
  16183. ],
  16184. 'ROLE_ADMIN' => [
  16185. 0 => 'ROLE_MANAGER',
  16186. ],
  16187. 'ROLE_SUPER_ADMIN' => [
  16188. 0 => 'ROLE_ADMIN',
  16189. ],
  16190. ],
  16191. 'security.access.denied_url' => NULL,
  16192. 'security.authentication.manager.erase_credentials' => true,
  16193. 'security.authentication.session_strategy.strategy' => 'migrate',
  16194. 'security.access.always_authenticate_before_granting' => false,
  16195. 'security.authentication.hide_user_not_found' => true,
  16196. 'security.firewalls' => [
  16197. 0 => 'dev',
  16198. 1 => 'login',
  16199. 2 => 'docs',
  16200. 3 => 'api',
  16201. 4 => 'main',
  16202. ],
  16203. 'security.login._indexed_authenticators' => [
  16204. ],
  16205. 'security.api._indexed_authenticators' => [
  16206. ],
  16207. 'security.main._indexed_authenticators' => [
  16208. ],
  16209. 'twig.form.resources' => [
  16210. 0 => 'form_div_layout.html.twig',
  16211. 1 => '@LiipImagine/Form/form_div_layout.html.twig',
  16212. 2 => 'bootstrap_4_layout.html.twig',
  16213. ],
  16214. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  16215. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  16216. 'web_profiler.debug_toolbar.mode' => 2,
  16217. 'monolog.use_microseconds' => true,
  16218. 'monolog.swift_mailer.handlers' => [
  16219. ],
  16220. 'monolog.handlers_to_channels' => [
  16221. 'monolog.handler.console' => [
  16222. 'type' => 'exclusive',
  16223. 'elements' => [
  16224. 0 => 'event',
  16225. 1 => 'doctrine',
  16226. 2 => 'console',
  16227. ],
  16228. ],
  16229. 'monolog.handler.main' => [
  16230. 'type' => 'exclusive',
  16231. 'elements' => [
  16232. 0 => 'event',
  16233. ],
  16234. ],
  16235. ],
  16236. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  16237. 'liip_imagine.resolvers' => [
  16238. 'default' => [
  16239. 'web_path' => [
  16240. 'web_root' => (\dirname(__DIR__, 4).'/public'),
  16241. 'cache_prefix' => 'media/cache',
  16242. ],
  16243. ],
  16244. ],
  16245. 'liip_imagine.loaders' => [
  16246. 'default' => [
  16247. 'filesystem' => [
  16248. 'locator' => 'filesystem',
  16249. 'data_root' => [
  16250. 0 => (\dirname(__DIR__, 4).'/public'),
  16251. ],
  16252. 'allow_unresolvable_data_roots' => false,
  16253. 'bundle_resources' => [
  16254. 'enabled' => false,
  16255. 'access_control_type' => 'blacklist',
  16256. 'access_control_list' => [
  16257. ],
  16258. ],
  16259. ],
  16260. ],
  16261. ],
  16262. 'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  16263. 'liip_imagine.jpegoptim.stripAll' => true,
  16264. 'liip_imagine.jpegoptim.max' => NULL,
  16265. 'liip_imagine.jpegoptim.progressive' => true,
  16266. 'liip_imagine.jpegoptim.tempDir' => NULL,
  16267. 'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  16268. 'liip_imagine.optipng.level' => 7,
  16269. 'liip_imagine.optipng.stripAll' => true,
  16270. 'liip_imagine.optipng.tempDir' => NULL,
  16271. 'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  16272. 'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  16273. 'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  16274. 'liip_imagine.cwebp.tempDir' => NULL,
  16275. 'liip_imagine.cwebp.q' => 75,
  16276. 'liip_imagine.cwebp.alphaQ' => 100,
  16277. 'liip_imagine.cwebp.m' => 4,
  16278. 'liip_imagine.cwebp.alphaFilter' => 'fast',
  16279. 'liip_imagine.cwebp.alphaMethod' => 1,
  16280. 'liip_imagine.cwebp.exact' => false,
  16281. 'liip_imagine.cwebp.metadata' => [
  16282. 0 => 'none',
  16283. ],
  16284. 'liip_imagine.driver_service' => 'liip_imagine.gd',
  16285. 'liip_imagine.cache.resolver.default' => 'default',
  16286. 'liip_imagine.default_image' => NULL,
  16287. 'liip_imagine.filter_sets' => [
  16288. 'cache' => [
  16289. 'quality' => 100,
  16290. 'jpeg_quality' => NULL,
  16291. 'png_compression_level' => NULL,
  16292. 'png_compression_filter' => NULL,
  16293. 'format' => NULL,
  16294. 'animated' => false,
  16295. 'cache' => NULL,
  16296. 'data_loader' => NULL,
  16297. 'default_image' => NULL,
  16298. 'filters' => [
  16299. ],
  16300. 'post_processors' => [
  16301. ],
  16302. ],
  16303. 'product_thumbnail' => [
  16304. 'quality' => 86,
  16305. 'jpeg_quality' => NULL,
  16306. 'png_compression_level' => NULL,
  16307. 'png_compression_filter' => NULL,
  16308. 'format' => NULL,
  16309. 'animated' => false,
  16310. 'cache' => NULL,
  16311. 'data_loader' => NULL,
  16312. 'default_image' => NULL,
  16313. 'filters' => [
  16314. 'thumbnail' => [
  16315. 'size' => [
  16316. 0 => 90,
  16317. 1 => 90,
  16318. ],
  16319. 'mode' => 'outbound',
  16320. ],
  16321. 'background' => [
  16322. 'size' => [
  16323. 0 => 90,
  16324. 1 => 90,
  16325. ],
  16326. 'color' => '#ffffff',
  16327. ],
  16328. ],
  16329. 'post_processors' => [
  16330. ],
  16331. ],
  16332. 'product_small' => [
  16333. 'quality' => 86,
  16334. 'jpeg_quality' => NULL,
  16335. 'png_compression_level' => NULL,
  16336. 'png_compression_filter' => NULL,
  16337. 'format' => NULL,
  16338. 'animated' => false,
  16339. 'cache' => NULL,
  16340. 'data_loader' => NULL,
  16341. 'default_image' => NULL,
  16342. 'filters' => [
  16343. 'thumbnail' => [
  16344. 'size' => [
  16345. 0 => 360,
  16346. 1 => 360,
  16347. ],
  16348. 'mode' => 'outbound',
  16349. ],
  16350. 'background' => [
  16351. 'size' => [
  16352. 0 => 360,
  16353. 1 => 360,
  16354. ],
  16355. 'color' => '#ffffff',
  16356. ],
  16357. ],
  16358. 'post_processors' => [
  16359. ],
  16360. ],
  16361. 'thumbnail' => [
  16362. 'quality' => 86,
  16363. 'jpeg_quality' => NULL,
  16364. 'png_compression_level' => NULL,
  16365. 'png_compression_filter' => NULL,
  16366. 'format' => NULL,
  16367. 'animated' => false,
  16368. 'cache' => NULL,
  16369. 'data_loader' => NULL,
  16370. 'default_image' => NULL,
  16371. 'filters' => [
  16372. 'thumbnail' => [
  16373. 'size' => [
  16374. 0 => 90,
  16375. 1 => 90,
  16376. ],
  16377. 'mode' => 'outbound',
  16378. ],
  16379. 'background' => [
  16380. 'size' => [
  16381. 0 => 90,
  16382. 1 => 90,
  16383. ],
  16384. 'color' => '#ffffff',
  16385. ],
  16386. ],
  16387. 'post_processors' => [
  16388. ],
  16389. ],
  16390. 'portrait' => [
  16391. 'quality' => 86,
  16392. 'jpeg_quality' => NULL,
  16393. 'png_compression_level' => NULL,
  16394. 'png_compression_filter' => NULL,
  16395. 'format' => NULL,
  16396. 'animated' => false,
  16397. 'cache' => NULL,
  16398. 'data_loader' => NULL,
  16399. 'default_image' => NULL,
  16400. 'filters' => [
  16401. 'thumbnail' => [
  16402. 'size' => [
  16403. 0 => 152,
  16404. 1 => 220,
  16405. ],
  16406. 'mode' => 'outbound',
  16407. ],
  16408. 'background' => [
  16409. 'size' => [
  16410. 0 => 152,
  16411. 1 => 220,
  16412. ],
  16413. 'color' => '#ffffff',
  16414. ],
  16415. ],
  16416. 'post_processors' => [
  16417. ],
  16418. ],
  16419. 'large' => [
  16420. 'quality' => 86,
  16421. 'jpeg_quality' => NULL,
  16422. 'png_compression_level' => NULL,
  16423. 'png_compression_filter' => NULL,
  16424. 'format' => NULL,
  16425. 'animated' => false,
  16426. 'cache' => NULL,
  16427. 'data_loader' => NULL,
  16428. 'default_image' => NULL,
  16429. 'filters' => [
  16430. 'thumbnail' => [
  16431. 'size' => [
  16432. 0 => 1024,
  16433. 1 => 1024,
  16434. ],
  16435. 'mode' => 'outbound',
  16436. ],
  16437. 'background' => [
  16438. 'size' => [
  16439. 0 => 1024,
  16440. 1 => 1024,
  16441. ],
  16442. 'color' => '#ffffff',
  16443. ],
  16444. ],
  16445. 'post_processors' => [
  16446. ],
  16447. ],
  16448. 'blog_thumbnail' => [
  16449. 'quality' => 86,
  16450. 'jpeg_quality' => NULL,
  16451. 'png_compression_level' => NULL,
  16452. 'png_compression_filter' => NULL,
  16453. 'format' => NULL,
  16454. 'animated' => false,
  16455. 'cache' => NULL,
  16456. 'data_loader' => NULL,
  16457. 'default_image' => NULL,
  16458. 'filters' => [
  16459. 'scale' => [
  16460. 'dim' => [
  16461. 0 => 600,
  16462. 1 => 600,
  16463. ],
  16464. ],
  16465. ],
  16466. 'post_processors' => [
  16467. ],
  16468. ],
  16469. ],
  16470. 'liip_imagine.binary.loader.default' => 'default',
  16471. 'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  16472. 'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  16473. 'liip_imagine.webp.generate' => false,
  16474. 'liip_imagine.webp.options' => [
  16475. 'quality' => 100,
  16476. 'cache' => NULL,
  16477. 'data_loader' => NULL,
  16478. 'post_processors' => [
  16479. ],
  16480. ],
  16481. 'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig',
  16482. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  16483. 'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  16484. 'knp_paginator.page_range' => 5,
  16485. 'knp_paginator.page_limit' => NULL,
  16486. 'knp_snappy.pdf.binary' => (\dirname(__DIR__, 4).'/vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64'),
  16487. 'knp_snappy.pdf.options' => [
  16488. 'encoding' => 'utf-8',
  16489. 'page-size' => 'A4',
  16490. 'enable-javascript' => true,
  16491. 'javascript-delay' => 1000,
  16492. 'no-stop-slow-scripts' => true,
  16493. 'dpi' => 300,
  16494. 'lowquality' => false,
  16495. 'no-background' => false,
  16496. 'images' => true,
  16497. 'enable-external-links' => true,
  16498. 'enable-internal-links' => true,
  16499. 'viewport-size' => '1280x1024',
  16500. ],
  16501. 'knp_snappy.pdf.env' => [
  16502. ],
  16503. 'knp_snappy.image.binary' => 'wkhtmltoimage',
  16504. 'knp_snappy.image.options' => [
  16505. ],
  16506. 'knp_snappy.image.env' => [
  16507. ],
  16508. 'fos_elastica.property_accessor.magicCall' => 0,
  16509. 'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  16510. 'fos_elastica.default_index' => 'synonym_product',
  16511. 'swiftmailer.mailer.default.transport.name' => 'dynamic',
  16512. 'swiftmailer.mailer.default.spool.enabled' => true,
  16513. 'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  16514. 'swiftmailer.mailer.default.single_address' => NULL,
  16515. 'swiftmailer.mailer.default.delivery.enabled' => true,
  16516. 'swiftmailer.spool.enabled' => true,
  16517. 'swiftmailer.delivery.enabled' => true,
  16518. 'swiftmailer.single_address' => NULL,
  16519. 'swiftmailer.mailers' => [
  16520. 'default' => 'swiftmailer.mailer.default',
  16521. ],
  16522. 'swiftmailer.default_mailer' => 'default',
  16523. 'trikoder.oauth2.persistence.doctrine.enabled' => true,
  16524. 'trikoder.oauth2.persistence.doctrine.manager' => 'default',
  16525. 'nelmio_api_doc.areas' => [
  16526. 0 => 'default',
  16527. 1 => 'crm',
  16528. ],
  16529. 'nelmio_api_doc.use_validation_groups' => false,
  16530. 'lexik_jwt_authentication.token_ttl' => 604800,
  16531. 'lexik_jwt_authentication.clock_skew' => 0,
  16532. 'lexik_jwt_authentication.user_identity_field' => 'email',
  16533. 'lexik_jwt_authentication.allow_no_expiration' => false,
  16534. 'lexik_jwt_authentication.user_id_claim' => 'email',
  16535. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  16536. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  16537. 'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  16538. 'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  16539. 'doctrine_behaviors_blameable_user_entity' => NULL,
  16540. 'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  16541. 'nelmio_cors.map' => [
  16542. '^/api/' => [
  16543. 'allow_origin' => true,
  16544. 'allow_headers' => true,
  16545. 'allow_methods' => [
  16546. 0 => 'POST',
  16547. 1 => 'PUT',
  16548. 2 => 'GET',
  16549. 3 => 'DELETE',
  16550. 4 => 'OPTIONS',
  16551. ],
  16552. 'max_age' => 3600,
  16553. ],
  16554. ],
  16555. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  16556. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  16557. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  16558. 'data_collector.templates' => [
  16559. 'data_collector.request' => [
  16560. 0 => 'request',
  16561. 1 => '@WebProfiler/Collector/request.html.twig',
  16562. ],
  16563. 'data_collector.time' => [
  16564. 0 => 'time',
  16565. 1 => '@WebProfiler/Collector/time.html.twig',
  16566. ],
  16567. 'data_collector.memory' => [
  16568. 0 => 'memory',
  16569. 1 => '@WebProfiler/Collector/memory.html.twig',
  16570. ],
  16571. 'data_collector.validator' => [
  16572. 0 => 'validator',
  16573. 1 => '@WebProfiler/Collector/validator.html.twig',
  16574. ],
  16575. 'data_collector.ajax' => [
  16576. 0 => 'ajax',
  16577. 1 => '@WebProfiler/Collector/ajax.html.twig',
  16578. ],
  16579. 'data_collector.form' => [
  16580. 0 => 'form',
  16581. 1 => '@WebProfiler/Collector/form.html.twig',
  16582. ],
  16583. 'data_collector.exception' => [
  16584. 0 => 'exception',
  16585. 1 => '@WebProfiler/Collector/exception.html.twig',
  16586. ],
  16587. 'data_collector.logger' => [
  16588. 0 => 'logger',
  16589. 1 => '@WebProfiler/Collector/logger.html.twig',
  16590. ],
  16591. 'data_collector.events' => [
  16592. 0 => 'events',
  16593. 1 => '@WebProfiler/Collector/events.html.twig',
  16594. ],
  16595. 'data_collector.router' => [
  16596. 0 => 'router',
  16597. 1 => '@WebProfiler/Collector/router.html.twig',
  16598. ],
  16599. 'data_collector.cache' => [
  16600. 0 => 'cache',
  16601. 1 => '@WebProfiler/Collector/cache.html.twig',
  16602. ],
  16603. 'data_collector.translation' => [
  16604. 0 => 'translation',
  16605. 1 => '@WebProfiler/Collector/translation.html.twig',
  16606. ],
  16607. 'data_collector.security' => [
  16608. 0 => 'security',
  16609. 1 => '@Security/Collector/security.html.twig',
  16610. ],
  16611. 'data_collector.twig' => [
  16612. 0 => 'twig',
  16613. 1 => '@WebProfiler/Collector/twig.html.twig',
  16614. ],
  16615. 'data_collector.http_client' => [
  16616. 0 => 'http_client',
  16617. 1 => '@WebProfiler/Collector/http_client.html.twig',
  16618. ],
  16619. 'data_collector.doctrine' => [
  16620. 0 => 'db',
  16621. 1 => '@Doctrine/Collector/db.html.twig',
  16622. ],
  16623. 'swiftmailer.data_collector' => [
  16624. 0 => 'swiftmailer',
  16625. 1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
  16626. ],
  16627. 'data_collector.dump' => [
  16628. 0 => 'dump',
  16629. 1 => '@Debug/Profiler/dump.html.twig',
  16630. ],
  16631. 'mailer.data_collector' => [
  16632. 0 => 'mailer',
  16633. 1 => '@WebProfiler/Collector/mailer.html.twig',
  16634. ],
  16635. 'fos_elastica.data_collector' => [
  16636. 0 => 'elastica',
  16637. 1 => '@FOSElastica/Collector/elastica.html.twig',
  16638. ],
  16639. 'data_collector.config' => [
  16640. 0 => 'config',
  16641. 1 => '@WebProfiler/Collector/config.html.twig',
  16642. ],
  16643. ],
  16644. 'console.command.ids' => [
  16645. ],
  16646. ];
  16647. }
  16648. protected function throw($message)
  16649. {
  16650. throw new RuntimeException($message);
  16651. }
  16652. }