var/cache/dev/ContainerKlWW3Fw/App_KernelDevDebugContainer.php line 1274

Open in your IDE?
  1. <?php
  2. namespace ContainerKlWW3Fw;
  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.profiler' => 'get_Container_Private_ProfilerService',
  34. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36. '.container.private.twig' => 'get_Container_Private_TwigService',
  37. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38. 'PN\\LocaleBundle\\Twig\\VarsExtension' => 'getVarsExtensionService',
  39. 'cache.app' => 'getCache_AppService',
  40. 'cache.system' => 'getCache_SystemService',
  41. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42. 'data_collector.dump' => 'getDataCollector_DumpService',
  43. 'doctrine' => 'getDoctrineService',
  44. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46. 'event_dispatcher' => 'getEventDispatcherService',
  47. 'http_kernel' => 'getHttpKernelService',
  48. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  49. 'pn.entity_translations.locale_loader' => 'getPn_EntityTranslations_LocaleLoaderService',
  50. 'request_stack' => 'getRequestStackService',
  51. 'router' => 'getRouterService',
  52. 'translator' => 'getTranslatorService',
  53. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  54. 'cache_clearer' => 'getCacheClearerService',
  55. 'filesystem' => 'getFilesystemService',
  56. 'serializer' => 'getSerializerService',
  57. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  58. 'form.factory' => 'getForm_FactoryService',
  59. 'form.type.file' => 'getForm_Type_FileService',
  60. 'profiler' => 'getProfilerService',
  61. 'twig' => 'getTwigService',
  62. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  63. 'security.token_storage' => 'getSecurity_TokenStorageService',
  64. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  65. 'session' => 'getSessionService',
  66. 'validator' => 'getValidatorService',
  67. ];
  68. $this->fileMap = [
  69. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  70. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  71. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  72. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  73. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  74. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  75. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  76. '.container.private.session' => 'get_Container_Private_SessionService',
  77. 'App\\CMSBundle\\Controller\\Administration\\BannerController' => 'getBannerControllerService',
  78. 'App\\CMSBundle\\Controller\\Administration\\BlogCategoryController' => 'getBlogCategoryControllerService',
  79. 'App\\CMSBundle\\Controller\\Administration\\BlogController' => 'getBlogControllerService',
  80. 'App\\CMSBundle\\Controller\\Administration\\BlogTagController' => 'getBlogTagControllerService',
  81. 'App\\CMSBundle\\Controller\\Administration\\DashboardController' => 'getDashboardControllerService',
  82. 'App\\CMSBundle\\Controller\\Administration\\DynamicPageController' => 'getDynamicPageControllerService',
  83. 'App\\CMSBundle\\Controller\\Administration\\FaqController' => 'getFaqControllerService',
  84. 'App\\CMSBundle\\Controller\\Administration\\ServiceController' => 'getServiceControllerService',
  85. 'App\\CMSBundle\\Controller\\Administration\\SiteSettingController' => 'getSiteSettingControllerService',
  86. 'App\\CMSBundle\\Controller\\FrontEnd\\BannerController' => 'getBannerController2Service',
  87. 'App\\CMSBundle\\Controller\\FrontEnd\\BlogController' => 'getBlogController2Service',
  88. 'App\\CMSBundle\\Controller\\FrontEnd\\DynamicPageController' => 'getDynamicPageController2Service',
  89. 'App\\CMSBundle\\Controller\\FrontEnd\\FaqController' => 'getFaqController2Service',
  90. 'App\\CMSBundle\\Controller\\FrontEnd\\SiteSettingController' => 'getSiteSettingController2Service',
  91. 'App\\CurrencyBundle\\Controller\\Administration\\CurrencyController' => 'getCurrencyControllerService',
  92. 'App\\CurrencyBundle\\Controller\\Administration\\ExchangeRateController' => 'getExchangeRateControllerService',
  93. 'App\\ECommerceBundle\\Controller\\Administration\\CouponController' => 'getCouponControllerService',
  94. 'App\\ECommerceBundle\\Controller\\Administration\\OrderController' => 'getOrderControllerService',
  95. 'App\\ECommerceBundle\\Controller\\FrontEnd\\CartController' => 'getCartControllerService',
  96. 'App\\ECommerceBundle\\Controller\\FrontEnd\\CartPaymentMethodController' => 'getCartPaymentMethodControllerService',
  97. 'App\\ECommerceBundle\\Controller\\FrontEnd\\CartShippingAddressController' => 'getCartShippingAddressControllerService',
  98. 'App\\ECommerceBundle\\Controller\\FrontEnd\\CartSummaryController' => 'getCartSummaryControllerService',
  99. 'App\\ECommerceBundle\\Controller\\FrontEnd\\CartWidgetController' => 'getCartWidgetControllerService',
  100. 'App\\ECommerceBundle\\Controller\\FrontEnd\\OrderController' => 'getOrderController2Service',
  101. 'App\\HomeBundle\\Controller\\CareerController' => 'getCareerControllerService',
  102. 'App\\HomeBundle\\Controller\\ContactUsController' => 'getContactUsControllerService',
  103. 'App\\HomeBundle\\Controller\\HeaderFooterController' => 'getHeaderFooterControllerService',
  104. 'App\\HomeBundle\\Controller\\HomePageController' => 'getHomePageControllerService',
  105. 'App\\NewShippingBundle\\Controller\\Administration\\CourierController' => 'getCourierControllerService',
  106. 'App\\NewShippingBundle\\Controller\\Administration\\ShippingTimeController' => 'getShippingTimeControllerService',
  107. 'App\\NewShippingBundle\\Controller\\Administration\\ShippingZoneController' => 'getShippingZoneControllerService',
  108. 'App\\NewShippingBundle\\Controller\\Administration\\ShippingZonePriceController' => 'getShippingZonePriceControllerService',
  109. 'App\\NewShippingBundle\\Controller\\Administration\\ZoneController' => 'getZoneControllerService',
  110. 'App\\OnlinePaymentBundle\\Controller\\Administration\\PaymentMethodController' => 'getPaymentMethodControllerService',
  111. 'App\\OnlinePaymentBundle\\Controller\\FrontEnd\\PaymobController' => 'getPaymobControllerService',
  112. 'App\\OnlinePaymentBundle\\Controller\\FrontEnd\\TestController' => 'getTestControllerService',
  113. 'App\\ProductBundle\\Controller\\Administration\\AttributeController' => 'getAttributeControllerService',
  114. 'App\\ProductBundle\\Controller\\Administration\\BrandController' => 'getBrandControllerService',
  115. 'App\\ProductBundle\\Controller\\Administration\\CategoryController' => 'getCategoryControllerService',
  116. 'App\\ProductBundle\\Controller\\Administration\\CollectionController' => 'getCollectionControllerService',
  117. 'App\\ProductBundle\\Controller\\Administration\\ContentRecommendationController' => 'getContentRecommendationControllerService',
  118. 'App\\ProductBundle\\Controller\\Administration\\OccasionController' => 'getOccasionControllerService',
  119. 'App\\ProductBundle\\Controller\\Administration\\ProductBulkGenerateController' => 'getProductBulkGenerateControllerService',
  120. 'App\\ProductBundle\\Controller\\Administration\\ProductController' => 'getProductControllerService',
  121. 'App\\ProductBundle\\Controller\\Administration\\ProductUpdateGroupController' => 'getProductUpdateGroupControllerService',
  122. 'App\\ProductBundle\\Controller\\Administration\\ProductVariantController' => 'getProductVariantControllerService',
  123. 'App\\ProductBundle\\Controller\\Administration\\ProductVariantOptionController' => 'getProductVariantOptionControllerService',
  124. 'App\\ProductBundle\\Controller\\Administration\\SubAttributeController' => 'getSubAttributeControllerService',
  125. 'App\\ProductBundle\\Controller\\FrontEnd\\BrandController' => 'getBrandController2Service',
  126. 'App\\ProductBundle\\Controller\\FrontEnd\\CategoryController' => 'getCategoryController2Service',
  127. 'App\\ProductBundle\\Controller\\FrontEnd\\CollectionController' => 'getCollectionController2Service',
  128. 'App\\ProductBundle\\Controller\\FrontEnd\\ProductController' => 'getProductController2Service',
  129. 'App\\ProductBundle\\Controller\\FrontEnd\\ProductFilterController' => 'getProductFilterControllerService',
  130. 'App\\ProductBundle\\Controller\\FrontEnd\\ProductShowController' => 'getProductShowControllerService',
  131. 'App\\ProductBundle\\Controller\\FrontEnd\\ProductVariantController' => 'getProductVariantController2Service',
  132. 'App\\ReportBundle\\Controller\\Administration\\ProductSalesController' => 'getProductSalesControllerService',
  133. 'App\\ShippingBundle\\Controller\\Administration\\CityController' => 'getCityControllerService',
  134. 'App\\ShippingBundle\\Controller\\FrontEnd\\ShippingAddressController' => 'getShippingAddressControllerService',
  135. 'App\\ThreeSixtyViewBundle\\Controller\\Administration\\ThreeSixtyViewController' => 'getThreeSixtyViewControllerService',
  136. 'App\\UserBundle\\Controller\\Administration\\AdminController' => 'getAdminControllerService',
  137. 'App\\UserBundle\\Controller\\Administration\\DashboardController' => 'getDashboardController2Service',
  138. 'App\\UserBundle\\Controller\\Administration\\UserController' => 'getUserControllerService',
  139. 'App\\UserBundle\\Controller\\ChangePasswordController' => 'getChangePasswordControllerService',
  140. 'App\\UserBundle\\Controller\\FrontEnd\\ProfileController' => 'getProfileControllerService',
  141. 'App\\UserBundle\\Controller\\LoginController' => 'getLoginControllerService',
  142. 'App\\UserBundle\\Controller\\OAuth\\FacebookController' => 'getFacebookControllerService',
  143. 'App\\UserBundle\\Controller\\OAuth\\GoogleController' => 'getGoogleControllerService',
  144. 'App\\UserBundle\\Controller\\ProfileController' => 'getProfileController2Service',
  145. 'App\\UserBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  146. 'App\\UserBundle\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  147. 'App\\VendorBundle\\Controller\\Administration\\StoreAddressController' => 'getStoreAddressControllerService',
  148. 'App\\VendorBundle\\Controller\\Administration\\VendorController' => 'getVendorControllerService',
  149. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  150. 'PN\\ContentBundle\\Controller\\Administration\\DynamicContentController' => 'getDynamicContentControllerService',
  151. 'PN\\ContentBundle\\Controller\\Administration\\PostController' => 'getPostControllerService',
  152. 'PN\\ContentBundle\\Service\\DynamicContentService' => 'getDynamicContentServiceService',
  153. 'PN\\ContentBundle\\Service\\PostService' => 'getPostServiceService',
  154. 'PN\\LocaleBundle\\Controller\\Administration\\LanguageController' => 'getLanguageControllerService',
  155. 'PN\\LocaleBundle\\Form\\LanguageType' => 'getLanguageTypeService',
  156. 'PN\\LocaleBundle\\Repository\\LanguageRepository' => 'getLanguageRepositoryService',
  157. 'PN\\LocaleBundle\\Twig\\VarsRuntime' => 'getVarsRuntimeService',
  158. 'PN\\MediaBundle\\Controller\\Administration\\ImageSettingController' => 'getImageSettingControllerService',
  159. 'PN\\MediaBundle\\Controller\\Administration\\ImageSettingTypeController' => 'getImageSettingTypeControllerService',
  160. 'PN\\MediaBundle\\Controller\\DownloadController' => 'getDownloadControllerService',
  161. 'PN\\MediaBundle\\Repository\\DocumentRepository' => 'getDocumentRepositoryService',
  162. 'PN\\MediaBundle\\Repository\\ImageRepository' => 'getImageRepositoryService',
  163. 'PN\\MediaBundle\\Repository\\ImageSettingHasTypeRepository' => 'getImageSettingHasTypeRepositoryService',
  164. 'PN\\MediaBundle\\Repository\\ImageSettingRepository' => 'getImageSettingRepositoryService',
  165. 'PN\\MediaBundle\\Repository\\VideoRepository' => 'getVideoRepositoryService',
  166. 'PN\\MediaBundle\\Service\\DocumentPaths' => 'getDocumentPathsService',
  167. 'PN\\MediaBundle\\Service\\ImageDimension' => 'getImageDimensionService',
  168. 'PN\\MediaBundle\\Service\\ImagePaths' => 'getImagePathsService',
  169. 'PN\\MediaBundle\\Service\\ImageWebPService' => 'getImageWebPServiceService',
  170. 'PN\\MediaBundle\\Service\\UploadDocumentService' => 'getUploadDocumentServiceService',
  171. 'PN\\MediaBundle\\Service\\UploadImageService' => 'getUploadImageServiceService',
  172. 'PN\\MediaBundle\\Service\\UploadVideoService' => 'getUploadVideoServiceService',
  173. 'PN\\MediaBundle\\Service\\VideoPaths' => 'getVideoPathsService',
  174. 'PN\\SeoBundle\\Controller\\Administration\\Redirect404Controller' => 'getRedirect404ControllerService',
  175. 'PN\\SeoBundle\\Controller\\Administration\\SeoBaseRouteController' => 'getSeoBaseRouteControllerService',
  176. 'PN\\SeoBundle\\Controller\\Administration\\SeoController' => 'getSeoControllerService',
  177. 'PN\\SeoBundle\\Controller\\Administration\\SeoPageController' => 'getSeoPageControllerService',
  178. 'PN\\SeoBundle\\Controller\\PageNotFoundController' => 'getPageNotFoundControllerService',
  179. 'PN\\SeoBundle\\Service\\SeoBaseRouteService' => 'getSeoBaseRouteServiceService',
  180. 'PN\\SeoBundle\\Service\\SeoFormTypeService' => 'getSeoFormTypeServiceService',
  181. 'PN\\SeoBundle\\Service\\SeoService' => 'getSeoServiceService',
  182. 'PN\\ServiceBundle\\Service\\CommonFunctionService' => 'getCommonFunctionServiceService',
  183. 'PN\\ServiceBundle\\Service\\ContainerParameterService' => 'getContainerParameterServiceService',
  184. 'PN\\ServiceBundle\\Service\\SendEmailLaterService' => 'getSendEmailLaterServiceService',
  185. 'PN\\ServiceBundle\\Service\\SendEmailNowService' => 'getSendEmailNowServiceService',
  186. 'PN\\ServiceBundle\\Service\\UrlService' => 'getUrlServiceService',
  187. 'PN\\ServiceBundle\\Service\\UserService' => 'getUserServiceService',
  188. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  189. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  190. 'cache.app_clearer' => 'getCache_AppClearerService',
  191. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  192. 'cache.system_clearer' => 'getCache_SystemClearerService',
  193. 'cache_warmer' => 'getCacheWarmerService',
  194. 'console.command_loader' => 'getConsole_CommandLoaderService',
  195. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  196. 'error_controller' => 'getErrorControllerService',
  197. 'fe_seo' => 'getFeSeoService',
  198. 'gedmo.listener.loggable' => 'getGedmo_Listener_LoggableService',
  199. 'knpu.oauth2.client.facebook' => 'getKnpu_Oauth2_Client_FacebookService',
  200. 'knpu.oauth2.client.google' => 'getKnpu_Oauth2_Client_GoogleService',
  201. 'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  202. 'pn_media_upload_document' => 'getPnMediaUploadDocumentService',
  203. 'pn_media_upload_image' => 'getPnMediaUploadImageService',
  204. 'routing.loader' => 'getRouting_LoaderService',
  205. 'services_resetter' => 'getServicesResetterService',
  206. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  207. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  208. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  209. ];
  210. $this->aliases = [
  211. 'App\\Kernel' => 'kernel',
  212. 'database_connection' => 'doctrine.dbal.default_connection',
  213. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  214. 'oauth2.registry' => 'knpu.oauth2.registry',
  215. ];
  216. $this->privates['service_container'] = function () {
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  223. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  225. include_once \dirname(__DIR__, 4).'/src/BaseBundle/Listener/DoctrineExtensionListener.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/UrlPackage.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/perfectneeds/locale-bundle/Twig/VarsExtension.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/perfectneeds/locale-bundle/Translator.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/perfectneeds/locale-bundle/EventSubscriber/LocaleListener.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/perfectneeds/locale-bundle/Guesser/GuesserLoader.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/perfectneeds/locale-bundle/Guesser/Guesser.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/perfectneeds/locale-bundle/Guesser/SymfonyTranslationGuesser.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/perfectneeds/seo-multi-lang-bundle/Listener/RedirectListener.php';
  483. include_once \dirname(__DIR__, 4).'/src/BaseBundle/Listener/KernelRequestListener.php';
  484. include_once \dirname(__DIR__, 4).'/src/BaseBundle/EventListener/ProfilerListener.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  558. include_once \dirname(__DIR__, 4).'/src/CMSBundle/Twig/SiteSettingVarsExtension.php';
  559. include_once \dirname(__DIR__, 4).'/src/CurrencyBundle/Twig/VarsExtension.php';
  560. include_once \dirname(__DIR__, 4).'/src/ECommerceBundle/Twig/VarsExtension.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/perfectneeds/service-bundle/Twig/VarsExtension.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/perfectneeds/media-bundle/Twig/VarsExtension.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/perfectneeds/content-multi-lang-bundle/Twig/VarsExtension.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/perfectneeds/seo-multi-lang-bundle/Twig/VarsExtension.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  580. };
  581. }
  582. public function compile(): void
  583. {
  584. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  585. }
  586. public function isCompiled(): bool
  587. {
  588. return true;
  589. }
  590. public function getRemovedIds(): array
  591. {
  592. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  593. }
  594. protected function load($file, $lazyLoad = true)
  595. {
  596. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  597. return $class::do($this, $lazyLoad);
  598. }
  599. if ('.' === $file[-4]) {
  600. $class = substr($class, 0, -4);
  601. } else {
  602. $file .= '.php';
  603. }
  604. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  605. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  606. }
  607. protected function createProxy($class, \Closure $factory)
  608. {
  609. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  610. return $factory();
  611. }
  612. /**
  613. * Gets the public '.container.private.profiler' shared service.
  614. *
  615. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  616. */
  617. protected function get_Container_Private_ProfilerService()
  618. {
  619. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  620. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  621. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  622. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  623. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  624. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  625. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  626. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  627. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  628. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  629. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  630. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  631. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  632. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  633. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  634. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  635. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  636. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  637. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  638. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  639. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  640. $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  641. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  642. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  643. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  644. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  645. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  646. if ($this->has('kernel')) {
  647. $g->setKernel($b);
  648. }
  649. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  650. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  651. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  652. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  653. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  654. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  655. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  656. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  657. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  658. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  659. $instance->add($d);
  660. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  661. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  662. $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())));
  663. $instance->add($e);
  664. $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  665. $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  666. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  667. $instance->add($f);
  668. $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()))));
  669. $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  670. $instance->add($g);
  671. return $instance;
  672. }
  673. /**
  674. * Gets the public '.container.private.security.authorization_checker' shared service.
  675. *
  676. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  677. */
  678. protected function get_Container_Private_Security_AuthorizationCheckerService()
  679. {
  680. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  681. if (isset($this->services['.container.private.security.authorization_checker'])) {
  682. return $this->services['.container.private.security.authorization_checker'];
  683. }
  684. return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false, false, false);
  685. }
  686. /**
  687. * Gets the public '.container.private.security.token_storage' shared service.
  688. *
  689. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  690. */
  691. protected function get_Container_Private_Security_TokenStorageService()
  692. {
  693. 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, [
  694. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  695. ], [
  696. 'request_stack' => '?',
  697. ]));
  698. }
  699. /**
  700. * Gets the public '.container.private.twig' shared service.
  701. *
  702. * @return \Twig\Environment
  703. */
  704. protected function get_Container_Private_TwigService()
  705. {
  706. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  707. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  708. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  709. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  710. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  711. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  712. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  713. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  714. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  715. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  716. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  717. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  718. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  719. $a->addPath((\dirname(__DIR__, 4).'/vendor/perfectneeds/media-bundle/Resources/views'), 'PNMedia');
  720. $a->addPath((\dirname(__DIR__, 4).'/vendor/perfectneeds/media-bundle/Resources/views'), '!PNMedia');
  721. $a->addPath((\dirname(__DIR__, 4).'/vendor/perfectneeds/locale-bundle/Resources/views'), 'PNLocale');
  722. $a->addPath((\dirname(__DIR__, 4).'/vendor/perfectneeds/locale-bundle/Resources/views'), '!PNLocale');
  723. $a->addPath((\dirname(__DIR__, 4).'/vendor/perfectneeds/content-multi-lang-bundle/Resources/views'), 'PNContent');
  724. $a->addPath((\dirname(__DIR__, 4).'/vendor/perfectneeds/content-multi-lang-bundle/Resources/views'), '!PNContent');
  725. $a->addPath((\dirname(__DIR__, 4).'/vendor/perfectneeds/seo-multi-lang-bundle/Resources/views'), 'PNSeo');
  726. $a->addPath((\dirname(__DIR__, 4).'/vendor/perfectneeds/seo-multi-lang-bundle/Resources/views'), '!PNSeo');
  727. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  728. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  729. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  730. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  731. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  732. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  733. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  734. $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  735. $e = ($this->services['router'] ?? $this->getRouterService());
  736. $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  737. $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  738. $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  739. $h->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
  740. $i = new \Symfony\Bridge\Twig\AppVariable();
  741. $i->setEnvironment('dev');
  742. $i->setDebug(true);
  743. if ($this->has('.container.private.security.token_storage')) {
  744. $i->setTokenStorage($g);
  745. }
  746. if ($this->has('request_stack')) {
  747. $i->setRequestStack($f);
  748. }
  749. $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  750. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  751. $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())));
  752. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  753. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  754. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  755. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
  756. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  757. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  758. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  759. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  760. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  761. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $e)));
  762. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  763. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  764. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  765. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  766. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  767. $instance->addExtension(new \App\CMSBundle\Twig\SiteSettingVarsExtension());
  768. $instance->addExtension(new \App\CurrencyBundle\Twig\VarsExtension());
  769. $instance->addExtension(new \App\ECommerceBundle\Twig\VarsExtension());
  770. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  771. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  772. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  773. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  774. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  775. ], [
  776. 'webpack_encore.entrypoint_lookup_collection' => '?',
  777. 'webpack_encore.tag_renderer' => '?',
  778. ])));
  779. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  780. $instance->addExtension(new \PN\ServiceBundle\Twig\VarsExtension());
  781. $instance->addExtension(new \PN\MediaBundle\Twig\VarsExtension());
  782. $instance->addExtension(($this->services['PN\\LocaleBundle\\Twig\\VarsExtension'] ?? ($this->services['PN\\LocaleBundle\\Twig\\VarsExtension'] = new \PN\LocaleBundle\Twig\VarsExtension())));
  783. $instance->addExtension(new \PN\ContentBundle\Twig\VarsExtension());
  784. $instance->addExtension(new \PN\SeoBundle\Twig\VarsExtension());
  785. $instance->addGlobal('app', $i);
  786. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  787. 'App\\CMSBundle\\Twig\\SiteSettingVarsRuntime' => ['privates', 'App\\CMSBundle\\Twig\\SiteSettingVarsRuntime', 'getSiteSettingVarsRuntimeService', true],
  788. 'App\\CurrencyBundle\\Twig\\VarsRuntime' => ['privates', 'App\\CurrencyBundle\\Twig\\VarsRuntime', 'getVarsRuntime2Service', true],
  789. 'App\\ECommerceBundle\\Twig\\VarsRuntime' => ['privates', 'App\\ECommerceBundle\\Twig\\VarsRuntime', 'getVarsRuntime3Service', true],
  790. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  791. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  792. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  793. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  794. 'PN\\ServiceBundle\\Twig\\VarsRuntime' => ['privates', 'PN\\ServiceBundle\\Twig\\VarsRuntime', 'getVarsRuntime4Service', true],
  795. 'PN\\MediaBundle\\Twig\\VarsRuntime' => ['privates', 'PN\\MediaBundle\\Twig\\VarsRuntime', 'getVarsRuntime5Service', true],
  796. 'PN\\LocaleBundle\\Twig\\VarsRuntime' => ['services', 'PN\\LocaleBundle\\Twig\\VarsRuntime', 'getVarsRuntimeService', true],
  797. 'PN\\ContentBundle\\Twig\\VarsRuntime' => ['privates', 'PN\\ContentBundle\\Twig\\VarsRuntime', 'getVarsRuntime6Service', true],
  798. 'PN\\SeoBundle\\Twig\\VarsRuntime' => ['privates', 'PN\\SeoBundle\\Twig\\VarsRuntime', 'getVarsRuntime7Service', true],
  799. ], [
  800. 'App\\CMSBundle\\Twig\\SiteSettingVarsRuntime' => '?',
  801. 'App\\CurrencyBundle\\Twig\\VarsRuntime' => '?',
  802. 'App\\ECommerceBundle\\Twig\\VarsRuntime' => '?',
  803. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  804. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  805. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  806. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  807. 'PN\\ServiceBundle\\Twig\\VarsRuntime' => '?',
  808. 'PN\\MediaBundle\\Twig\\VarsRuntime' => '?',
  809. 'PN\\LocaleBundle\\Twig\\VarsRuntime' => '?',
  810. 'PN\\ContentBundle\\Twig\\VarsRuntime' => '?',
  811. 'PN\\SeoBundle\\Twig\\VarsRuntime' => '?',
  812. ])));
  813. $instance->addGlobal('google_recaptcha_site_key', $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'));
  814. $instance->registerUndefinedFilterCallback([0 => $j, 1 => 'suggestFilter']);
  815. $instance->registerUndefinedFunctionCallback([0 => $j, 1 => 'suggestFunction']);
  816. $instance->registerUndefinedTokenParserCallback([0 => $j, 1 => 'suggestTag']);
  817. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  818. return $instance;
  819. }
  820. /**
  821. * Gets the public '.container.private.validator' shared service.
  822. *
  823. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  824. */
  825. protected function get_Container_Private_ValidatorService()
  826. {
  827. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  828. if (isset($this->services['.container.private.validator'])) {
  829. return $this->services['.container.private.validator'];
  830. }
  831. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  832. }
  833. /**
  834. * Gets the public 'PN\LocaleBundle\Twig\VarsExtension' shared autowired service.
  835. *
  836. * @return \PN\LocaleBundle\Twig\VarsExtension
  837. */
  838. protected function getVarsExtensionService()
  839. {
  840. return $this->services['PN\\LocaleBundle\\Twig\\VarsExtension'] = new \PN\LocaleBundle\Twig\VarsExtension();
  841. }
  842. /**
  843. * Gets the public 'cache.app' shared service.
  844. *
  845. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  846. */
  847. protected function getCache_AppService()
  848. {
  849. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('41NWEqcdWz', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  850. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  851. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  852. }
  853. /**
  854. * Gets the public 'cache.system' shared service.
  855. *
  856. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  857. */
  858. protected function getCache_SystemService()
  859. {
  860. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4dBfmJxgUa', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  861. }
  862. /**
  863. * Gets the public 'cache.validator_expression_language' shared service.
  864. *
  865. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  866. */
  867. protected function getCache_ValidatorExpressionLanguageService()
  868. {
  869. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BiTxVBxa1l', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  870. }
  871. /**
  872. * Gets the public 'data_collector.dump' shared service.
  873. *
  874. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  875. */
  876. protected function getDataCollector_DumpService()
  877. {
  878. 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()));
  879. }
  880. /**
  881. * Gets the public 'doctrine' shared service.
  882. *
  883. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  884. */
  885. protected function getDoctrineService()
  886. {
  887. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  888. }
  889. /**
  890. * Gets the public 'doctrine.dbal.default_connection' shared service.
  891. *
  892. * @return \Doctrine\DBAL\Connection
  893. */
  894. protected function getDoctrine_Dbal_DefaultConnectionService()
  895. {
  896. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  897. if (isset($this->services['doctrine.dbal.default_connection'])) {
  898. return $this->services['doctrine.dbal.default_connection'];
  899. }
  900. $b = new \Doctrine\DBAL\Configuration();
  901. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  902. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  903. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  904. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  905. $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  906. $d->setConnectionName('default');
  907. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  908. $b->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('doctrine_migration_versions')))]));
  909. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  910. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
  911. }
  912. /**
  913. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  914. *
  915. * @return \Doctrine\ORM\EntityManager
  916. */
  917. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  918. {
  919. if ($lazyLoad) {
  920. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  921. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  922. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  923. $proxy->setProxyInitializer(null);
  924. return true;
  925. });
  926. });
  927. }
  928. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  929. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  930. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  931. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  932. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  933. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  934. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  935. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  936. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  937. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  938. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  939. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  940. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  941. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  942. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  943. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  944. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  945. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  946. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  947. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  948. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  949. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  950. $a = new \Doctrine\ORM\Configuration();
  951. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  952. $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  953. $b->addDriver($c, 'Gedmo\\Loggable\\Entity');
  954. $b->addDriver($c, 'PN\\LocaleBundle\\Entity');
  955. $b->addDriver($c, 'PN\\ContentBundle\\Entity');
  956. $b->addDriver($c, 'PN\\SeoBundle\\Entity');
  957. $b->addDriver($c, 'App\\ContentBundle\\Entity');
  958. $b->addDriver($c, 'App\\SeoBundle\\Entity');
  959. $b->addDriver($c, 'App\\MediaBundle\\Entity');
  960. $b->addDriver($c, 'App\\CMSBundle\\Entity');
  961. $b->addDriver($c, 'App\\UserBundle\\Entity');
  962. $b->addDriver($c, 'App\\ProductBundle\\Entity');
  963. $b->addDriver($c, 'App\\CurrencyBundle\\Entity');
  964. $b->addDriver($c, 'App\\ECommerceBundle\\Entity');
  965. $b->addDriver($c, 'App\\OnlinePaymentBundle\\Entity');
  966. $b->addDriver($c, 'App\\ShippingBundle\\Entity');
  967. $b->addDriver($c, 'App\\VendorBundle\\Entity');
  968. $b->addDriver($c, 'App\\NewShippingBundle\\Entity');
  969. $b->addDriver($c, 'App\\ThreeSixtyViewBundle\\Entity');
  970. $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/vendor/perfectneeds/media-bundle/Entity')], false))), 'PN\\MediaBundle\\Entity');
  971. $a->setEntityNamespaces(['GedmoLoggable' => 'Gedmo\\Loggable\\Entity', 'PNMediaBundle' => 'PN\\MediaBundle\\Entity', 'PNLocaleBundle' => 'PN\\LocaleBundle\\Entity', 'PNContentBundle' => 'PN\\ContentBundle\\Entity', 'PNSeoBundle' => 'PN\\SeoBundle\\Entity', 'ContentBundle' => 'App\\ContentBundle\\Entity', 'SeoBundle' => 'App\\SeoBundle\\Entity', 'MediaBundle' => 'App\\MediaBundle\\Entity', 'CMSBundle' => 'App\\CMSBundle\\Entity', 'UserBundle' => 'App\\UserBundle\\Entity', 'ProductBundle' => 'App\\ProductBundle\\Entity', 'CurrencyBundle' => 'App\\CurrencyBundle\\Entity', 'ECommerceBundle' => 'App\\ECommerceBundle\\Entity', 'OnlinePaymentBundle' => 'App\\OnlinePaymentBundle\\Entity', 'ShippingBundle' => 'App\\ShippingBundle\\Entity', 'VendorBundle' => 'App\\VendorBundle\\Entity', 'NewShippingBundle' => 'App\\NewShippingBundle\\Entity', 'ThreeSixtyViewBundle' => 'App\\ThreeSixtyViewBundle\\Entity']);
  972. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  973. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  974. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  975. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  976. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  977. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  978. ], [
  979. 'doctrine.ulid_generator' => '?',
  980. 'doctrine.uuid_generator' => '?',
  981. ])));
  982. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  983. $a->setProxyNamespace('Proxies');
  984. $a->setAutoGenerateProxyClasses(true);
  985. $a->setSchemaIgnoreClasses([]);
  986. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  987. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  988. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  989. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  990. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  991. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  992. $a->setLazyGhostObjectEnabled(false);
  993. $a->setIdentityGenerationPreferences([]);
  994. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  995. 'App\\CMSBundle\\Repository\\BannerRepository' => ['privates', 'App\\CMSBundle\\Repository\\BannerRepository', 'getBannerRepositoryService', true],
  996. 'App\\CMSBundle\\Repository\\BlogCategoryRepository' => ['privates', 'App\\CMSBundle\\Repository\\BlogCategoryRepository', 'getBlogCategoryRepositoryService', true],
  997. 'App\\CMSBundle\\Repository\\BlogRepository' => ['privates', 'App\\CMSBundle\\Repository\\BlogRepository', 'getBlogRepositoryService', true],
  998. 'App\\CMSBundle\\Repository\\BlogTagRepository' => ['privates', 'App\\CMSBundle\\Repository\\BlogTagRepository', 'getBlogTagRepositoryService', true],
  999. 'App\\CMSBundle\\Repository\\DynamicContentRepository' => ['privates', 'App\\CMSBundle\\Repository\\DynamicContentRepository', 'getDynamicContentRepositoryService', true],
  1000. 'App\\CMSBundle\\Repository\\DynamicPageRepository' => ['privates', 'App\\CMSBundle\\Repository\\DynamicPageRepository', 'getDynamicPageRepositoryService', true],
  1001. 'App\\CMSBundle\\Repository\\FaqRepository' => ['privates', 'App\\CMSBundle\\Repository\\FaqRepository', 'getFaqRepositoryService', true],
  1002. 'App\\CMSBundle\\Repository\\ServiceRepository' => ['privates', 'App\\CMSBundle\\Repository\\ServiceRepository', 'getServiceRepositoryService', true],
  1003. 'App\\CMSBundle\\Repository\\SiteSettingRepository' => ['privates', 'App\\CMSBundle\\Repository\\SiteSettingRepository', 'getSiteSettingRepositoryService', true],
  1004. 'App\\ContentBundle\\Repository\\PostRepository' => ['privates', 'App\\ContentBundle\\Repository\\PostRepository', 'getPostRepositoryService', true],
  1005. 'App\\CurrencyBundle\\Repository\\CurrencyRepository' => ['privates', 'App\\CurrencyBundle\\Repository\\CurrencyRepository', 'getCurrencyRepositoryService', true],
  1006. 'App\\CurrencyBundle\\Repository\\ExchangeRateRepository' => ['privates', 'App\\CurrencyBundle\\Repository\\ExchangeRateRepository', 'getExchangeRateRepositoryService', true],
  1007. 'App\\ECommerceBundle\\Repository\\CartHasProductPriceRepository' => ['privates', 'App\\ECommerceBundle\\Repository\\CartHasProductPriceRepository', 'getCartHasProductPriceRepositoryService', true],
  1008. 'App\\ECommerceBundle\\Repository\\CartHasUserRepository' => ['privates', 'App\\ECommerceBundle\\Repository\\CartHasUserRepository', 'getCartHasUserRepositoryService', true],
  1009. 'App\\ECommerceBundle\\Repository\\CartRepository' => ['privates', 'App\\ECommerceBundle\\Repository\\CartRepository', 'getCartRepositoryService', true],
  1010. 'App\\ECommerceBundle\\Repository\\CouponRepository' => ['privates', 'App\\ECommerceBundle\\Repository\\CouponRepository', 'getCouponRepositoryService', true],
  1011. 'App\\ECommerceBundle\\Repository\\OrderCommentRepository' => ['privates', 'App\\ECommerceBundle\\Repository\\OrderCommentRepository', 'getOrderCommentRepositoryService', true],
  1012. 'App\\ECommerceBundle\\Repository\\OrderGuestDataRepository' => ['privates', 'App\\ECommerceBundle\\Repository\\OrderGuestDataRepository', 'getOrderGuestDataRepositoryService', true],
  1013. 'App\\ECommerceBundle\\Repository\\OrderHasCouponRepository' => ['privates', 'App\\ECommerceBundle\\Repository\\OrderHasCouponRepository', 'getOrderHasCouponRepositoryService', true],
  1014. 'App\\ECommerceBundle\\Repository\\OrderHasProductPriceRepository' => ['privates', 'App\\ECommerceBundle\\Repository\\OrderHasProductPriceRepository', 'getOrderHasProductPriceRepositoryService', true],
  1015. 'App\\ECommerceBundle\\Repository\\OrderLogRepository' => ['privates', 'App\\ECommerceBundle\\Repository\\OrderLogRepository', 'getOrderLogRepositoryService', true],
  1016. 'App\\ECommerceBundle\\Repository\\OrderRepository' => ['privates', 'App\\ECommerceBundle\\Repository\\OrderRepository', 'getOrderRepositoryService', true],
  1017. 'App\\ECommerceBundle\\Repository\\OrderShippingAddressRepository' => ['privates', 'App\\ECommerceBundle\\Repository\\OrderShippingAddressRepository', 'getOrderShippingAddressRepositoryService', true],
  1018. 'App\\MediaBundle\\Repository\\DocumentRepository' => ['privates', 'App\\MediaBundle\\Repository\\DocumentRepository', 'getDocumentRepository2Service', true],
  1019. 'App\\MediaBundle\\Repository\\ImageRepository' => ['privates', 'App\\MediaBundle\\Repository\\ImageRepository', 'getImageRepository2Service', true],
  1020. 'App\\NewShippingBundle\\Repository\\CourierRepository' => ['privates', 'App\\NewShippingBundle\\Repository\\CourierRepository', 'getCourierRepositoryService', true],
  1021. 'App\\NewShippingBundle\\Repository\\ShippingTimeRepository' => ['privates', 'App\\NewShippingBundle\\Repository\\ShippingTimeRepository', 'getShippingTimeRepositoryService', true],
  1022. 'App\\NewShippingBundle\\Repository\\ShippingZonePriceRepository' => ['privates', 'App\\NewShippingBundle\\Repository\\ShippingZonePriceRepository', 'getShippingZonePriceRepositoryService', true],
  1023. 'App\\NewShippingBundle\\Repository\\ShippingZonePriceSpecificWeightRepository' => ['privates', 'App\\NewShippingBundle\\Repository\\ShippingZonePriceSpecificWeightRepository', 'getShippingZonePriceSpecificWeightRepositoryService', true],
  1024. 'App\\NewShippingBundle\\Repository\\ShippingZoneRepository' => ['privates', 'App\\NewShippingBundle\\Repository\\ShippingZoneRepository', 'getShippingZoneRepositoryService', true],
  1025. 'App\\NewShippingBundle\\Repository\\ZoneRepository' => ['privates', 'App\\NewShippingBundle\\Repository\\ZoneRepository', 'getZoneRepositoryService', true],
  1026. 'App\\OnlinePaymentBundle\\Repository\\CreditCardRepository' => ['privates', 'App\\OnlinePaymentBundle\\Repository\\CreditCardRepository', 'getCreditCardRepositoryService', true],
  1027. 'App\\OnlinePaymentBundle\\Repository\\PaymentMethodRepository' => ['privates', 'App\\OnlinePaymentBundle\\Repository\\PaymentMethodRepository', 'getPaymentMethodRepositoryService', true],
  1028. 'App\\OnlinePaymentBundle\\Repository\\PaymentRepository' => ['privates', 'App\\OnlinePaymentBundle\\Repository\\PaymentRepository', 'getPaymentRepositoryService', true],
  1029. 'App\\ProductBundle\\Repository\\AttributeRepository' => ['privates', 'App\\ProductBundle\\Repository\\AttributeRepository', 'getAttributeRepositoryService', true],
  1030. 'App\\ProductBundle\\Repository\\BrandRepository' => ['privates', 'App\\ProductBundle\\Repository\\BrandRepository', 'getBrandRepositoryService', true],
  1031. 'App\\ProductBundle\\Repository\\CategoryRepository' => ['privates', 'App\\ProductBundle\\Repository\\CategoryRepository', 'getCategoryRepositoryService', true],
  1032. 'App\\ProductBundle\\Repository\\CollectionRepository' => ['privates', 'App\\ProductBundle\\Repository\\CollectionRepository', 'getCollectionRepositoryService', true],
  1033. 'App\\ProductBundle\\Repository\\ContentRecommendationRepository' => ['privates', 'App\\ProductBundle\\Repository\\ContentRecommendationRepository', 'getContentRecommendationRepositoryService', true],
  1034. 'App\\ProductBundle\\Repository\\OccasionRepository' => ['privates', 'App\\ProductBundle\\Repository\\OccasionRepository', 'getOccasionRepositoryService', true],
  1035. 'App\\ProductBundle\\Repository\\ProductBulkGenerateRepository' => ['privates', 'App\\ProductBundle\\Repository\\ProductBulkGenerateRepository', 'getProductBulkGenerateRepositoryService', true],
  1036. 'App\\ProductBundle\\Repository\\ProductFavoriteRepository' => ['privates', 'App\\ProductBundle\\Repository\\ProductFavoriteRepository', 'getProductFavoriteRepositoryService', true],
  1037. 'App\\ProductBundle\\Repository\\ProductHasAttributeRepository' => ['privates', 'App\\ProductBundle\\Repository\\ProductHasAttributeRepository', 'getProductHasAttributeRepositoryService', true],
  1038. 'App\\ProductBundle\\Repository\\ProductHasCollectionRepository' => ['privates', 'App\\ProductBundle\\Repository\\ProductHasCollectionRepository', 'getProductHasCollectionRepositoryService', true],
  1039. 'App\\ProductBundle\\Repository\\ProductHasOccasionRepository' => ['privates', 'App\\ProductBundle\\Repository\\ProductHasOccasionRepository', 'getProductHasOccasionRepositoryService', true],
  1040. 'App\\ProductBundle\\Repository\\ProductPriceHasVariantOptionRepository' => ['privates', 'App\\ProductBundle\\Repository\\ProductPriceHasVariantOptionRepository', 'getProductPriceHasVariantOptionRepositoryService', true],
  1041. 'App\\ProductBundle\\Repository\\ProductPriceRepository' => ['privates', 'App\\ProductBundle\\Repository\\ProductPriceRepository', 'getProductPriceRepositoryService', true],
  1042. 'App\\ProductBundle\\Repository\\ProductRepository' => ['privates', 'App\\ProductBundle\\Repository\\ProductRepository', 'getProductRepositoryService', true],
  1043. 'App\\ProductBundle\\Repository\\ProductSearchRepository' => ['privates', 'App\\ProductBundle\\Repository\\ProductSearchRepository', 'getProductSearchRepositoryService', true],
  1044. 'App\\ProductBundle\\Repository\\ProductVariantOptionRepository' => ['privates', 'App\\ProductBundle\\Repository\\ProductVariantOptionRepository', 'getProductVariantOptionRepositoryService', true],
  1045. 'App\\ProductBundle\\Repository\\ProductVariantRepository' => ['privates', 'App\\ProductBundle\\Repository\\ProductVariantRepository', 'getProductVariantRepositoryService', true],
  1046. 'App\\ProductBundle\\Repository\\SearchKeywordsRepository' => ['privates', 'App\\ProductBundle\\Repository\\SearchKeywordsRepository', 'getSearchKeywordsRepositoryService', true],
  1047. 'App\\ProductBundle\\Repository\\SubAttributeRepository' => ['privates', 'App\\ProductBundle\\Repository\\SubAttributeRepository', 'getSubAttributeRepositoryService', true],
  1048. 'App\\SeoBundle\\Repository\\SeoRepository' => ['privates', 'App\\SeoBundle\\Repository\\SeoRepository', 'getSeoRepositoryService', true],
  1049. 'App\\ShippingBundle\\Repository\\CityRepository' => ['privates', 'App\\ShippingBundle\\Repository\\CityRepository', 'getCityRepositoryService', true],
  1050. 'App\\ShippingBundle\\Repository\\ShippingAddressRepository' => ['privates', 'App\\ShippingBundle\\Repository\\ShippingAddressRepository', 'getShippingAddressRepositoryService', true],
  1051. 'App\\ThreeSixtyViewBundle\\Repository\\ThreeSixtyViewRepository' => ['privates', 'App\\ThreeSixtyViewBundle\\Repository\\ThreeSixtyViewRepository', 'getThreeSixtyViewRepositoryService', true],
  1052. 'App\\UserBundle\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\UserBundle\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
  1053. 'App\\UserBundle\\Repository\\UserRepository' => ['privates', 'App\\UserBundle\\Repository\\UserRepository', 'getUserRepositoryService', true],
  1054. 'App\\VendorBundle\\Repository\\StoreAddressRepository' => ['privates', 'App\\VendorBundle\\Repository\\StoreAddressRepository', 'getStoreAddressRepositoryService', true],
  1055. 'App\\VendorBundle\\Repository\\VendorRepository' => ['privates', 'App\\VendorBundle\\Repository\\VendorRepository', 'getVendorRepositoryService', true],
  1056. 'PN\\ContentBundle\\Repository\\DynamicContentRepository' => ['privates', 'PN\\ContentBundle\\Repository\\DynamicContentRepository', 'getDynamicContentRepository2Service', true],
  1057. 'PN\\ContentBundle\\Repository\\PostRepository' => ['privates', 'PN\\ContentBundle\\Repository\\PostRepository', 'getPostRepository2Service', true],
  1058. 'PN\\LocaleBundle\\Repository\\LanguageRepository' => ['services', 'PN\\LocaleBundle\\Repository\\LanguageRepository', 'getLanguageRepositoryService', true],
  1059. 'PN\\MediaBundle\\Repository\\DocumentRepository' => ['services', 'PN\\MediaBundle\\Repository\\DocumentRepository', 'getDocumentRepositoryService', true],
  1060. 'PN\\MediaBundle\\Repository\\ImageRepository' => ['services', 'PN\\MediaBundle\\Repository\\ImageRepository', 'getImageRepositoryService', true],
  1061. 'PN\\MediaBundle\\Repository\\ImageSettingHasTypeRepository' => ['services', 'PN\\MediaBundle\\Repository\\ImageSettingHasTypeRepository', 'getImageSettingHasTypeRepositoryService', true],
  1062. 'PN\\MediaBundle\\Repository\\ImageSettingRepository' => ['services', 'PN\\MediaBundle\\Repository\\ImageSettingRepository', 'getImageSettingRepositoryService', true],
  1063. 'PN\\MediaBundle\\Repository\\VideoRepository' => ['services', 'PN\\MediaBundle\\Repository\\VideoRepository', 'getVideoRepositoryService', true],
  1064. 'PN\\SeoBundle\\Repository\\Redirect404Repository' => ['privates', 'PN\\SeoBundle\\Repository\\Redirect404Repository', 'getRedirect404RepositoryService', true],
  1065. 'PN\\SeoBundle\\Repository\\SeoBaseRouteRepository' => ['privates', 'PN\\SeoBundle\\Repository\\SeoBaseRouteRepository', 'getSeoBaseRouteRepositoryService', true],
  1066. 'PN\\SeoBundle\\Repository\\SeoPageRepository' => ['privates', 'PN\\SeoBundle\\Repository\\SeoPageRepository', 'getSeoPageRepositoryService', true],
  1067. 'PN\\SeoBundle\\Repository\\SeoRepository' => ['privates', 'PN\\SeoBundle\\Repository\\SeoRepository', 'getSeoRepository2Service', true],
  1068. 'PN\\SeoBundle\\Repository\\SeoSocialRepository' => ['privates', 'PN\\SeoBundle\\Repository\\SeoSocialRepository', 'getSeoSocialRepositoryService', true],
  1069. ], [
  1070. 'App\\CMSBundle\\Repository\\BannerRepository' => '?',
  1071. 'App\\CMSBundle\\Repository\\BlogCategoryRepository' => '?',
  1072. 'App\\CMSBundle\\Repository\\BlogRepository' => '?',
  1073. 'App\\CMSBundle\\Repository\\BlogTagRepository' => '?',
  1074. 'App\\CMSBundle\\Repository\\DynamicContentRepository' => '?',
  1075. 'App\\CMSBundle\\Repository\\DynamicPageRepository' => '?',
  1076. 'App\\CMSBundle\\Repository\\FaqRepository' => '?',
  1077. 'App\\CMSBundle\\Repository\\ServiceRepository' => '?',
  1078. 'App\\CMSBundle\\Repository\\SiteSettingRepository' => '?',
  1079. 'App\\ContentBundle\\Repository\\PostRepository' => '?',
  1080. 'App\\CurrencyBundle\\Repository\\CurrencyRepository' => '?',
  1081. 'App\\CurrencyBundle\\Repository\\ExchangeRateRepository' => '?',
  1082. 'App\\ECommerceBundle\\Repository\\CartHasProductPriceRepository' => '?',
  1083. 'App\\ECommerceBundle\\Repository\\CartHasUserRepository' => '?',
  1084. 'App\\ECommerceBundle\\Repository\\CartRepository' => '?',
  1085. 'App\\ECommerceBundle\\Repository\\CouponRepository' => '?',
  1086. 'App\\ECommerceBundle\\Repository\\OrderCommentRepository' => '?',
  1087. 'App\\ECommerceBundle\\Repository\\OrderGuestDataRepository' => '?',
  1088. 'App\\ECommerceBundle\\Repository\\OrderHasCouponRepository' => '?',
  1089. 'App\\ECommerceBundle\\Repository\\OrderHasProductPriceRepository' => '?',
  1090. 'App\\ECommerceBundle\\Repository\\OrderLogRepository' => '?',
  1091. 'App\\ECommerceBundle\\Repository\\OrderRepository' => '?',
  1092. 'App\\ECommerceBundle\\Repository\\OrderShippingAddressRepository' => '?',
  1093. 'App\\MediaBundle\\Repository\\DocumentRepository' => '?',
  1094. 'App\\MediaBundle\\Repository\\ImageRepository' => '?',
  1095. 'App\\NewShippingBundle\\Repository\\CourierRepository' => '?',
  1096. 'App\\NewShippingBundle\\Repository\\ShippingTimeRepository' => '?',
  1097. 'App\\NewShippingBundle\\Repository\\ShippingZonePriceRepository' => '?',
  1098. 'App\\NewShippingBundle\\Repository\\ShippingZonePriceSpecificWeightRepository' => '?',
  1099. 'App\\NewShippingBundle\\Repository\\ShippingZoneRepository' => '?',
  1100. 'App\\NewShippingBundle\\Repository\\ZoneRepository' => '?',
  1101. 'App\\OnlinePaymentBundle\\Repository\\CreditCardRepository' => '?',
  1102. 'App\\OnlinePaymentBundle\\Repository\\PaymentMethodRepository' => '?',
  1103. 'App\\OnlinePaymentBundle\\Repository\\PaymentRepository' => '?',
  1104. 'App\\ProductBundle\\Repository\\AttributeRepository' => '?',
  1105. 'App\\ProductBundle\\Repository\\BrandRepository' => '?',
  1106. 'App\\ProductBundle\\Repository\\CategoryRepository' => '?',
  1107. 'App\\ProductBundle\\Repository\\CollectionRepository' => '?',
  1108. 'App\\ProductBundle\\Repository\\ContentRecommendationRepository' => '?',
  1109. 'App\\ProductBundle\\Repository\\OccasionRepository' => '?',
  1110. 'App\\ProductBundle\\Repository\\ProductBulkGenerateRepository' => '?',
  1111. 'App\\ProductBundle\\Repository\\ProductFavoriteRepository' => '?',
  1112. 'App\\ProductBundle\\Repository\\ProductHasAttributeRepository' => '?',
  1113. 'App\\ProductBundle\\Repository\\ProductHasCollectionRepository' => '?',
  1114. 'App\\ProductBundle\\Repository\\ProductHasOccasionRepository' => '?',
  1115. 'App\\ProductBundle\\Repository\\ProductPriceHasVariantOptionRepository' => '?',
  1116. 'App\\ProductBundle\\Repository\\ProductPriceRepository' => '?',
  1117. 'App\\ProductBundle\\Repository\\ProductRepository' => '?',
  1118. 'App\\ProductBundle\\Repository\\ProductSearchRepository' => '?',
  1119. 'App\\ProductBundle\\Repository\\ProductVariantOptionRepository' => '?',
  1120. 'App\\ProductBundle\\Repository\\ProductVariantRepository' => '?',
  1121. 'App\\ProductBundle\\Repository\\SearchKeywordsRepository' => '?',
  1122. 'App\\ProductBundle\\Repository\\SubAttributeRepository' => '?',
  1123. 'App\\SeoBundle\\Repository\\SeoRepository' => '?',
  1124. 'App\\ShippingBundle\\Repository\\CityRepository' => '?',
  1125. 'App\\ShippingBundle\\Repository\\ShippingAddressRepository' => '?',
  1126. 'App\\ThreeSixtyViewBundle\\Repository\\ThreeSixtyViewRepository' => '?',
  1127. 'App\\UserBundle\\Repository\\ResetPasswordRequestRepository' => '?',
  1128. 'App\\UserBundle\\Repository\\UserRepository' => '?',
  1129. 'App\\VendorBundle\\Repository\\StoreAddressRepository' => '?',
  1130. 'App\\VendorBundle\\Repository\\VendorRepository' => '?',
  1131. 'PN\\ContentBundle\\Repository\\DynamicContentRepository' => '?',
  1132. 'PN\\ContentBundle\\Repository\\PostRepository' => '?',
  1133. 'PN\\LocaleBundle\\Repository\\LanguageRepository' => '?',
  1134. 'PN\\MediaBundle\\Repository\\DocumentRepository' => '?',
  1135. 'PN\\MediaBundle\\Repository\\ImageRepository' => '?',
  1136. 'PN\\MediaBundle\\Repository\\ImageSettingHasTypeRepository' => '?',
  1137. 'PN\\MediaBundle\\Repository\\ImageSettingRepository' => '?',
  1138. 'PN\\MediaBundle\\Repository\\VideoRepository' => '?',
  1139. 'PN\\SeoBundle\\Repository\\Redirect404Repository' => '?',
  1140. 'PN\\SeoBundle\\Repository\\SeoBaseRouteRepository' => '?',
  1141. 'PN\\SeoBundle\\Repository\\SeoPageRepository' => '?',
  1142. 'PN\\SeoBundle\\Repository\\SeoRepository' => '?',
  1143. 'PN\\SeoBundle\\Repository\\SeoSocialRepository' => '?',
  1144. ])));
  1145. $a->addCustomStringFunction('MATCH_AGAINST', 'PN\\ServiceBundle\\Extensions\\Doctrine\\MatchAgainst');
  1146. $a->addCustomStringFunction('DATEDIFF', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1147. $a->addCustomStringFunction('JSON_CONTAINS', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  1148. $a->addCustomStringFunction('RAND', 'DoctrineExtensions\\Query\\Mysql\\Rand');
  1149. $a->addCustomStringFunction('IFELSE', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
  1150. $a->addCustomStringFunction('DATE', 'DoctrineExtensions\\Query\\Mysql\\Date');
  1151. $a->addCustomStringFunction('DATESUB', 'DoctrineExtensions\\Query\\Mysql\\DateSub');
  1152. $a->addCustomStringFunction('TIMESTAMPDIFF', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1153. $a->addCustomStringFunction('LEAST', 'DoctrineExtensions\\Query\\Mysql\\Least');
  1154. $a->addCustomStringFunction('GREATEST', 'DoctrineExtensions\\Query\\Mysql\\Greatest');
  1155. $a->addCustomStringFunction('IFNULL', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
  1156. $a->addCustomStringFunction('MONTH', 'DoctrineExtensions\\Query\\Mysql\\Month');
  1157. $a->addCustomStringFunction('YEAR', 'DoctrineExtensions\\Query\\Mysql\\Year');
  1158. $a->addCustomStringFunction('STR_TO_DATE', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1159. $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1160. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1161. return $instance;
  1162. }
  1163. /**
  1164. * Gets the public 'event_dispatcher' shared service.
  1165. *
  1166. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1167. */
  1168. protected function getEventDispatcherService()
  1169. {
  1170. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1171. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1172. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1173. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1174. $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())));
  1175. $instance->addListener('kernel.controller', [0 => function () {
  1176. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1177. }, 1 => 'onKernelController'], 0);
  1178. $instance->addListener('console.command', [0 => function () {
  1179. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1180. }, 1 => 'onConsoleCommand'], 0);
  1181. $instance->addListener('kernel.exception', [0 => function () {
  1182. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1183. }, 1 => 'onKernelException'], 0);
  1184. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1185. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1186. }, 1 => 'checkPassport'], 1024);
  1187. $instance->addListener('kernel.response', [0 => function () {
  1188. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1189. }, 1 => 'onKernelResponse'], 0);
  1190. $instance->addListener('kernel.request', [0 => function () {
  1191. return ($this->privates['pn.seo.listener.redirect'] ?? $this->getPn_Seo_Listener_RedirectService());
  1192. }, 1 => 'onKernelRequest'], 0);
  1193. $instance->addListener('kernel.request', [0 => function () {
  1194. return ($this->privates['pn.kernel.request'] ?? $this->getPn_Kernel_RequestService());
  1195. }, 1 => 'onKernelRequest'], 0);
  1196. $instance->addListener('kernel.request', [0 => function () {
  1197. return ($this->privates['extension.listener'] ?? $this->getExtension_ListenerService());
  1198. }, 1 => 'onKernelRequest'], 0);
  1199. $instance->addListener('kernel.controller', [0 => function () {
  1200. return ($this->privates['ProfilerListener'] ?? $this->getProfilerListenerService());
  1201. }, 1 => 'onKernelController'], 0);
  1202. $instance->addListener('kernel.request', [0 => function () {
  1203. return ($this->privates['App\\BaseBundle\\Listener\\DoctrineExtensionListener'] ?? $this->getDoctrineExtensionListenerService());
  1204. }, 1 => 'onKernelRequest'], 0);
  1205. $instance->addListener('kernel.finish_request', [0 => function () {
  1206. return ($this->privates['App\\BaseBundle\\Listener\\DoctrineExtensionListener'] ?? $this->getDoctrineExtensionListenerService());
  1207. }, 1 => 'onLateKernelRequest'], 0);
  1208. $instance->addListener('change.order.status.after.online.payment', [0 => function () {
  1209. return ($this->privates['App\\ECommerceBundle\\EventListener\\ChangeOrderPaymentStatusAfterOnlinePaymentListener'] ?? $this->load('getChangeOrderPaymentStatusAfterOnlinePaymentListenerService'));
  1210. }, 1 => 'changeOrderStatus'], 1);
  1211. $instance->addListener('change.order.payment.status', [0 => function () {
  1212. return ($this->privates['App\\ECommerceBundle\\EventListener\\ChangeOrderPaymentStatusListener'] ?? $this->load('getChangeOrderPaymentStatusListenerService'));
  1213. }, 1 => 'changeOrderStatus'], 1);
  1214. $instance->addListener('after.create.order', [0 => function () {
  1215. return ($this->privates['App\\ECommerceBundle\\EventListener\\RemoveCartAfterCreateOrderListener'] ?? $this->load('getRemoveCartAfterCreateOrderListenerService'));
  1216. }, 1 => 'removeCart'], 5);
  1217. $instance->addListener('after.create.order', [0 => function () {
  1218. return ($this->privates['App\\ECommerceBundle\\EventListener\\SendEmailsAfterCreateOrderListener'] ?? $this->load('getSendEmailsAfterCreateOrderListenerService'));
  1219. }, 1 => 'sendConfirmationEmailToUser'], 1);
  1220. $instance->addListener('after.create.order', [0 => function () {
  1221. return ($this->privates['App\\ECommerceBundle\\EventListener\\SendEmailsAfterCreateOrderListener'] ?? $this->load('getSendEmailsAfterCreateOrderListenerService'));
  1222. }, 1 => 'sendConfirmationEmailToAdmin'], 2);
  1223. $instance->addListener('pn_user.registration.completed', [0 => function () {
  1224. return ($this->privates['App\\UserBundle\\EventListener\\RegistrationListener'] ?? $this->load('getRegistrationListenerService'));
  1225. }, 1 => 'onRegistrationComplete'], 0);
  1226. $instance->addListener('kernel.response', [0 => function () {
  1227. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1228. }, 1 => 'onKernelResponse'], 0);
  1229. $instance->addListener('kernel.response', [0 => function () {
  1230. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1231. }, 1 => 'onKernelResponse'], -1024);
  1232. $instance->addListener('kernel.request', [0 => function () {
  1233. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1234. }, 1 => 'setDefaultLocale'], 100);
  1235. $instance->addListener('kernel.request', [0 => function () {
  1236. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1237. }, 1 => 'onKernelRequest'], 16);
  1238. $instance->addListener('kernel.finish_request', [0 => function () {
  1239. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1240. }, 1 => 'onKernelFinishRequest'], 0);
  1241. $instance->addListener('kernel.request', [0 => function () {
  1242. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1243. }, 1 => 'onKernelRequest'], 256);
  1244. $instance->addListener('kernel.response', [0 => function () {
  1245. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1246. }, 1 => 'onResponse'], -255);
  1247. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1248. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1249. }, 1 => 'onControllerArguments'], 0);
  1250. $instance->addListener('kernel.exception', [0 => function () {
  1251. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1252. }, 1 => 'logKernelException'], 0);
  1253. $instance->addListener('kernel.exception', [0 => function () {
  1254. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1255. }, 1 => 'onKernelException'], -128);
  1256. $instance->addListener('kernel.response', [0 => function () {
  1257. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1258. }, 1 => 'removeCspHeader'], -128);
  1259. $instance->addListener('kernel.request', [0 => function () {
  1260. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1261. }, 1 => 'onKernelRequest'], 15);
  1262. $instance->addListener('kernel.finish_request', [0 => function () {
  1263. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1264. }, 1 => 'onKernelFinishRequest'], -15);
  1265. $instance->addListener('console.error', [0 => function () {
  1266. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1267. }, 1 => 'onConsoleError'], -128);
  1268. $instance->addListener('console.terminate', [0 => function () {
  1269. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1270. }, 1 => 'onConsoleTerminate'], -128);
  1271. $instance->addListener('console.error', [0 => function () {
  1272. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1273. }, 1 => 'onConsoleError'], 0);
  1274. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1275. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1276. }, 1 => 'onMessage'], -255);
  1277. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1278. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1279. }, 1 => 'onMessage'], -255);
  1280. $instance->addListener('kernel.request', [0 => function () {
  1281. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1282. }, 1 => 'onKernelRequest'], 48);
  1283. $instance->addListener('kernel.request', [0 => function () {
  1284. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1285. }, 1 => 'configure'], 2048);
  1286. $instance->addListener('console.command', [0 => function () {
  1287. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1288. }, 1 => 'configure'], 2048);
  1289. $instance->addListener('kernel.request', [0 => function () {
  1290. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1291. }, 1 => 'onKernelRequest'], 32);
  1292. $instance->addListener('kernel.finish_request', [0 => function () {
  1293. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1294. }, 1 => 'onKernelFinishRequest'], 0);
  1295. $instance->addListener('kernel.exception', [0 => function () {
  1296. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1297. }, 1 => 'onKernelException'], -64);
  1298. $instance->addListener('kernel.response', [0 => function () {
  1299. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1300. }, 1 => 'onKernelResponse'], 0);
  1301. $instance->addListener('kernel.request', [0 => function () {
  1302. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1303. }, 1 => 'onKernelRequest'], 128);
  1304. $instance->addListener('kernel.response', [0 => function () {
  1305. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1306. }, 1 => 'onKernelResponse'], -1000);
  1307. $instance->addListener('kernel.finish_request', [0 => function () {
  1308. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1309. }, 1 => 'onFinishRequest'], 0);
  1310. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1311. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1312. }, 1 => 'onMessageFailed'], 100);
  1313. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1314. return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1315. }, 1 => 'onMessageFailed'], 200);
  1316. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1317. return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1318. }, 1 => 'onMessageFailed'], -100);
  1319. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1320. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1321. }, 1 => 'onWorkerRunning'], 100);
  1322. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1323. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1324. }, 1 => 'onWorkerStarted'], 0);
  1325. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1326. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1327. }, 1 => 'onWorkerRunning'], 0);
  1328. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1329. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1330. }, 1 => 'onWorkerStarted'], 100);
  1331. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1332. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1333. }, 1 => 'onMessageFailed'], 0);
  1334. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1335. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1336. }, 1 => 'onWorkerRunning'], 0);
  1337. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1338. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1339. }, 1 => 'onNotification'], -255);
  1340. $instance->addListener('kernel.response', [0 => function () {
  1341. return ($this->privates['profiler_listener'] ?? $this->getProfilerListener2Service());
  1342. }, 1 => 'onKernelResponse'], -100);
  1343. $instance->addListener('kernel.exception', [0 => function () {
  1344. return ($this->privates['profiler_listener'] ?? $this->getProfilerListener2Service());
  1345. }, 1 => 'onKernelException'], 0);
  1346. $instance->addListener('kernel.terminate', [0 => function () {
  1347. return ($this->privates['profiler_listener'] ?? $this->getProfilerListener2Service());
  1348. }, 1 => 'onKernelTerminate'], -1024);
  1349. $instance->addListener('kernel.controller', [0 => function () {
  1350. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1351. }, 1 => 'onKernelController'], 0);
  1352. $instance->addListener('kernel.response', [0 => function () {
  1353. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1354. }, 1 => 'onKernelResponse'], 0);
  1355. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1356. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1357. }, 1 => 'onWorkerMessageHandled'], 0);
  1358. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1359. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1360. }, 1 => 'onWorkerMessageFailed'], 0);
  1361. $instance->addListener('console.command', [0 => function () {
  1362. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1363. }, 1 => 'configure'], 1024);
  1364. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1365. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1366. }, 1 => 'onMessage'], 0);
  1367. $instance->addListener('kernel.response', [0 => function () {
  1368. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1369. }, 1 => 'onKernelResponse'], -128);
  1370. $instance->addListener('kernel.finish_request', [0 => function () {
  1371. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1372. }, 1 => 'resetAssets'], 0);
  1373. $instance->addListener('kernel.response', [0 => function () {
  1374. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1375. }, 1 => 'onKernelResponse'], 0);
  1376. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1377. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1378. }, 1 => 'checkPassport'], 0);
  1379. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1380. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1381. }, 1 => 'onLoginSuccess'], 0);
  1382. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1383. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1384. }, 1 => 'onVoterVote'], 0);
  1385. $instance->addListener('kernel.request', [0 => function () {
  1386. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1387. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1388. $instance->addListener('kernel.request', [0 => function () {
  1389. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1390. }, 1 => 'onKernelRequest'], 8);
  1391. $instance->addListener('kernel.finish_request', [0 => function () {
  1392. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1393. }, 1 => 'onKernelFinishRequest'], 0);
  1394. $instance->addListener('console.command', [0 => function () {
  1395. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1396. }, 1 => 'onCommand'], 255);
  1397. $instance->addListener('console.terminate', [0 => function () {
  1398. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1399. }, 1 => 'onTerminate'], -255);
  1400. $instance->addListener('console.error', [0 => function () {
  1401. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1402. }, 1 => 'onConsoleError'], 0);
  1403. $instance->addListener('console.terminate', [0 => function () {
  1404. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1405. }, 1 => 'onConsoleTerminate'], 0);
  1406. $instance->addListener('kernel.controller', [0 => function () {
  1407. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1408. }, 1 => 'onKernelController'], 0);
  1409. $instance->addListener('kernel.controller', [0 => function () {
  1410. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1411. }, 1 => 'onKernelController'], 0);
  1412. $instance->addListener('kernel.controller', [0 => function () {
  1413. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1414. }, 1 => 'onKernelController'], -128);
  1415. $instance->addListener('kernel.view', [0 => function () {
  1416. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1417. }, 1 => 'onKernelView'], 0);
  1418. $instance->addListener('kernel.controller', [0 => function () {
  1419. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1420. }, 1 => 'onKernelController'], 0);
  1421. $instance->addListener('kernel.response', [0 => function () {
  1422. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1423. }, 1 => 'onKernelResponse'], 0);
  1424. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1425. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1426. }, 1 => 'onKernelControllerArguments'], 0);
  1427. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1428. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1429. }, 1 => 'onKernelControllerArguments'], 0);
  1430. $instance->addListener('kernel.request', [0 => function () {
  1431. return ($this->services['pn.entity_translations.locale_loader'] ?? $this->getPn_EntityTranslations_LocaleLoaderService());
  1432. }, 1 => 'onKernelRequest'], 0);
  1433. $instance->addListener('kernel.request', [0 => function () {
  1434. return ($this->privates['extension.listener'] ?? $this->getExtension_ListenerService());
  1435. }, 1 => 'onKernelRequest'], 0);
  1436. $instance->addListener('kernel.finish_request', [0 => function () {
  1437. return ($this->privates['extension.listener'] ?? $this->getExtension_ListenerService());
  1438. }, 1 => 'onLateKernelRequest'], 0);
  1439. $instance->addListener('change.order.status.after.online.payment', [0 => function () {
  1440. return ($this->privates['ChangeOrderPaymentStatusAfterOnlinePaymentListener'] ?? $this->load('getChangeOrderPaymentStatusAfterOnlinePaymentListener2Service'));
  1441. }, 1 => 'changeOrderStatus'], 1);
  1442. $instance->addListener('change.order.payment.status', [0 => function () {
  1443. return ($this->privates['ChangeOrderPaymentStatusListener'] ?? $this->load('getChangeOrderPaymentStatusListener2Service'));
  1444. }, 1 => 'changeOrderStatus'], 1);
  1445. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1446. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1447. }, 1 => 'checkPassport'], 512);
  1448. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1449. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1450. }, 1 => 'onLogout'], 0);
  1451. return $instance;
  1452. }
  1453. /**
  1454. * Gets the public 'http_kernel' shared service.
  1455. *
  1456. * @return \Symfony\Component\HttpKernel\HttpKernel
  1457. */
  1458. protected function getHttpKernelService()
  1459. {
  1460. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1461. if (isset($this->services['http_kernel'])) {
  1462. return $this->services['http_kernel'];
  1463. }
  1464. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1465. 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 () {
  1466. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1467. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1468. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1469. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1470. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1471. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1472. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1473. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1474. }, 8)), $b));
  1475. }
  1476. /**
  1477. * Gets the public 'messenger.default_bus' shared service.
  1478. *
  1479. * @return \Symfony\Component\Messenger\TraceableMessageBus
  1480. */
  1481. protected function getMessenger_DefaultBusService()
  1482. {
  1483. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1484. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1485. yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1486. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1487. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1488. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1489. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1490. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1491. }, 7)));
  1492. }
  1493. /**
  1494. * Gets the public 'pn.entity_translations.locale_loader' shared service.
  1495. *
  1496. * @return \PN\LocaleBundle\EventSubscriber\LocaleListener
  1497. */
  1498. protected function getPn_EntityTranslations_LocaleLoaderService()
  1499. {
  1500. return $this->services['pn.entity_translations.locale_loader'] = new \PN\LocaleBundle\EventSubscriber\LocaleListener(new \PN\LocaleBundle\Guesser\GuesserLoader(($this->privates['PN\\LocaleBundle\\Translator'] ?? $this->getTranslator2Service()), [0 => new \PN\LocaleBundle\Guesser\SymfonyTranslationGuesser(($this->services['translator'] ?? $this->getTranslatorService()))]));
  1501. }
  1502. /**
  1503. * Gets the public 'request_stack' shared service.
  1504. *
  1505. * @return \Symfony\Component\HttpFoundation\RequestStack
  1506. */
  1507. protected function getRequestStackService()
  1508. {
  1509. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1510. }
  1511. /**
  1512. * Gets the public 'router' shared service.
  1513. *
  1514. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1515. */
  1516. protected function getRouterService()
  1517. {
  1518. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1519. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1520. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1521. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1522. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1523. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1524. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1525. ], [
  1526. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1527. ]))->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, 'en');
  1528. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1529. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1530. return $instance;
  1531. }
  1532. /**
  1533. * Gets the public 'translator' shared service.
  1534. *
  1535. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1536. */
  1537. protected function getTranslatorService()
  1538. {
  1539. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1540. }
  1541. /**
  1542. * Gets the public 'var_dumper.cloner' shared service.
  1543. *
  1544. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1545. */
  1546. protected function getVarDumper_ClonerService()
  1547. {
  1548. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1549. $instance->setMaxItems(2500);
  1550. $instance->setMinDepth(1);
  1551. $instance->setMaxString(-1);
  1552. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1553. return $instance;
  1554. }
  1555. /**
  1556. * Gets the private '.debug.http_client' shared service.
  1557. *
  1558. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1559. */
  1560. protected function get_Debug_HttpClientService()
  1561. {
  1562. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1563. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1564. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1565. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1566. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1567. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1568. $a->setLogger($b);
  1569. 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))));
  1570. }
  1571. /**
  1572. * Gets the private '.service_locator.zJyh7qS' shared service.
  1573. *
  1574. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1575. */
  1576. protected function get_ServiceLocator_ZJyh7qSService()
  1577. {
  1578. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1579. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1580. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1581. ], [
  1582. 'security.firewall.map.context.dev' => '?',
  1583. 'security.firewall.map.context.main' => '?',
  1584. ]);
  1585. }
  1586. /**
  1587. * Gets the private 'App\BaseBundle\Listener\DoctrineExtensionListener' shared autowired service.
  1588. *
  1589. * @return \App\BaseBundle\Listener\DoctrineExtensionListener
  1590. */
  1591. protected function getDoctrineExtensionListenerService()
  1592. {
  1593. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1594. if (isset($this->privates['App\\BaseBundle\\Listener\\DoctrineExtensionListener'])) {
  1595. return $this->privates['App\\BaseBundle\\Listener\\DoctrineExtensionListener'];
  1596. }
  1597. return $this->privates['App\\BaseBundle\\Listener\\DoctrineExtensionListener'] = new \App\BaseBundle\Listener\DoctrineExtensionListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Gedmo\\Translatable\\TranslatableListener'] ?? $this->getTranslatableListenerService()), ($this->privates['Gedmo\\Loggable\\LoggableListener'] ?? $this->getLoggableListenerService()));
  1598. }
  1599. /**
  1600. * Gets the private 'Gedmo\Loggable\LoggableListener' shared autowired service.
  1601. *
  1602. * @return \Gedmo\Loggable\LoggableListener
  1603. */
  1604. protected function getLoggableListenerService()
  1605. {
  1606. $this->privates['Gedmo\\Loggable\\LoggableListener'] = $instance = new \Gedmo\Loggable\LoggableListener();
  1607. $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1608. return $instance;
  1609. }
  1610. /**
  1611. * Gets the private 'Gedmo\Translatable\TranslatableListener' shared autowired service.
  1612. *
  1613. * @return \Gedmo\Translatable\TranslatableListener
  1614. */
  1615. protected function getTranslatableListenerService()
  1616. {
  1617. $this->privates['Gedmo\\Translatable\\TranslatableListener'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  1618. $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1619. $instance->setDefaultLocale('en');
  1620. $instance->setTranslationFallback(false);
  1621. return $instance;
  1622. }
  1623. /**
  1624. * Gets the private 'PN\LocaleBundle\Translator' shared service.
  1625. *
  1626. * @return \PN\LocaleBundle\Translator
  1627. */
  1628. protected function getTranslator2Service()
  1629. {
  1630. $this->privates['PN\\LocaleBundle\\Translator'] = $instance = new \PN\LocaleBundle\Translator('en', 'en');
  1631. $instance->setPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1632. return $instance;
  1633. }
  1634. /**
  1635. * Gets the private 'ProfilerListener' shared autowired service.
  1636. *
  1637. * @return \App\BaseBundle\EventListener\ProfilerListener
  1638. */
  1639. protected function getProfilerListenerService()
  1640. {
  1641. return $this->privates['ProfilerListener'] = new \App\BaseBundle\EventListener\ProfilerListener(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1642. }
  1643. /**
  1644. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1645. *
  1646. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1647. */
  1648. protected function getResetAssetsEventListenerService()
  1649. {
  1650. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  1651. }
  1652. /**
  1653. * Gets the private 'annotations.cache_adapter' shared service.
  1654. *
  1655. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1656. */
  1657. protected function getAnnotations_CacheAdapterService()
  1658. {
  1659. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1660. }
  1661. /**
  1662. * Gets the private 'annotations.cached_reader' shared service.
  1663. *
  1664. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1665. */
  1666. protected function getAnnotations_CachedReaderService()
  1667. {
  1668. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1669. }
  1670. /**
  1671. * Gets the private 'annotations.reader' shared service.
  1672. *
  1673. * @return \Doctrine\Common\Annotations\AnnotationReader
  1674. */
  1675. protected function getAnnotations_ReaderService()
  1676. {
  1677. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1678. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1679. $a->registerUniqueLoader('class_exists');
  1680. $instance->addGlobalIgnoredName('required', $a);
  1681. return $instance;
  1682. }
  1683. /**
  1684. * Gets the private 'assets.packages' shared service.
  1685. *
  1686. * @return \Symfony\Component\Asset\Packages
  1687. */
  1688. protected function getAssets_PackagesService()
  1689. {
  1690. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1691. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\UrlPackage([0 => $this->getEnv('DEFAULT_URI')], new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), 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 () {
  1692. return new \EmptyIterator();
  1693. }, 0));
  1694. }
  1695. /**
  1696. * Gets the private 'cache.annotations' shared service.
  1697. *
  1698. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1699. */
  1700. protected function getCache_AnnotationsService()
  1701. {
  1702. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JwFvEMw7Gz', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1703. }
  1704. /**
  1705. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1706. *
  1707. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1708. */
  1709. protected function getCache_Doctrine_Orm_Default_QueryService()
  1710. {
  1711. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1712. }
  1713. /**
  1714. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1715. *
  1716. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1717. */
  1718. protected function getCache_Doctrine_Orm_Default_ResultService()
  1719. {
  1720. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1721. }
  1722. /**
  1723. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1724. *
  1725. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1726. */
  1727. protected function getCache_Messenger_RestartWorkersSignalService()
  1728. {
  1729. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('sJp0LQQSEk', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  1730. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1731. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1732. }
  1733. /**
  1734. * Gets the private 'cache.property_info' shared service.
  1735. *
  1736. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1737. */
  1738. protected function getCache_PropertyInfoService()
  1739. {
  1740. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QkeAJREJ++', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1741. }
  1742. /**
  1743. * Gets the private 'cache.security_expression_language' shared service.
  1744. *
  1745. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1746. */
  1747. protected function getCache_SecurityExpressionLanguageService()
  1748. {
  1749. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3CDDd2pwfC', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1750. }
  1751. /**
  1752. * Gets the private 'cache.security_token_verifier' shared service.
  1753. *
  1754. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1755. */
  1756. protected function getCache_SecurityTokenVerifierService()
  1757. {
  1758. return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jyENKWMb15', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1759. }
  1760. /**
  1761. * Gets the private 'cache.serializer' shared service.
  1762. *
  1763. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1764. */
  1765. protected function getCache_SerializerService()
  1766. {
  1767. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('m9mMm3jBrx', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1768. }
  1769. /**
  1770. * Gets the private 'cache.validator' shared service.
  1771. *
  1772. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1773. */
  1774. protected function getCache_ValidatorService()
  1775. {
  1776. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8Apy65+6Vz', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1777. }
  1778. /**
  1779. * Gets the private 'cache.webpack_encore' shared service.
  1780. *
  1781. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1782. */
  1783. protected function getCache_WebpackEncoreService()
  1784. {
  1785. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k4dJUTgJhe', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1786. }
  1787. /**
  1788. * Gets the private 'config_cache_factory' shared service.
  1789. *
  1790. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1791. */
  1792. protected function getConfigCacheFactoryService()
  1793. {
  1794. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1795. 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)));
  1796. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1797. }, 2));
  1798. }
  1799. /**
  1800. * Gets the private 'data_collector.form' shared service.
  1801. *
  1802. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1803. */
  1804. protected function getDataCollector_FormService()
  1805. {
  1806. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1807. }
  1808. /**
  1809. * Gets the private 'data_collector.request' shared service.
  1810. *
  1811. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1812. */
  1813. protected function getDataCollector_RequestService()
  1814. {
  1815. 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())));
  1816. }
  1817. /**
  1818. * Gets the private 'debug.debug_handlers_listener' shared service.
  1819. *
  1820. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1821. */
  1822. protected function getDebug_DebugHandlersListenerService()
  1823. {
  1824. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1825. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1826. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1827. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1828. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1829. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  1830. }
  1831. /**
  1832. * Gets the private 'debug.file_link_formatter' shared service.
  1833. *
  1834. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1835. */
  1836. protected function getDebug_FileLinkFormatterService()
  1837. {
  1838. 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 () {
  1839. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1840. });
  1841. }
  1842. /**
  1843. * Gets the private 'debug.log_processor' shared service.
  1844. *
  1845. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1846. */
  1847. protected function getDebug_LogProcessorService()
  1848. {
  1849. 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())));
  1850. }
  1851. /**
  1852. * Gets the private 'debug.security.access.decision_manager' shared service.
  1853. *
  1854. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1855. */
  1856. protected function getDebug_Security_Access_DecisionManagerService()
  1857. {
  1858. 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 () {
  1859. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1860. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1861. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1862. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1863. }
  1864. /**
  1865. * Gets the private 'debug.security.firewall' shared service.
  1866. *
  1867. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1868. */
  1869. protected function getDebug_Security_FirewallService()
  1870. {
  1871. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1872. if (isset($this->privates['debug.security.firewall'])) {
  1873. return $this->privates['debug.security.firewall'];
  1874. }
  1875. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1876. if (isset($this->privates['debug.security.firewall'])) {
  1877. return $this->privates['debug.security.firewall'];
  1878. }
  1879. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1880. }
  1881. /**
  1882. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1883. *
  1884. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1885. */
  1886. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1887. {
  1888. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1889. 'App\\UserBundle\\EventListener\\UserCountTotals' => ['privates', 'App\\UserBundle\\EventListener\\UserCountTotals', 'getUserCountTotalsService', true],
  1890. 'App\\UserBundle\\EventListener\\UserListener' => ['privates', 'App\\UserBundle\\EventListener\\UserListener', 'getUserListenerService', true],
  1891. 'CategorySubscriber' => ['privates', 'CategorySubscriber', 'getCategorySubscriberService', true],
  1892. 'CollectionSubscriber' => ['privates', 'CollectionSubscriber', 'getCollectionSubscriberService', true],
  1893. 'Gedmo\\Loggable\\LoggableListener' => ['privates', 'Gedmo\\Loggable\\LoggableListener', 'getLoggableListenerService', false],
  1894. 'Gedmo\\Translatable\\TranslatableListener' => ['privates', 'Gedmo\\Translatable\\TranslatableListener', 'getTranslatableListenerService', false],
  1895. 'OccasionSubscriber' => ['privates', 'OccasionSubscriber', 'getOccasionSubscriberService', true],
  1896. 'OrderStockSubscriber' => ['privates', 'OrderStockSubscriber', 'getOrderStockSubscriberService', true],
  1897. 'OrderSubscriber' => ['privates', 'OrderSubscriber', 'getOrderSubscriberService', true],
  1898. 'PN\\ServiceBundle\\EventListener\\DateTimeSubscriber' => ['privates', 'PN\\ServiceBundle\\EventListener\\DateTimeSubscriber', 'getDateTimeSubscriberService', true],
  1899. 'PN\\ServiceBundle\\EventListener\\UUIDGeneratorSubscriber' => ['privates', 'PN\\ServiceBundle\\EventListener\\UUIDGeneratorSubscriber', 'getUUIDGeneratorSubscriberService', true],
  1900. 'ProductMainImageSubscriber' => ['privates', 'ProductMainImageSubscriber', 'getProductMainImageSubscriberService', true],
  1901. 'ProductPriceSubscriber' => ['privates', 'ProductPriceSubscriber', 'getProductPriceSubscriberService', true],
  1902. 'ProductSearchIndexing' => ['privates', 'ProductSearchIndexing', 'getProductSearchIndexingService', true],
  1903. 'ProductSubscriber' => ['privates', 'ProductSubscriber', 'getProductSubscriberService', true],
  1904. 'ProductVariantSubscriber' => ['privates', 'ProductVariantSubscriber', 'getProductVariantSubscriberService', true],
  1905. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1906. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1907. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1908. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1909. 'doctrine.orm.listeners.resolve_target_entity' => ['privates', 'doctrine.orm.listeners.resolve_target_entity', 'getDoctrine_Orm_Listeners_ResolveTargetEntityService', true],
  1910. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  1911. 'gedmo.listener.loggable' => ['services', 'gedmo.listener.loggable', 'getGedmo_Listener_LoggableService', true],
  1912. 'pn.entity_translations.doctrine.translation_loader' => ['privates', 'pn.entity_translations.doctrine.translation_loader', 'getPn_EntityTranslations_Doctrine_TranslationLoaderService', true],
  1913. ], [
  1914. 'App\\UserBundle\\EventListener\\UserCountTotals' => '?',
  1915. 'App\\UserBundle\\EventListener\\UserListener' => '?',
  1916. 'CategorySubscriber' => '?',
  1917. 'CollectionSubscriber' => '?',
  1918. 'Gedmo\\Loggable\\LoggableListener' => '?',
  1919. 'Gedmo\\Translatable\\TranslatableListener' => '?',
  1920. 'OccasionSubscriber' => '?',
  1921. 'OrderStockSubscriber' => '?',
  1922. 'OrderSubscriber' => '?',
  1923. 'PN\\ServiceBundle\\EventListener\\DateTimeSubscriber' => '?',
  1924. 'PN\\ServiceBundle\\EventListener\\UUIDGeneratorSubscriber' => '?',
  1925. 'ProductMainImageSubscriber' => '?',
  1926. 'ProductPriceSubscriber' => '?',
  1927. 'ProductSearchIndexing' => '?',
  1928. 'ProductSubscriber' => '?',
  1929. 'ProductVariantSubscriber' => '?',
  1930. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1931. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1932. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1933. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1934. 'doctrine.orm.listeners.resolve_target_entity' => '?',
  1935. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1936. 'gedmo.listener.loggable' => '?',
  1937. 'pn.entity_translations.doctrine.translation_loader' => '?',
  1938. ]), [0 => 'App\\UserBundle\\EventListener\\UserCountTotals', 1 => 'App\\UserBundle\\EventListener\\UserListener', 2 => 'Gedmo\\Loggable\\LoggableListener', 3 => 'Gedmo\\Translatable\\TranslatableListener', 4 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 5 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 6 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 7 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 8 => 'PN\\ServiceBundle\\EventListener\\DateTimeSubscriber', 9 => 'PN\\ServiceBundle\\EventListener\\UUIDGeneratorSubscriber', 10 => 'pn.entity_translations.doctrine.translation_loader', 11 => 'gedmo.listener.loggable', 12 => 'ProductSearchIndexing', 13 => 'CategorySubscriber', 14 => 'CollectionSubscriber', 15 => 'OccasionSubscriber', 16 => 'ProductMainImageSubscriber', 17 => 'ProductSubscriber', 18 => 'ProductVariantSubscriber', 19 => 'ProductPriceSubscriber', 20 => 'OrderSubscriber', 21 => 'OrderStockSubscriber', 22 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.listeners.resolve_target_entity'], 23 => [0 => [0 => 'onClassMetadataNotFound'], 1 => 'doctrine.orm.listeners.resolve_target_entity'], 24 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1939. }
  1940. /**
  1941. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  1942. *
  1943. * @return \Doctrine\Migrations\DependencyFactory
  1944. */
  1945. protected function getDoctrine_Migrations_DependencyFactoryService()
  1946. {
  1947. $a = new \Doctrine\Migrations\Configuration\Configuration();
  1948. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  1949. $a->setAllOrNothing(false);
  1950. $a->setCheckDatabasePlatform(true);
  1951. $a->setTransactional(true);
  1952. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  1953. $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()));
  1954. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  1955. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  1956. });
  1957. return $instance;
  1958. }
  1959. /**
  1960. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1961. *
  1962. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1963. */
  1964. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1965. {
  1966. 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).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/perfectneeds/locale-bundle/Entity'), 2 => (\dirname(__DIR__, 4).'/vendor/perfectneeds/content-multi-lang-bundle/Entity'), 3 => (\dirname(__DIR__, 4).'/vendor/perfectneeds/seo-multi-lang-bundle/Entity'), 4 => (\dirname(__DIR__, 4).'/src/ContentBundle/Entity'), 5 => (\dirname(__DIR__, 4).'/src/SeoBundle/Entity'), 6 => (\dirname(__DIR__, 4).'/src/MediaBundle/Entity'), 7 => (\dirname(__DIR__, 4).'/src/CMSBundle/Entity'), 8 => (\dirname(__DIR__, 4).'/src/UserBundle/Entity'), 9 => (\dirname(__DIR__, 4).'/src/ProductBundle/Entity'), 10 => (\dirname(__DIR__, 4).'/src/CurrencyBundle/Entity'), 11 => (\dirname(__DIR__, 4).'/src/ECommerceBundle/Entity'), 12 => (\dirname(__DIR__, 4).'/src/OnlinePaymentBundle/Entity'), 13 => (\dirname(__DIR__, 4).'/src/ShippingBundle/Entity'), 14 => (\dirname(__DIR__, 4).'/src/VendorBundle/Entity'), 15 => (\dirname(__DIR__, 4).'/src/NewShippingBundle/Entity'), 16 => (\dirname(__DIR__, 4).'/src/ThreeSixtyViewBundle/Entity')], false);
  1967. }
  1968. /**
  1969. * Gets the private 'exception_listener' shared service.
  1970. *
  1971. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1972. */
  1973. protected function getExceptionListenerService()
  1974. {
  1975. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1976. }
  1977. /**
  1978. * Gets the private 'extension.listener' shared autowired service.
  1979. *
  1980. * @return \App\BaseBundle\Listener\DoctrineExtensionListener
  1981. */
  1982. protected function getExtension_ListenerService()
  1983. {
  1984. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1985. if (isset($this->privates['extension.listener'])) {
  1986. return $this->privates['extension.listener'];
  1987. }
  1988. return $this->privates['extension.listener'] = new \App\BaseBundle\Listener\DoctrineExtensionListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Gedmo\\Translatable\\TranslatableListener'] ?? $this->getTranslatableListenerService()), ($this->privates['Gedmo\\Loggable\\LoggableListener'] ?? $this->getLoggableListenerService()));
  1989. }
  1990. /**
  1991. * Gets the private 'fragment.listener' shared service.
  1992. *
  1993. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  1994. */
  1995. protected function getFragment_ListenerService()
  1996. {
  1997. 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');
  1998. }
  1999. /**
  2000. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2001. *
  2002. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2003. */
  2004. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2005. {
  2006. 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())));
  2007. }
  2008. /**
  2009. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2010. *
  2011. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2012. */
  2013. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2014. {
  2015. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2016. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2017. return $this->privates['framework_extra_bundle.event.is_granted'];
  2018. }
  2019. 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);
  2020. }
  2021. /**
  2022. * Gets the private 'locale_aware_listener' shared service.
  2023. *
  2024. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2025. */
  2026. protected function getLocaleAwareListenerService()
  2027. {
  2028. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2029. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2030. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2031. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2032. }
  2033. /**
  2034. * Gets the private 'locale_listener' shared service.
  2035. *
  2036. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2037. */
  2038. protected function getLocaleListenerService()
  2039. {
  2040. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2041. }
  2042. /**
  2043. * Gets the private 'monolog.handler.console' shared service.
  2044. *
  2045. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2046. */
  2047. protected function getMonolog_Handler_ConsoleService()
  2048. {
  2049. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  2050. }
  2051. /**
  2052. * Gets the private 'monolog.handler.main' shared service.
  2053. *
  2054. * @return \Monolog\Handler\StreamHandler
  2055. */
  2056. protected function getMonolog_Handler_MainService()
  2057. {
  2058. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  2059. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2060. return $instance;
  2061. }
  2062. /**
  2063. * Gets the private 'monolog.logger' shared service.
  2064. *
  2065. * @return \Symfony\Bridge\Monolog\Logger
  2066. */
  2067. protected function getMonolog_LoggerService()
  2068. {
  2069. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2070. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2071. $instance->useMicrosecondTimestamps(true);
  2072. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2073. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2074. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2075. return $instance;
  2076. }
  2077. /**
  2078. * Gets the private 'monolog.logger.cache' shared service.
  2079. *
  2080. * @return \Symfony\Bridge\Monolog\Logger
  2081. */
  2082. protected function getMonolog_Logger_CacheService()
  2083. {
  2084. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2085. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2086. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2087. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2088. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2089. return $instance;
  2090. }
  2091. /**
  2092. * Gets the private 'monolog.logger.request' shared service.
  2093. *
  2094. * @return \Symfony\Bridge\Monolog\Logger
  2095. */
  2096. protected function getMonolog_Logger_RequestService()
  2097. {
  2098. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2099. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2100. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2101. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2102. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2103. return $instance;
  2104. }
  2105. /**
  2106. * Gets the private 'monolog.logger.security' shared service.
  2107. *
  2108. * @return \Symfony\Bridge\Monolog\Logger
  2109. */
  2110. protected function getMonolog_Logger_SecurityService()
  2111. {
  2112. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2113. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2114. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2115. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2116. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2117. return $instance;
  2118. }
  2119. /**
  2120. * Gets the private 'parameter_bag' shared service.
  2121. *
  2122. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2123. */
  2124. protected function getParameterBagService()
  2125. {
  2126. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2127. }
  2128. /**
  2129. * Gets the private 'pn.kernel.request' shared autowired service.
  2130. *
  2131. * @return \App\BaseBundle\Listener\KernelRequestListener
  2132. */
  2133. protected function getPn_Kernel_RequestService()
  2134. {
  2135. return $this->privates['pn.kernel.request'] = new \App\BaseBundle\Listener\KernelRequestListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2136. }
  2137. /**
  2138. * Gets the private 'pn.seo.listener.redirect' shared autowired service.
  2139. *
  2140. * @return \PN\SeoBundle\Listener\RedirectListener
  2141. */
  2142. protected function getPn_Seo_Listener_RedirectService()
  2143. {
  2144. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2145. if (isset($this->privates['pn.seo.listener.redirect'])) {
  2146. return $this->privates['pn.seo.listener.redirect'];
  2147. }
  2148. return $this->privates['pn.seo.listener.redirect'] = new \PN\SeoBundle\Listener\RedirectListener($a);
  2149. }
  2150. /**
  2151. * Gets the private 'profiler_listener' shared service.
  2152. *
  2153. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2154. */
  2155. protected function getProfilerListener2Service()
  2156. {
  2157. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2158. if (isset($this->privates['profiler_listener'])) {
  2159. return $this->privates['profiler_listener'];
  2160. }
  2161. 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);
  2162. }
  2163. /**
  2164. * Gets the private 'property_accessor' shared service.
  2165. *
  2166. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2167. */
  2168. protected function getPropertyAccessorService()
  2169. {
  2170. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2171. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  2172. }
  2173. /**
  2174. * Gets the private 'property_info' shared service.
  2175. *
  2176. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2177. */
  2178. protected function getPropertyInfoService()
  2179. {
  2180. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2181. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2182. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2183. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2184. }, 3), new RewindableGenerator(function () {
  2185. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2186. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2187. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2188. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2189. }, 4), new RewindableGenerator(function () {
  2190. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2191. }, 1), new RewindableGenerator(function () {
  2192. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2193. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2194. }, 2), new RewindableGenerator(function () {
  2195. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2196. }, 1));
  2197. }
  2198. /**
  2199. * Gets the private 'router.expression_language_provider' shared service.
  2200. *
  2201. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2202. */
  2203. protected function getRouter_ExpressionLanguageProviderService()
  2204. {
  2205. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2206. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2207. ], [
  2208. 'env' => 'Closure',
  2209. ]));
  2210. }
  2211. /**
  2212. * Gets the private 'router.request_context' shared service.
  2213. *
  2214. * @return \Symfony\Component\Routing\RequestContext
  2215. */
  2216. protected function getRouter_RequestContextService()
  2217. {
  2218. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('DEFAULT_URI'), 'localhost', 'http', 80, 443);
  2219. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2220. return $instance;
  2221. }
  2222. /**
  2223. * Gets the private 'router_listener' shared service.
  2224. *
  2225. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2226. */
  2227. protected function getRouterListenerService()
  2228. {
  2229. 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);
  2230. }
  2231. /**
  2232. * Gets the private 'security.context_listener.0' shared service.
  2233. *
  2234. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2235. */
  2236. protected function getSecurity_ContextListener_0Service()
  2237. {
  2238. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  2239. if (isset($this->privates['security.context_listener.0'])) {
  2240. return $this->privates['security.context_listener.0'];
  2241. }
  2242. return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2243. yield 0 => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
  2244. yield 1 => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->load('getSecurity_User_Provider_Concrete_InMemoryService'));
  2245. yield 2 => ($this->privates['App\\UserBundle\\Security\\UserProvider'] ?? $this->load('getUserProviderService'));
  2246. }, 3), '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']);
  2247. }
  2248. /**
  2249. * Gets the private 'security.event_dispatcher.main' shared service.
  2250. *
  2251. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2252. */
  2253. protected function getSecurity_EventDispatcher_MainService()
  2254. {
  2255. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2256. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2257. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2258. }, 1 => 'onSuccessfulLogin'], 0);
  2259. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2260. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2261. }, 1 => 'onLogout'], 64);
  2262. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2263. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2264. }, 1 => 'onLogout'], 0);
  2265. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2266. return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2267. }, 1 => 'onSuccessfulLogin'], -32);
  2268. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2269. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2270. }, 1 => 'onSuccessfulLogin'], -64);
  2271. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  2272. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2273. }, 1 => 'clearCookie'], 0);
  2274. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2275. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2276. }, 1 => 'clearCookie'], 0);
  2277. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
  2278. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2279. }, 1 => 'clearCookie'], 0);
  2280. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2281. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2282. }, 1 => 'preCheckCredentials'], 256);
  2283. $instance->addListener('security.authentication.success', [0 => function () {
  2284. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2285. }, 1 => 'postCheckCredentials'], 256);
  2286. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2287. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2288. }, 1 => 'checkPassport'], 1024);
  2289. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2290. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2291. }, 1 => 'checkPassport'], 0);
  2292. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2293. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2294. }, 1 => 'onLoginSuccess'], 0);
  2295. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2296. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2297. }, 1 => 'checkPassport'], 512);
  2298. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2299. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2300. }, 1 => 'onLogout'], 0);
  2301. return $instance;
  2302. }
  2303. /**
  2304. * Gets the private 'security.firewall.map' shared service.
  2305. *
  2306. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2307. */
  2308. protected function getSecurity_Firewall_MapService()
  2309. {
  2310. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2311. if (isset($this->privates['security.firewall.map'])) {
  2312. return $this->privates['security.firewall.map'];
  2313. }
  2314. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2315. 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)/')));
  2316. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2317. }, 2));
  2318. }
  2319. /**
  2320. * Gets the private 'security.logout_url_generator' shared service.
  2321. *
  2322. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2323. */
  2324. protected function getSecurity_LogoutUrlGeneratorService()
  2325. {
  2326. $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()));
  2327. $instance->registerListener('main', 'app_user_logout', 'logout', '_csrf_token', NULL, NULL);
  2328. return $instance;
  2329. }
  2330. /**
  2331. * Gets the private 'security.role_hierarchy' shared service.
  2332. *
  2333. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2334. */
  2335. protected function getSecurity_RoleHierarchyService()
  2336. {
  2337. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2338. }
  2339. /**
  2340. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2341. *
  2342. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2343. */
  2344. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2345. {
  2346. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2347. }
  2348. /**
  2349. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2350. *
  2351. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2352. */
  2353. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2354. {
  2355. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2356. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2357. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2358. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2359. }
  2360. /**
  2361. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2362. *
  2363. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2364. */
  2365. protected function getSensioFrameworkExtra_Security_ListenerService()
  2366. {
  2367. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2368. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2369. return $this->privates['sensio_framework_extra.security.listener'];
  2370. }
  2371. 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()));
  2372. }
  2373. /**
  2374. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2375. *
  2376. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2377. */
  2378. protected function getSensioFrameworkExtra_View_ListenerService()
  2379. {
  2380. $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))));
  2381. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2382. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2383. ], [
  2384. 'twig' => '?',
  2385. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2386. return $instance;
  2387. }
  2388. /**
  2389. * Gets the private 'session_listener' shared service.
  2390. *
  2391. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2392. */
  2393. protected function getSessionListenerService()
  2394. {
  2395. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2396. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2397. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2398. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2399. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2400. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2401. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2402. ], [
  2403. 'initialized_session' => '?',
  2404. 'logger' => '?',
  2405. 'request_stack' => '?',
  2406. 'session' => '?',
  2407. 'session_collector' => '?',
  2408. 'session_factory' => '?',
  2409. ]), true, $this->parameters['session.storage.options']);
  2410. }
  2411. /**
  2412. * Gets the private 'translator.default' shared service.
  2413. *
  2414. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2415. */
  2416. protected function getTranslator_DefaultService()
  2417. {
  2418. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2419. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2420. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2421. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2422. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2423. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2424. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2425. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2426. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2427. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2428. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2429. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2430. ], [
  2431. 'translation.loader.csv' => '?',
  2432. 'translation.loader.dat' => '?',
  2433. 'translation.loader.ini' => '?',
  2434. 'translation.loader.json' => '?',
  2435. 'translation.loader.mo' => '?',
  2436. 'translation.loader.php' => '?',
  2437. 'translation.loader.po' => '?',
  2438. 'translation.loader.qt' => '?',
  2439. 'translation.loader.res' => '?',
  2440. 'translation.loader.xliff' => '?',
  2441. 'translation.loader.yml' => '?',
  2442. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['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).'/src/OnlinePaymentBundle/Resources/translations/messages.ar.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/messages.ar.php')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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).'/src/OnlinePaymentBundle/Resources/translations/messages.en.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/messages.en.php')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], '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).'/src/OnlinePaymentBundle/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/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/debug-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/perfectneeds/service-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/perfectneeds/media-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/perfectneeds/locale-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/perfectneeds/content-multi-lang-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/perfectneeds/seo-multi-lang-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/src/ContentBundle/translations'), 24 => (\dirname(__DIR__, 4).'/src/SeoBundle/translations'), 25 => (\dirname(__DIR__, 4).'/src/MediaBundle/translations'), 26 => (\dirname(__DIR__, 4).'/src/BaseBundle/translations'), 27 => (\dirname(__DIR__, 4).'/src/CMSBundle/translations'), 28 => (\dirname(__DIR__, 4).'/src/UserBundle/translations'), 29 => (\dirname(__DIR__, 4).'/src/HomeBundle/translations'), 30 => (\dirname(__DIR__, 4).'/src/ProductBundle/translations'), 31 => (\dirname(__DIR__, 4).'/src/CurrencyBundle/translations'), 32 => (\dirname(__DIR__, 4).'/src/ECommerceBundle/translations'), 33 => (\dirname(__DIR__, 4).'/src/CustomBundle/translations'), 34 => (\dirname(__DIR__, 4).'/src/ShippingBundle/translations'), 35 => (\dirname(__DIR__, 4).'/src/ReportBundle/translations'), 36 => (\dirname(__DIR__, 4).'/src/VendorBundle/translations'), 37 => (\dirname(__DIR__, 4).'/src/NewShippingBundle/translations'), 38 => (\dirname(__DIR__, 4).'/src/ThreeSixtyViewBundle/translations'), 39 => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 40 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/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 => 'src/OnlinePaymentBundle/Resources/translations', 4 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/doctrine/doctrine-bundle/translations', 8 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 9 => 'vendor/symfony/debug-bundle/translations', 10 => 'vendor/symfony/twig-bundle/translations', 11 => 'vendor/symfony/web-profiler-bundle/translations', 12 => 'vendor/symfony/webpack-encore-bundle/src/translations', 13 => 'vendor/twig/extra-bundle/translations', 14 => 'vendor/symfony/security-bundle/translations', 15 => 'vendor/symfony/monolog-bundle/translations', 16 => 'vendor/symfony/maker-bundle/src/translations', 17 => 'vendor/sensio/framework-extra-bundle/src/translations', 18 => 'vendor/perfectneeds/service-bundle/translations', 19 => 'vendor/perfectneeds/media-bundle/translations', 20 => 'vendor/perfectneeds/locale-bundle/translations', 21 => 'vendor/perfectneeds/content-multi-lang-bundle/translations', 22 => 'vendor/perfectneeds/seo-multi-lang-bundle/translations', 23 => 'src/ContentBundle/translations', 24 => 'src/SeoBundle/translations', 25 => 'src/MediaBundle/translations', 26 => 'src/BaseBundle/translations', 27 => 'src/CMSBundle/translations', 28 => 'src/UserBundle/translations', 29 => 'src/HomeBundle/translations', 30 => 'src/ProductBundle/translations', 31 => 'src/CurrencyBundle/translations', 32 => 'src/ECommerceBundle/translations', 33 => 'src/CustomBundle/translations', 34 => 'src/ShippingBundle/translations', 35 => 'src/ReportBundle/translations', 36 => 'src/VendorBundle/translations', 37 => 'src/NewShippingBundle/translations', 38 => 'src/ThreeSixtyViewBundle/translations', 39 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations', 40 => 'vendor/doctrine/doctrine-fixtures-bundle/translations']]], []);
  2443. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2444. $instance->setFallbackLocales([0 => 'en']);
  2445. return $instance;
  2446. }
  2447. /**
  2448. * Gets the private 'validator.builder' shared service.
  2449. *
  2450. * @return \Symfony\Component\Validator\ValidatorBuilder
  2451. */
  2452. protected function getValidator_BuilderService()
  2453. {
  2454. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2455. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2456. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2457. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2458. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2459. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2460. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2461. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2462. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2463. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2464. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2465. ], [
  2466. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2467. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2468. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2469. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2470. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2471. 'doctrine.orm.validator.unique' => '?',
  2472. 'security.validator.user_password' => '?',
  2473. 'validator.expression' => '?',
  2474. ])));
  2475. if ($this->has('translator')) {
  2476. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2477. }
  2478. $instance->setTranslationDomain('validators');
  2479. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2480. $instance->enableAnnotationMapping(true);
  2481. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2482. $instance->addMethodMapping('loadValidatorMetadata');
  2483. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2484. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2485. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2486. return $instance;
  2487. }
  2488. /**
  2489. * Gets the private 'var_dumper.html_dumper' shared service.
  2490. *
  2491. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2492. */
  2493. protected function getVarDumper_HtmlDumperService()
  2494. {
  2495. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2496. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2497. return $instance;
  2498. }
  2499. /**
  2500. * Gets the private 'var_dumper.server_connection' shared service.
  2501. *
  2502. * @return \Symfony\Component\VarDumper\Server\Connection
  2503. */
  2504. protected function getVarDumper_ServerConnectionService()
  2505. {
  2506. 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()]);
  2507. }
  2508. /**
  2509. * Gets the private 'web_profiler.csp.handler' shared service.
  2510. *
  2511. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2512. */
  2513. protected function getWebProfiler_Csp_HandlerService()
  2514. {
  2515. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2516. }
  2517. /**
  2518. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2519. *
  2520. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2521. */
  2522. protected function getWebProfiler_DebugToolbarService()
  2523. {
  2524. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2525. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2526. return $this->privates['web_profiler.debug_toolbar'];
  2527. }
  2528. 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()));
  2529. }
  2530. /**
  2531. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2532. *
  2533. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2534. */
  2535. protected function getWebpackEncore_EntrypointLookupCollectionService()
  2536. {
  2537. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2538. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  2539. ], [
  2540. '_default' => '?',
  2541. ]), '_default');
  2542. }
  2543. /**
  2544. * Gets the public 'cache_clearer' alias.
  2545. *
  2546. * @return object The ".container.private.cache_clearer" service.
  2547. */
  2548. protected function getCacheClearerService()
  2549. {
  2550. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2551. return $this->get('.container.private.cache_clearer');
  2552. }
  2553. /**
  2554. * Gets the public 'filesystem' alias.
  2555. *
  2556. * @return object The ".container.private.filesystem" service.
  2557. */
  2558. protected function getFilesystemService()
  2559. {
  2560. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2561. return $this->get('.container.private.filesystem');
  2562. }
  2563. /**
  2564. * Gets the public 'serializer' alias.
  2565. *
  2566. * @return object The ".container.private.serializer" service.
  2567. */
  2568. protected function getSerializerService()
  2569. {
  2570. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2571. return $this->get('.container.private.serializer');
  2572. }
  2573. /**
  2574. * Gets the public 'security.csrf.token_manager' alias.
  2575. *
  2576. * @return object The ".container.private.security.csrf.token_manager" service.
  2577. */
  2578. protected function getSecurity_Csrf_TokenManagerService()
  2579. {
  2580. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2581. return $this->get('.container.private.security.csrf.token_manager');
  2582. }
  2583. /**
  2584. * Gets the public 'form.factory' alias.
  2585. *
  2586. * @return object The ".container.private.form.factory" service.
  2587. */
  2588. protected function getForm_FactoryService()
  2589. {
  2590. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2591. return $this->get('.container.private.form.factory');
  2592. }
  2593. /**
  2594. * Gets the public 'form.type.file' alias.
  2595. *
  2596. * @return object The ".container.private.form.type.file" service.
  2597. */
  2598. protected function getForm_Type_FileService()
  2599. {
  2600. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2601. return $this->get('.container.private.form.type.file');
  2602. }
  2603. /**
  2604. * Gets the public 'profiler' alias.
  2605. *
  2606. * @return object The ".container.private.profiler" service.
  2607. */
  2608. protected function getProfilerService()
  2609. {
  2610. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2611. return $this->get('.container.private.profiler');
  2612. }
  2613. /**
  2614. * Gets the public 'twig' alias.
  2615. *
  2616. * @return object The ".container.private.twig" service.
  2617. */
  2618. protected function getTwigService()
  2619. {
  2620. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2621. return $this->get('.container.private.twig');
  2622. }
  2623. /**
  2624. * Gets the public 'security.authorization_checker' alias.
  2625. *
  2626. * @return object The ".container.private.security.authorization_checker" service.
  2627. */
  2628. protected function getSecurity_AuthorizationCheckerService()
  2629. {
  2630. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2631. return $this->get('.container.private.security.authorization_checker');
  2632. }
  2633. /**
  2634. * Gets the public 'security.token_storage' alias.
  2635. *
  2636. * @return object The ".container.private.security.token_storage" service.
  2637. */
  2638. protected function getSecurity_TokenStorageService()
  2639. {
  2640. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2641. return $this->get('.container.private.security.token_storage');
  2642. }
  2643. /**
  2644. * Gets the public 'security.password_encoder' alias.
  2645. *
  2646. * @return object The ".container.private.security.password_encoder" service.
  2647. */
  2648. protected function getSecurity_PasswordEncoderService()
  2649. {
  2650. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2651. return $this->get('.container.private.security.password_encoder');
  2652. }
  2653. /**
  2654. * Gets the public 'session' alias.
  2655. *
  2656. * @return object The ".container.private.session" service.
  2657. */
  2658. protected function getSessionService()
  2659. {
  2660. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2661. return $this->get('.container.private.session');
  2662. }
  2663. /**
  2664. * Gets the public 'validator' alias.
  2665. *
  2666. * @return object The ".container.private.validator" service.
  2667. */
  2668. protected function getValidatorService()
  2669. {
  2670. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2671. return $this->get('.container.private.validator');
  2672. }
  2673. /**
  2674. * @return array|bool|float|int|string|\UnitEnum|null
  2675. */
  2676. public function getParameter(string $name)
  2677. {
  2678. if (isset($this->buildParameters[$name])) {
  2679. return $this->buildParameters[$name];
  2680. }
  2681. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2682. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2683. }
  2684. if (isset($this->loadedDynamicParameters[$name])) {
  2685. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2686. }
  2687. return $this->parameters[$name];
  2688. }
  2689. public function hasParameter(string $name): bool
  2690. {
  2691. if (isset($this->buildParameters[$name])) {
  2692. return true;
  2693. }
  2694. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2695. }
  2696. public function setParameter(string $name, $value): void
  2697. {
  2698. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2699. }
  2700. public function getParameterBag(): ParameterBagInterface
  2701. {
  2702. if (null === $this->parameterBag) {
  2703. $parameters = $this->parameters;
  2704. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2705. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2706. }
  2707. foreach ($this->buildParameters as $name => $value) {
  2708. $parameters[$name] = $value;
  2709. }
  2710. $this->parameterBag = new FrozenParameterBag($parameters);
  2711. }
  2712. return $this->parameterBag;
  2713. }
  2714. private $loadedDynamicParameters = [
  2715. 'kernel.runtime_environment' => false,
  2716. 'kernel.build_dir' => false,
  2717. 'kernel.cache_dir' => false,
  2718. 'app.locales' => false,
  2719. 'mailer_user' => false,
  2720. 'website_name' => false,
  2721. 'default_uri' => false,
  2722. 'kernel.secret' => false,
  2723. 'debug.container.dump' => false,
  2724. 'serializer.mapping.cache.file' => false,
  2725. 'validator.mapping.cache.file' => false,
  2726. 'profiler.storage.dsn' => false,
  2727. 'doctrine.orm.proxy_dir' => false,
  2728. ];
  2729. private $dynamicParameters = [];
  2730. private function getDynamicParameter(string $name)
  2731. {
  2732. switch ($name) {
  2733. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2734. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2735. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2736. case 'app.locales': $value = $this->getEnv('APP_LOCALES'); break;
  2737. case 'mailer_user': $value = $this->getEnv('MAILER_USER'); break;
  2738. case 'website_name': $value = $this->getEnv('WEBSITE_NAME'); break;
  2739. case 'default_uri': $value = $this->getEnv('DEFAULT_URI'); break;
  2740. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2741. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2742. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2743. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2744. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2745. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2746. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2747. }
  2748. $this->loadedDynamicParameters[$name] = true;
  2749. return $this->dynamicParameters[$name] = $value;
  2750. }
  2751. protected function getDefaultParameters(): array
  2752. {
  2753. return [
  2754. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2755. 'kernel.environment' => 'dev',
  2756. 'kernel.debug' => true,
  2757. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2758. 'kernel.bundles' => [
  2759. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2760. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2761. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2762. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2763. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2764. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2765. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2766. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2767. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2768. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2769. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2770. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2771. 'PNServiceBundle' => 'PN\\ServiceBundle\\PNServiceBundle',
  2772. 'PNMediaBundle' => 'PN\\MediaBundle\\PNMediaBundle',
  2773. 'PNLocaleBundle' => 'PN\\LocaleBundle\\PNLocaleBundle',
  2774. 'PNContentBundle' => 'PN\\ContentBundle\\PNContentBundle',
  2775. 'PNSeoBundle' => 'PN\\SeoBundle\\PNSeoBundle',
  2776. 'ContentBundle' => 'App\\ContentBundle\\ContentBundle',
  2777. 'SeoBundle' => 'App\\SeoBundle\\SeoBundle',
  2778. 'MediaBundle' => 'App\\MediaBundle\\MediaBundle',
  2779. 'BaseBundle' => 'App\\BaseBundle\\BaseBundle',
  2780. 'CMSBundle' => 'App\\CMSBundle\\CMSBundle',
  2781. 'UserBundle' => 'App\\UserBundle\\UserBundle',
  2782. 'HomeBundle' => 'App\\HomeBundle\\HomeBundle',
  2783. 'ProductBundle' => 'App\\ProductBundle\\ProductBundle',
  2784. 'CurrencyBundle' => 'App\\CurrencyBundle\\CurrencyBundle',
  2785. 'ECommerceBundle' => 'App\\ECommerceBundle\\ECommerceBundle',
  2786. 'OnlinePaymentBundle' => 'App\\OnlinePaymentBundle\\OnlinePaymentBundle',
  2787. 'CustomBundle' => 'App\\CustomBundle\\CustomBundle',
  2788. 'ShippingBundle' => 'App\\ShippingBundle\\ShippingBundle',
  2789. 'ReportBundle' => 'App\\ReportBundle\\ReportBundle',
  2790. 'VendorBundle' => 'App\\VendorBundle\\VendorBundle',
  2791. 'NewShippingBundle' => 'App\\NewShippingBundle\\NewShippingBundle',
  2792. 'ThreeSixtyViewBundle' => 'App\\ThreeSixtyViewBundle\\ThreeSixtyViewBundle',
  2793. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  2794. 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  2795. 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2796. ],
  2797. 'kernel.bundles_metadata' => [
  2798. 'FrameworkBundle' => [
  2799. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2800. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2801. ],
  2802. 'DoctrineBundle' => [
  2803. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2804. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2805. ],
  2806. 'DoctrineMigrationsBundle' => [
  2807. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2808. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2809. ],
  2810. 'DebugBundle' => [
  2811. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2812. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2813. ],
  2814. 'TwigBundle' => [
  2815. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2816. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2817. ],
  2818. 'WebProfilerBundle' => [
  2819. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2820. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2821. ],
  2822. 'WebpackEncoreBundle' => [
  2823. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  2824. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  2825. ],
  2826. 'TwigExtraBundle' => [
  2827. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2828. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2829. ],
  2830. 'SecurityBundle' => [
  2831. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2832. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2833. ],
  2834. 'MonologBundle' => [
  2835. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2836. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2837. ],
  2838. 'MakerBundle' => [
  2839. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2840. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2841. ],
  2842. 'SensioFrameworkExtraBundle' => [
  2843. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2844. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2845. ],
  2846. 'PNServiceBundle' => [
  2847. 'path' => (\dirname(__DIR__, 4).'/vendor/perfectneeds/service-bundle'),
  2848. 'namespace' => 'PN\\ServiceBundle',
  2849. ],
  2850. 'PNMediaBundle' => [
  2851. 'path' => (\dirname(__DIR__, 4).'/vendor/perfectneeds/media-bundle'),
  2852. 'namespace' => 'PN\\MediaBundle',
  2853. ],
  2854. 'PNLocaleBundle' => [
  2855. 'path' => (\dirname(__DIR__, 4).'/vendor/perfectneeds/locale-bundle'),
  2856. 'namespace' => 'PN\\LocaleBundle',
  2857. ],
  2858. 'PNContentBundle' => [
  2859. 'path' => (\dirname(__DIR__, 4).'/vendor/perfectneeds/content-multi-lang-bundle'),
  2860. 'namespace' => 'PN\\ContentBundle',
  2861. ],
  2862. 'PNSeoBundle' => [
  2863. 'path' => (\dirname(__DIR__, 4).'/vendor/perfectneeds/seo-multi-lang-bundle'),
  2864. 'namespace' => 'PN\\SeoBundle',
  2865. ],
  2866. 'ContentBundle' => [
  2867. 'path' => (\dirname(__DIR__, 4).'/src/ContentBundle'),
  2868. 'namespace' => 'App\\ContentBundle',
  2869. ],
  2870. 'SeoBundle' => [
  2871. 'path' => (\dirname(__DIR__, 4).'/src/SeoBundle'),
  2872. 'namespace' => 'App\\SeoBundle',
  2873. ],
  2874. 'MediaBundle' => [
  2875. 'path' => (\dirname(__DIR__, 4).'/src/MediaBundle'),
  2876. 'namespace' => 'App\\MediaBundle',
  2877. ],
  2878. 'BaseBundle' => [
  2879. 'path' => (\dirname(__DIR__, 4).'/src/BaseBundle'),
  2880. 'namespace' => 'App\\BaseBundle',
  2881. ],
  2882. 'CMSBundle' => [
  2883. 'path' => (\dirname(__DIR__, 4).'/src/CMSBundle'),
  2884. 'namespace' => 'App\\CMSBundle',
  2885. ],
  2886. 'UserBundle' => [
  2887. 'path' => (\dirname(__DIR__, 4).'/src/UserBundle'),
  2888. 'namespace' => 'App\\UserBundle',
  2889. ],
  2890. 'HomeBundle' => [
  2891. 'path' => (\dirname(__DIR__, 4).'/src/HomeBundle'),
  2892. 'namespace' => 'App\\HomeBundle',
  2893. ],
  2894. 'ProductBundle' => [
  2895. 'path' => (\dirname(__DIR__, 4).'/src/ProductBundle'),
  2896. 'namespace' => 'App\\ProductBundle',
  2897. ],
  2898. 'CurrencyBundle' => [
  2899. 'path' => (\dirname(__DIR__, 4).'/src/CurrencyBundle'),
  2900. 'namespace' => 'App\\CurrencyBundle',
  2901. ],
  2902. 'ECommerceBundle' => [
  2903. 'path' => (\dirname(__DIR__, 4).'/src/ECommerceBundle'),
  2904. 'namespace' => 'App\\ECommerceBundle',
  2905. ],
  2906. 'OnlinePaymentBundle' => [
  2907. 'path' => (\dirname(__DIR__, 4).'/src/OnlinePaymentBundle'),
  2908. 'namespace' => 'App\\OnlinePaymentBundle',
  2909. ],
  2910. 'CustomBundle' => [
  2911. 'path' => (\dirname(__DIR__, 4).'/src/CustomBundle'),
  2912. 'namespace' => 'App\\CustomBundle',
  2913. ],
  2914. 'ShippingBundle' => [
  2915. 'path' => (\dirname(__DIR__, 4).'/src/ShippingBundle'),
  2916. 'namespace' => 'App\\ShippingBundle',
  2917. ],
  2918. 'ReportBundle' => [
  2919. 'path' => (\dirname(__DIR__, 4).'/src/ReportBundle'),
  2920. 'namespace' => 'App\\ReportBundle',
  2921. ],
  2922. 'VendorBundle' => [
  2923. 'path' => (\dirname(__DIR__, 4).'/src/VendorBundle'),
  2924. 'namespace' => 'App\\VendorBundle',
  2925. ],
  2926. 'NewShippingBundle' => [
  2927. 'path' => (\dirname(__DIR__, 4).'/src/NewShippingBundle'),
  2928. 'namespace' => 'App\\NewShippingBundle',
  2929. ],
  2930. 'ThreeSixtyViewBundle' => [
  2931. 'path' => (\dirname(__DIR__, 4).'/src/ThreeSixtyViewBundle'),
  2932. 'namespace' => 'App\\ThreeSixtyViewBundle',
  2933. ],
  2934. 'SymfonyCastsResetPasswordBundle' => [
  2935. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  2936. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  2937. ],
  2938. 'KnpUOAuth2ClientBundle' => [
  2939. 'path' => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  2940. 'namespace' => 'KnpU\\OAuth2ClientBundle',
  2941. ],
  2942. 'DoctrineFixturesBundle' => [
  2943. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2944. 'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2945. ],
  2946. ],
  2947. 'kernel.charset' => 'UTF-8',
  2948. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2949. 'locale' => 'en',
  2950. 'event_dispatcher.event_aliases' => [
  2951. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2952. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2953. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2954. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2955. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2956. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2957. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2958. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2959. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2960. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2961. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2962. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2963. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2964. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2965. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2966. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2967. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2968. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2969. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2970. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2971. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2972. ],
  2973. 'fragment.renderer.hinclude.global_template' => NULL,
  2974. 'fragment.path' => '/_fragment',
  2975. 'kernel.http_method_override' => true,
  2976. 'kernel.trusted_hosts' => [
  2977. ],
  2978. 'kernel.default_locale' => 'en',
  2979. 'kernel.enabled_locales' => [
  2980. ],
  2981. 'kernel.error_controller' => 'error_controller',
  2982. 'debug.file_link_format' => NULL,
  2983. 'asset.request_context.base_path' => NULL,
  2984. 'asset.request_context.secure' => NULL,
  2985. 'translator.logging' => false,
  2986. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2987. 'debug.error_handler.throw_at' => -1,
  2988. 'router.request_context.host' => 'localhost',
  2989. 'router.request_context.scheme' => 'http',
  2990. 'router.request_context.base_url' => '',
  2991. 'router.resource' => 'kernel::loadRoutes',
  2992. 'request_listener.http_port' => 80,
  2993. 'request_listener.https_port' => 443,
  2994. 'session.metadata.storage_key' => '_sf2_meta',
  2995. 'session.storage.options' => [
  2996. 'cache_limiter' => '0',
  2997. 'cookie_secure' => 'auto',
  2998. 'cookie_httponly' => true,
  2999. 'cookie_samesite' => 'lax',
  3000. 'gc_probability' => 1,
  3001. ],
  3002. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  3003. 'session.metadata.update_threshold' => 0,
  3004. 'form.type_extension.csrf.enabled' => true,
  3005. 'form.type_extension.csrf.field_name' => '_token',
  3006. 'validator.translation_domain' => 'validators',
  3007. 'profiler_listener.only_exceptions' => false,
  3008. 'profiler_listener.only_main_requests' => false,
  3009. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3010. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3011. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3012. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3013. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3014. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3015. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3016. 'doctrine.entity_managers' => [
  3017. 'default' => 'doctrine.orm.default_entity_manager',
  3018. ],
  3019. 'doctrine.default_entity_manager' => 'default',
  3020. 'doctrine.dbal.connection_factory.types' => [
  3021. ],
  3022. 'doctrine.connections' => [
  3023. 'default' => 'doctrine.dbal.default_connection',
  3024. ],
  3025. 'doctrine.default_connection' => 'default',
  3026. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3027. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3028. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3029. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3030. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3031. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3032. 'doctrine.orm.cache.memcache_host' => 'localhost',
  3033. 'doctrine.orm.cache.memcache_port' => 11211,
  3034. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3035. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3036. 'doctrine.orm.cache.memcached_host' => 'localhost',
  3037. 'doctrine.orm.cache.memcached_port' => 11211,
  3038. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3039. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3040. 'doctrine.orm.cache.redis_host' => 'localhost',
  3041. 'doctrine.orm.cache.redis_port' => 6379,
  3042. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3043. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3044. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3045. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3046. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3047. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3048. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3049. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3050. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3051. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3052. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3053. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3054. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3055. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3056. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3057. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3058. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3059. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3060. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3061. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3062. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3063. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3064. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  3065. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3066. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3067. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3068. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3069. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3070. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3071. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3072. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3073. 'doctrine.orm.auto_generate_proxy_classes' => true,
  3074. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  3075. 'doctrine.orm.proxy_namespace' => 'Proxies',
  3076. 'doctrine.migrations.preferred_em' => NULL,
  3077. 'doctrine.migrations.preferred_connection' => NULL,
  3078. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3079. 'twig.form.resources' => [
  3080. 0 => 'form_div_layout.html.twig',
  3081. 1 => 'form/fields.html.twig',
  3082. ],
  3083. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  3084. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  3085. 'web_profiler.debug_toolbar.mode' => 2,
  3086. 'security.role_hierarchy.roles' => [
  3087. 'ROLE_ADMIN' => [
  3088. 0 => 'ROLE_USER',
  3089. 1 => 'ROLE_IMAGE_GALLERY',
  3090. ],
  3091. 'ROLE_SUPER_ADMIN' => [
  3092. 0 => 'ROLE_ADMIN',
  3093. ],
  3094. ],
  3095. 'security.access.denied_url' => NULL,
  3096. 'security.authentication.manager.erase_credentials' => true,
  3097. 'security.authentication.session_strategy.strategy' => 'migrate',
  3098. 'security.access.always_authenticate_before_granting' => false,
  3099. 'security.authentication.hide_user_not_found' => true,
  3100. 'security.firewalls' => [
  3101. 0 => 'dev',
  3102. 1 => 'main',
  3103. ],
  3104. 'monolog.use_microseconds' => true,
  3105. 'monolog.swift_mailer.handlers' => [
  3106. ],
  3107. 'monolog.handlers_to_channels' => [
  3108. 'monolog.handler.console' => [
  3109. 'type' => 'exclusive',
  3110. 'elements' => [
  3111. 0 => 'event',
  3112. 1 => 'doctrine',
  3113. 2 => 'console',
  3114. ],
  3115. ],
  3116. 'monolog.handler.main' => [
  3117. 'type' => 'exclusive',
  3118. 'elements' => [
  3119. 0 => 'event',
  3120. ],
  3121. ],
  3122. ],
  3123. 'pn_media_image' => [
  3124. 'image_class' => 'App\\MediaBundle\\Entity\\Image',
  3125. 'mime_types' => [
  3126. 0 => 'image/gif',
  3127. 1 => 'image/jpeg',
  3128. 2 => 'image/jpg',
  3129. 3 => 'image/png',
  3130. ],
  3131. 'upload_paths' => [
  3132. 0 => [
  3133. 'id' => 99,
  3134. 'path' => 'site-setting',
  3135. 'validateSize' => false,
  3136. ],
  3137. 1 => [
  3138. 'id' => 100,
  3139. 'path' => 'banner',
  3140. 'validateSize' => false,
  3141. ],
  3142. 2 => [
  3143. 'id' => 101,
  3144. 'path' => 'category',
  3145. 'width' => 1000,
  3146. 'height' => 1000,
  3147. 'validateWidthAndHeight' => false,
  3148. 'validateSize' => false,
  3149. ],
  3150. 3 => [
  3151. 'id' => 102,
  3152. 'path' => 'product-variant',
  3153. 'width' => 1000,
  3154. 'height' => 1000,
  3155. 'validateWidthAndHeight' => false,
  3156. 'validateSize' => false,
  3157. ],
  3158. 4 => [
  3159. 'id' => 103,
  3160. 'path' => 'payment-method',
  3161. 'width' => 230,
  3162. 'height' => 70,
  3163. 'validateWidthAndHeight' => false,
  3164. 'validateSize' => false,
  3165. ],
  3166. 5 => [
  3167. 'id' => 104,
  3168. 'path' => 'vendor',
  3169. 'width' => 1000,
  3170. 'height' => 1000,
  3171. 'validateWidthAndHeight' => false,
  3172. 'validateSize' => false,
  3173. ],
  3174. ],
  3175. ],
  3176. 'pn_media_document' => [
  3177. 'document_class' => 'App\\MediaBundle\\Entity\\Document',
  3178. 'mime_types' => [
  3179. 0 => 'application/msword',
  3180. 1 => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
  3181. 2 => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
  3182. 3 => 'application/mspowerpoint',
  3183. 4 => 'application/powerpoint',
  3184. 5 => 'application/vnd.ms-powerpoint',
  3185. 6 => 'application/x-mspowerpoint',
  3186. 7 => 'application/pdf',
  3187. 8 => 'application/excel',
  3188. 9 => 'application/vnd.ms-excel',
  3189. 10 => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
  3190. ],
  3191. 'upload_paths' => [
  3192. ],
  3193. ],
  3194. 'pn_media_video' => [
  3195. 'mime_types' => [
  3196. 0 => 'video/mp4',
  3197. 1 => 'video/quicktime',
  3198. ],
  3199. 'upload_paths' => [
  3200. ],
  3201. ],
  3202. 'pn_content_post_class' => 'App\\ContentBundle\\Entity\\Post',
  3203. 'pn_content_post_translation_class' => 'App\\ContentBundle\\Entity\\Translation\\PostTranslation',
  3204. 'pn_content_image' => [
  3205. 'upload_paths' => [
  3206. 0 => [
  3207. 'id' => 80,
  3208. 'path' => 'dynamic-content',
  3209. ],
  3210. ],
  3211. ],
  3212. 'pn_content_document' => [
  3213. 'upload_paths' => [
  3214. 0 => [
  3215. 'id' => 80,
  3216. 'path' => 'dynamic-content',
  3217. ],
  3218. ],
  3219. ],
  3220. 'pn_seo_class' => 'App\\SeoBundle\\Entity\\Seo',
  3221. 'pn_seo_translation_class' => 'App\\SeoBundle\\Entity\\Translation\\SeoTranslation',
  3222. 'seo_bundle' => [
  3223. 'ga_code' => NULL,
  3224. ],
  3225. 'request_blocker_path' => (\dirname(__DIR__, 3).'/request-blocker/'),
  3226. 'data_collector.templates' => [
  3227. 'data_collector.request' => [
  3228. 0 => 'request',
  3229. 1 => '@WebProfiler/Collector/request.html.twig',
  3230. ],
  3231. 'data_collector.time' => [
  3232. 0 => 'time',
  3233. 1 => '@WebProfiler/Collector/time.html.twig',
  3234. ],
  3235. 'data_collector.memory' => [
  3236. 0 => 'memory',
  3237. 1 => '@WebProfiler/Collector/memory.html.twig',
  3238. ],
  3239. 'data_collector.validator' => [
  3240. 0 => 'validator',
  3241. 1 => '@WebProfiler/Collector/validator.html.twig',
  3242. ],
  3243. 'data_collector.ajax' => [
  3244. 0 => 'ajax',
  3245. 1 => '@WebProfiler/Collector/ajax.html.twig',
  3246. ],
  3247. 'data_collector.form' => [
  3248. 0 => 'form',
  3249. 1 => '@WebProfiler/Collector/form.html.twig',
  3250. ],
  3251. 'data_collector.exception' => [
  3252. 0 => 'exception',
  3253. 1 => '@WebProfiler/Collector/exception.html.twig',
  3254. ],
  3255. 'data_collector.logger' => [
  3256. 0 => 'logger',
  3257. 1 => '@WebProfiler/Collector/logger.html.twig',
  3258. ],
  3259. 'data_collector.events' => [
  3260. 0 => 'events',
  3261. 1 => '@WebProfiler/Collector/events.html.twig',
  3262. ],
  3263. 'data_collector.router' => [
  3264. 0 => 'router',
  3265. 1 => '@WebProfiler/Collector/router.html.twig',
  3266. ],
  3267. 'data_collector.cache' => [
  3268. 0 => 'cache',
  3269. 1 => '@WebProfiler/Collector/cache.html.twig',
  3270. ],
  3271. 'data_collector.translation' => [
  3272. 0 => 'translation',
  3273. 1 => '@WebProfiler/Collector/translation.html.twig',
  3274. ],
  3275. 'data_collector.security' => [
  3276. 0 => 'security',
  3277. 1 => '@Security/Collector/security.html.twig',
  3278. ],
  3279. 'data_collector.twig' => [
  3280. 0 => 'twig',
  3281. 1 => '@WebProfiler/Collector/twig.html.twig',
  3282. ],
  3283. 'data_collector.http_client' => [
  3284. 0 => 'http_client',
  3285. 1 => '@WebProfiler/Collector/http_client.html.twig',
  3286. ],
  3287. 'data_collector.doctrine' => [
  3288. 0 => 'db',
  3289. 1 => '@Doctrine/Collector/db.html.twig',
  3290. ],
  3291. 'doctrine_migrations.migrations_collector' => [
  3292. 0 => 'doctrine_migrations',
  3293. 1 => '@DoctrineMigrations/Collector/migrations.html.twig',
  3294. ],
  3295. 'data_collector.dump' => [
  3296. 0 => 'dump',
  3297. 1 => '@Debug/Profiler/dump.html.twig',
  3298. ],
  3299. 'data_collector.messenger' => [
  3300. 0 => 'messenger',
  3301. 1 => '@WebProfiler/Collector/messenger.html.twig',
  3302. ],
  3303. 'mailer.data_collector' => [
  3304. 0 => 'mailer',
  3305. 1 => '@WebProfiler/Collector/mailer.html.twig',
  3306. ],
  3307. 'notifier.data_collector' => [
  3308. 0 => 'notifier',
  3309. 1 => '@WebProfiler/Collector/notifier.html.twig',
  3310. ],
  3311. 'data_collector.config' => [
  3312. 0 => 'config',
  3313. 1 => '@WebProfiler/Collector/config.html.twig',
  3314. ],
  3315. ],
  3316. 'console.command.ids' => [
  3317. ],
  3318. ];
  3319. }
  3320. protected function throw($message)
  3321. {
  3322. throw new RuntimeException($message);
  3323. }
  3324. }