var/cache/dev/ContainerPYPndpx/App_KernelDevDebugContainer.php line 2022

Open in your IDE?
  1. <?php
  2. namespace ContainerPYPndpx;
  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.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37. '.container.private.twig' => 'get_Container_Private_TwigService',
  38. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39. 'Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController' => 'getPermalinkControllerService',
  40. 'cache.app' => 'getCache_AppService',
  41. 'cache.system' => 'getCache_SystemService',
  42. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43. 'data_collector.dump' => 'getDataCollector_DumpService',
  44. 'doctrine' => 'getDoctrineService',
  45. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47. 'event_dispatcher' => 'getEventDispatcherService',
  48. 'http_kernel' => 'getHttpKernelService',
  49. 'request_stack' => 'getRequestStackService',
  50. 'router' => 'getRouterService',
  51. 'translator' => 'getTranslatorService',
  52. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53. 'cache_clearer' => 'getCacheClearerService',
  54. 'filesystem' => 'getFilesystemService',
  55. 'serializer' => 'getSerializerService',
  56. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57. 'form.factory' => 'getForm_FactoryService',
  58. 'form.type.file' => 'getForm_Type_FileService',
  59. 'profiler' => 'getProfilerService',
  60. 'twig' => 'getTwigService',
  61. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  62. 'security.token_storage' => 'getSecurity_TokenStorageService',
  63. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64. 'session' => 'getSessionService',
  65. 'validator' => 'getValidatorService',
  66. ];
  67. $this->fileMap = [
  68. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  73. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  74. '.container.private.session' => 'get_Container_Private_SessionService',
  75. 'App\\Controller\\Admin\\CustomerController' => 'getCustomerControllerService',
  76. 'App\\Controller\\Admin\\InvoiceController' => 'getInvoiceControllerService',
  77. 'App\\Controller\\Admin\\OrderController' => 'getOrderControllerService',
  78. 'App\\Controller\\PickupDeliveryController' => 'getPickupDeliveryControllerService',
  79. 'App\\Controller\\RegisterController' => 'getRegisterControllerService',
  80. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\AdminUserCrudController' => 'getAdminUserCrudControllerService',
  81. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  82. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\EmbedController' => 'getEmbedControllerService',
  83. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\IconPackController' => 'getIconPackControllerService',
  84. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\LinkController' => 'getLinkControllerService',
  85. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\LoggedInController' => 'getLoggedInControllerService',
  86. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\MenuCrudController' => 'getMenuCrudControllerService',
  87. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\PageCrudController' => 'getPageCrudControllerService',
  88. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\PreferencesController' => 'getPreferencesControllerService',
  89. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\TranslationController' => 'getTranslationControllerService',
  90. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\UploadController' => 'getUploadControllerService',
  91. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\UploadCrudController' => 'getUploadCrudControllerService',
  92. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\UploadFolderCrudController' => 'getUploadFolderCrudControllerService',
  93. 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\VisualEditorController' => 'getVisualEditorControllerService',
  94. 'Boldr\\Cms\\CmsBundle\\Controller\\GeneralController' => 'getGeneralControllerService',
  95. 'Boldr\\Cms\\CmsBundle\\Controller\\PageController' => 'getPageControllerService',
  96. 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController' => 'getSearchControllerService',
  97. 'Boldr\\Cms\\CmsBundle\\Controller\\SitemapController' => 'getSitemapControllerService',
  98. 'Boldr\\Cms\\DebugBundle\\Controller\\AdminController' => 'getAdminControllerService',
  99. 'Boldr\\Cms\\JobsBundle\\Controller\\Admin\\JobOfferCrudController' => 'getJobOfferCrudControllerService',
  100. 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController' => 'getJobOfferControllerService',
  101. 'Boldr\\Cms\\MaintenanceBundle\\Controller\\Admin\\MaintenancePageCrudController' => 'getMaintenancePageCrudControllerService',
  102. 'Boldr\\Cms\\MollieBundle\\Controller\\MollieWebhookController' => 'getMollieWebhookControllerService',
  103. 'Boldr\\Cms\\OpeningHoursBundle\\Controller\\Admin\\OpeningHoursController' => 'getOpeningHoursControllerService',
  104. 'Boldr\\Cms\\PopupBundle\\Controller\\Admin\\PopupCrudController' => 'getPopupCrudControllerService',
  105. 'Boldr\\Cms\\SiteOptionsBundle\\Controller\\Admin\\SiteOptionsController' => 'getSiteOptionsControllerService',
  106. 'Boldr\\Cms\\UsersBundle\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  107. 'Boldr\\Cms\\UsersBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  108. 'Boldr\\Shop\\CloudPrntReceiptPrinterBundle\\Controller\\CloudPrntController' => 'getCloudPrntControllerService',
  109. 'Boldr\\Shop\\IngredientsBundle\\Controller\\Admin\\IngredientCrudController' => 'getIngredientCrudControllerService',
  110. 'Boldr\\Shop\\MultishopBundle\\Controller\\Admin\\ShopCrudController' => 'getShopCrudControllerService',
  111. 'Boldr\\Shop\\MultishopBundle\\Controller\\OrderController' => 'getOrderController2Service',
  112. 'Boldr\\Shop\\ReceiptPrinterBundle\\Controller\\Admin\\PrinterCrudController' => 'getPrinterCrudControllerService',
  113. 'Boldr\\Shop\\ReceiptPrinterBundle\\Controller\\Admin\\ReceiptCrudController' => 'getReceiptCrudControllerService',
  114. 'Boldr\\Shop\\ReceiptPrinterBundle\\Controller\\Admin\\ReprintController' => 'getReprintControllerService',
  115. 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\AttributeCrudController' => 'getAttributeCrudControllerService',
  116. 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\CategoryCrudController' => 'getCategoryCrudControllerService',
  117. 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\CustomerCrudController' => 'getCustomerCrudControllerService',
  118. 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\DiscountCrudController' => 'getDiscountCrudControllerService',
  119. 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\GroupCrudController' => 'getGroupCrudControllerService',
  120. 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\InvoiceCrudController' => 'getInvoiceCrudControllerService',
  121. 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\OptionCrudController' => 'getOptionCrudControllerService',
  122. 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\OrderCrudController' => 'getOrderCrudControllerService',
  123. 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\ProductCrudController' => 'getProductCrudControllerService',
  124. 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\ReportsController' => 'getReportsControllerService',
  125. 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController' => 'getCategoryControllerService',
  126. 'Boldr\\Shop\\ShopBundle\\Controller\\CustomerController' => 'getCustomerController2Service',
  127. 'Boldr\\Shop\\ShopBundle\\Controller\\InvoiceController' => 'getInvoiceController2Service',
  128. 'Boldr\\Shop\\ShopBundle\\Controller\\OrderController' => 'getOrderController3Service',
  129. 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController' => 'getProductControllerService',
  130. 'Boldr\\Shop\\ShopBundle\\Controller\\ShopController' => 'getShopControllerService',
  131. 'Boldr\\Shop\\SurchargeBundle\\Controller\\Admin\\SurchargeCrudController' => 'getSurchargeCrudControllerService',
  132. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  133. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  134. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  135. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  136. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  137. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  138. 'boldr_cms.homepage_provider.no_homepage_set' => 'getBoldrCms_HomepageProvider_NoHomepageSetService',
  139. 'cache.app_clearer' => 'getCache_AppClearerService',
  140. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  141. 'cache.system_clearer' => 'getCache_SystemClearerService',
  142. 'cache_warmer' => 'getCacheWarmerService',
  143. 'console.command_loader' => 'getConsole_CommandLoaderService',
  144. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  145. 'error_controller' => 'getErrorControllerService',
  146. 'routing.loader' => 'getRouting_LoaderService',
  147. 'services_resetter' => 'getServicesResetterService',
  148. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  149. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  150. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  151. ];
  152. $this->aliases = [
  153. 'App\\Kernel' => 'kernel',
  154. 'boldr_cms.homepage_provider.page' => 'Boldr\\Cms\\CmsBundle\\Controller\\PageController',
  155. 'database_connection' => 'doctrine.dbal.default_connection',
  156. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  157. ];
  158. $this->privates['service_container'] = function () {
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  165. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  173. include_once \dirname(__DIR__, 4).'/src/LogProcessor.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/Psr18Client.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/MailerHandler.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/RawMessage.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/Message.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/Email.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/BaseUrlProvider.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Content/ContentManager.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Controller/PermalinkController.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Cookies/CookieManager.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/EventSubscriber/CookieSubscriber.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/EventSubscriber/LocaleSubscriber.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Presenter/Attachment/AlignedAttachmentPresenterInterface.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Presenter/Attachment/AlignedAttachmentPresenter.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Presenter/Attachment/AttachmentPresenterInterface.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Presenter/Attachment/AttachmentPresenter.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Presenter/Menu/MenuPresenter.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/SiteConfiguration.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/SiteNameProviderInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/DefaultSiteNameProvider.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Upload/UploadStorageManager.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Storage/StorageBucketInterface.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Storage/MigrationUploadsStorageBucket.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Storage/AbstractFilesystemStorageBucket.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Storage/UploadsStorageBucket.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Storage/StorageBucketFactoryInterface.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Storage/DerivativesStorageBucketFactory.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Upload/ImageFormatter.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/src/ShopContext.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/OpeningHoursManager.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/boldr/site-options-bundle/src/SiteOptionValueService.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/boldr/multishop-bundle/src/Presenter/ShopPresenter.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/boldr/multishop-bundle/src/DefaultShop/DefaultShopProviderInterface.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/boldr/multishop-bundle/src/DefaultShop/ConfigurationDefaultShopProvider.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/boldr/maintenance-bundle/src/EventSubscriber/KernelEventSubscriber.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/boldr/maintenance-bundle/src/Presenter/MaintenancePagePresenter.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Twig/TwigAliasLoader.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  551. include_once \dirname(__DIR__, 4).'/src/TwigExtension.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Twig/TwigExtension.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Renderer/RendererInterface.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Renderer/HtmlRenderer.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/src/Twig/Extension.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/TwigExtension.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/Presenter/OpeningHoursPresenter.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/boldr/site-options-bundle/src/TwigExtension.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/boldr/multishop-bundle/src/TwigExtension.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/boldr/cookies-bundle/src/TwigExtension.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  575. };
  576. }
  577. public function compile(): void
  578. {
  579. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  580. }
  581. public function isCompiled(): bool
  582. {
  583. return true;
  584. }
  585. public function getRemovedIds(): array
  586. {
  587. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  588. }
  589. protected function load($file, $lazyLoad = true)
  590. {
  591. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  592. return $class::do($this, $lazyLoad);
  593. }
  594. if ('.' === $file[-4]) {
  595. $class = substr($class, 0, -4);
  596. } else {
  597. $file .= '.php';
  598. }
  599. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  600. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  601. }
  602. protected function createProxy($class, \Closure $factory)
  603. {
  604. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  605. return $factory();
  606. }
  607. /**
  608. * Gets the public '.container.private.profiler' shared service.
  609. *
  610. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  611. */
  612. protected function get_Container_Private_ProfilerService()
  613. {
  614. $a = ($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService());
  615. if (isset($this->services['.container.private.profiler'])) {
  616. return $this->services['.container.private.profiler'];
  617. }
  618. $b = new \Symfony\Bridge\Monolog\Logger('profiler');
  619. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  620. $b->pushProcessor(($this->privates['App\\LogProcessor'] ?? $this->getLogProcessorService()));
  621. $b->pushHandler($a);
  622. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  623. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $b, true);
  624. $c = ($this->services['kernel'] ?? $this->get('kernel'));
  625. $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  626. $e = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  627. $e->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  628. $e->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  629. $e->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  630. $e->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  631. $e->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  632. $e->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  633. $e->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  634. $e->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  635. $e->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  636. $e->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  637. $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  638. $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  639. $g = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
  640. $g->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  641. $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  642. if ($this->has('kernel')) {
  643. $h->setKernel($c);
  644. }
  645. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  646. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  647. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  648. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  649. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  650. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  651. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  652. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($b, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $d));
  653. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $d));
  654. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  655. $instance->add($e);
  656. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  657. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  658. $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())));
  659. $instance->add($f);
  660. $instance->add($g);
  661. $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  662. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  663. $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()))));
  664. $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()))));
  665. $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  666. $instance->add($h);
  667. return $instance;
  668. }
  669. /**
  670. * Gets the public '.container.private.security.authorization_checker' shared service.
  671. *
  672. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  673. */
  674. protected function get_Container_Private_Security_AuthorizationCheckerService()
  675. {
  676. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  677. if (isset($this->services['.container.private.security.authorization_checker'])) {
  678. return $this->services['.container.private.security.authorization_checker'];
  679. }
  680. 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);
  681. }
  682. /**
  683. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  684. *
  685. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  686. */
  687. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  688. {
  689. return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  690. }
  691. /**
  692. * Gets the public '.container.private.security.token_storage' shared service.
  693. *
  694. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  695. */
  696. protected function get_Container_Private_Security_TokenStorageService()
  697. {
  698. 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, [
  699. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  700. ], [
  701. 'request_stack' => '?',
  702. ]));
  703. }
  704. /**
  705. * Gets the public '.container.private.twig' shared service.
  706. *
  707. * @return \Twig\Environment
  708. */
  709. protected function get_Container_Private_TwigService()
  710. {
  711. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  712. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  713. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  714. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  715. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  716. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  717. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  718. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  719. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  720. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  721. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  722. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  723. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  724. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/BoldrCmsBundle'), 'BoldrCms');
  725. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Resources/views'), 'BoldrCms');
  726. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Resources/views'), '!BoldrCms');
  727. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  728. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  729. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/BoldrUsersBundle'), 'BoldrUsers');
  730. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/users-bundle/src/Resources/views'), 'BoldrUsers');
  731. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/users-bundle/src/Resources/views'), '!BoldrUsers');
  732. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/BoldrShopBundle'), 'BoldrShop');
  733. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/src/Resources/views'), 'BoldrShop');
  734. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/src/Resources/views'), '!BoldrShop');
  735. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/receipt-printer-bundle/src/Resources/views'), 'BoldrReceiptPrinter');
  736. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/receipt-printer-bundle/src/Resources/views'), '!BoldrReceiptPrinter');
  737. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/cloudprnt-receipt-printer/src/Resources/views'), 'BoldrCloudPrntReceiptPrinter');
  738. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/cloudprnt-receipt-printer/src/Resources/views'), '!BoldrCloudPrntReceiptPrinter');
  739. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/BoldrJobsBundle'), 'BoldrJobs');
  740. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/jobs-bundle/src/Resources/views'), 'BoldrJobs');
  741. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/jobs-bundle/src/Resources/views'), '!BoldrJobs');
  742. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/debug-bundle/src/Resources/views'), 'BoldrDebug');
  743. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/debug-bundle/src/Resources/views'), '!BoldrDebug');
  744. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/mollie-payment-method/src/Resources/views'), 'BoldrMolliePaymentMethod');
  745. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/mollie-payment-method/src/Resources/views'), '!BoldrMolliePaymentMethod');
  746. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/Resources/views'), 'BoldrOpeningHours');
  747. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/Resources/views'), '!BoldrOpeningHours');
  748. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/site-options-bundle/src/Resources/views'), 'BoldrSiteOptions');
  749. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/site-options-bundle/src/Resources/views'), '!BoldrSiteOptions');
  750. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/BoldrContactMapSectionBundle'), 'BoldrContactMapSection');
  751. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/contact-map-section/src/Resources/views'), 'BoldrContactMapSection');
  752. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/contact-map-section/src/Resources/views'), '!BoldrContactMapSection');
  753. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/swiper-layout-bundle/src/Resources/views'), 'BoldrSwiperLayout');
  754. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/swiper-layout-bundle/src/Resources/views'), '!BoldrSwiperLayout');
  755. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/BoldrCookiesBundle'), 'BoldrCookies');
  756. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/cookies-bundle/src/Resources/views'), 'BoldrCookies');
  757. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/cookies-bundle/src/Resources/views'), '!BoldrCookies');
  758. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/maintenance-bundle/src/Resources/views'), 'BoldrMaintenance');
  759. $a->addPath((\dirname(__DIR__, 4).'/vendor/boldr/maintenance-bundle/src/Resources/views'), '!BoldrMaintenance');
  760. $a->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
  761. $a->addPath((\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
  762. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  763. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  764. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  765. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  766. $this->services['.container.private.twig'] = $instance = new \Twig\Environment(new \Boldr\Cms\CmsBundle\Twig\TwigAliasLoader($a), ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  767. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  768. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  769. $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  770. $e = ($this->services['router'] ?? $this->getRouterService());
  771. $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  772. $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  773. $h = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  774. $i = ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'] ?? $this->getSiteOptionValueServiceService());
  775. $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  776. $j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
  777. $k = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  778. $l = ($this->privates['Boldr\\Cms\\CmsBundle\\Cookies\\CookieManager'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Cookies\\CookieManager'] = new \Boldr\Cms\CmsBundle\Cookies\CookieManager()));
  779. $m = new \Symfony\Bridge\Twig\AppVariable();
  780. $m->setEnvironment('dev');
  781. $m->setDebug(true);
  782. if ($this->has('.container.private.security.token_storage')) {
  783. $m->setTokenStorage($g);
  784. }
  785. if ($this->has('request_stack')) {
  786. $m->setRequestStack($f);
  787. }
  788. $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  789. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  790. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  791. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  792. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  793. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
  794. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  795. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  796. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  797. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  798. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  799. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $e)));
  800. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  801. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  802. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  803. $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())));
  804. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  805. $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)));
  806. $instance->addExtension(new \App\TwigExtension($h, ($this->privates['Boldr\\Shop\\ShopBundle\\ShopContext'] ?? $this->getShopContextService()), $f, ($this->privates['Boldr\\Shop\\MultishopBundle\\DefaultShop\\DefaultShopProviderInterface'] ?? $this->getDefaultShopProviderInterfaceService()), $i, 9));
  807. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  808. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  809. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  810. $instance->addExtension(new \Boldr\Cms\CmsBundle\Twig\TwigExtension(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $h, $f, ($this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\MenuPresenter'] ?? $this->getMenuPresenterService()), ($this->services['Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController'] ?? $this->getPermalinkControllerService()), $e, ($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), ($this->privates['Boldr\\Cms\\CmsBundle\\Upload\\UploadStorageManager'] ?? $this->getUploadStorageManagerService()), ($this->privates['Boldr\\Cms\\CmsBundle\\SiteConfiguration'] ?? $this->getSiteConfigurationService()), ($this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Attachment\\AttachmentPresenter'] ?? $this->getAttachmentPresenterService()), ($this->privates['psr18.http_client'] ?? $this->getPsr18_HttpClientService()), $k, $k, new \Boldr\Cms\CmsBundle\Renderer\HtmlRenderer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  811. 'Boldr\\Cms\\CmsBundle\\Presenter\\Component\\ImageView' => ['privates', 'Boldr\\Cms\\CmsBundle\\Renderer\\Component\\HtmlImageRenderer', 'getHtmlImageRendererService', true],
  812. 'Boldr\\Cms\\CmsBundle\\Presenter\\Component\\VideoView' => ['privates', 'Boldr\\Cms\\CmsBundle\\Renderer\\Component\\HtmlVideoRenderer', 'getHtmlVideoRendererService', true],
  813. ], [
  814. 'Boldr\\Cms\\CmsBundle\\Presenter\\Component\\ImageView' => 'Boldr\\Cms\\CmsBundle\\Renderer\\Component\\HtmlImageRenderer',
  815. 'Boldr\\Cms\\CmsBundle\\Presenter\\Component\\VideoView' => 'Boldr\\Cms\\CmsBundle\\Renderer\\Component\\HtmlVideoRenderer',
  816. ])), ($this->privates['Boldr\\Cms\\CmsBundle\\Content\\ContentManager'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Content\\ContentManager'] = new \Boldr\Cms\CmsBundle\Content\ContentManager())), $l, new RewindableGenerator(function () {
  817. yield 0 => ($this->privates['App\\AssetProvider'] ?? ($this->privates['App\\AssetProvider'] = new \App\AssetProvider()));
  818. yield 1 => ($this->privates['App\\Icon\\HbIconPack'] ?? ($this->privates['App\\Icon\\HbIconPack'] = new \App\Icon\HbIconPack()));
  819. yield 2 => ($this->privates['Boldr\\Cms\\CmsBundle\\Content\\CmsAssetProvider'] ?? $this->load('getCmsAssetProviderService'));
  820. yield 3 => ($this->privates['Boldr\\Shop\\ShopBundle\\AssetProvider'] ?? $this->load('getAssetProviderService'));
  821. yield 4 => ($this->privates['Boldr\\Cms\\GoogleMapsBundle\\AssetProvider'] ?? ($this->privates['Boldr\\Cms\\GoogleMapsBundle\\AssetProvider'] = new \Boldr\Cms\GoogleMapsBundle\AssetProvider('AIzaSyA4QZmfiHPGW3SsbunET8flncrf-50uqQY')));
  822. yield 5 => ($this->privates['Boldr\\Shop\\MultishopBundle\\AssetProvider'] ?? ($this->privates['Boldr\\Shop\\MultishopBundle\\AssetProvider'] = new \Boldr\Shop\MultishopBundle\AssetProvider()));
  823. yield 6 => ($this->privates['Boldr\\Cms\\FontAwesomeBundle\\BrandsIconPack'] ?? $this->load('getBrandsIconPackService'));
  824. yield 7 => ($this->privates['Boldr\\Cms\\FontAwesomeBundle\\DuotoneIconPack'] ?? $this->load('getDuotoneIconPackService'));
  825. yield 8 => ($this->privates['Boldr\\Cms\\FontAwesomeBundle\\LightIconPack'] ?? $this->load('getLightIconPackService'));
  826. yield 9 => ($this->privates['Boldr\\Cms\\FontAwesomeBundle\\RegularIconPack'] ?? $this->load('getRegularIconPackService'));
  827. yield 10 => ($this->privates['Boldr\\Cms\\FontAwesomeBundle\\SolidIconPack'] ?? $this->load('getSolidIconPackService'));
  828. yield 11 => ($this->privates['Boldr\\Cms\\CookiesBundle\\AssetProvider'] ?? ($this->privates['Boldr\\Cms\\CookiesBundle\\AssetProvider'] = new \Boldr\Cms\CookiesBundle\AssetProvider()));
  829. yield 12 => ($this->privates['Boldr\\Shop\\GaEcommerceBundle\\AssetProvider'] ?? ($this->privates['Boldr\\Shop\\GaEcommerceBundle\\AssetProvider'] = new \Boldr\Shop\GaEcommerceBundle\AssetProvider()));
  830. yield 13 => ($this->privates['Boldr\\Cms\\PopupBundle\\AssetProvider'] ?? $this->load('getAssetProvider2Service'));
  831. }, 14), ($this->privates['.service_locator.NaJ8wLa'] ?? $this->get_ServiceLocator_NaJ8wLaService())));
  832. $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  833. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  834. ], [
  835. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  836. ])));
  837. $instance->addExtension(new \Boldr\Shop\ShopBundle\Twig\Extension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  838. 'Boldr\\Shop\\ShopBundle\\CurrencyFormatter' => ['privates', 'Boldr\\Shop\\ShopBundle\\CurrencyFormatter', 'getCurrencyFormatterService', true],
  839. 'Boldr\\Shop\\ShopBundle\\Presenter\\Currency\\CurrencyPresenter' => ['privates', 'Boldr\\Shop\\ShopBundle\\Presenter\\Currency\\CurrencyPresenter', 'getCurrencyPresenterService', true],
  840. 'Boldr\\Shop\\ShopBundle\\Presenter\\Customer\\CustomerPresenter' => ['privates', 'Boldr\\Shop\\ShopBundle\\Presenter\\Customer\\CustomerPresenter', 'getCustomerPresenterService', true],
  841. 'Boldr\\Shop\\ShopBundle\\Presenter\\Order\\OrderPresenter' => ['privates', 'Boldr\\Shop\\ShopBundle\\Presenter\\Order\\OrderPresenter', 'getOrderPresenterService', true],
  842. 'Boldr\\Shop\\ShopBundle\\ShopContext' => ['privates', 'Boldr\\Shop\\ShopBundle\\ShopContext', 'getShopContextService', false],
  843. 'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services', 'request_stack', 'getRequestStackService', false],
  844. ], [
  845. 'Boldr\\Shop\\ShopBundle\\CurrencyFormatter' => 'Boldr\\Shop\\ShopBundle\\CurrencyFormatter',
  846. 'Boldr\\Shop\\ShopBundle\\Presenter\\Currency\\CurrencyPresenter' => 'Boldr\\Shop\\ShopBundle\\Presenter\\Currency\\CurrencyPresenter',
  847. 'Boldr\\Shop\\ShopBundle\\Presenter\\Customer\\CustomerPresenter' => 'Boldr\\Shop\\ShopBundle\\Presenter\\Customer\\CustomerPresenter',
  848. 'Boldr\\Shop\\ShopBundle\\Presenter\\Order\\OrderPresenter' => 'Boldr\\Shop\\ShopBundle\\Presenter\\Order\\OrderPresenter',
  849. 'Boldr\\Shop\\ShopBundle\\ShopContext' => 'Boldr\\Shop\\ShopBundle\\ShopContext',
  850. 'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  851. ]))->withContext('Boldr\\Shop\\ShopBundle\\Twig\\Extension', $this)));
  852. $instance->addExtension(new \Boldr\Cms\OpeningHoursBundle\TwigExtension($h, $instance, $f, new \Boldr\Cms\OpeningHoursBundle\Presenter\OpeningHoursPresenter($c), ($this->privates['Boldr\\Cms\\OpeningHoursBundle\\OpeningHoursManager'] ?? $this->getOpeningHoursManagerService())));
  853. $instance->addExtension(new \Boldr\Cms\SiteOptionsBundle\TwigExtension($f, $i, 'nl'));
  854. $instance->addExtension(new \Boldr\Shop\MultishopBundle\TwigExtension($h, ($this->privates['Boldr\\Shop\\MultishopBundle\\Presenter\\ShopPresenter'] ?? ($this->privates['Boldr\\Shop\\MultishopBundle\\Presenter\\ShopPresenter'] = new \Boldr\Shop\MultishopBundle\Presenter\ShopPresenter())), $f));
  855. $instance->addExtension(new \Boldr\Cms\CookiesBundle\TwigExtension($l));
  856. $instance->addGlobal('app', $m);
  857. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  858. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  859. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  860. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  861. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  862. ], [
  863. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  864. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  865. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  866. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  867. ])));
  868. $instance->registerUndefinedFilterCallback([0 => $n, 1 => 'suggestFilter']);
  869. $instance->registerUndefinedFunctionCallback([0 => $n, 1 => 'suggestFunction']);
  870. $instance->registerUndefinedTokenParserCallback([0 => $n, 1 => 'suggestTag']);
  871. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  872. return $instance;
  873. }
  874. /**
  875. * Gets the public '.container.private.validator' shared service.
  876. *
  877. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  878. */
  879. protected function get_Container_Private_ValidatorService()
  880. {
  881. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  882. if (isset($this->services['.container.private.validator'])) {
  883. return $this->services['.container.private.validator'];
  884. }
  885. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  886. }
  887. /**
  888. * Gets the public 'Boldr\Cms\CmsBundle\Controller\PermalinkController' shared autowired service.
  889. *
  890. * @return \Boldr\Cms\CmsBundle\Controller\PermalinkController
  891. */
  892. protected function getPermalinkControllerService()
  893. {
  894. $a = ($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService());
  895. if (isset($this->services['Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController'])) {
  896. return $this->services['Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController'];
  897. }
  898. $this->services['Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController'] = $instance = new \Boldr\Cms\CmsBundle\Controller\PermalinkController($a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  899. 'Boldr\\Cms\\CmsBundle\\Controller\\PageController' => ['services', 'Boldr\\Cms\\CmsBundle\\Controller\\PageController', 'getPageControllerService', true],
  900. 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController' => ['services', 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController', 'getSearchControllerService', true],
  901. 'Boldr\\Cms\\CmsBundle\\Entity\\Page' => ['services', 'Boldr\\Cms\\CmsBundle\\Controller\\PageController', 'getPageControllerService', true],
  902. 'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => ['services', 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController', 'getSearchControllerService', true],
  903. 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController' => ['services', 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController', 'getJobOfferControllerService', true],
  904. 'Boldr\\Cms\\JobsBundle\\Entity\\JobOffer' => ['services', 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController', 'getJobOfferControllerService', true],
  905. 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController' => ['services', 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController', 'getCategoryControllerService', true],
  906. 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController' => ['services', 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController', 'getProductControllerService', true],
  907. 'Boldr\\Shop\\ShopBundle\\Entity\\Category' => ['services', 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController', 'getCategoryControllerService', true],
  908. 'Boldr\\Shop\\ShopBundle\\Entity\\Product' => ['services', 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController', 'getProductControllerService', true],
  909. ], [
  910. 'Boldr\\Cms\\CmsBundle\\Controller\\PageController' => 'Boldr\\Cms\\CmsBundle\\Controller\\PageController',
  911. 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController' => 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController',
  912. 'Boldr\\Cms\\CmsBundle\\Entity\\Page' => 'Boldr\\Cms\\CmsBundle\\Controller\\PageController',
  913. 'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController',
  914. 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController' => 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController',
  915. 'Boldr\\Cms\\JobsBundle\\Entity\\JobOffer' => 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController',
  916. 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController' => 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController',
  917. 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController' => 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController',
  918. 'Boldr\\Shop\\ShopBundle\\Entity\\Category' => 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController',
  919. 'Boldr\\Shop\\ShopBundle\\Entity\\Product' => 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController',
  920. ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  921. 'Boldr\\Cms\\CmsBundle\\Entity\\Page' => ['services', 'Boldr\\Cms\\CmsBundle\\Controller\\PageController', 'getPageControllerService', true],
  922. 'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => ['services', 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController', 'getSearchControllerService', true],
  923. 'Boldr\\Cms\\JobsBundle\\Entity\\JobOffer' => ['services', 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController', 'getJobOfferControllerService', true],
  924. 'Boldr\\Shop\\ShopBundle\\Entity\\Category' => ['services', 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController', 'getCategoryControllerService', true],
  925. 'Boldr\\Shop\\ShopBundle\\Entity\\Product' => ['services', 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController', 'getProductControllerService', true],
  926. ], [
  927. 'Boldr\\Cms\\CmsBundle\\Entity\\Page' => 'Boldr\\Cms\\CmsBundle\\Controller\\PageController',
  928. 'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => 'Boldr\\Cms\\CmsBundle\\Controller\\SearchController',
  929. 'Boldr\\Cms\\JobsBundle\\Entity\\JobOffer' => 'Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController',
  930. 'Boldr\\Shop\\ShopBundle\\Entity\\Category' => 'Boldr\\Shop\\ShopBundle\\Controller\\CategoryController',
  931. 'Boldr\\Shop\\ShopBundle\\Entity\\Product' => 'Boldr\\Shop\\ShopBundle\\Controller\\ProductController',
  932. ]), new RewindableGenerator(function () {
  933. yield 0 => ($this->services['Boldr\\Cms\\CmsBundle\\Controller\\PageController'] ?? $this->load('getPageControllerService'));
  934. yield 1 => ($this->services['Boldr\\Cms\\CmsBundle\\Controller\\SearchController'] ?? $this->load('getSearchControllerService'));
  935. yield 2 => ($this->services['Boldr\\Shop\\ShopBundle\\Controller\\CategoryController'] ?? $this->load('getCategoryControllerService'));
  936. yield 3 => ($this->services['Boldr\\Shop\\ShopBundle\\Controller\\ProductController'] ?? $this->load('getProductControllerService'));
  937. yield 4 => ($this->services['Boldr\\Cms\\JobsBundle\\Controller\\JobOfferController'] ?? $this->load('getJobOfferControllerService'));
  938. }, 5), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  939. 'Boldr\\Cms\\CmsBundle\\Entity\\Page' => ['privates', 'boldr_cms.page_permalinkable_serializer', 'getBoldrCms_PagePermalinkableSerializerService', true],
  940. 'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => ['privates', 'boldr_cms.search_permalinkable_serailizer', 'getBoldrCms_SearchPermalinkableSerailizerService', true],
  941. ], [
  942. 'Boldr\\Cms\\CmsBundle\\Entity\\Page' => 'Boldr\\Cms\\CmsBundle\\Permalink\\DoctrineSerializer',
  943. 'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkable' => 'Boldr\\Cms\\CmsBundle\\Search\\SearchConfigurationPermalinkableSerializer',
  944. ]));
  945. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController', $this));
  946. return $instance;
  947. }
  948. /**
  949. * Gets the public 'cache.app' shared service.
  950. *
  951. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  952. */
  953. protected function getCache_AppService()
  954. {
  955. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  956. if (isset($this->services['cache.app'])) {
  957. return $this->services['cache.app'];
  958. }
  959. $b = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('3c64xY+Sj2', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  960. $b->setLogger($a);
  961. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($b);
  962. }
  963. /**
  964. * Gets the public 'cache.system' shared service.
  965. *
  966. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  967. */
  968. protected function getCache_SystemService()
  969. {
  970. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  971. if (isset($this->services['cache.system'])) {
  972. return $this->services['cache.system'];
  973. }
  974. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LdmxAyGKE2', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  975. }
  976. /**
  977. * Gets the public 'cache.validator_expression_language' shared service.
  978. *
  979. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  980. */
  981. protected function getCache_ValidatorExpressionLanguageService()
  982. {
  983. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  984. if (isset($this->services['cache.validator_expression_language'])) {
  985. return $this->services['cache.validator_expression_language'];
  986. }
  987. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-KwQZF3UMn', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  988. }
  989. /**
  990. * Gets the public 'data_collector.dump' shared service.
  991. *
  992. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  993. */
  994. protected function getDataCollector_DumpService()
  995. {
  996. 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()));
  997. }
  998. /**
  999. * Gets the public 'doctrine' shared service.
  1000. *
  1001. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1002. */
  1003. protected function getDoctrineService()
  1004. {
  1005. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1006. }
  1007. /**
  1008. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1009. *
  1010. * @return \Doctrine\DBAL\Connection
  1011. */
  1012. protected function getDoctrine_Dbal_DefaultConnectionService()
  1013. {
  1014. $a = ($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService());
  1015. if (isset($this->services['doctrine.dbal.default_connection'])) {
  1016. return $this->services['doctrine.dbal.default_connection'];
  1017. }
  1018. $b = new \Doctrine\DBAL\Configuration();
  1019. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1020. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1021. $c->pushProcessor(($this->privates['App\\LogProcessor'] ?? $this->getLogProcessorService()));
  1022. $c->pushHandler($a);
  1023. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1024. $b->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1025. $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!cms_bundle_database_versions$)~'), 1 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1026. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4', 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $b, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1027. 'Boldr\\Cms\\CmsBundle\\EventSubscriber\\DoctrineInheritanceMappingSubscriber' => ['privates', 'Boldr\\Cms\\CmsBundle\\EventSubscriber\\DoctrineInheritanceMappingSubscriber', 'getDoctrineInheritanceMappingSubscriberService', true],
  1028. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1029. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1030. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1031. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1032. ], [
  1033. 'Boldr\\Cms\\CmsBundle\\EventSubscriber\\DoctrineInheritanceMappingSubscriber' => '?',
  1034. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1035. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1036. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1037. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1038. ]), [0 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 1 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 2 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 3 => 'Boldr\\Cms\\CmsBundle\\EventSubscriber\\DoctrineInheritanceMappingSubscriber', 4 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1039. }
  1040. /**
  1041. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1042. *
  1043. * @return \Doctrine\ORM\EntityManager
  1044. */
  1045. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1046. {
  1047. if ($lazyLoad) {
  1048. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1049. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1050. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1051. $proxy->setProxyInitializer(null);
  1052. return true;
  1053. });
  1054. });
  1055. }
  1056. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1057. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1058. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1059. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1060. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  1061. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  1062. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1063. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1064. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1065. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1066. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1067. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1068. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1069. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1070. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1071. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1072. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1073. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1074. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1075. $a = new \Doctrine\ORM\Configuration();
  1076. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1077. $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1078. $b->addDriver($c, 'App\\Entity');
  1079. $b->addDriver($c, 'Boldr\\Cms\\SiteOptionsBundle\\Entity');
  1080. $b->addDriver($c, 'Boldr\\Cms\\CmsBundle\\Entity');
  1081. $b->addDriver($c, 'Boldr\\Cms\\UsersBundle\\Entity');
  1082. $b->addDriver($c, 'Boldr\\Shop\\ShopBundle\\Entity');
  1083. $b->addDriver($c, 'Boldr\\Shop\\ReceiptPrinterBundle\\Entity');
  1084. $b->addDriver($c, 'Boldr\\Shop\\CloudPrntReceiptPrinterBundle\\Entity');
  1085. $b->addDriver($c, 'Boldr\\Shop\\VatBundle\\Entity');
  1086. $b->addDriver($c, 'Boldr\\Cms\\JobsBundle\\Entity');
  1087. $b->addDriver($c, 'Boldr\\Shop\\MolliePaymentMethodBundle\\Entity');
  1088. $b->addDriver($c, 'Boldr\\Shop\\SimplePriceProviderBundle\\Entity');
  1089. $b->addDriver($c, 'Boldr\\Cms\\OpeningHoursBundle\\Entity');
  1090. $b->addDriver($c, 'Boldr\\Shop\\IngredientsBundle\\Entity');
  1091. $b->addDriver($c, 'Boldr\\Shop\\SurchargeBundle\\Entity');
  1092. $b->addDriver($c, 'Boldr\\Shop\\MultishopBundle\\Entity');
  1093. $b->addDriver($c, 'Boldr\\Shop\\AllergenBundle\\Entity');
  1094. $b->addDriver($c, 'Boldr\\Shop\\ReceiptPrinterMultishopBundle\\Entity');
  1095. $b->addDriver($c, 'Boldr\\Shop\\NForXBundle\\Entity');
  1096. $b->addDriver($c, 'Boldr\\Cms\\MaintenanceBundle\\Entity');
  1097. $b->addDriver($c, 'Boldr\\Cms\\MaintenanceUsersBundle\\Entity');
  1098. $b->addDriver($c, 'Boldr\\Cms\\PopupBundle\\Entity');
  1099. $a->setEntityNamespaces(['App' => 'App\\Entity', 'BoldrSiteOptionsBundle' => 'Boldr\\Cms\\SiteOptionsBundle\\Entity', 'BoldrCmsBundle' => 'Boldr\\Cms\\CmsBundle\\Entity', 'BoldrUsersBundle' => 'Boldr\\Cms\\UsersBundle\\Entity', 'BoldrShopBundle' => 'Boldr\\Shop\\ShopBundle\\Entity', 'BoldrReceiptPrinterBundle' => 'Boldr\\Shop\\ReceiptPrinterBundle\\Entity', 'BoldrCloudPrntReceiptPrinterBundle' => 'Boldr\\Shop\\CloudPrntReceiptPrinterBundle\\Entity', 'BoldrVatBundle' => 'Boldr\\Shop\\VatBundle\\Entity', 'BoldrJobsBundle' => 'Boldr\\Cms\\JobsBundle\\Entity', 'BoldrMolliePaymentMethodBundle' => 'Boldr\\Shop\\MolliePaymentMethodBundle\\Entity', 'BoldrSimplePriceProviderBundle' => 'Boldr\\Shop\\SimplePriceProviderBundle\\Entity', 'BoldrOpeningHoursBundle' => 'Boldr\\Cms\\OpeningHoursBundle\\Entity', 'BoldrIngredientsBundle' => 'Boldr\\Shop\\IngredientsBundle\\Entity', 'BoldrSurchargeBundle' => 'Boldr\\Shop\\SurchargeBundle\\Entity', 'BoldrMultishopBundle' => 'Boldr\\Shop\\MultishopBundle\\Entity', 'BoldrAllergenBundle' => 'Boldr\\Shop\\AllergenBundle\\Entity', 'BoldrReceiptPrinterMultishopBundle' => 'Boldr\\Shop\\ReceiptPrinterMultishopBundle\\Entity', 'BoldrNForXBundle' => 'Boldr\\Shop\\NForXBundle\\Entity', 'BoldrMaintenanceBundle' => 'Boldr\\Cms\\MaintenanceBundle\\Entity', 'BoldrMaintenanceUsersBundle' => 'Boldr\\Cms\\MaintenanceUsersBundle\\Entity', 'BoldrPopupBundle' => 'Boldr\\Cms\\PopupBundle\\Entity']);
  1100. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1101. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1102. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1103. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1104. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  1105. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  1106. ], [
  1107. 'doctrine.ulid_generator' => '?',
  1108. 'doctrine.uuid_generator' => '?',
  1109. ])));
  1110. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1111. $a->setProxyNamespace('Proxies');
  1112. $a->setAutoGenerateProxyClasses(true);
  1113. $a->setSchemaIgnoreClasses([]);
  1114. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1115. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1116. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1117. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1118. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1119. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1120. 'App\\Repository\\CustomerOptionsRepository' => ['privates', 'App\\Repository\\CustomerOptionsRepository', 'getCustomerOptionsRepositoryService', true],
  1121. 'App\\Repository\\OrderEmployeeRepository' => ['privates', 'App\\Repository\\OrderEmployeeRepository', 'getOrderEmployeeRepositoryService', true],
  1122. 'App\\Repository\\PrinterOptionsRepository' => ['privates', 'App\\Repository\\PrinterOptionsRepository', 'getPrinterOptionsRepositoryService', true],
  1123. 'Boldr\\Cms\\CmsBundle\\Repository\\AttachmentRepository' => ['privates', 'Boldr\\Cms\\CmsBundle\\Repository\\AttachmentRepository', 'getAttachmentRepositoryService', true],
  1124. 'Boldr\\Cms\\CmsBundle\\Repository\\PageRepository' => ['privates', 'Boldr\\Cms\\CmsBundle\\Repository\\PageRepository', 'getPageRepositoryService', true],
  1125. 'Boldr\\Cms\\CmsBundle\\Repository\\PageTranslationRepository' => ['privates', 'Boldr\\Cms\\CmsBundle\\Repository\\PageTranslationRepository', 'getPageTranslationRepositoryService', true],
  1126. 'Boldr\\Cms\\CmsBundle\\Repository\\UploadFolderRepository' => ['privates', 'Boldr\\Cms\\CmsBundle\\Repository\\UploadFolderRepository', 'getUploadFolderRepositoryService', true],
  1127. 'Boldr\\Cms\\CmsBundle\\Repository\\UploadRepository' => ['privates', 'Boldr\\Cms\\CmsBundle\\Repository\\UploadRepository', 'getUploadRepositoryService', true],
  1128. 'Boldr\\Cms\\JobsBundle\\Repository\\JobOfferRepository' => ['privates', 'Boldr\\Cms\\JobsBundle\\Repository\\JobOfferRepository', 'getJobOfferRepositoryService', true],
  1129. 'Boldr\\Cms\\OpeningHoursBundle\\Repository\\SetRepository' => ['privates', 'Boldr\\Cms\\OpeningHoursBundle\\Repository\\SetRepository', 'getSetRepositoryService', true],
  1130. 'Boldr\\Cms\\PopupBundle\\Repository\\PopupRepository' => ['privates', 'Boldr\\Cms\\PopupBundle\\Repository\\PopupRepository', 'getPopupRepositoryService', true],
  1131. ], [
  1132. 'App\\Repository\\CustomerOptionsRepository' => '?',
  1133. 'App\\Repository\\OrderEmployeeRepository' => '?',
  1134. 'App\\Repository\\PrinterOptionsRepository' => '?',
  1135. 'Boldr\\Cms\\CmsBundle\\Repository\\AttachmentRepository' => '?',
  1136. 'Boldr\\Cms\\CmsBundle\\Repository\\PageRepository' => '?',
  1137. 'Boldr\\Cms\\CmsBundle\\Repository\\PageTranslationRepository' => '?',
  1138. 'Boldr\\Cms\\CmsBundle\\Repository\\UploadFolderRepository' => '?',
  1139. 'Boldr\\Cms\\CmsBundle\\Repository\\UploadRepository' => '?',
  1140. 'Boldr\\Cms\\JobsBundle\\Repository\\JobOfferRepository' => '?',
  1141. 'Boldr\\Cms\\OpeningHoursBundle\\Repository\\SetRepository' => '?',
  1142. 'Boldr\\Cms\\PopupBundle\\Repository\\PopupRepository' => '?',
  1143. ])));
  1144. $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1145. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1146. return $instance;
  1147. }
  1148. /**
  1149. * Gets the public 'event_dispatcher' shared service.
  1150. *
  1151. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1152. */
  1153. protected function getEventDispatcherService()
  1154. {
  1155. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1156. $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())));
  1157. $instance->addListener('kernel.controller', [0 => function () {
  1158. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1159. }, 1 => 'onKernelController'], 0);
  1160. $instance->addListener('console.command', [0 => function () {
  1161. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1162. }, 1 => 'onConsoleCommand'], 0);
  1163. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1164. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1165. }, 1 => 'checkPassport'], 1024);
  1166. $instance->addListener('kernel.response', [0 => function () {
  1167. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1168. }, 1 => 'onKernelResponse'], 0);
  1169. $instance->addListener('kernel.response', [0 => function () {
  1170. return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1171. }, 1 => 'onKernelResponse'], 0);
  1172. $instance->addListener('kernel.exception', [0 => function () {
  1173. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1174. }, 1 => 'onKernelException'], -64);
  1175. $instance->addListener('kernel.view', [0 => function () {
  1176. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1177. }, 1 => 'onKernelView'], 0);
  1178. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderStateUpdatedEvent', [0 => function () {
  1179. return ($this->privates['App\\EventSubscriber\\OrderEventSubscriber'] ?? $this->load('getOrderEventSubscriberService'));
  1180. }, 1 => 'onOrderStateUpdated'], 0);
  1181. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\ShopPagePreloadEvent', [0 => function () {
  1182. return ($this->privates['App\\EventSubscriber\\PreloadEventSubscriber'] ?? $this->load('getPreloadEventSubscriberService'));
  1183. }, 1 => 'onShopPagePreload'], 0);
  1184. $instance->addListener('Boldr\\Shop\\ReceiptPrinterBundle\\Event\\QueueReceiptEvent', [0 => function () {
  1185. return ($this->privates['App\\EventSubscriber\\ReceiptEventSubscriber'] ?? $this->load('getReceiptEventSubscriberService'));
  1186. }, 1 => 'onQueueReceipt'], 10);
  1187. $instance->addListener('kernel.response', [0 => function () {
  1188. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1189. }, 1 => 'onKernelResponse'], 0);
  1190. $instance->addListener('kernel.response', [0 => function () {
  1191. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1192. }, 1 => 'onKernelResponse'], -1024);
  1193. $instance->addListener('kernel.request', [0 => function () {
  1194. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1195. }, 1 => 'setDefaultLocale'], 100);
  1196. $instance->addListener('kernel.request', [0 => function () {
  1197. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1198. }, 1 => 'onKernelRequest'], 16);
  1199. $instance->addListener('kernel.finish_request', [0 => function () {
  1200. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1201. }, 1 => 'onKernelFinishRequest'], 0);
  1202. $instance->addListener('kernel.request', [0 => function () {
  1203. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1204. }, 1 => 'onKernelRequest'], 256);
  1205. $instance->addListener('kernel.response', [0 => function () {
  1206. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1207. }, 1 => 'onResponse'], -255);
  1208. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1209. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1210. }, 1 => 'onControllerArguments'], 0);
  1211. $instance->addListener('kernel.exception', [0 => function () {
  1212. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1213. }, 1 => 'logKernelException'], 0);
  1214. $instance->addListener('kernel.exception', [0 => function () {
  1215. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1216. }, 1 => 'onKernelException'], -128);
  1217. $instance->addListener('kernel.response', [0 => function () {
  1218. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1219. }, 1 => 'removeCspHeader'], -128);
  1220. $instance->addListener('kernel.request', [0 => function () {
  1221. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1222. }, 1 => 'onKernelRequest'], 15);
  1223. $instance->addListener('kernel.finish_request', [0 => function () {
  1224. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1225. }, 1 => 'onKernelFinishRequest'], -15);
  1226. $instance->addListener('console.error', [0 => function () {
  1227. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1228. }, 1 => 'onConsoleError'], -128);
  1229. $instance->addListener('console.terminate', [0 => function () {
  1230. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1231. }, 1 => 'onConsoleTerminate'], -128);
  1232. $instance->addListener('console.error', [0 => function () {
  1233. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1234. }, 1 => 'onConsoleError'], 0);
  1235. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1236. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1237. }, 1 => 'onMessage'], -255);
  1238. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1239. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1240. }, 1 => 'onMessage'], -255);
  1241. $instance->addListener('kernel.request', [0 => function () {
  1242. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1243. }, 1 => 'configure'], 2048);
  1244. $instance->addListener('console.command', [0 => function () {
  1245. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1246. }, 1 => 'configure'], 2048);
  1247. $instance->addListener('kernel.request', [0 => function () {
  1248. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1249. }, 1 => 'onKernelRequest'], 32);
  1250. $instance->addListener('kernel.finish_request', [0 => function () {
  1251. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1252. }, 1 => 'onKernelFinishRequest'], 0);
  1253. $instance->addListener('kernel.exception', [0 => function () {
  1254. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1255. }, 1 => 'onKernelException'], -64);
  1256. $instance->addListener('kernel.response', [0 => function () {
  1257. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1258. }, 1 => 'onKernelResponse'], 0);
  1259. $instance->addListener('kernel.request', [0 => function () {
  1260. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1261. }, 1 => 'onKernelRequest'], 128);
  1262. $instance->addListener('kernel.response', [0 => function () {
  1263. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1264. }, 1 => 'onKernelResponse'], -1000);
  1265. $instance->addListener('kernel.finish_request', [0 => function () {
  1266. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1267. }, 1 => 'onFinishRequest'], 0);
  1268. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1269. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1270. }, 1 => 'onNotification'], -255);
  1271. $instance->addListener('kernel.response', [0 => function () {
  1272. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1273. }, 1 => 'onKernelResponse'], -100);
  1274. $instance->addListener('kernel.exception', [0 => function () {
  1275. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1276. }, 1 => 'onKernelException'], 0);
  1277. $instance->addListener('kernel.terminate', [0 => function () {
  1278. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1279. }, 1 => 'onKernelTerminate'], -1024);
  1280. $instance->addListener('kernel.controller', [0 => function () {
  1281. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1282. }, 1 => 'onKernelController'], 0);
  1283. $instance->addListener('kernel.response', [0 => function () {
  1284. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1285. }, 1 => 'onKernelResponse'], 0);
  1286. $instance->addListener('kernel.controller', [0 => function () {
  1287. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1288. }, 1 => 'onKernelController'], 0);
  1289. $instance->addListener('kernel.controller', [0 => function () {
  1290. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1291. }, 1 => 'onKernelController'], 0);
  1292. $instance->addListener('kernel.controller', [0 => function () {
  1293. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1294. }, 1 => 'onKernelController'], -128);
  1295. $instance->addListener('kernel.view', [0 => function () {
  1296. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1297. }, 1 => 'onKernelView'], 0);
  1298. $instance->addListener('kernel.controller', [0 => function () {
  1299. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1300. }, 1 => 'onKernelController'], 0);
  1301. $instance->addListener('kernel.response', [0 => function () {
  1302. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1303. }, 1 => 'onKernelResponse'], 0);
  1304. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1305. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1306. }, 1 => 'onKernelControllerArguments'], 0);
  1307. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1308. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1309. }, 1 => 'onKernelControllerArguments'], 0);
  1310. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1311. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1312. }, 1 => 'onMessage'], 0);
  1313. $instance->addListener('kernel.response', [0 => function () {
  1314. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1315. }, 1 => 'onKernelResponse'], -128);
  1316. $instance->addListener('console.command', [0 => function () {
  1317. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1318. }, 1 => 'configure'], 1024);
  1319. $instance->addListener('console.error', [0 => function () {
  1320. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1321. }, 1 => 'onConsoleError'], 0);
  1322. $instance->addListener('console.terminate', [0 => function () {
  1323. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1324. }, 1 => 'onConsoleTerminate'], 0);
  1325. $instance->addListener('kernel.response', [0 => function () {
  1326. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1327. }, 1 => 'onKernelResponse'], 0);
  1328. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1329. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1330. }, 1 => 'checkPassport'], 0);
  1331. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1332. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1333. }, 1 => 'onLoginSuccess'], 0);
  1334. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1335. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1336. }, 1 => 'onVoterVote'], 0);
  1337. $instance->addListener('kernel.request', [0 => function () {
  1338. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1339. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1340. $instance->addListener('kernel.request', [0 => function () {
  1341. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1342. }, 1 => 'onKernelRequest'], 8);
  1343. $instance->addListener('kernel.finish_request', [0 => function () {
  1344. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1345. }, 1 => 'onKernelFinishRequest'], 0);
  1346. $instance->addListener('kernel.request', [0 => function () {
  1347. return ($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\CookieSubscriber'] ?? $this->getCookieSubscriberService());
  1348. }, 1 => 'onKernelRequest'], 20);
  1349. $instance->addListener('kernel.response', [0 => function () {
  1350. return ($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\CookieSubscriber'] ?? $this->getCookieSubscriberService());
  1351. }, 1 => 'onKernelResponse'], 0);
  1352. $instance->addListener('kernel.request', [0 => function () {
  1353. return ($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  1354. }, 1 => 'onKernelRequest'], 25);
  1355. $instance->addListener('kernel.response', [0 => function () {
  1356. return ($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  1357. }, 1 => 'onKernelResponse'], 0);
  1358. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1359. return ($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\MailSubscriber'] ?? $this->load('getMailSubscriberService'));
  1360. }, 1 => 'onMessage'], 0);
  1361. $instance->addListener('kernel.request', [0 => function () {
  1362. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1363. }, 1 => 'handleLegacyEaContext'], 10);
  1364. $instance->addListener('kernel.request', [0 => function () {
  1365. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1366. }, 1 => 'onKernelRequest'], 0);
  1367. $instance->addListener('kernel.controller', [0 => function () {
  1368. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1369. }, 1 => 'onKernelController'], 128);
  1370. $instance->addListener('Boldr\\Cms\\UsersBundle\\Event\\UserCreatedEvent', [0 => function () {
  1371. return ($this->privates['Boldr\\Cms\\UsersBundle\\EventSubscriber\\UserEventSubscriber'] ?? $this->load('getUserEventSubscriberService'));
  1372. }, 1 => 'onUserCreated'], 10);
  1373. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\PaymentCreatedEvent', [0 => function () {
  1374. return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\InvoiceEventSubscriber'] ?? $this->load('getInvoiceEventSubscriberService'));
  1375. }, 1 => 'onPaymentCreated'], 10);
  1376. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\PaymentStatusUpdatedEvent', [0 => function () {
  1377. return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\InvoiceEventSubscriber'] ?? $this->load('getInvoiceEventSubscriberService'));
  1378. }, 1 => 'onPaymentStatusUpdated'], 10);
  1379. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\InvoiceCreatedEvent', [0 => function () {
  1380. return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\InvoiceEventSubscriber'] ?? $this->load('getInvoiceEventSubscriberService'));
  1381. }, 1 => 'onInvoiceCreated'], 10);
  1382. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\InvoiceProFormaUpdatedEvent', [0 => function () {
  1383. return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\InvoiceEventSubscriber'] ?? $this->load('getInvoiceEventSubscriberService'));
  1384. }, 1 => 'onInvoiceProFormaUpdated'], 10);
  1385. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\InvoiceStatusUpdatedEvent', [0 => function () {
  1386. return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\InvoiceEventSubscriber'] ?? $this->load('getInvoiceEventSubscriberService'));
  1387. }, 1 => 'onInvoiceStatusUpdated'], 10);
  1388. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityUpdatedEvent', [0 => function () {
  1389. return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\OrderAdminEventSubscriber'] ?? $this->load('getOrderAdminEventSubscriberService'));
  1390. }, 1 => 'onAfterEntityUpdatedEvent'], 10);
  1391. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeCrudActionEvent', [0 => function () {
  1392. return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\OrderAdminEventSubscriber'] ?? $this->load('getOrderAdminEventSubscriberService'));
  1393. }, 1 => 'onBeforeCrudActionEvent'], 10);
  1394. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderStateUpdatedEvent', [0 => function () {
  1395. return ($this->privates['Boldr\\Shop\\ShopBundle\\EventSubscriber\\OrderEventSubscriber'] ?? $this->load('getOrderEventSubscriber3Service'));
  1396. }, 1 => 'onOrderStateUpdated'], 10);
  1397. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderStateUpdatedEvent', [0 => function () {
  1398. return ($this->privates['Boldr\\Shop\\ReceiptPrinterBundle\\EventSubscriber\\EventSubscriber'] ?? $this->load('getEventSubscriber3Service'));
  1399. }, 1 => 'onOrderStateChanged'], 10);
  1400. $instance->addListener('Boldr\\Shop\\ReceiptPrinterBundle\\Event\\QueueReceiptEvent', [0 => function () {
  1401. return ($this->privates['Boldr\\Shop\\ReceiptPrinterBundle\\EventSubscriber\\EventSubscriber'] ?? $this->load('getEventSubscriber3Service'));
  1402. }, 1 => 'onQueueReceipt'], 10);
  1403. $instance->addListener('Boldr\\Cms\\MollieBundle\\Event\\MolliePaymentUpdatedEvent', [0 => function () {
  1404. return ($this->privates['Boldr\\Shop\\MolliePaymentMethodBundle\\EventSubscriber\\MollieEventSubscriber'] ?? $this->load('getMollieEventSubscriberService'));
  1405. }, 1 => 'onMolliePaymentUpdated'], 10);
  1406. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\InvoiceStatusUpdatedEvent', [0 => function () {
  1407. return ($this->privates['Boldr\\Shop\\MolliePaymentMethodBundle\\EventSubscriber\\MollieEventSubscriber'] ?? $this->load('getMollieEventSubscriberService'));
  1408. }, 1 => 'onInvoiceStateUpdated'], 0);
  1409. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\PaymentStatusUpdatedEvent', [0 => function () {
  1410. return ($this->privates['Boldr\\Shop\\MolliePaymentMethodBundle\\EventSubscriber\\MollieEventSubscriber'] ?? $this->load('getMollieEventSubscriberService'));
  1411. }, 1 => 'onPaymentStatusUpdated'], 10);
  1412. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderStateUpdatedEvent', [0 => function () {
  1413. return ($this->privates['Boldr\\Shop\\MolliePaymentMethodBundle\\EventSubscriber\\OrderEventSubscriber'] ?? $this->load('getOrderEventSubscriber2Service'));
  1414. }, 1 => 'onOrderStateUpdated'], 10);
  1415. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityUpdatedEvent', [0 => function () {
  1416. return ($this->privates['Boldr\\Shop\\SimplePriceProviderBundle\\EventSubscriber\\EaEventSubscriber'] ?? $this->load('getEaEventSubscriberService'));
  1417. }, 1 => 'onAfterEntityUpdated'], 0);
  1418. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderStateUpdatedEvent', [0 => function () {
  1419. return ($this->privates['Boldr\\Shop\\MultishopBundle\\EventSubscriber\\EventSubscriber'] ?? $this->load('getEventSubscriber2Service'));
  1420. }, 1 => 'onOrderStateUpdated'], 0);
  1421. $instance->addListener('Boldr\\Shop\\ShopBundle\\Event\\OrderUpdatedEvent', [0 => function () {
  1422. return ($this->privates['Boldr\\Shop\\MultishopBundle\\EventSubscriber\\EventSubscriber'] ?? $this->load('getEventSubscriber2Service'));
  1423. }, 1 => 'onOrderUpdated'], 0);
  1424. $instance->addListener('Boldr\\Shop\\ReceiptPrinterMultishopBundle\\EventSubscriber\\QueueReceiptEvent', [0 => function () {
  1425. return ($this->privates['Boldr\\Shop\\ReceiptPrinterMultishopBundle\\EventSubscriber\\PrinterEventSubscriber'] ?? ($this->privates['Boldr\\Shop\\ReceiptPrinterMultishopBundle\\EventSubscriber\\PrinterEventSubscriber'] = new \Boldr\Shop\ReceiptPrinterMultishopBundle\EventSubscriber\PrinterEventSubscriber()));
  1426. }, 1 => 'onReceiptQueued'], 0);
  1427. $instance->addListener('kernel.request', [0 => function () {
  1428. return ($this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'] ?? $this->getKernelEventSubscriberService());
  1429. }, 1 => 'onKernelRequest'], 0);
  1430. $instance->addListener('Boldr\\Cms\\MaintenanceBundle\\Event\\MaintenancePageEvent', [0 => function () {
  1431. return ($this->privates['Boldr\\Cms\\MaintenanceUsersBundle\\EventSubscriber'] ?? $this->load('getEventSubscriberService'));
  1432. }, 1 => 'onMaintenancePage'], 10);
  1433. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1434. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1435. }, 1 => 'checkPassport'], 512);
  1436. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1437. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1438. }, 1 => 'onLogout'], 0);
  1439. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1440. $a->pushProcessor(($this->privates['App\\LogProcessor'] ?? $this->getLogProcessorService()));
  1441. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1442. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1443. return $instance;
  1444. }
  1445. /**
  1446. * Gets the public 'http_kernel' shared service.
  1447. *
  1448. * @return \Symfony\Component\HttpKernel\HttpKernel
  1449. */
  1450. protected function getHttpKernelService()
  1451. {
  1452. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1453. if (isset($this->services['http_kernel'])) {
  1454. return $this->services['http_kernel'];
  1455. }
  1456. $b = ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService());
  1457. if (isset($this->services['http_kernel'])) {
  1458. return $this->services['http_kernel'];
  1459. }
  1460. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, $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 () {
  1461. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1462. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1463. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1464. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1465. yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1466. yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1467. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1468. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1469. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1470. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1471. }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1472. }
  1473. /**
  1474. * Gets the public 'request_stack' shared service.
  1475. *
  1476. * @return \Symfony\Component\HttpFoundation\RequestStack
  1477. */
  1478. protected function getRequestStackService()
  1479. {
  1480. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1481. }
  1482. /**
  1483. * Gets the public 'router' shared service.
  1484. *
  1485. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1486. */
  1487. protected function getRouterService()
  1488. {
  1489. $a = ($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService());
  1490. if (isset($this->services['router'])) {
  1491. return $this->services['router'];
  1492. }
  1493. $b = new \Symfony\Bridge\Monolog\Logger('router');
  1494. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1495. $b->pushProcessor(($this->privates['App\\LogProcessor'] ?? $this->getLogProcessorService()));
  1496. $b->pushHandler($a);
  1497. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1498. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1499. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1500. ], [
  1501. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1502. ]))->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))), $b, 'nl');
  1503. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1504. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1505. return $instance;
  1506. }
  1507. /**
  1508. * Gets the public 'translator' shared service.
  1509. *
  1510. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1511. */
  1512. protected function getTranslatorService()
  1513. {
  1514. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1515. }
  1516. /**
  1517. * Gets the public 'var_dumper.cloner' shared service.
  1518. *
  1519. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1520. */
  1521. protected function getVarDumper_ClonerService()
  1522. {
  1523. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1524. $instance->setMaxItems(2500);
  1525. $instance->setMinDepth(1);
  1526. $instance->setMaxString(-1);
  1527. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1528. return $instance;
  1529. }
  1530. /**
  1531. * Gets the private '.debug.http_client' shared service.
  1532. *
  1533. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1534. */
  1535. protected function get_Debug_HttpClientService()
  1536. {
  1537. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1538. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1539. $this->privates['.debug.http_client'] = $instance = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1540. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1541. $b->pushProcessor(($this->privates['App\\LogProcessor'] ?? $this->getLogProcessorService()));
  1542. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1543. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1544. $a->setLogger($b);
  1545. return $instance;
  1546. }
  1547. /**
  1548. * Gets the private '.service_locator.0dWp9EE' shared service.
  1549. *
  1550. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1551. */
  1552. protected function get_ServiceLocator_0dWp9EEService()
  1553. {
  1554. return $this->privates['.service_locator.0dWp9EE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1555. 'security.firewall.map.context.boldr_cms_admin' => ['privates', 'security.firewall.map.context.boldr_cms_admin', 'getSecurity_Firewall_Map_Context_BoldrCmsAdminService', true],
  1556. 'security.firewall.map.context.boldr_users' => ['privates', 'security.firewall.map.context.boldr_users', 'getSecurity_Firewall_Map_Context_BoldrUsersService', true],
  1557. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1558. ], [
  1559. 'security.firewall.map.context.boldr_cms_admin' => '?',
  1560. 'security.firewall.map.context.boldr_users' => '?',
  1561. 'security.firewall.map.context.dev' => '?',
  1562. ]);
  1563. }
  1564. /**
  1565. * Gets the private '.service_locator.NaJ8wLa' shared service.
  1566. *
  1567. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1568. */
  1569. protected function get_ServiceLocator_NaJ8wLaService()
  1570. {
  1571. return $this->privates['.service_locator.NaJ8wLa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1572. 'Boldr\\Cms\\CmsBundle\\Link\\PermalinkableLink' => ['privates', 'Boldr\\Cms\\CmsBundle\\Link\\PermalinkableLinkGenerator', 'getPermalinkableLinkGeneratorService', true],
  1573. 'Boldr\\Cms\\CmsBundle\\Link\\UploadLink' => ['privates', 'Boldr\\Cms\\CmsBundle\\Link\\UploadLinkGenerator', 'getUploadLinkGeneratorService', true],
  1574. 'Boldr\\Cms\\CmsBundle\\Link\\UrlLink' => ['privates', 'Boldr\\Cms\\CmsBundle\\Link\\UrlLinkGenerator', 'getUrlLinkGeneratorService', true],
  1575. 'Boldr\\Shop\\ShopBundle\\Link\\ShopLink' => ['privates', 'Boldr\\Shop\\ShopBundle\\Link\\ShopLinks', 'getShopLinksService', true],
  1576. ], [
  1577. 'Boldr\\Cms\\CmsBundle\\Link\\PermalinkableLink' => 'Boldr\\Cms\\CmsBundle\\Link\\PermalinkableLinkGenerator',
  1578. 'Boldr\\Cms\\CmsBundle\\Link\\UploadLink' => 'Boldr\\Cms\\CmsBundle\\Link\\UploadLinkGenerator',
  1579. 'Boldr\\Cms\\CmsBundle\\Link\\UrlLink' => 'Boldr\\Cms\\CmsBundle\\Link\\UrlLinkGenerator',
  1580. 'Boldr\\Shop\\ShopBundle\\Link\\ShopLink' => 'Boldr\\Shop\\ShopBundle\\Link\\ShopLinks',
  1581. ]);
  1582. }
  1583. /**
  1584. * Gets the private '.service_locator.mx0UMmY' shared service.
  1585. *
  1586. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1587. */
  1588. protected function get_ServiceLocator_Mx0UMmYService()
  1589. {
  1590. return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1591. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  1592. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', true],
  1593. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  1594. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  1595. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1596. 'router' => ['services', 'router', 'getRouterService', false],
  1597. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  1598. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  1599. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  1600. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', true],
  1601. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', true],
  1602. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  1603. ], [
  1604. 'doctrine' => '?',
  1605. 'form.factory' => '?',
  1606. 'http_kernel' => '?',
  1607. 'parameter_bag' => '?',
  1608. 'request_stack' => '?',
  1609. 'router' => '?',
  1610. 'security.authorization_checker' => '?',
  1611. 'security.csrf.token_manager' => '?',
  1612. 'security.token_storage' => '?',
  1613. 'serializer' => '?',
  1614. 'session' => '.session.deprecated',
  1615. 'twig' => '?',
  1616. ]);
  1617. }
  1618. /**
  1619. * Gets the private 'App\LogProcessor' shared autowired service.
  1620. *
  1621. * @return \App\LogProcessor
  1622. */
  1623. protected function getLogProcessorService()
  1624. {
  1625. return $this->privates['App\\LogProcessor'] = new \App\LogProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1626. }
  1627. /**
  1628. * Gets the private 'Boldr\Cms\CmsBundle\BaseUrlProvider' shared autowired service.
  1629. *
  1630. * @return \Boldr\Cms\CmsBundle\BaseUrlProvider
  1631. */
  1632. protected function getBaseUrlProviderService()
  1633. {
  1634. return $this->privates['Boldr\\Cms\\CmsBundle\\BaseUrlProvider'] = new \Boldr\Cms\CmsBundle\BaseUrlProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1635. }
  1636. /**
  1637. * Gets the private 'Boldr\Cms\CmsBundle\Content\ContentManager' shared autowired service.
  1638. *
  1639. * @return \Boldr\Cms\CmsBundle\Content\ContentManager
  1640. */
  1641. protected function getContentManagerService()
  1642. {
  1643. return $this->privates['Boldr\\Cms\\CmsBundle\\Content\\ContentManager'] = new \Boldr\Cms\CmsBundle\Content\ContentManager();
  1644. }
  1645. /**
  1646. * Gets the private 'Boldr\Cms\CmsBundle\EventSubscriber\CookieSubscriber' shared autowired service.
  1647. *
  1648. * @return \Boldr\Cms\CmsBundle\EventSubscriber\CookieSubscriber
  1649. */
  1650. protected function getCookieSubscriberService()
  1651. {
  1652. return $this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\CookieSubscriber'] = new \Boldr\Cms\CmsBundle\EventSubscriber\CookieSubscriber(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Boldr\\Cms\\CmsBundle\\Cookies\\CookieManager'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Cookies\\CookieManager'] = new \Boldr\Cms\CmsBundle\Cookies\CookieManager())));
  1653. }
  1654. /**
  1655. * Gets the private 'Boldr\Cms\CmsBundle\EventSubscriber\LocaleSubscriber' shared autowired service.
  1656. *
  1657. * @return \Boldr\Cms\CmsBundle\EventSubscriber\LocaleSubscriber
  1658. */
  1659. protected function getLocaleSubscriberService()
  1660. {
  1661. $a = ($this->services['router'] ?? $this->getRouterService());
  1662. if (isset($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'])) {
  1663. return $this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'];
  1664. }
  1665. $b = ($this->services['Boldr\\Cms\\CmsBundle\\Controller\\PermalinkController'] ?? $this->getPermalinkControllerService());
  1666. if (isset($this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'])) {
  1667. return $this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'];
  1668. }
  1669. return $this->privates['Boldr\\Cms\\CmsBundle\\EventSubscriber\\LocaleSubscriber'] = new \Boldr\Cms\CmsBundle\EventSubscriber\LocaleSubscriber($this->parameters['boldr_cms.enabled_locales'], new RewindableGenerator(function () {
  1670. yield 0 => ($this->privates['Boldr\\Cms\\CmsBundle\\Locale\\AcceptHeaderLocaleDeterminer'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Locale\\AcceptHeaderLocaleDeterminer'] = new \Boldr\Cms\CmsBundle\Locale\AcceptHeaderLocaleDeterminer()));
  1671. yield 1 => ($this->privates['Boldr\\Shop\\ShopBundle\\CustomerLocaleDeterminer'] ?? $this->load('getCustomerLocaleDeterminerService'));
  1672. }, 2), [], $a, $b, true, true);
  1673. }
  1674. /**
  1675. * Gets the private 'Boldr\Cms\CmsBundle\Presenter\Attachment\AlignedAttachmentPresenter' shared autowired service.
  1676. *
  1677. * @return \Boldr\Cms\CmsBundle\Presenter\Attachment\AlignedAttachmentPresenter
  1678. */
  1679. protected function getAlignedAttachmentPresenterService()
  1680. {
  1681. return $this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Attachment\\AlignedAttachmentPresenter'] = new \Boldr\Cms\CmsBundle\Presenter\Attachment\AlignedAttachmentPresenter(($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), ($this->privates['Boldr\\Cms\\CmsBundle\\Upload\\UploadStorageManager'] ?? $this->getUploadStorageManagerService()), ($this->privates['Boldr\\Cms\\CmsBundle\\BaseUrlProvider'] ?? $this->getBaseUrlProviderService()), $this->parameters['boldr_cms.media.sizes']);
  1682. }
  1683. /**
  1684. * Gets the private 'Boldr\Cms\CmsBundle\Presenter\Attachment\AttachmentPresenter' shared autowired service.
  1685. *
  1686. * @return \Boldr\Cms\CmsBundle\Presenter\Attachment\AttachmentPresenter
  1687. */
  1688. protected function getAttachmentPresenterService()
  1689. {
  1690. return $this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Attachment\\AttachmentPresenter'] = new \Boldr\Cms\CmsBundle\Presenter\Attachment\AttachmentPresenter(($this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Attachment\\AlignedAttachmentPresenter'] ?? $this->getAlignedAttachmentPresenterService()));
  1691. }
  1692. /**
  1693. * Gets the private 'Boldr\Cms\CmsBundle\Presenter\Menu\MenuPresenter' shared autowired service.
  1694. *
  1695. * @return \Boldr\Cms\CmsBundle\Presenter\Menu\MenuPresenter
  1696. */
  1697. protected function getMenuPresenterService()
  1698. {
  1699. return $this->privates['Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\MenuPresenter'] = new \Boldr\Cms\CmsBundle\Presenter\Menu\MenuPresenter(($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1700. 'Boldr\\Cms\\CmsBundle\\Entity\\HomeMenuItem' => ['privates', 'Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\HomeMenuItemPresenter', 'getHomeMenuItemPresenterService', true],
  1701. 'Boldr\\Cms\\CmsBundle\\Entity\\PageMenuItem' => ['privates', 'App\\Presenter\\PageMenuItemPresenterDecorator', 'getPageMenuItemPresenterDecoratorService', true],
  1702. 'Boldr\\Cms\\CmsBundle\\Entity\\UrlMenuItem' => ['privates', 'Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\UrlMenuItemPresenter', 'getUrlMenuItemPresenterService', true],
  1703. 'Boldr\\Shop\\ShopBundle\\Entity\\CartMenuItem' => ['privates', 'Boldr\\Shop\\ShopBundle\\Presenter\\Menu\\CartMenuItemPresenter', 'getCartMenuItemPresenterService', true],
  1704. 'Boldr\\Shop\\ShopBundle\\Entity\\CategoryMenuItem' => ['privates', 'Boldr\\Shop\\ShopBundle\\Presenter\\Menu\\CategoryMenuItemPresenter', 'getCategoryMenuItemPresenterService', true],
  1705. ], [
  1706. 'Boldr\\Cms\\CmsBundle\\Entity\\HomeMenuItem' => 'Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\HomeMenuItemPresenter',
  1707. 'Boldr\\Cms\\CmsBundle\\Entity\\PageMenuItem' => '?',
  1708. 'Boldr\\Cms\\CmsBundle\\Entity\\UrlMenuItem' => 'Boldr\\Cms\\CmsBundle\\Presenter\\Menu\\UrlMenuItemPresenter',
  1709. 'Boldr\\Shop\\ShopBundle\\Entity\\CartMenuItem' => 'Boldr\\Shop\\ShopBundle\\Presenter\\Menu\\CartMenuItemPresenter',
  1710. 'Boldr\\Shop\\ShopBundle\\Entity\\CategoryMenuItem' => 'Boldr\\Shop\\ShopBundle\\Presenter\\Menu\\CategoryMenuItemPresenter',
  1711. ]), true);
  1712. }
  1713. /**
  1714. * Gets the private 'Boldr\Cms\CmsBundle\SiteConfiguration' shared autowired service.
  1715. *
  1716. * @return \Boldr\Cms\CmsBundle\SiteConfiguration
  1717. */
  1718. protected function getSiteConfigurationService()
  1719. {
  1720. $a = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1721. return $this->privates['Boldr\\Cms\\CmsBundle\\SiteConfiguration'] = new \Boldr\Cms\CmsBundle\SiteConfiguration($a, new \Boldr\Cms\CmsBundle\DefaultSiteNameProvider($a));
  1722. }
  1723. /**
  1724. * Gets the private 'Boldr\Cms\CmsBundle\Upload\UploadStorageManager' shared autowired service.
  1725. *
  1726. * @return \Boldr\Cms\CmsBundle\Upload\UploadStorageManager
  1727. */
  1728. protected function getUploadStorageManagerService()
  1729. {
  1730. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1731. if (isset($this->privates['Boldr\\Cms\\CmsBundle\\Upload\\UploadStorageManager'])) {
  1732. return $this->privates['Boldr\\Cms\\CmsBundle\\Upload\\UploadStorageManager'];
  1733. }
  1734. return $this->privates['Boldr\\Cms\\CmsBundle\\Upload\\UploadStorageManager'] = new \Boldr\Cms\CmsBundle\Upload\UploadStorageManager($this->parameters['boldr_cms.media.sizes'], new \Boldr\Cms\CmsBundle\Storage\MigrationUploadsStorageBucket(new \Boldr\Cms\CmsBundle\Storage\UploadsStorageBucket(\dirname(__DIR__, 4), 'uploads'), \dirname(__DIR__, 4), '/uploads/media'), new \Boldr\Cms\CmsBundle\Storage\DerivativesStorageBucketFactory(\dirname(__DIR__, 4), 'uploads'), $a, new \Boldr\Cms\CmsBundle\Upload\ImageFormatter(\dirname(__DIR__, 4)), ($this->privates['mime_types'] ?? $this->getMimeTypesService()));
  1735. }
  1736. /**
  1737. * Gets the private 'Boldr\Cms\MaintenanceBundle\EventSubscriber\KernelEventSubscriber' shared autowired service.
  1738. *
  1739. * @return \Boldr\Cms\MaintenanceBundle\EventSubscriber\KernelEventSubscriber
  1740. */
  1741. protected function getKernelEventSubscriberService()
  1742. {
  1743. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1744. if (isset($this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'])) {
  1745. return $this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'];
  1746. }
  1747. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1748. if (isset($this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'])) {
  1749. return $this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'];
  1750. }
  1751. return $this->privates['Boldr\\Cms\\MaintenanceBundle\\EventSubscriber\\KernelEventSubscriber'] = new \Boldr\Cms\MaintenanceBundle\EventSubscriber\KernelEventSubscriber(($this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'] ?? $this->getSiteOptionValueServiceService()), new \Boldr\Cms\MaintenanceBundle\Presenter\MaintenancePagePresenter(($this->privates['Boldr\\Cms\\CmsBundle\\Content\\ContentManager'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Content\\ContentManager'] = new \Boldr\Cms\CmsBundle\Content\ContentManager()))), $a, $b);
  1752. }
  1753. /**
  1754. * Gets the private 'Boldr\Cms\OpeningHoursBundle\OpeningHoursManager' shared autowired service.
  1755. *
  1756. * @return \Boldr\Cms\OpeningHoursBundle\OpeningHoursManager
  1757. */
  1758. protected function getOpeningHoursManagerService()
  1759. {
  1760. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1761. if (isset($this->privates['Boldr\\Cms\\OpeningHoursBundle\\OpeningHoursManager'])) {
  1762. return $this->privates['Boldr\\Cms\\OpeningHoursBundle\\OpeningHoursManager'];
  1763. }
  1764. return $this->privates['Boldr\\Cms\\OpeningHoursBundle\\OpeningHoursManager'] = new \Boldr\Cms\OpeningHoursBundle\OpeningHoursManager($a);
  1765. }
  1766. /**
  1767. * Gets the private 'Boldr\Cms\SiteOptionsBundle\SiteOptionValueService' shared autowired service.
  1768. *
  1769. * @return \Boldr\Cms\SiteOptionsBundle\SiteOptionValueService
  1770. */
  1771. protected function getSiteOptionValueServiceService()
  1772. {
  1773. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1774. if (isset($this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'])) {
  1775. return $this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'];
  1776. }
  1777. return $this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'] = new \Boldr\Cms\SiteOptionsBundle\SiteOptionValueService($this->parameters['boldr_site_options.options'], new RewindableGenerator(function () {
  1778. yield 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\AttachmentOptionType' => ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\AttachmentOptionType'] ?? $this->load('getAttachmentOptionTypeService'));
  1779. yield 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\ComponentOptionType' => ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\ComponentOptionType'] ?? $this->load('getComponentOptionTypeService'));
  1780. yield 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType' => ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType'] ?? $this->load('getEntityOptionTypeService'));
  1781. yield 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType' => ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType'] ?? ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType'] = new \Boldr\Cms\SiteOptionsBundle\OptionType\FormOptionType()));
  1782. yield 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\LinkOptionType' => ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\LinkOptionType'] ?? ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\OptionType\\LinkOptionType'] = new \Boldr\Cms\SiteOptionsBundle\OptionType\LinkOptionType()));
  1783. }, 5), ($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), $a);
  1784. }
  1785. /**
  1786. * Gets the private 'Boldr\Shop\MultishopBundle\DefaultShop\DefaultShopProviderInterface' shared autowired service.
  1787. *
  1788. * @return \Boldr\Shop\MultishopBundle\DefaultShop\ConfigurationDefaultShopProvider
  1789. */
  1790. protected function getDefaultShopProviderInterfaceService()
  1791. {
  1792. $a = ($this->privates['Boldr\\Cms\\SiteOptionsBundle\\SiteOptionValueService'] ?? $this->getSiteOptionValueServiceService());
  1793. if (isset($this->privates['Boldr\\Shop\\MultishopBundle\\DefaultShop\\DefaultShopProviderInterface'])) {
  1794. return $this->privates['Boldr\\Shop\\MultishopBundle\\DefaultShop\\DefaultShopProviderInterface'];
  1795. }
  1796. return $this->privates['Boldr\\Shop\\MultishopBundle\\DefaultShop\\DefaultShopProviderInterface'] = new \Boldr\Shop\MultishopBundle\DefaultShop\ConfigurationDefaultShopProvider($a);
  1797. }
  1798. /**
  1799. * Gets the private 'Boldr\Shop\MultishopBundle\Presenter\ShopPresenter' shared autowired service.
  1800. *
  1801. * @return \Boldr\Shop\MultishopBundle\Presenter\ShopPresenter
  1802. */
  1803. protected function getShopPresenterService()
  1804. {
  1805. return $this->privates['Boldr\\Shop\\MultishopBundle\\Presenter\\ShopPresenter'] = new \Boldr\Shop\MultishopBundle\Presenter\ShopPresenter();
  1806. }
  1807. /**
  1808. * Gets the private 'Boldr\Shop\ShopBundle\ShopContext' shared autowired service.
  1809. *
  1810. * @return \Boldr\Shop\ShopBundle\ShopContext
  1811. */
  1812. protected function getShopContextService()
  1813. {
  1814. return $this->privates['Boldr\\Shop\\ShopBundle\\ShopContext'] = new \Boldr\Shop\ShopBundle\ShopContext((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1815. 'entity_manager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  1816. 'order_flow_manager' => ['privates', 'Boldr\\Shop\\MolliePaymentMethodBundle\\MolliePaymentOrderFlowManagerDecorator', 'getMolliePaymentOrderFlowManagerDecoratorService', true],
  1817. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1818. 'security' => ['privates', 'security.helper', 'getSecurity_HelperService', true],
  1819. ], [
  1820. 'entity_manager' => '?',
  1821. 'order_flow_manager' => '?',
  1822. 'request_stack' => '?',
  1823. 'security' => '?',
  1824. ]))->withContext('Boldr\\Shop\\ShopBundle\\ShopContext', $this), 'EUR', $this->parameters['boldr_shop.currencies']);
  1825. }
  1826. /**
  1827. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1828. *
  1829. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1830. */
  1831. protected function getAdminRouterSubscriberService()
  1832. {
  1833. $a = ($this->services['router'] ?? $this->getRouterService());
  1834. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1835. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1836. }
  1837. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1838. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1839. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1840. }
  1841. $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService());
  1842. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1843. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1844. }
  1845. $d = ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService());
  1846. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1847. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1848. }
  1849. $e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1850. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1851. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1852. }
  1853. $f = ($this->services['translator'] ?? $this->getTranslatorService());
  1854. $g = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1855. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', $f, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $f, $a, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $g, $b), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\DashboardController']))), $g, $c, $d, $a, $a, $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1856. }
  1857. /**
  1858. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1859. *
  1860. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1861. */
  1862. protected function getActionFactoryService()
  1863. {
  1864. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1865. }
  1866. /**
  1867. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1868. *
  1869. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1870. */
  1871. protected function getControllerFactoryService()
  1872. {
  1873. $a = ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService());
  1874. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'])) {
  1875. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'];
  1876. }
  1877. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), $a);
  1878. }
  1879. /**
  1880. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1881. *
  1882. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1883. */
  1884. protected function getEntityFactoryService()
  1885. {
  1886. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1887. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1888. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1889. }
  1890. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1891. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  1892. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1893. yield 1 => ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\GetterFieldConfigurator'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\GetterFieldConfigurator'] = new \Boldr\Cms\CmsBundle\Admin\GetterFieldConfigurator()));
  1894. yield 2 => ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\ImageFieldConfigurator'] ?? $this->load('getImageFieldConfiguratorService'));
  1895. yield 3 => ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\SectionsFieldConfigurator'] ?? $this->load('getSectionsFieldConfiguratorService'));
  1896. yield 4 => ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\SlugConfigurator'] ?? ($this->privates['Boldr\\Cms\\CmsBundle\\Admin\\SlugConfigurator'] = new \Boldr\Cms\CmsBundle\Admin\SlugConfigurator()));
  1897. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1898. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1899. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1900. yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1901. yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1902. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1903. yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1904. yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1905. yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1906. yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1907. yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1908. yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1909. yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__, 4))));
  1910. yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1911. yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1912. yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1913. yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1914. yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1915. yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1916. yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfigurator2Service'));
  1917. yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1918. yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1919. yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1920. yield 28 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1921. yield 29 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1922. yield 30 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1923. }, 31)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1924. }
  1925. /**
  1926. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1927. *
  1928. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1929. */
  1930. protected function getAdminContextProviderService()
  1931. {
  1932. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1933. }
  1934. /**
  1935. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1936. *
  1937. * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1938. */
  1939. protected function getCrudControllerRegistryService()
  1940. {
  1941. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [0 => 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\AdminUserCrudController', 1 => 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\MenuCrudController', 2 => 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\PageCrudController', 3 => 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\UploadCrudController', 4 => 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\UploadFolderCrudController', 5 => 'Boldr\\Cms\\UsersBundle\\Controller\\Admin\\UserCrudController', 6 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\AttributeCrudController', 7 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\CategoryCrudController', 8 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\CustomerCrudController', 9 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\DiscountCrudController', 10 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\GroupCrudController', 11 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\InvoiceCrudController', 12 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\OptionCrudController', 13 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\OrderCrudController', 14 => 'Boldr\\Shop\\ShopBundle\\Controller\\Admin\\ProductCrudController', 15 => 'Boldr\\Shop\\ReceiptPrinterBundle\\Controller\\Admin\\PrinterCrudController', 16 => 'Boldr\\Shop\\ReceiptPrinterBundle\\Controller\\Admin\\ReceiptCrudController', 17 => 'Boldr\\Cms\\JobsBundle\\Controller\\Admin\\JobOfferCrudController', 18 => 'Boldr\\Shop\\IngredientsBundle\\Controller\\Admin\\IngredientCrudController', 19 => 'Boldr\\Shop\\SurchargeBundle\\Controller\\Admin\\SurchargeCrudController', 20 => 'Boldr\\Shop\\MultishopBundle\\Controller\\Admin\\ShopCrudController', 21 => 'Boldr\\Cms\\MaintenanceBundle\\Controller\\Admin\\MaintenancePageCrudController', 22 => 'Boldr\\Cms\\PopupBundle\\Controller\\Admin\\PopupCrudController']);
  1942. }
  1943. /**
  1944. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1945. *
  1946. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1947. */
  1948. protected function getAdminUrlGeneratorService()
  1949. {
  1950. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1951. $a = ($this->services['router'] ?? $this->getRouterService());
  1952. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  1953. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  1954. }
  1955. return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'Boldr\\Cms\\CmsBundle\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1956. };
  1957. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1958. }
  1959. /**
  1960. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1961. *
  1962. * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1963. */
  1964. protected function getAuthorizationCheckerService()
  1965. {
  1966. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1967. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1968. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1969. }
  1970. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1971. }
  1972. /**
  1973. * Gets the private 'annotations.cache_adapter' shared service.
  1974. *
  1975. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1976. */
  1977. protected function getAnnotations_CacheAdapterService()
  1978. {
  1979. $a = ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  1980. if (isset($this->privates['annotations.cache_adapter'])) {
  1981. return $this->privates['annotations.cache_adapter'];
  1982. }
  1983. return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), $a);
  1984. }
  1985. /**
  1986. * Gets the private 'annotations.cached_reader' shared service.
  1987. *
  1988. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1989. */
  1990. protected function getAnnotations_CachedReaderService()
  1991. {
  1992. $a = ($this->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService());
  1993. if (isset($this->privates['annotations.cached_reader'])) {
  1994. return $this->privates['annotations.cached_reader'];
  1995. }
  1996. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $a, true);
  1997. }
  1998. /**
  1999. * Gets the private 'annotations.reader' shared service.
  2000. *
  2001. * @return \Doctrine\Common\Annotations\AnnotationReader
  2002. */
  2003. protected function getAnnotations_ReaderService()
  2004. {
  2005. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2006. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2007. $a->registerUniqueLoader('class_exists');
  2008. $instance->addGlobalIgnoredName('required', $a);
  2009. return $instance;
  2010. }
  2011. /**
  2012. * Gets the private 'assets.packages' shared service.
  2013. *
  2014. * @return \Symfony\Component\Asset\Packages
  2015. */
  2016. protected function getAssets_PackagesService()
  2017. {
  2018. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', 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())), '', true)), new RewindableGenerator(function () {
  2019. return new \EmptyIterator();
  2020. }, 0));
  2021. }
  2022. /**
  2023. * Gets the private 'cache.annotations' shared service.
  2024. *
  2025. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2026. */
  2027. protected function getCache_AnnotationsService()
  2028. {
  2029. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  2030. if (isset($this->privates['cache.annotations'])) {
  2031. return $this->privates['cache.annotations'];
  2032. }
  2033. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4dl2iJMDsc', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  2034. }
  2035. /**
  2036. * Gets the private 'cache.app.taggable' shared service.
  2037. *
  2038. * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  2039. */
  2040. protected function getCache_App_TaggableService()
  2041. {
  2042. $a = ($this->services['cache.app'] ?? $this->getCache_AppService());
  2043. if (isset($this->privates['cache.app.taggable'])) {
  2044. return $this->privates['cache.app.taggable'];
  2045. }
  2046. return $this->privates['cache.app.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter($a);
  2047. }
  2048. /**
  2049. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2050. *
  2051. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2052. */
  2053. protected function getCache_Doctrine_Orm_Default_QueryService()
  2054. {
  2055. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2056. }
  2057. /**
  2058. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2059. *
  2060. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2061. */
  2062. protected function getCache_Doctrine_Orm_Default_ResultService()
  2063. {
  2064. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2065. }
  2066. /**
  2067. * Gets the private 'cache.property_info' shared service.
  2068. *
  2069. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2070. */
  2071. protected function getCache_PropertyInfoService()
  2072. {
  2073. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  2074. if (isset($this->privates['cache.property_info'])) {
  2075. return $this->privates['cache.property_info'];
  2076. }
  2077. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zYx8ebHqVy', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  2078. }
  2079. /**
  2080. * Gets the private 'cache.security_expression_language' shared service.
  2081. *
  2082. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2083. */
  2084. protected function getCache_SecurityExpressionLanguageService()
  2085. {
  2086. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  2087. if (isset($this->privates['cache.security_expression_language'])) {
  2088. return $this->privates['cache.security_expression_language'];
  2089. }
  2090. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ClnyiTQmbX', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  2091. }
  2092. /**
  2093. * Gets the private 'cache.serializer' shared service.
  2094. *
  2095. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2096. */
  2097. protected function getCache_SerializerService()
  2098. {
  2099. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  2100. if (isset($this->privates['cache.serializer'])) {
  2101. return $this->privates['cache.serializer'];
  2102. }
  2103. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yDSrlKTYFJ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  2104. }
  2105. /**
  2106. * Gets the private 'cache.validator' shared service.
  2107. *
  2108. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2109. */
  2110. protected function getCache_ValidatorService()
  2111. {
  2112. $a = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  2113. if (isset($this->privates['cache.validator'])) {
  2114. return $this->privates['cache.validator'];
  2115. }
  2116. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('T79HG6Ejjw', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), $a));
  2117. }
  2118. /**
  2119. * Gets the private 'config_cache_factory' shared service.
  2120. *
  2121. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2122. */
  2123. protected function getConfigCacheFactoryService()
  2124. {
  2125. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2126. 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)));
  2127. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2128. }, 2));
  2129. }
  2130. /**
  2131. * Gets the private 'data_collector.form' shared service.
  2132. *
  2133. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2134. */
  2135. protected function getDataCollector_FormService()
  2136. {
  2137. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2138. }
  2139. /**
  2140. * Gets the private 'data_collector.request' shared service.
  2141. *
  2142. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2143. */
  2144. protected function getDataCollector_RequestService()
  2145. {
  2146. 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())));
  2147. }
  2148. /**
  2149. * Gets the private 'debug.controller_resolver' shared service.
  2150. *
  2151. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2152. */
  2153. protected function getDebug_ControllerResolverService()
  2154. {
  2155. $a = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  2156. if (isset($this->privates['debug.controller_resolver'])) {
  2157. return $this->privates['debug.controller_resolver'];
  2158. }
  2159. return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, $a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2160. }
  2161. /**
  2162. * Gets the private 'debug.debug_handlers_listener' shared service.
  2163. *
  2164. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2165. */
  2166. protected function getDebug_DebugHandlersListenerService()
  2167. {
  2168. $a = ($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService());
  2169. if (isset($this->privates['debug.debug_handlers_listener'])) {
  2170. return $this->privates['debug.debug_handlers_listener'];
  2171. }
  2172. $b = new \Symfony\Bridge\Monolog\Logger('php');
  2173. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2174. $b->pushProcessor(($this->privates['App\\LogProcessor'] ?? $this->getLogProcessorService()));
  2175. $b->pushHandler($a);
  2176. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2177. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $b, NULL, -1, true, true, NULL);
  2178. }
  2179. /**
  2180. * Gets the private 'debug.file_link_formatter' shared service.
  2181. *
  2182. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2183. */
  2184. protected function getDebug_FileLinkFormatterService()
  2185. {
  2186. 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 () {
  2187. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2188. });
  2189. }
  2190. /**
  2191. * Gets the private 'debug.log_processor' shared service.
  2192. *
  2193. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2194. */
  2195. protected function getDebug_LogProcessorService()
  2196. {
  2197. 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())));
  2198. }
  2199. /**
  2200. * Gets the private 'debug.security.access.decision_manager' shared service.
  2201. *
  2202. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2203. */
  2204. protected function getDebug_Security_Access_DecisionManagerService()
  2205. {
  2206. 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 () {
  2207. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2208. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2209. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2210. yield 3 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2211. }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2212. }
  2213. /**
  2214. * Gets the private 'debug.security.firewall' shared service.
  2215. *
  2216. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2217. */
  2218. protected function getDebug_Security_FirewallService()
  2219. {
  2220. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2221. if (isset($this->privates['debug.security.firewall'])) {
  2222. return $this->privates['debug.security.firewall'];
  2223. }
  2224. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2225. if (isset($this->privates['debug.security.firewall'])) {
  2226. return $this->privates['debug.security.firewall'];
  2227. }
  2228. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2229. }
  2230. /**
  2231. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2232. *
  2233. * @return \Doctrine\Migrations\DependencyFactory
  2234. */
  2235. protected function getDoctrine_Migrations_DependencyFactoryService()
  2236. {
  2237. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2238. if (isset($this->privates['doctrine.migrations.dependency_factory'])) {
  2239. return $this->privates['doctrine.migrations.dependency_factory'];
  2240. }
  2241. $b = new \Doctrine\Migrations\Configuration\Configuration();
  2242. $b->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  2243. $b->setAllOrNothing(false);
  2244. $b->setCheckDatabasePlatform(true);
  2245. $b->setTransactional(true);
  2246. $b->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2247. $b->addMigrationsDirectory('Boldr\\Cms\\CmsBundle\\Migrations', (\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/migrations'));
  2248. $b->addMigrationsDirectory('Boldr\\Cms\\UsersBundle\\Migrations', (\dirname(__DIR__, 4).'/vendor/boldr/users-bundle/migrations'));
  2249. $b->addMigrationsDirectory('Boldr\\Shop\\ShopBundle\\Migrations', (\dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/migrations'));
  2250. $b->addMigrationsDirectory('Boldr\\Shop\\ReceiptPrinterBundle\\Migrations', (\dirname(__DIR__, 4).'/vendor/boldr/receipt-printer-bundle/migrations'));
  2251. $b->addMigrationsDirectory('Boldr\\Cms\\JobsBundle\\Migrations', (\dirname(__DIR__, 4).'/vendor/boldr/jobs-bundle/migrations'));
  2252. $b->addMigrationsDirectory('Boldr\\Cms\\OpeningHoursBundle\\Migrations', (\dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/migrations'));
  2253. $b->addMigrationsDirectory('Boldr\\Cms\\SiteOptionsBundle\\Migrations', (\dirname(__DIR__, 4).'/vendor/boldr/site-options-bundle/migrations'));
  2254. $b->addMigrationsDirectory('Boldr\\Shop\\SurchargeBundle\\Migrations', (\dirname(__DIR__, 4).'/vendor/boldr/surcharge-bundle/migrations'));
  2255. $b->addMigrationsDirectory('Boldr\\Cms\\PopupBundle\\Migrations', (\dirname(__DIR__, 4).'/vendor/boldr/popup-bundle/migrations'));
  2256. $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($b), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), $a);
  2257. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2258. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2259. });
  2260. return $instance;
  2261. }
  2262. /**
  2263. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2264. *
  2265. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2266. */
  2267. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2268. {
  2269. $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2270. if (isset($this->privates['doctrine.orm.default_annotation_metadata_driver'])) {
  2271. return $this->privates['doctrine.orm.default_annotation_metadata_driver'];
  2272. }
  2273. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($a, [0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/vendor/boldr/site-options-bundle/src/Entity'), 2 => (\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Entity'), 3 => (\dirname(__DIR__, 4).'/vendor/boldr/users-bundle/src/Entity'), 4 => (\dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/src/Entity'), 5 => (\dirname(__DIR__, 4).'/vendor/boldr/receipt-printer-bundle/src/Entity'), 6 => (\dirname(__DIR__, 4).'/vendor/boldr/cloudprnt-receipt-printer/src/Entity'), 7 => (\dirname(__DIR__, 4).'/vendor/boldr/vat-bundle/src/Entity'), 8 => (\dirname(__DIR__, 4).'/vendor/boldr/jobs-bundle/src/Entity'), 9 => (\dirname(__DIR__, 4).'/vendor/boldr/mollie-payment-method/src/Entity'), 10 => (\dirname(__DIR__, 4).'/vendor/boldr/simple-price-provider/src/Entity'), 11 => (\dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/Entity'), 12 => (\dirname(__DIR__, 4).'/vendor/boldr/ingredients-bundle/src/Entity'), 13 => (\dirname(__DIR__, 4).'/vendor/boldr/surcharge-bundle/src/Entity'), 14 => (\dirname(__DIR__, 4).'/vendor/boldr/multishop-bundle/src/Entity'), 15 => (\dirname(__DIR__, 4).'/vendor/boldr/allergen-bundle/src/Entity'), 16 => (\dirname(__DIR__, 4).'/vendor/boldr/receipt-printer-multishop-bundle/src/Entity'), 17 => (\dirname(__DIR__, 4).'/vendor/boldr/n-for-x-bundle/src/Entity'), 18 => (\dirname(__DIR__, 4).'/vendor/boldr/maintenance-bundle/src/Entity'), 19 => (\dirname(__DIR__, 4).'/vendor/boldr/maintenance-users-bundle/src/Entity'), 20 => (\dirname(__DIR__, 4).'/vendor/boldr/popup-bundle/src/Entity')]);
  2274. }
  2275. /**
  2276. * Gets the private 'exception_listener' shared service.
  2277. *
  2278. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2279. */
  2280. protected function getExceptionListener2Service()
  2281. {
  2282. $a = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  2283. if (isset($this->privates['exception_listener'])) {
  2284. return $this->privates['exception_listener'];
  2285. }
  2286. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', $a, true, []);
  2287. }
  2288. /**
  2289. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2290. *
  2291. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2292. */
  2293. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2294. {
  2295. 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())));
  2296. }
  2297. /**
  2298. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2299. *
  2300. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2301. */
  2302. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2303. {
  2304. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2305. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2306. return $this->privates['framework_extra_bundle.event.is_granted'];
  2307. }
  2308. 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);
  2309. }
  2310. /**
  2311. * Gets the private 'locale_aware_listener' shared service.
  2312. *
  2313. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2314. */
  2315. protected function getLocaleAwareListenerService()
  2316. {
  2317. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2318. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('nl')));
  2319. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2320. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2321. }
  2322. /**
  2323. * Gets the private 'locale_listener' shared service.
  2324. *
  2325. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2326. */
  2327. protected function getLocaleListenerService()
  2328. {
  2329. $a = ($this->services['router'] ?? $this->getRouterService());
  2330. if (isset($this->privates['locale_listener'])) {
  2331. return $this->privates['locale_listener'];
  2332. }
  2333. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'nl', $a, false, []);
  2334. }
  2335. /**
  2336. * Gets the private 'mailer.mailer' shared service.
  2337. *
  2338. * @return \Symfony\Component\Mailer\Mailer
  2339. */
  2340. protected function getMailer_MailerService()
  2341. {
  2342. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2343. if (isset($this->privates['mailer.mailer'])) {
  2344. return $this->privates['mailer.mailer'];
  2345. }
  2346. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2347. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  2348. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  2349. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  2350. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  2351. }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, $a);
  2352. }
  2353. /**
  2354. * Gets the private 'mime_types' shared service.
  2355. *
  2356. * @return \Symfony\Component\Mime\MimeTypes
  2357. */
  2358. protected function getMimeTypesService()
  2359. {
  2360. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2361. $instance->setDefault($instance);
  2362. return $instance;
  2363. }
  2364. /**
  2365. * Gets the private 'monolog.handler.main' shared service.
  2366. *
  2367. * @return \Monolog\Handler\GroupHandler
  2368. */
  2369. protected function getMonolog_Handler_MainService()
  2370. {
  2371. $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  2372. $b = new \Monolog\Processor\PsrLogMessageProcessor();
  2373. $a->pushProcessor($b);
  2374. $c = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  2375. if (isset($this->privates['monolog.handler.main'])) {
  2376. return $this->privates['monolog.handler.main'];
  2377. }
  2378. $d = new \Symfony\Component\Mime\Email();
  2379. $d->from($this->getEnv('SHOP_NOREPLY_EMAIL'));
  2380. $d->to('aron@dondr.nl');
  2381. $d->subject('[Helens Bakery] An Error Occurred! %message%');
  2382. $e = new \Symfony\Bridge\Monolog\Handler\MailerHandler($c, $d, 'critical', true);
  2383. $e->pushProcessor($b);
  2384. $e->setFormatter(new \Monolog\Formatter\HtmlFormatter());
  2385. return $this->privates['monolog.handler.main'] = new \Monolog\Handler\GroupHandler([0 => $a, 1 => new \Monolog\Handler\DeduplicationHandler($e, ($this->targetDir.''.'/monolog_dedup_922a7b2c3485f2fca0b658c7a9e614d9d914a2f5'), 400, 60, true)], true);
  2386. }
  2387. /**
  2388. * Gets the private 'monolog.logger' shared service.
  2389. *
  2390. * @return \Symfony\Bridge\Monolog\Logger
  2391. */
  2392. protected function getMonolog_LoggerService()
  2393. {
  2394. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2395. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2396. $instance->pushProcessor(($this->privates['App\\LogProcessor'] ?? $this->getLogProcessorService()));
  2397. $instance->useMicrosecondTimestamps(true);
  2398. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2399. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2400. return $instance;
  2401. }
  2402. /**
  2403. * Gets the private 'monolog.logger.cache' shared service.
  2404. *
  2405. * @return \Symfony\Bridge\Monolog\Logger
  2406. */
  2407. protected function getMonolog_Logger_CacheService()
  2408. {
  2409. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2410. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2411. $instance->pushProcessor(($this->privates['App\\LogProcessor'] ?? $this->getLogProcessorService()));
  2412. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2413. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2414. return $instance;
  2415. }
  2416. /**
  2417. * Gets the private 'monolog.logger.request' shared service.
  2418. *
  2419. * @return \Symfony\Bridge\Monolog\Logger
  2420. */
  2421. protected function getMonolog_Logger_RequestService()
  2422. {
  2423. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2424. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2425. $instance->pushProcessor(($this->privates['App\\LogProcessor'] ?? $this->getLogProcessorService()));
  2426. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2427. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2428. return $instance;
  2429. }
  2430. /**
  2431. * Gets the private 'monolog.logger.security' shared service.
  2432. *
  2433. * @return \Symfony\Bridge\Monolog\Logger
  2434. */
  2435. protected function getMonolog_Logger_SecurityService()
  2436. {
  2437. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2438. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2439. $instance->pushProcessor(($this->privates['App\\LogProcessor'] ?? $this->getLogProcessorService()));
  2440. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2441. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2442. return $instance;
  2443. }
  2444. /**
  2445. * Gets the private 'nyholm.psr7.psr17_factory' shared service.
  2446. *
  2447. * @return \Nyholm\Psr7\Factory\Psr17Factory
  2448. */
  2449. protected function getNyholm_Psr7_Psr17FactoryService()
  2450. {
  2451. return $this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory();
  2452. }
  2453. /**
  2454. * Gets the private 'parameter_bag' shared service.
  2455. *
  2456. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2457. */
  2458. protected function getParameterBagService()
  2459. {
  2460. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2461. }
  2462. /**
  2463. * Gets the private 'profiler_listener' shared service.
  2464. *
  2465. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2466. */
  2467. protected function getProfilerListenerService()
  2468. {
  2469. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2470. if (isset($this->privates['profiler_listener'])) {
  2471. return $this->privates['profiler_listener'];
  2472. }
  2473. 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);
  2474. }
  2475. /**
  2476. * Gets the private 'property_info' shared service.
  2477. *
  2478. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2479. */
  2480. protected function getPropertyInfoService()
  2481. {
  2482. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2483. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2484. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2485. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2486. }, 3), new RewindableGenerator(function () {
  2487. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2488. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2489. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2490. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2491. }, 4), new RewindableGenerator(function () {
  2492. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2493. }, 1), new RewindableGenerator(function () {
  2494. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2495. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2496. }, 2), new RewindableGenerator(function () {
  2497. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2498. }, 1));
  2499. }
  2500. /**
  2501. * Gets the private 'psr18.http_client' shared service.
  2502. *
  2503. * @return \Symfony\Component\HttpClient\Psr18Client
  2504. */
  2505. protected function getPsr18_HttpClientService()
  2506. {
  2507. $a = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  2508. if (isset($this->privates['psr18.http_client'])) {
  2509. return $this->privates['psr18.http_client'];
  2510. }
  2511. $b = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  2512. return $this->privates['psr18.http_client'] = new \Symfony\Component\HttpClient\Psr18Client($a, $b, $b);
  2513. }
  2514. /**
  2515. * Gets the private 'router.expression_language_provider' shared service.
  2516. *
  2517. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2518. */
  2519. protected function getRouter_ExpressionLanguageProviderService()
  2520. {
  2521. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2522. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2523. ], [
  2524. 'env' => 'Closure',
  2525. ]));
  2526. }
  2527. /**
  2528. * Gets the private 'router.request_context' shared service.
  2529. *
  2530. * @return \Symfony\Component\Routing\RequestContext
  2531. */
  2532. protected function getRouter_RequestContextService()
  2533. {
  2534. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'monitor.boldrdev.nl', 'https', 80, 443);
  2535. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2536. return $instance;
  2537. }
  2538. /**
  2539. * Gets the private 'router_listener' shared service.
  2540. *
  2541. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2542. */
  2543. protected function getRouterListenerService()
  2544. {
  2545. $a = ($this->services['router'] ?? $this->getRouterService());
  2546. if (isset($this->privates['router_listener'])) {
  2547. return $this->privates['router_listener'];
  2548. }
  2549. $b = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  2550. if (isset($this->privates['router_listener'])) {
  2551. return $this->privates['router_listener'];
  2552. }
  2553. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), $b, \dirname(__DIR__, 4), true);
  2554. }
  2555. /**
  2556. * Gets the private 'security.context_listener.0' shared service.
  2557. *
  2558. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2559. */
  2560. protected function getSecurity_ContextListener_0Service()
  2561. {
  2562. $a = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  2563. if (isset($this->privates['security.context_listener.0'])) {
  2564. return $this->privates['security.context_listener.0'];
  2565. }
  2566. $b = ($this->privates['security.event_dispatcher.boldr_cms_admin'] ?? $this->getSecurity_EventDispatcher_BoldrCmsAdminService());
  2567. if (isset($this->privates['security.context_listener.0'])) {
  2568. return $this->privates['security.context_listener.0'];
  2569. }
  2570. 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 () {
  2571. yield 0 => ($this->privates['security.user.provider.concrete.boldr_admins'] ?? $this->load('getSecurity_User_Provider_Concrete_BoldrAdminsService'));
  2572. yield 1 => ($this->privates['security.user.provider.concrete.boldr_users'] ?? $this->load('getSecurity_User_Provider_Concrete_BoldrUsersService'));
  2573. }, 2), 'boldr_cms_admin', $a, $b, ($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']);
  2574. }
  2575. /**
  2576. * Gets the private 'security.context_listener.1' shared service.
  2577. *
  2578. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2579. */
  2580. protected function getSecurity_ContextListener_1Service()
  2581. {
  2582. $a = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  2583. if (isset($this->privates['security.context_listener.1'])) {
  2584. return $this->privates['security.context_listener.1'];
  2585. }
  2586. $b = ($this->privates['security.event_dispatcher.boldr_users'] ?? $this->getSecurity_EventDispatcher_BoldrUsersService());
  2587. if (isset($this->privates['security.context_listener.1'])) {
  2588. return $this->privates['security.context_listener.1'];
  2589. }
  2590. return $this->privates['security.context_listener.1'] = 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 () {
  2591. yield 0 => ($this->privates['security.user.provider.concrete.boldr_admins'] ?? $this->load('getSecurity_User_Provider_Concrete_BoldrAdminsService'));
  2592. yield 1 => ($this->privates['security.user.provider.concrete.boldr_users'] ?? $this->load('getSecurity_User_Provider_Concrete_BoldrUsersService'));
  2593. }, 2), 'boldr_users', $a, $b, ($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']);
  2594. }
  2595. /**
  2596. * Gets the private 'security.csrf.token_storage' shared service.
  2597. *
  2598. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2599. */
  2600. protected function getSecurity_Csrf_TokenStorageService()
  2601. {
  2602. return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2603. }
  2604. /**
  2605. * Gets the private 'security.event_dispatcher.boldr_cms_admin' shared service.
  2606. *
  2607. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2608. */
  2609. protected function getSecurity_EventDispatcher_BoldrCmsAdminService()
  2610. {
  2611. $this->privates['security.event_dispatcher.boldr_cms_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2612. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2613. return ($this->privates['security.listener.boldr_cms_admin.user_provider'] ?? $this->load('getSecurity_Listener_BoldrCmsAdmin_UserProviderService'));
  2614. }, 1 => 'checkPassport'], 2048);
  2615. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2616. return ($this->privates['security.listener.session.boldr_cms_admin'] ?? $this->load('getSecurity_Listener_Session_BoldrCmsAdminService'));
  2617. }, 1 => 'onSuccessfulLogin'], 0);
  2618. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2619. return ($this->privates['security.logout.listener.default.boldr_cms_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_BoldrCmsAdminService'));
  2620. }, 1 => 'onLogout'], 64);
  2621. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2622. return ($this->privates['security.logout.listener.session.boldr_cms_admin'] ?? ($this->privates['security.logout.listener.session.boldr_cms_admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2623. }, 1 => 'onLogout'], 0);
  2624. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2625. return ($this->privates['security.listener.user_checker.boldr_cms_admin'] ?? $this->load('getSecurity_Listener_UserChecker_BoldrCmsAdminService'));
  2626. }, 1 => 'preCheckCredentials'], 256);
  2627. $instance->addListener('security.authentication.success', [0 => function () {
  2628. return ($this->privates['security.listener.user_checker.boldr_cms_admin'] ?? $this->load('getSecurity_Listener_UserChecker_BoldrCmsAdminService'));
  2629. }, 1 => 'postCheckCredentials'], 256);
  2630. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2631. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2632. }, 1 => 'checkPassport'], 1024);
  2633. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2634. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2635. }, 1 => 'checkPassport'], 0);
  2636. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2637. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2638. }, 1 => 'onLoginSuccess'], 0);
  2639. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2640. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2641. }, 1 => 'checkPassport'], 512);
  2642. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2643. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2644. }, 1 => 'onLogout'], 0);
  2645. return $instance;
  2646. }
  2647. /**
  2648. * Gets the private 'security.event_dispatcher.boldr_users' shared service.
  2649. *
  2650. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2651. */
  2652. protected function getSecurity_EventDispatcher_BoldrUsersService()
  2653. {
  2654. $this->privates['security.event_dispatcher.boldr_users'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2655. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2656. return ($this->privates['security.listener.boldr_users.user_provider'] ?? $this->load('getSecurity_Listener_BoldrUsers_UserProviderService'));
  2657. }, 1 => 'checkPassport'], 2048);
  2658. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2659. return ($this->privates['security.listener.session.boldr_users'] ?? $this->load('getSecurity_Listener_Session_BoldrUsersService'));
  2660. }, 1 => 'onSuccessfulLogin'], 0);
  2661. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2662. return ($this->privates['security.logout.listener.default.boldr_users'] ?? $this->load('getSecurity_Logout_Listener_Default_BoldrUsersService'));
  2663. }, 1 => 'onLogout'], 64);
  2664. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2665. return ($this->privates['security.logout.listener.session.boldr_users'] ?? ($this->privates['security.logout.listener.session.boldr_users'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2666. }, 1 => 'onLogout'], 0);
  2667. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2668. return ($this->privates['security.listener.user_checker.boldr_users'] ?? $this->load('getSecurity_Listener_UserChecker_BoldrUsersService'));
  2669. }, 1 => 'preCheckCredentials'], 256);
  2670. $instance->addListener('security.authentication.success', [0 => function () {
  2671. return ($this->privates['security.listener.user_checker.boldr_users'] ?? $this->load('getSecurity_Listener_UserChecker_BoldrUsersService'));
  2672. }, 1 => 'postCheckCredentials'], 256);
  2673. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2674. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2675. }, 1 => 'checkPassport'], 1024);
  2676. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2677. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2678. }, 1 => 'checkPassport'], 0);
  2679. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2680. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2681. }, 1 => 'onLoginSuccess'], 0);
  2682. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2683. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2684. }, 1 => 'checkPassport'], 512);
  2685. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2686. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2687. }, 1 => 'onLogout'], 0);
  2688. return $instance;
  2689. }
  2690. /**
  2691. * Gets the private 'security.firewall.map' shared service.
  2692. *
  2693. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2694. */
  2695. protected function getSecurity_Firewall_MapService()
  2696. {
  2697. $a = ($this->privates['.service_locator.0dWp9EE'] ?? $this->get_ServiceLocator_0dWp9EEService());
  2698. if (isset($this->privates['security.firewall.map'])) {
  2699. return $this->privates['security.firewall.map'];
  2700. }
  2701. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2702. 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)/')));
  2703. yield 'security.firewall.map.context.boldr_cms_admin' => ($this->privates['.security.request_matcher.7lbPsE1'] ?? ($this->privates['.security.request_matcher.7lbPsE1'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(boldr-admin|boldr-login|boldr-logout)')));
  2704. yield 'security.firewall.map.context.boldr_users' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2705. }, 3));
  2706. }
  2707. /**
  2708. * Gets the private 'security.logout_url_generator' shared service.
  2709. *
  2710. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2711. */
  2712. protected function getSecurity_LogoutUrlGeneratorService()
  2713. {
  2714. $a = ($this->services['router'] ?? $this->getRouterService());
  2715. if (isset($this->privates['security.logout_url_generator'])) {
  2716. return $this->privates['security.logout_url_generator'];
  2717. }
  2718. $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2719. $instance->registerListener('boldr_cms_admin', 'cms_logout', 'logout', '_csrf_token', NULL, NULL);
  2720. $instance->registerListener('boldr_users', 'boldr_users_logout', 'logout', '_csrf_token', NULL, NULL);
  2721. return $instance;
  2722. }
  2723. /**
  2724. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2725. *
  2726. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2727. */
  2728. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2729. {
  2730. $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2731. if (isset($this->privates['sensio_framework_extra.controller.listener'])) {
  2732. return $this->privates['sensio_framework_extra.controller.listener'];
  2733. }
  2734. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener($a);
  2735. }
  2736. /**
  2737. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2738. *
  2739. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2740. */
  2741. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2742. {
  2743. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2744. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2745. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2746. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2747. }
  2748. /**
  2749. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2750. *
  2751. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2752. */
  2753. protected function getSensioFrameworkExtra_Security_ListenerService()
  2754. {
  2755. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2756. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2757. return $this->privates['sensio_framework_extra.security.listener'];
  2758. }
  2759. $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2760. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2761. return $this->privates['sensio_framework_extra.security.listener'];
  2762. }
  2763. 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, $b);
  2764. }
  2765. /**
  2766. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2767. *
  2768. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2769. */
  2770. protected function getSensioFrameworkExtra_View_ListenerService()
  2771. {
  2772. $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))));
  2773. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2774. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2775. ], [
  2776. 'twig' => '?',
  2777. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2778. return $instance;
  2779. }
  2780. /**
  2781. * Gets the private 'session_listener' shared service.
  2782. *
  2783. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2784. */
  2785. protected function getSessionListenerService()
  2786. {
  2787. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2788. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2789. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2790. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2791. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2792. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2793. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2794. ], [
  2795. 'initialized_session' => '?',
  2796. 'logger' => '?',
  2797. 'request_stack' => '?',
  2798. 'session' => '?',
  2799. 'session_collector' => '?',
  2800. 'session_factory' => '?',
  2801. ]), true, $this->parameters['session.storage.options']);
  2802. }
  2803. /**
  2804. * Gets the private 'translator.default' shared service.
  2805. *
  2806. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2807. */
  2808. protected function getTranslator_DefaultService()
  2809. {
  2810. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2811. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2812. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2813. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2814. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2815. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2816. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2817. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2818. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2819. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2820. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2821. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2822. ], [
  2823. 'translation.loader.csv' => '?',
  2824. 'translation.loader.dat' => '?',
  2825. 'translation.loader.ini' => '?',
  2826. 'translation.loader.json' => '?',
  2827. 'translation.loader.mo' => '?',
  2828. 'translation.loader.php' => '?',
  2829. 'translation.loader.po' => '?',
  2830. 'translation.loader.qt' => '?',
  2831. 'translation.loader.res' => '?',
  2832. 'translation.loader.xliff' => '?',
  2833. 'translation.loader.yml' => '?',
  2834. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'nl', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), 4 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), 4 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], '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/boldr/cms-bundle/src/Resources/translations/BoldrCmsBundle.de.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), 5 => (\dirname(__DIR__, 4).'/vendor/boldr/users-bundle/src/Resources/translations/BoldrUsersBundle.de.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations/BoldrOpeningHoursBundle.de.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/boldr/cookies-bundle/src/Resources/translations/BoldrCookiesBundle.de.yaml'), 8 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Resources/translations/BoldrCmsBundle.en.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Resources/translations/admin.en.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Resources/translations/security.en.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), 7 => (\dirname(__DIR__, 4).'/vendor/boldr/users-bundle/src/Resources/translations/BoldrUsersBundle.en.yaml'), 8 => (\dirname(__DIR__, 4).'/vendor/boldr/users-bundle/src/Resources/translations/admin.en.yaml'), 9 => (\dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/src/Resources/translations/BoldrShopBundle.en.yaml'), 10 => (\dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/src/Resources/translations/admin.en.yaml'), 11 => (\dirname(__DIR__, 4).'/vendor/boldr/receipt-printer-bundle/src/Resources/translations/admin.en.yaml'), 12 => (\dirname(__DIR__, 4).'/vendor/boldr/vat-bundle/src/Resources/translations/BoldrVatBundle.en.yaml'), 13 => (\dirname(__DIR__, 4).'/vendor/boldr/vat-bundle/src/Resources/translations/admin.en.yaml'), 14 => (\dirname(__DIR__, 4).'/vendor/boldr/jobs-bundle/src/Resources/translations/admin.en.yaml'), 15 => (\dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations/BoldrOpeningHoursBundle.en.yaml'), 16 => (\dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations/admin.en.yaml'), 17 => (\dirname(__DIR__, 4).'/vendor/boldr/contact-details-option/src/Resources/translations/admin.en.yaml'), 18 => (\dirname(__DIR__, 4).'/vendor/boldr/site-options-bundle/src/Resources/translations/admin.en.yaml'), 19 => (\dirname(__DIR__, 4).'/vendor/boldr/social-media-links-option/src/Resources/translations/admin.en.yaml'), 20 => (\dirname(__DIR__, 4).'/vendor/boldr/ingredients-bundle/src/Resources/translations/BoldrIngredientsBundle.en.yaml'), 21 => (\dirname(__DIR__, 4).'/vendor/boldr/ingredients-bundle/src/Resources/translations/admin.en.yaml'), 22 => (\dirname(__DIR__, 4).'/vendor/boldr/surcharge-bundle/src/Resources/translations/admin.en.yaml'), 23 => (\dirname(__DIR__, 4).'/vendor/boldr/swiper-layout-bundle/src/Resources/translations/admin.en.yaml'), 24 => (\dirname(__DIR__, 4).'/vendor/boldr/cookies-bundle/src/Resources/translations/BoldrCookiesBundle.en.yaml'), 25 => (\dirname(__DIR__, 4).'/vendor/boldr/n-for-x-bundle/src/Resources/translations/BoldrNForXBundle.en.yaml'), 26 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.en.xlf'), 27 => (\dirname(__DIR__, 4).'/translations/BoldrShopBundle.en.yaml'), 28 => (\dirname(__DIR__, 4).'/translations/HelensBakery.en.yaml'), 29 => (\dirname(__DIR__, 4).'/translations/messages.en.yaml')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), 4 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), 4 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), 4 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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/rollerworks/password-strength-validator/src/Resources/translations/validators.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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Resources/translations/BoldrCmsBundle.nl.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Resources/translations/admin.nl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Resources/translations/security.nl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), 7 => (\dirname(__DIR__, 4).'/vendor/boldr/users-bundle/src/Resources/translations/BoldrUsersBundle.nl.yaml'), 8 => (\dirname(__DIR__, 4).'/vendor/boldr/users-bundle/src/Resources/translations/admin.nl.yaml'), 9 => (\dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/src/Resources/translations/BoldrShopBundle.nl.yaml'), 10 => (\dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/src/Resources/translations/admin.nl.yaml'), 11 => (\dirname(__DIR__, 4).'/vendor/boldr/receipt-printer-bundle/src/Resources/translations/admin.nl.yaml'), 12 => (\dirname(__DIR__, 4).'/vendor/boldr/vat-bundle/src/Resources/translations/BoldrVatBundle.nl.yaml'), 13 => (\dirname(__DIR__, 4).'/vendor/boldr/vat-bundle/src/Resources/translations/admin.nl.yaml'), 14 => (\dirname(__DIR__, 4).'/vendor/boldr/jobs-bundle/src/Resources/translations/admin.nl.yaml'), 15 => (\dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations/BoldrOpeningHoursBundle.nl.yaml'), 16 => (\dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations/admin.nl.yaml'), 17 => (\dirname(__DIR__, 4).'/vendor/boldr/contact-details-option/src/Resources/translations/admin.nl.yaml'), 18 => (\dirname(__DIR__, 4).'/vendor/boldr/site-options-bundle/src/Resources/translations/admin.nl.yaml'), 19 => (\dirname(__DIR__, 4).'/vendor/boldr/social-media-links-option/src/Resources/translations/admin.nl.yaml'), 20 => (\dirname(__DIR__, 4).'/vendor/boldr/ingredients-bundle/src/Resources/translations/BoldrIngredientsBundle.nl.yaml'), 21 => (\dirname(__DIR__, 4).'/vendor/boldr/ingredients-bundle/src/Resources/translations/admin.nl.yaml'), 22 => (\dirname(__DIR__, 4).'/vendor/boldr/surcharge-bundle/src/Resources/translations/admin.nl.yaml'), 23 => (\dirname(__DIR__, 4).'/vendor/boldr/allergen-bundle/src/Resources/translations/admin.nl.yaml'), 24 => (\dirname(__DIR__, 4).'/vendor/boldr/swiper-layout-bundle/src/Resources/translations/admin.nl.yaml'), 25 => (\dirname(__DIR__, 4).'/vendor/boldr/cookies-bundle/src/Resources/translations/BoldrCookiesBundle.nl.yaml'), 26 => (\dirname(__DIR__, 4).'/vendor/boldr/n-for-x-bundle/src/Resources/translations/BoldrNForXBundle.nl.yaml'), 27 => (\dirname(__DIR__, 4).'/vendor/boldr/popup-bundle/src/Resources/translations/admin.nl.yaml'), 28 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.nl.xlf'), 29 => (\dirname(__DIR__, 4).'/translations/BoldrShopBundle.nl.yaml'), 30 => (\dirname(__DIR__, 4).'/translations/HelensBakery.nl.yaml'), 31 => (\dirname(__DIR__, 4).'/translations/messages.nl.yaml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), 4 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php'), 4 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), 4 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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/rollerworks/password-strength-validator/src/Resources/translations/validators.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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], '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_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/boldr/users-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/boldr/receipt-printer-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/boldr/vat-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/boldr/jobs-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/boldr/contact-details-option/src/Resources/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/boldr/site-options-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/boldr/social-media-links-option/src/Resources/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/boldr/ingredients-bundle/src/Resources/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/boldr/surcharge-bundle/src/Resources/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/boldr/allergen-bundle/src/Resources/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/boldr/swiper-layout-bundle/src/Resources/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/boldr/cookies-bundle/src/Resources/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/boldr/n-for-x-bundle/src/Resources/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/boldr/popup-bundle/src/Resources/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations'), 22 => (\dirname(__DIR__, 4).'/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/boldr/cloudprnt-receipt-printer/src/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/boldr/mollie-bundle/src/translations'), 36 => (\dirname(__DIR__, 4).'/vendor/boldr/debug-bundle/src/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/boldr/mollie-payment-method/src/translations'), 38 => (\dirname(__DIR__, 4).'/vendor/boldr/simple-price-provider/src/translations'), 39 => (\dirname(__DIR__, 4).'/vendor/boldr/google-maps-bundle/src/translations'), 40 => (\dirname(__DIR__, 4).'/vendor/boldr/contact-map-section/src/translations'), 41 => (\dirname(__DIR__, 4).'/vendor/boldr/multishop-bundle/src/translations'), 42 => (\dirname(__DIR__, 4).'/vendor/boldr/font-awesome-bundle/src/translations'), 43 => (\dirname(__DIR__, 4).'/vendor/boldr/customizable-login-bundle/src/translations'), 44 => (\dirname(__DIR__, 4).'/vendor/boldr/receipt-printer-multishop-bundle/src/translations'), 45 => (\dirname(__DIR__, 4).'/vendor/boldr/maintenance-bundle/src/translations'), 46 => (\dirname(__DIR__, 4).'/vendor/boldr/maintenance-users-bundle/src/translations'), 47 => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-bundle/src/translations'), 48 => (\dirname(__DIR__, 4).'/vendor/boldr/ga-ecommerce-bundle/src/translations'), 49 => (\dirname(__DIR__, 4).'/vendor/boldr/privacy-policy-page-option/src/translations'), 50 => (\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-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 => 'vendor/boldr/cms-bundle/src/Resources/translations', 4 => 'vendor/easycorp/easyadmin-bundle/src/Resources/translations', 5 => 'vendor/boldr/users-bundle/src/Resources/translations', 6 => 'vendor/boldr/shop-bundle/src/Resources/translations', 7 => 'vendor/boldr/receipt-printer-bundle/src/Resources/translations', 8 => 'vendor/boldr/vat-bundle/src/Resources/translations', 9 => 'vendor/boldr/jobs-bundle/src/Resources/translations', 10 => 'vendor/boldr/opening-hours-bundle/src/Resources/translations', 11 => 'vendor/boldr/contact-details-option/src/Resources/translations', 12 => 'vendor/boldr/site-options-bundle/src/Resources/translations', 13 => 'vendor/boldr/social-media-links-option/src/Resources/translations', 14 => 'vendor/boldr/ingredients-bundle/src/Resources/translations', 15 => 'vendor/boldr/surcharge-bundle/src/Resources/translations', 16 => 'vendor/boldr/allergen-bundle/src/Resources/translations', 17 => 'vendor/boldr/swiper-layout-bundle/src/Resources/translations', 18 => 'vendor/boldr/cookies-bundle/src/Resources/translations', 19 => 'vendor/boldr/n-for-x-bundle/src/Resources/translations', 20 => 'vendor/boldr/popup-bundle/src/Resources/translations', 21 => 'vendor/rollerworks/password-strength-validator/src/Resources/translations', 22 => 'translations', 23 => 'vendor/symfony/framework-bundle/translations', 24 => 'vendor/sensio/framework-extra-bundle/src/translations', 25 => 'vendor/symfony/twig-bundle/translations', 26 => 'vendor/symfony/web-profiler-bundle/translations', 27 => 'vendor/symfony/monolog-bundle/translations', 28 => 'vendor/symfony/debug-bundle/translations', 29 => 'vendor/symfony/maker-bundle/src/translations', 30 => 'vendor/doctrine/doctrine-bundle/translations', 31 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 32 => 'vendor/symfony/security-bundle/translations', 33 => 'vendor/twig/extra-bundle/translations', 34 => 'vendor/boldr/cloudprnt-receipt-printer/src/translations', 35 => 'vendor/boldr/mollie-bundle/src/translations', 36 => 'vendor/boldr/debug-bundle/src/translations', 37 => 'vendor/boldr/mollie-payment-method/src/translations', 38 => 'vendor/boldr/simple-price-provider/src/translations', 39 => 'vendor/boldr/google-maps-bundle/src/translations', 40 => 'vendor/boldr/contact-map-section/src/translations', 41 => 'vendor/boldr/multishop-bundle/src/translations', 42 => 'vendor/boldr/font-awesome-bundle/src/translations', 43 => 'vendor/boldr/customizable-login-bundle/src/translations', 44 => 'vendor/boldr/receipt-printer-multishop-bundle/src/translations', 45 => 'vendor/boldr/maintenance-bundle/src/translations', 46 => 'vendor/boldr/maintenance-users-bundle/src/translations', 47 => 'vendor/rollerworks/password-strength-bundle/src/translations', 48 => 'vendor/boldr/ga-ecommerce-bundle/src/translations', 49 => 'vendor/boldr/privacy-policy-page-option/src/translations', 50 => 'vendor/karser/karser-recaptcha3-bundle/translations']]], []);
  2835. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2836. $instance->setFallbackLocales([0 => 'en']);
  2837. return $instance;
  2838. }
  2839. /**
  2840. * Gets the private 'validator.builder' shared service.
  2841. *
  2842. * @return \Symfony\Component\Validator\ValidatorBuilder
  2843. */
  2844. protected function getValidator_BuilderService()
  2845. {
  2846. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2847. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2848. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2849. 'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService', true],
  2850. 'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator' => ['privates', 'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator', 'getBlacklistValidatorService', true],
  2851. 'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\PasswordStrengthValidator' => ['privates', 'rollerworks_password_strength.validator.password_strength.library', 'getRollerworksPasswordStrength_Validator_PasswordStrength_LibraryService', true],
  2852. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2853. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2854. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2855. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2856. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2857. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2858. 'karser_recaptcha3_validator' => ['privates', 'karser_recaptcha3.validator', 'getKarserRecaptcha3_ValidatorService', true],
  2859. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2860. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2861. ], [
  2862. 'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
  2863. 'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator' => '?',
  2864. 'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\PasswordStrengthValidator' => '?',
  2865. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2866. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2867. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2868. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2869. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2870. 'doctrine.orm.validator.unique' => '?',
  2871. 'karser_recaptcha3_validator' => '?',
  2872. 'security.validator.user_password' => '?',
  2873. 'validator.expression' => '?',
  2874. ])));
  2875. if ($this->has('translator')) {
  2876. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2877. }
  2878. $instance->setTranslationDomain('validators');
  2879. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2880. $instance->enableAnnotationMapping(true);
  2881. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2882. $instance->addMethodMapping('loadValidatorMetadata');
  2883. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2884. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2885. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2886. return $instance;
  2887. }
  2888. /**
  2889. * Gets the private 'var_dumper.html_dumper' shared service.
  2890. *
  2891. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2892. */
  2893. protected function getVarDumper_HtmlDumperService()
  2894. {
  2895. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2896. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2897. return $instance;
  2898. }
  2899. /**
  2900. * Gets the private 'var_dumper.server_connection' shared service.
  2901. *
  2902. * @return \Symfony\Component\VarDumper\Server\Connection
  2903. */
  2904. protected function getVarDumper_ServerConnectionService()
  2905. {
  2906. 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()]);
  2907. }
  2908. /**
  2909. * Gets the private 'web_profiler.csp.handler' shared service.
  2910. *
  2911. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2912. */
  2913. protected function getWebProfiler_Csp_HandlerService()
  2914. {
  2915. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2916. }
  2917. /**
  2918. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2919. *
  2920. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2921. */
  2922. protected function getWebProfiler_DebugToolbarService()
  2923. {
  2924. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2925. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2926. return $this->privates['web_profiler.debug_toolbar'];
  2927. }
  2928. $b = ($this->services['router'] ?? $this->getRouterService());
  2929. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2930. return $this->privates['web_profiler.debug_toolbar'];
  2931. }
  2932. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2933. }
  2934. /**
  2935. * Gets the public 'cache_clearer' alias.
  2936. *
  2937. * @return object The ".container.private.cache_clearer" service.
  2938. */
  2939. protected function getCacheClearerService()
  2940. {
  2941. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2942. return $this->get('.container.private.cache_clearer');
  2943. }
  2944. /**
  2945. * Gets the public 'filesystem' alias.
  2946. *
  2947. * @return object The ".container.private.filesystem" service.
  2948. */
  2949. protected function getFilesystemService()
  2950. {
  2951. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2952. return $this->get('.container.private.filesystem');
  2953. }
  2954. /**
  2955. * Gets the public 'serializer' alias.
  2956. *
  2957. * @return object The ".container.private.serializer" service.
  2958. */
  2959. protected function getSerializerService()
  2960. {
  2961. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2962. return $this->get('.container.private.serializer');
  2963. }
  2964. /**
  2965. * Gets the public 'security.csrf.token_manager' alias.
  2966. *
  2967. * @return object The ".container.private.security.csrf.token_manager" service.
  2968. */
  2969. protected function getSecurity_Csrf_TokenManagerService()
  2970. {
  2971. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2972. return $this->get('.container.private.security.csrf.token_manager');
  2973. }
  2974. /**
  2975. * Gets the public 'form.factory' alias.
  2976. *
  2977. * @return object The ".container.private.form.factory" service.
  2978. */
  2979. protected function getForm_FactoryService()
  2980. {
  2981. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2982. return $this->get('.container.private.form.factory');
  2983. }
  2984. /**
  2985. * Gets the public 'form.type.file' alias.
  2986. *
  2987. * @return object The ".container.private.form.type.file" service.
  2988. */
  2989. protected function getForm_Type_FileService()
  2990. {
  2991. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2992. return $this->get('.container.private.form.type.file');
  2993. }
  2994. /**
  2995. * Gets the public 'profiler' alias.
  2996. *
  2997. * @return object The ".container.private.profiler" service.
  2998. */
  2999. protected function getProfilerService()
  3000. {
  3001. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3002. return $this->get('.container.private.profiler');
  3003. }
  3004. /**
  3005. * Gets the public 'twig' alias.
  3006. *
  3007. * @return object The ".container.private.twig" service.
  3008. */
  3009. protected function getTwigService()
  3010. {
  3011. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3012. return $this->get('.container.private.twig');
  3013. }
  3014. /**
  3015. * Gets the public 'security.authorization_checker' alias.
  3016. *
  3017. * @return object The ".container.private.security.authorization_checker" service.
  3018. */
  3019. protected function getSecurity_AuthorizationCheckerService()
  3020. {
  3021. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3022. return $this->get('.container.private.security.authorization_checker');
  3023. }
  3024. /**
  3025. * Gets the public 'security.token_storage' alias.
  3026. *
  3027. * @return object The ".container.private.security.token_storage" service.
  3028. */
  3029. protected function getSecurity_TokenStorageService()
  3030. {
  3031. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3032. return $this->get('.container.private.security.token_storage');
  3033. }
  3034. /**
  3035. * Gets the public 'security.password_encoder' alias.
  3036. *
  3037. * @return object The ".container.private.security.password_encoder" service.
  3038. */
  3039. protected function getSecurity_PasswordEncoderService()
  3040. {
  3041. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3042. return $this->get('.container.private.security.password_encoder');
  3043. }
  3044. /**
  3045. * Gets the public 'session' alias.
  3046. *
  3047. * @return object The ".container.private.session" service.
  3048. */
  3049. protected function getSessionService()
  3050. {
  3051. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3052. return $this->get('.container.private.session');
  3053. }
  3054. /**
  3055. * Gets the public 'validator' alias.
  3056. *
  3057. * @return object The ".container.private.validator" service.
  3058. */
  3059. protected function getValidatorService()
  3060. {
  3061. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3062. return $this->get('.container.private.validator');
  3063. }
  3064. /**
  3065. * @return array|bool|float|int|string|\UnitEnum|null
  3066. */
  3067. public function getParameter(string $name)
  3068. {
  3069. if (isset($this->buildParameters[$name])) {
  3070. return $this->buildParameters[$name];
  3071. }
  3072. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  3073. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  3074. }
  3075. if (isset($this->loadedDynamicParameters[$name])) {
  3076. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3077. }
  3078. return $this->parameters[$name];
  3079. }
  3080. public function hasParameter(string $name): bool
  3081. {
  3082. if (isset($this->buildParameters[$name])) {
  3083. return true;
  3084. }
  3085. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  3086. }
  3087. public function setParameter(string $name, $value): void
  3088. {
  3089. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3090. }
  3091. public function getParameterBag(): ParameterBagInterface
  3092. {
  3093. if (null === $this->parameterBag) {
  3094. $parameters = $this->parameters;
  3095. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3096. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3097. }
  3098. foreach ($this->buildParameters as $name => $value) {
  3099. $parameters[$name] = $value;
  3100. }
  3101. $this->parameterBag = new FrozenParameterBag($parameters);
  3102. }
  3103. return $this->parameterBag;
  3104. }
  3105. private $loadedDynamicParameters = [
  3106. 'kernel.runtime_environment' => false,
  3107. 'kernel.build_dir' => false,
  3108. 'kernel.cache_dir' => false,
  3109. 'kernel.secret' => false,
  3110. 'debug.container.dump' => false,
  3111. 'serializer.mapping.cache.file' => false,
  3112. 'validator.mapping.cache.file' => false,
  3113. 'profiler.storage.dsn' => false,
  3114. 'doctrine.orm.proxy_dir' => false,
  3115. 'boldr_users.sender_email' => false,
  3116. 'boldr_shop.default_noreply_email' => false,
  3117. 'boldr_shop.shop_order_email' => false,
  3118. 'boldr_mollie.api_key' => false,
  3119. 'karser_recaptcha3.site_key' => false,
  3120. 'karser_recaptcha3.secret_key' => false,
  3121. ];
  3122. private $dynamicParameters = [];
  3123. private function getDynamicParameter(string $name)
  3124. {
  3125. switch ($name) {
  3126. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3127. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  3128. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  3129. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  3130. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3131. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  3132. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  3133. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3134. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3135. case 'boldr_users.sender_email': $value = $this->getEnv('NOREPLY_EMAIL'); break;
  3136. case 'boldr_shop.default_noreply_email': $value = $this->getEnv('SHOP_NOREPLY_EMAIL'); break;
  3137. case 'boldr_shop.shop_order_email': $value = $this->getEnv('SHOP_ORDER_EMAIL'); break;
  3138. case 'boldr_mollie.api_key': $value = $this->getEnv('MOLLIE_API_KEY'); break;
  3139. case 'karser_recaptcha3.site_key': $value = $this->getEnv('RECAPTCHA3_KEY'); break;
  3140. case 'karser_recaptcha3.secret_key': $value = $this->getEnv('RECAPTCHA3_SECRET'); break;
  3141. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  3142. }
  3143. $this->loadedDynamicParameters[$name] = true;
  3144. return $this->dynamicParameters[$name] = $value;
  3145. }
  3146. protected function getDefaultParameters(): array
  3147. {
  3148. return [
  3149. 'kernel.project_dir' => \dirname(__DIR__, 4),
  3150. 'kernel.environment' => 'dev',
  3151. 'kernel.debug' => true,
  3152. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  3153. 'kernel.bundles' => [
  3154. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3155. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3156. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3157. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3158. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3159. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3160. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3161. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3162. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3163. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3164. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3165. 'BoldrCmsBundle' => 'Boldr\\Cms\\CmsBundle\\BoldrCmsBundle',
  3166. 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  3167. 'BoldrUsersBundle' => 'Boldr\\Cms\\UsersBundle\\BoldrUsersBundle',
  3168. 'BoldrShopBundle' => 'Boldr\\Shop\\ShopBundle\\BoldrShopBundle',
  3169. 'BoldrReceiptPrinterBundle' => 'Boldr\\Shop\\ReceiptPrinterBundle\\BoldrReceiptPrinterBundle',
  3170. 'BoldrCloudPrntReceiptPrinterBundle' => 'Boldr\\Shop\\CloudPrntReceiptPrinterBundle\\BoldrCloudPrntReceiptPrinterBundle',
  3171. 'BoldrVatBundle' => 'Boldr\\Shop\\VatBundle\\BoldrVatBundle',
  3172. 'BoldrMollieBundle' => 'Boldr\\Cms\\MollieBundle\\BoldrMollieBundle',
  3173. 'BoldrJobsBundle' => 'Boldr\\Cms\\JobsBundle\\BoldrJobsBundle',
  3174. 'BoldrDebugBundle' => 'Boldr\\Cms\\DebugBundle\\BoldrDebugBundle',
  3175. 'BoldrMolliePaymentMethodBundle' => 'Boldr\\Shop\\MolliePaymentMethodBundle\\BoldrMolliePaymentMethodBundle',
  3176. 'BoldrSimplePriceProviderBundle' => 'Boldr\\Shop\\SimplePriceProviderBundle\\BoldrSimplePriceProviderBundle',
  3177. 'BoldrOpeningHoursBundle' => 'Boldr\\Cms\\OpeningHoursBundle\\BoldrOpeningHoursBundle',
  3178. 'BoldrContactDetailsOptionBundle' => 'Boldr\\Cms\\ContactDetailsOptionBundle\\BoldrContactDetailsOptionBundle',
  3179. 'BoldrSiteOptionsBundle' => 'Boldr\\Cms\\SiteOptionsBundle\\BoldrSiteOptionsBundle',
  3180. 'BoldrSocialMediaLinksOptionBundle' => 'Boldr\\Cms\\SocialMediaLinksOptionBundle\\BoldrSocialMediaLinksOptionBundle',
  3181. 'BoldrGoogleMapsBundle' => 'Boldr\\Cms\\GoogleMapsBundle\\BoldrGoogleMapsBundle',
  3182. 'BoldrContactMapSectionBundle' => 'Boldr\\Cms\\ContactMapSectionBundle\\BoldrContactMapSectionBundle',
  3183. 'BoldrIngredientsBundle' => 'Boldr\\Shop\\IngredientsBundle\\BoldrIngredientsBundle',
  3184. 'BoldrSurchargeBundle' => 'Boldr\\Shop\\SurchargeBundle\\BoldrSurchargeBundle',
  3185. 'BoldrMultishopBundle' => 'Boldr\\Shop\\MultishopBundle\\BoldrMultishopBundle',
  3186. 'BoldrFontAwesomeBundle' => 'Boldr\\Cms\\FontAwesomeBundle\\BoldrFontAwesomeBundle',
  3187. 'BoldrAllergenBundle' => 'Boldr\\Shop\\AllergenBundle\\BoldrAllergenBundle',
  3188. 'BoldrSwiperLayoutBundle' => 'Boldr\\Cms\\SwiperLayoutBundle\\BoldrSwiperLayoutBundle',
  3189. 'BoldrCustomizableLoginBundle' => 'Boldr\\Cms\\CustomizableLoginBundle\\BoldrCustomizableLoginBundle',
  3190. 'BoldrReceiptPrinterMultishopBundle' => 'Boldr\\Shop\\ReceiptPrinterMultishopBundle\\BoldrReceiptPrinterMultishopBundle',
  3191. 'BoldrCookiesBundle' => 'Boldr\\Cms\\CookiesBundle\\BoldrCookiesBundle',
  3192. 'BoldrNForXBundle' => 'Boldr\\Shop\\NForXBundle\\BoldrNForXBundle',
  3193. 'BoldrMaintenanceBundle' => 'Boldr\\Cms\\MaintenanceBundle\\BoldrMaintenanceBundle',
  3194. 'BoldrMaintenanceUsersBundle' => 'Boldr\\Cms\\MaintenanceUsersBundle\\BoldrMaintenanceUsersBundle',
  3195. 'RollerworksPasswordStrengthBundle' => 'Rollerworks\\Bundle\\PasswordStrengthBundle\\RollerworksPasswordStrengthBundle',
  3196. 'BoldrGaEcommerceBundle' => 'Boldr\\Shop\\GaEcommerceBundle\\BoldrGaEcommerceBundle',
  3197. 'BoldrPopupBundle' => 'Boldr\\Cms\\PopupBundle\\BoldrPopupBundle',
  3198. 'BoldrPrivacyPolicyPageOptionBundle' => 'Boldr\\Cms\\PrivacyPolicyPageOptionBundle\\BoldrPrivacyPolicyPageOptionBundle',
  3199. 'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
  3200. ],
  3201. 'kernel.bundles_metadata' => [
  3202. 'FrameworkBundle' => [
  3203. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  3204. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3205. ],
  3206. 'SensioFrameworkExtraBundle' => [
  3207. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  3208. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3209. ],
  3210. 'TwigBundle' => [
  3211. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  3212. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3213. ],
  3214. 'WebProfilerBundle' => [
  3215. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  3216. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3217. ],
  3218. 'MonologBundle' => [
  3219. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  3220. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3221. ],
  3222. 'DebugBundle' => [
  3223. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  3224. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3225. ],
  3226. 'MakerBundle' => [
  3227. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  3228. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3229. ],
  3230. 'DoctrineBundle' => [
  3231. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  3232. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3233. ],
  3234. 'DoctrineMigrationsBundle' => [
  3235. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3236. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3237. ],
  3238. 'SecurityBundle' => [
  3239. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  3240. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3241. ],
  3242. 'TwigExtraBundle' => [
  3243. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  3244. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3245. ],
  3246. 'BoldrCmsBundle' => [
  3247. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/cms-bundle/src'),
  3248. 'namespace' => 'Boldr\\Cms\\CmsBundle',
  3249. ],
  3250. 'EasyAdminBundle' => [
  3251. 'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
  3252. 'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3253. ],
  3254. 'BoldrUsersBundle' => [
  3255. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/users-bundle/src'),
  3256. 'namespace' => 'Boldr\\Cms\\UsersBundle',
  3257. ],
  3258. 'BoldrShopBundle' => [
  3259. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/shop-bundle/src'),
  3260. 'namespace' => 'Boldr\\Shop\\ShopBundle',
  3261. ],
  3262. 'BoldrReceiptPrinterBundle' => [
  3263. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/receipt-printer-bundle/src'),
  3264. 'namespace' => 'Boldr\\Shop\\ReceiptPrinterBundle',
  3265. ],
  3266. 'BoldrCloudPrntReceiptPrinterBundle' => [
  3267. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/cloudprnt-receipt-printer/src'),
  3268. 'namespace' => 'Boldr\\Shop\\CloudPrntReceiptPrinterBundle',
  3269. ],
  3270. 'BoldrVatBundle' => [
  3271. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/vat-bundle/src'),
  3272. 'namespace' => 'Boldr\\Shop\\VatBundle',
  3273. ],
  3274. 'BoldrMollieBundle' => [
  3275. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/mollie-bundle/src'),
  3276. 'namespace' => 'Boldr\\Cms\\MollieBundle',
  3277. ],
  3278. 'BoldrJobsBundle' => [
  3279. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/jobs-bundle/src'),
  3280. 'namespace' => 'Boldr\\Cms\\JobsBundle',
  3281. ],
  3282. 'BoldrDebugBundle' => [
  3283. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/debug-bundle/src'),
  3284. 'namespace' => 'Boldr\\Cms\\DebugBundle',
  3285. ],
  3286. 'BoldrMolliePaymentMethodBundle' => [
  3287. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/mollie-payment-method/src'),
  3288. 'namespace' => 'Boldr\\Shop\\MolliePaymentMethodBundle',
  3289. ],
  3290. 'BoldrSimplePriceProviderBundle' => [
  3291. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/simple-price-provider/src'),
  3292. 'namespace' => 'Boldr\\Shop\\SimplePriceProviderBundle',
  3293. ],
  3294. 'BoldrOpeningHoursBundle' => [
  3295. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/opening-hours-bundle/src'),
  3296. 'namespace' => 'Boldr\\Cms\\OpeningHoursBundle',
  3297. ],
  3298. 'BoldrContactDetailsOptionBundle' => [
  3299. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/contact-details-option/src'),
  3300. 'namespace' => 'Boldr\\Cms\\ContactDetailsOptionBundle',
  3301. ],
  3302. 'BoldrSiteOptionsBundle' => [
  3303. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/site-options-bundle/src'),
  3304. 'namespace' => 'Boldr\\Cms\\SiteOptionsBundle',
  3305. ],
  3306. 'BoldrSocialMediaLinksOptionBundle' => [
  3307. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/social-media-links-option/src'),
  3308. 'namespace' => 'Boldr\\Cms\\SocialMediaLinksOptionBundle',
  3309. ],
  3310. 'BoldrGoogleMapsBundle' => [
  3311. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/google-maps-bundle/src'),
  3312. 'namespace' => 'Boldr\\Cms\\GoogleMapsBundle',
  3313. ],
  3314. 'BoldrContactMapSectionBundle' => [
  3315. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/contact-map-section/src'),
  3316. 'namespace' => 'Boldr\\Cms\\ContactMapSectionBundle',
  3317. ],
  3318. 'BoldrIngredientsBundle' => [
  3319. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/ingredients-bundle/src'),
  3320. 'namespace' => 'Boldr\\Shop\\IngredientsBundle',
  3321. ],
  3322. 'BoldrSurchargeBundle' => [
  3323. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/surcharge-bundle/src'),
  3324. 'namespace' => 'Boldr\\Shop\\SurchargeBundle',
  3325. ],
  3326. 'BoldrMultishopBundle' => [
  3327. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/multishop-bundle/src'),
  3328. 'namespace' => 'Boldr\\Shop\\MultishopBundle',
  3329. ],
  3330. 'BoldrFontAwesomeBundle' => [
  3331. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/font-awesome-bundle/src'),
  3332. 'namespace' => 'Boldr\\Cms\\FontAwesomeBundle',
  3333. ],
  3334. 'BoldrAllergenBundle' => [
  3335. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/allergen-bundle/src'),
  3336. 'namespace' => 'Boldr\\Shop\\AllergenBundle',
  3337. ],
  3338. 'BoldrSwiperLayoutBundle' => [
  3339. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/swiper-layout-bundle/src'),
  3340. 'namespace' => 'Boldr\\Cms\\SwiperLayoutBundle',
  3341. ],
  3342. 'BoldrCustomizableLoginBundle' => [
  3343. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/customizable-login-bundle/src'),
  3344. 'namespace' => 'Boldr\\Cms\\CustomizableLoginBundle',
  3345. ],
  3346. 'BoldrReceiptPrinterMultishopBundle' => [
  3347. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/receipt-printer-multishop-bundle/src'),
  3348. 'namespace' => 'Boldr\\Shop\\ReceiptPrinterMultishopBundle',
  3349. ],
  3350. 'BoldrCookiesBundle' => [
  3351. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/cookies-bundle/src'),
  3352. 'namespace' => 'Boldr\\Cms\\CookiesBundle',
  3353. ],
  3354. 'BoldrNForXBundle' => [
  3355. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/n-for-x-bundle/src'),
  3356. 'namespace' => 'Boldr\\Shop\\NForXBundle',
  3357. ],
  3358. 'BoldrMaintenanceBundle' => [
  3359. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/maintenance-bundle/src'),
  3360. 'namespace' => 'Boldr\\Cms\\MaintenanceBundle',
  3361. ],
  3362. 'BoldrMaintenanceUsersBundle' => [
  3363. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/maintenance-users-bundle/src'),
  3364. 'namespace' => 'Boldr\\Cms\\MaintenanceUsersBundle',
  3365. ],
  3366. 'RollerworksPasswordStrengthBundle' => [
  3367. 'path' => (\dirname(__DIR__, 4).'/vendor/rollerworks/password-strength-bundle/src'),
  3368. 'namespace' => 'Rollerworks\\Bundle\\PasswordStrengthBundle',
  3369. ],
  3370. 'BoldrGaEcommerceBundle' => [
  3371. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/ga-ecommerce-bundle/src'),
  3372. 'namespace' => 'Boldr\\Shop\\GaEcommerceBundle',
  3373. ],
  3374. 'BoldrPopupBundle' => [
  3375. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/popup-bundle/src'),
  3376. 'namespace' => 'Boldr\\Cms\\PopupBundle',
  3377. ],
  3378. 'BoldrPrivacyPolicyPageOptionBundle' => [
  3379. 'path' => (\dirname(__DIR__, 4).'/vendor/boldr/privacy-policy-page-option/src'),
  3380. 'namespace' => 'Boldr\\Cms\\PrivacyPolicyPageOptionBundle',
  3381. ],
  3382. 'KarserRecaptcha3Bundle' => [
  3383. 'path' => (\dirname(__DIR__, 4).'/vendor/karser/karser-recaptcha3-bundle'),
  3384. 'namespace' => 'Karser\\Recaptcha3Bundle',
  3385. ],
  3386. ],
  3387. 'kernel.charset' => 'UTF-8',
  3388. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  3389. 'router.request_context.host' => 'monitor.boldrdev.nl',
  3390. 'router.request_context.scheme' => 'https',
  3391. 'router.request_context.base_url' => '',
  3392. 'asset.request_context.base_path' => '',
  3393. 'asset.request_context.secure' => true,
  3394. 'event_dispatcher.event_aliases' => [
  3395. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3396. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3397. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3398. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3399. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3400. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3401. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3402. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3403. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3404. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3405. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3406. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3407. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3408. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3409. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3410. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3411. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3412. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3413. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3414. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3415. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3416. ],
  3417. 'fragment.renderer.hinclude.global_template' => NULL,
  3418. 'fragment.path' => '/_fragment',
  3419. 'kernel.http_method_override' => false,
  3420. 'kernel.trusted_hosts' => [
  3421. ],
  3422. 'kernel.default_locale' => 'nl',
  3423. 'kernel.enabled_locales' => [
  3424. ],
  3425. 'kernel.error_controller' => 'error_controller',
  3426. 'debug.file_link_format' => NULL,
  3427. 'translator.logging' => false,
  3428. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  3429. 'debug.error_handler.throw_at' => -1,
  3430. 'router.resource' => 'kernel::loadRoutes',
  3431. 'request_listener.http_port' => 80,
  3432. 'request_listener.https_port' => 443,
  3433. 'session.metadata.storage_key' => '_sf2_meta',
  3434. 'session.storage.options' => [
  3435. 'cache_limiter' => '0',
  3436. 'cookie_lifetime' => 0,
  3437. 'cookie_secure' => 'auto',
  3438. 'cookie_httponly' => true,
  3439. 'cookie_samesite' => 'lax',
  3440. 'gc_maxlifetime' => 604800,
  3441. 'gc_probability' => 1,
  3442. ],
  3443. 'session.save_path' => NULL,
  3444. 'session.metadata.update_threshold' => 0,
  3445. 'form.type_extension.csrf.enabled' => true,
  3446. 'form.type_extension.csrf.field_name' => '_token',
  3447. 'validator.translation_domain' => 'validators',
  3448. 'profiler_listener.only_exceptions' => false,
  3449. 'profiler_listener.only_main_requests' => false,
  3450. 'twig.form.resources' => [
  3451. 0 => 'form_div_layout.html.twig',
  3452. 1 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
  3453. 2 => 'form-theme.html.twig',
  3454. ],
  3455. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  3456. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  3457. 'web_profiler.debug_toolbar.mode' => 2,
  3458. 'monolog.use_microseconds' => true,
  3459. 'monolog.swift_mailer.handlers' => [
  3460. ],
  3461. 'monolog.handlers_to_channels' => [
  3462. 'monolog.handler.main' => NULL,
  3463. ],
  3464. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3465. 'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3466. 'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3467. 'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3468. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3469. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3470. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3471. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3472. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3473. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3474. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3475. 'doctrine.entity_managers' => [
  3476. 'default' => 'doctrine.orm.default_entity_manager',
  3477. ],
  3478. 'doctrine.default_entity_manager' => 'default',
  3479. 'doctrine.dbal.connection_factory.types' => [
  3480. 'uuid' => [
  3481. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3482. ],
  3483. 'ulid' => [
  3484. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3485. ],
  3486. ],
  3487. 'doctrine.connections' => [
  3488. 'default' => 'doctrine.dbal.default_connection',
  3489. ],
  3490. 'doctrine.default_connection' => 'default',
  3491. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3492. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3493. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3494. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3495. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3496. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3497. 'doctrine.orm.cache.memcache_host' => 'localhost',
  3498. 'doctrine.orm.cache.memcache_port' => 11211,
  3499. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3500. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3501. 'doctrine.orm.cache.memcached_host' => 'localhost',
  3502. 'doctrine.orm.cache.memcached_port' => 11211,
  3503. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3504. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3505. 'doctrine.orm.cache.redis_host' => 'localhost',
  3506. 'doctrine.orm.cache.redis_port' => 6379,
  3507. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3508. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3509. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3510. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3511. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3512. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3513. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3514. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3515. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3516. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3517. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3518. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3519. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3520. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3521. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3522. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3523. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3524. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3525. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3526. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3527. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3528. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3529. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3530. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3531. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3532. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3533. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3534. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3535. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3536. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3537. 'doctrine.orm.auto_generate_proxy_classes' => true,
  3538. 'doctrine.orm.proxy_namespace' => 'Proxies',
  3539. 'doctrine.migrations.preferred_em' => NULL,
  3540. 'doctrine.migrations.preferred_connection' => NULL,
  3541. 'security.role_hierarchy.roles' => [
  3542. ],
  3543. 'security.access.denied_url' => NULL,
  3544. 'security.authentication.manager.erase_credentials' => true,
  3545. 'security.authentication.session_strategy.strategy' => 'migrate',
  3546. 'security.access.always_authenticate_before_granting' => false,
  3547. 'security.authentication.hide_user_not_found' => true,
  3548. 'security.firewalls' => [
  3549. 0 => 'dev',
  3550. 1 => 'boldr_cms_admin',
  3551. 2 => 'boldr_users',
  3552. ],
  3553. 'boldr_cms.site_name' => 'Helen\'s Bakery',
  3554. 'boldr_cms.homepage_provider' => 'Boldr\\Cms\\CmsBundle\\Controller\\PageController',
  3555. 'boldr_cms.homepage_id' => 1,
  3556. 'boldr_cms.minify_assets' => false,
  3557. 'boldr_cms.info_api_key' => NULL,
  3558. 'boldr_cms.prefix_permalinks_with_locale' => true,
  3559. 'boldr_cms.use_header_locale' => true,
  3560. 'boldr_cms.page_types' => [
  3561. ],
  3562. 'boldr_cms.available_locales' => [
  3563. 0 => 'nl',
  3564. 1 => 'en',
  3565. ],
  3566. 'boldr_cms.disabled_locales' => [
  3567. ],
  3568. 'boldr_cms.enabled_locales' => [
  3569. 0 => 'nl',
  3570. 1 => 'en',
  3571. ],
  3572. 'boldr_cms.locale_base_urls' => [
  3573. ],
  3574. 'locale_prefixes.variable' => '/{_locale}',
  3575. 'supported_locales_route_mask' => 'nl|en',
  3576. 'admin_supported_locales_route_mask' => 'nl|en',
  3577. 'boldr_cms.menu_locations' => [
  3578. 0 => 'header',
  3579. 1 => 'footer',
  3580. ],
  3581. 'boldr_cms.cache_menu_views' => true,
  3582. 'boldr_cms.uploads.folder' => 'uploads',
  3583. 'boldr_cms.uploads.derivatives_public_folder' => 'uploads',
  3584. 'boldr_cms.media.uploads_folder' => '/uploads/media',
  3585. 'boldr_cms.media.hide_folders' => false,
  3586. 'boldr_cms.media.max_upload_size' => 8388608,
  3587. 'boldr_cms.media.resized_uploads_folder' => '/uploads/resized',
  3588. 'boldr_cms.media.sizes' => [
  3589. 'hb_header_large' => [
  3590. 'width' => 1920,
  3591. 'height' => 630,
  3592. 'behavior' => 'crop',
  3593. 'folder' => NULL,
  3594. 'background' => 'transparent',
  3595. 'overlay' => NULL,
  3596. ],
  3597. 'hb_header_small' => [
  3598. 'width' => 1920,
  3599. 'height' => 380,
  3600. 'behavior' => 'crop',
  3601. 'folder' => NULL,
  3602. 'background' => 'transparent',
  3603. 'overlay' => NULL,
  3604. ],
  3605. 'hb_header_mobile' => [
  3606. 'width' => 700,
  3607. 'height' => 400,
  3608. 'behavior' => 'crop',
  3609. 'folder' => NULL,
  3610. 'background' => 'transparent',
  3611. 'overlay' => NULL,
  3612. ],
  3613. 'boldr_cms_upload_selector_thumbnail' => [
  3614. 'width' => 200,
  3615. 'height' => 200,
  3616. 'behavior' => 'crop',
  3617. ],
  3618. 'boldr_cms_upload_selector_preview' => [
  3619. 'width' => 600,
  3620. 'height' => 600,
  3621. 'behavior' => 'scale',
  3622. ],
  3623. 'small' => [
  3624. 'width' => 500,
  3625. 'height' => 500,
  3626. 'behavior' => 'scale',
  3627. ],
  3628. 'medium' => [
  3629. 'width' => 1024,
  3630. 'height' => 1024,
  3631. 'behavior' => 'scale',
  3632. ],
  3633. 'large' => [
  3634. 'width' => 1920,
  3635. 'height' => 1920,
  3636. 'behavior' => 'scale',
  3637. ],
  3638. ],
  3639. 'boldr_cms.media.allowed_types' => [
  3640. 0 => 'png',
  3641. 1 => 'gif',
  3642. 2 => 'jpg',
  3643. 3 => 'jpeg',
  3644. 4 => 'svg',
  3645. 5 => 'mp4',
  3646. 6 => 'mp3',
  3647. 7 => 'wav',
  3648. 8 => 'm4v',
  3649. ],
  3650. 'boldr_cms.media.image_sizes' => [
  3651. 'hb_header_large' => [
  3652. 'width' => 1920,
  3653. 'height' => 630,
  3654. 'behavior' => 'crop',
  3655. 'folder' => NULL,
  3656. 'background' => 'transparent',
  3657. 'overlay' => NULL,
  3658. ],
  3659. 'hb_header_small' => [
  3660. 'width' => 1920,
  3661. 'height' => 380,
  3662. 'behavior' => 'crop',
  3663. 'folder' => NULL,
  3664. 'background' => 'transparent',
  3665. 'overlay' => NULL,
  3666. ],
  3667. 'hb_header_mobile' => [
  3668. 'width' => 700,
  3669. 'height' => 400,
  3670. 'behavior' => 'crop',
  3671. 'folder' => NULL,
  3672. 'background' => 'transparent',
  3673. 'overlay' => NULL,
  3674. ],
  3675. 'boldr_cms_upload_selector_thumbnail' => [
  3676. 'width' => 200,
  3677. 'height' => 200,
  3678. 'behavior' => 'crop',
  3679. ],
  3680. 'boldr_cms_upload_selector_preview' => [
  3681. 'width' => 600,
  3682. 'height' => 600,
  3683. 'behavior' => 'scale',
  3684. ],
  3685. 'small' => [
  3686. 'width' => 500,
  3687. 'height' => 500,
  3688. 'behavior' => 'scale',
  3689. ],
  3690. 'medium' => [
  3691. 'width' => 1024,
  3692. 'height' => 1024,
  3693. 'behavior' => 'scale',
  3694. ],
  3695. 'large' => [
  3696. 'width' => 1920,
  3697. 'height' => 1920,
  3698. 'behavior' => 'scale',
  3699. ],
  3700. ],
  3701. 'boldr_cms.media.image_srcset_sizes' => [
  3702. 0 => 'large',
  3703. 1 => 'medium',
  3704. 2 => 'small',
  3705. ],
  3706. 'boldr_cms.media.image_formats' => [
  3707. 'image/png' => [
  3708. 0 => 'image/png',
  3709. 1 => 'image/webp',
  3710. ],
  3711. 'image/jpeg' => [
  3712. 0 => 'image/jpeg',
  3713. 1 => 'image/webp',
  3714. ],
  3715. 'image/webp' => [
  3716. 0 => 'image/jpeg',
  3717. 1 => 'image/webp',
  3718. ],
  3719. ],
  3720. 'boldr_cms.search_configurations' => [
  3721. ],
  3722. 'boldr_cms.page_layouts' => [
  3723. 'default' => [
  3724. 'label' => 'Default',
  3725. 'template' => '@BoldrCms/page.html.twig',
  3726. ],
  3727. ],
  3728. 'boldr_cms.default_heading_style' => 'default',
  3729. 'boldr_cms.heading_styles' => [
  3730. 'large' => [
  3731. 'label' => 'Hoofdkop',
  3732. 'css_class' => 'boldr-section-heading-style-large',
  3733. 'supports_subheading' => false,
  3734. ],
  3735. ],
  3736. 'boldr_cms.button_styles' => [
  3737. 'filled' => [
  3738. 'css_class' => 'boldr-button-filled',
  3739. 'label' => 'Filled',
  3740. ],
  3741. 'filled_large' => [
  3742. 'css_class' => 'boldr-button-filled-large',
  3743. 'label' => 'Filled Large',
  3744. ],
  3745. 'outline_dark' => [
  3746. 'css_class' => 'boldr-button-outline-dark',
  3747. 'label' => 'Outline (dark bg.)',
  3748. ],
  3749. 'outline_light' => [
  3750. 'css_class' => 'boldr-button-outline-light',
  3751. 'label' => 'Outline (light bg.)',
  3752. ],
  3753. ],
  3754. 'boldr_cms.primary_button_style' => 'filled',
  3755. 'boldr_cms.secondary_button_style' => 'outline_light',
  3756. 'boldr_cms.section_styles' => [
  3757. 'default' => [
  3758. 'label' => 'section_styles.default',
  3759. 'css_class' => '',
  3760. ],
  3761. ],
  3762. 'boldr_cms.default_section_style' => 'default',
  3763. 'boldr_cms.admin_groups' => [
  3764. 'superadmin' => [
  3765. 'display_name' => 'Superbeheerder',
  3766. 'roles' => [
  3767. 0 => 'ROLE_SECTION_LAYOUT',
  3768. 1 => 'ROLE_MENUS',
  3769. 2 => 'ROLE_ADMINS',
  3770. 3 => 'ROLE_TECHNICAL_OPTIONS',
  3771. 4 => 'ROLE_PUBLISH_CHANGES',
  3772. ],
  3773. ],
  3774. ],
  3775. 'boldr_cms.email_stylesheet' => 'assets/email/style.css',
  3776. 'easyadmin.config' => [
  3777. ],
  3778. 'boldr_users.username_is_email_address' => true,
  3779. 'boldr_shop.order_price_calculator_passes' => [
  3780. 0 => 'Boldr\\Shop\\SimplePriceProviderBundle\\Price\\PriceCalculatorPass',
  3781. 1 => 'Boldr\\Shop\\NForXBundle\\Price\\PriceCalculatorPass',
  3782. 2 => 'Boldr\\Shop\\SurchargeBundle\\Price\\PriceCalculatorPass',
  3783. 3 => 'Boldr\\Shop\\ShopBundle\\Price\\Order\\SelectOptionPriceCalculatorPass',
  3784. 4 => 'Boldr\\Shop\\ShopBundle\\Option\\OptionOrderPriceCalculatorPass',
  3785. 5 => 'Boldr\\Shop\\ShopBundle\\Price\\Order\\DiscountOrderPriceCalculatorPass',
  3786. 6 => 'Boldr\\Shop\\VatBundle\\Price\\PriceCalculatorPass',
  3787. ],
  3788. 'boldr_shop.catalog_price_calculator_passes' => [
  3789. 0 => 'Boldr\\Shop\\SimplePriceProviderBundle\\Price\\PriceCalculatorPass',
  3790. 1 => 'Boldr\\Shop\\SurchargeBundle\\Price\\PriceCalculatorPass',
  3791. 2 => 'Boldr\\Shop\\VatBundle\\Price\\PriceCalculatorPass',
  3792. ],
  3793. 'boldr_shop.invoice_item_generators' => [
  3794. 0 => 'Boldr\\Shop\\ShopBundle\\Invoice\\OrderItemInvoiceItemGenerator',
  3795. 1 => 'Boldr\\Shop\\ShopBundle\\Invoice\\DiscountInvoiceItemGenerator',
  3796. ],
  3797. 'boldr_shop.order_item_states' => [
  3798. ],
  3799. 'boldr_shop.default_order_item_state' => '',
  3800. 'boldr_shop.manual_invoice_pro_forma_default' => true,
  3801. 'boldr_shop.currencies' => [
  3802. 'EUR' => [
  3803. 'display_name' => 'Euro',
  3804. 'decimal_separator' => ',',
  3805. 'thousands_separator' => '.',
  3806. 'symbol_before' => '€',
  3807. 'symbol_after' => '',
  3808. 'decimals' => 2,
  3809. ],
  3810. ],
  3811. 'boldr_shop.default_currency' => 'EUR',
  3812. 'boldr_shop.terms_as_checkbox' => false,
  3813. 'boldr_shop.privacy_policy_page_id' => 4,
  3814. 'boldr_shop.terms_of_service_page_id' => 9,
  3815. 'boldr_shop.product_media_sizes' => [
  3816. 0 => 'small',
  3817. 1 => 'medium',
  3818. 2 => 'large',
  3819. ],
  3820. 'boldr_shop.price_modifier_categories' => [
  3821. 'statiegeld' => [
  3822. 'display_name' => 'Statiegeld',
  3823. 'collect_subtotal' => false,
  3824. 'include_in_item_price' => false,
  3825. 'display_as_surcharge' => true,
  3826. ],
  3827. 'product' => [
  3828. 'display_name' => 'Verpakking',
  3829. 'collect_subtotal' => false,
  3830. 'include_in_item_price' => false,
  3831. 'display_as_surcharge' => true,
  3832. ],
  3833. 'toeslag' => [
  3834. 'display_name' => 'SUP-toeslag',
  3835. 'collect_subtotal' => false,
  3836. 'include_in_item_price' => false,
  3837. 'display_as_surcharge' => true,
  3838. ],
  3839. 'discount' => [
  3840. 'display_name' => 'price_modifier_categories.discount',
  3841. 'include_in_item_price' => false,
  3842. 'collect_subtotal' => true,
  3843. 'display_as_surcharge' => true,
  3844. ],
  3845. 'product_option' => [
  3846. 'display_name' => 'price_modifier_categories.product_option',
  3847. 'include_in_item_price' => false,
  3848. 'display_as_surcharge' => true,
  3849. 'collect_subtotal' => false,
  3850. ],
  3851. ],
  3852. 'boldr_shop.optional_features.product_descriptions' => true,
  3853. 'boldr_shop.optional_features.product_attributes' => false,
  3854. 'boldr_shop.optional_features.catalog_pages' => false,
  3855. 'boldr_shop.optional_features.order_pages' => false,
  3856. 'boldr_shop.optional_features.customer_phone_number' => true,
  3857. 'boldr_shop.optional_features.customer_phone_number_required' => true,
  3858. 'boldr_receipt_printer.receipt_order_states' => [
  3859. 0 => 'confirmed',
  3860. ],
  3861. 'boldr_cloudprnt_receipt_printer.templates' => [
  3862. '72mm-default' => '72mm Default',
  3863. ],
  3864. 'boldr_cloudprnt_receipt_printer.receipt_templates' => [
  3865. 'shop' => [
  3866. 'label' => 'Orderbon',
  3867. 'template' => 'receipts/shop.html.twig',
  3868. 'stylesheet' => 'assets/receipts/order.css',
  3869. ],
  3870. '72mm-default' => [
  3871. 'label' => '72mm default template',
  3872. 'template' => '@BoldrCloudPrntReceiptPrinter/templates/72mm-default.html.twig',
  3873. 'stylesheet' => '@BoldrCloudPrntReceiptPrinterBundle/Resources/assets/receipts/72mm-default.css',
  3874. ],
  3875. ],
  3876. 'boldr_vat.vat_rates' => [
  3877. 'low' => [
  3878. 'display_name' => 'BTW 9%',
  3879. 'percentage' => 0.0899999999999999966693309261245303787291049957275390625,
  3880. ],
  3881. 'high' => [
  3882. 'display_name' => 'BTW 21%',
  3883. 'percentage' => 0.2099999999999999922284388276239042170345783233642578125,
  3884. ],
  3885. ],
  3886. 'boldr_vat.display_by_default' => true,
  3887. 'boldr_vat.prices_include_vat' => true,
  3888. 'boldr_vat.modifier_vat_rates' => [
  3889. 'discount' => 'inherit',
  3890. 'product_options' => 'inherit',
  3891. 'statiegeld' => NULL,
  3892. 'toeslag' => 'low',
  3893. 'n_for_x' => 'inherit',
  3894. 'shipping' => 'high',
  3895. ],
  3896. 'boldr_vat.allow_configure_per_product' => false,
  3897. 'boldr_vat.allow_configure_per_category' => true,
  3898. 'boldr_opening_hours.use_sets' => true,
  3899. 'boldr_opening_hours.use_preparation_time' => true,
  3900. 'boldr_opening_hours.use_holidays' => true,
  3901. 'boldr_opening_hours.use_by_appointment' => false,
  3902. 'boldr_site_options.options' => [
  3903. 'default_header_image' => [
  3904. 'label' => 'Standaard headerafbeelding',
  3905. 'section' => 'theme',
  3906. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\AttachmentOptionType',
  3907. 'role' => NULL,
  3908. 'required' => false,
  3909. 'options' => [
  3910. ],
  3911. ],
  3912. 'gesneden_in_doos_category' => [
  3913. 'label' => 'Categorie gesneden in doos',
  3914. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  3915. 'options' => [
  3916. 'class' => 'Boldr\\Shop\\ShopBundle\\Entity\\Category',
  3917. 'label' => 'name',
  3918. 'label_translated' => true,
  3919. ],
  3920. 'role' => NULL,
  3921. 'required' => false,
  3922. ],
  3923. 'gesneden_in_doos_amount' => [
  3924. 'label' => 'Minimum aantal gesneden in doos',
  3925. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3926. 'options' => [
  3927. 'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType',
  3928. 'form_options' => [
  3929. 'html5' => true,
  3930. ],
  3931. ],
  3932. 'role' => NULL,
  3933. 'required' => false,
  3934. ],
  3935. 'bezorging_warme_broodjes' => [
  3936. 'label' => 'Categorie "Warme broodjes" bezorgbon',
  3937. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  3938. 'options' => [
  3939. 'class' => 'Boldr\\Shop\\ShopBundle\\Entity\\Category',
  3940. 'label' => 'name',
  3941. 'multiple' => true,
  3942. 'label_translated' => true,
  3943. ],
  3944. 'role' => NULL,
  3945. 'required' => false,
  3946. ],
  3947. 'laatste_tijd_bezorging' => [
  3948. 'label' => 'Bezorgbestellingen voor',
  3949. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3950. 'options' => [
  3951. 'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType',
  3952. ],
  3953. 'role' => NULL,
  3954. 'required' => false,
  3955. ],
  3956. 'bezorging_bericht' => [
  3957. 'label' => 'Bericht bij bezorging',
  3958. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3959. 'options' => [
  3960. 'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  3961. ],
  3962. 'role' => NULL,
  3963. 'required' => false,
  3964. ],
  3965. 'bestellijst_pdf' => [
  3966. 'label' => 'Bestellijst PDF',
  3967. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\LinkOptionType',
  3968. 'role' => NULL,
  3969. 'required' => false,
  3970. 'options' => [
  3971. ],
  3972. ],
  3973. 'job_application_email' => [
  3974. 'label' => 'E-mail voor solliciaties',
  3975. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3976. 'options' => [
  3977. 'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\EmailType',
  3978. ],
  3979. 'role' => NULL,
  3980. 'required' => false,
  3981. ],
  3982. 'job_offers_page' => [
  3983. 'label' => 'Vacaturepagina',
  3984. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  3985. 'options' => [
  3986. 'class' => 'Boldr\\Cms\\CmsBundle\\Entity\\Page',
  3987. 'label' => 'title',
  3988. 'label_translated' => true,
  3989. ],
  3990. 'role' => NULL,
  3991. 'required' => false,
  3992. ],
  3993. 'contact_details_address' => [
  3994. 'label' => 'boldr_contact_details_option.address',
  3995. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  3996. 'options' => [
  3997. 'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType',
  3998. ],
  3999. 'section' => 'contact_details',
  4000. 'role' => NULL,
  4001. 'required' => false,
  4002. ],
  4003. 'contact_details_postal_code' => [
  4004. 'label' => 'boldr_contact_details_option.postal_code',
  4005. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  4006. 'options' => [
  4007. 'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType',
  4008. ],
  4009. 'section' => 'contact_details',
  4010. 'role' => NULL,
  4011. 'required' => false,
  4012. ],
  4013. 'contact_details_city' => [
  4014. 'label' => 'boldr_contact_details_option.city',
  4015. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  4016. 'options' => [
  4017. 'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType',
  4018. ],
  4019. 'section' => 'contact_details',
  4020. 'role' => NULL,
  4021. 'required' => false,
  4022. ],
  4023. 'contact_details_contact_methods' => [
  4024. 'label' => 'boldr_contact_details_option.contact_methods',
  4025. 'options' => [
  4026. 'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType',
  4027. 'form_options' => [
  4028. 'allow_add' => true,
  4029. 'allow_delete' => true,
  4030. 'block_prefix' => 'collection_table',
  4031. 'entry_type' => 'Boldr\\Cms\\ContactDetailsOptionBundle\\Form\\ContactMethodType',
  4032. 'entry_options' => [
  4033. 'label' => false,
  4034. 'block_prefix' => 'collection_table_entry',
  4035. ],
  4036. ],
  4037. ],
  4038. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  4039. 'section' => 'contact_details',
  4040. 'role' => NULL,
  4041. 'required' => false,
  4042. ],
  4043. 'social_media_links' => [
  4044. 'label' => 'Social media links',
  4045. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  4046. 'options' => [
  4047. 'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType',
  4048. 'form_options' => [
  4049. 'allow_add' => true,
  4050. 'allow_delete' => true,
  4051. 'block_prefix' => 'collection_table',
  4052. 'entry_type' => 'Boldr\\Cms\\SocialMediaLinksOptionBundle\\Form\\SocialMediaLinkType',
  4053. 'entry_options' => [
  4054. 'label' => false,
  4055. 'block_prefix' => 'collection_table_entry',
  4056. ],
  4057. ],
  4058. ],
  4059. 'role' => NULL,
  4060. 'required' => false,
  4061. ],
  4062. 'default_shop' => [
  4063. 'label' => 'Standaard-winkel',
  4064. 'section' => 'multishop',
  4065. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  4066. 'options' => [
  4067. 'class' => 'Boldr\\Shop\\MultishopBundle\\Entity\\Shop',
  4068. 'label' => 'name',
  4069. ],
  4070. 'role' => NULL,
  4071. 'required' => false,
  4072. ],
  4073. 'login_page_background' => [
  4074. 'label' => 'Achtergrond',
  4075. 'section' => 'login_page',
  4076. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\AttachmentOptionType',
  4077. 'role' => NULL,
  4078. 'required' => false,
  4079. 'options' => [
  4080. ],
  4081. ],
  4082. 'login_page_primary_color' => [
  4083. 'label' => 'Primaire kleur',
  4084. 'section' => 'login_page',
  4085. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\FormOptionType',
  4086. 'options' => [
  4087. 'form_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType',
  4088. ],
  4089. 'role' => NULL,
  4090. 'required' => false,
  4091. ],
  4092. 'login_page_logo' => [
  4093. 'label' => 'Logo',
  4094. 'section' => 'login_page',
  4095. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\AttachmentOptionType',
  4096. 'role' => NULL,
  4097. 'required' => false,
  4098. 'options' => [
  4099. ],
  4100. ],
  4101. 'maintenance_page' => [
  4102. 'label' => 'Onderhoudspagina',
  4103. 'section' => 'general',
  4104. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  4105. 'options' => [
  4106. 'class' => 'Boldr\\Cms\\MaintenanceBundle\\Entity\\MaintenancePage',
  4107. 'label' => 'name',
  4108. 'placeholder' => 'Onderhoudspagina niet tonen',
  4109. ],
  4110. 'role' => NULL,
  4111. 'required' => false,
  4112. ],
  4113. 'boldr_privacy_policy_page' => [
  4114. 'label' => 'Privacybeleidspagina',
  4115. 'type' => 'Boldr\\Cms\\SiteOptionsBundle\\OptionType\\EntityOptionType',
  4116. 'options' => [
  4117. 'class' => 'Boldr\\Cms\\CmsBundle\\Entity\\Page',
  4118. 'label' => 'title',
  4119. 'label_translated' => true,
  4120. ],
  4121. 'role' => NULL,
  4122. 'required' => false,
  4123. ],
  4124. ],
  4125. 'boldr_site_options.sections' => [
  4126. 'theme' => [
  4127. 'label' => 'Thema-opties',
  4128. 'collapsible' => false,
  4129. ],
  4130. 'contact_details' => [
  4131. 'label' => 'boldr_contact_details_option.contact_details',
  4132. 'collapsible' => false,
  4133. ],
  4134. 'multishop' => [
  4135. 'label' => 'Multishop',
  4136. 'collapsible' => false,
  4137. ],
  4138. 'login_page' => [
  4139. 'label' => 'Inlogpagina',
  4140. 'collapsible' => false,
  4141. ],
  4142. ],
  4143. 'boldr_google_maps.api_key' => 'AIzaSyA4QZmfiHPGW3SsbunET8flncrf-50uqQY',
  4144. 'rollerworks_password_strength.blacklist_provider' => 'rollerworks_password_strength.blacklist.provider.noop',
  4145. 'rollerworks_password_strength.blacklist.sqlite.dsn' => '',
  4146. 'karser_recaptcha3.score_threshold' => 0.5,
  4147. 'karser_recaptcha3.enabled' => true,
  4148. 'karser_recaptcha3.host' => 'www.google.com',
  4149. 'data_collector.templates' => [
  4150. 'data_collector.request' => [
  4151. 0 => 'request',
  4152. 1 => '@WebProfiler/Collector/request.html.twig',
  4153. ],
  4154. 'data_collector.time' => [
  4155. 0 => 'time',
  4156. 1 => '@WebProfiler/Collector/time.html.twig',
  4157. ],
  4158. 'data_collector.memory' => [
  4159. 0 => 'memory',
  4160. 1 => '@WebProfiler/Collector/memory.html.twig',
  4161. ],
  4162. 'data_collector.validator' => [
  4163. 0 => 'validator',
  4164. 1 => '@WebProfiler/Collector/validator.html.twig',
  4165. ],
  4166. 'data_collector.ajax' => [
  4167. 0 => 'ajax',
  4168. 1 => '@WebProfiler/Collector/ajax.html.twig',
  4169. ],
  4170. 'data_collector.form' => [
  4171. 0 => 'form',
  4172. 1 => '@WebProfiler/Collector/form.html.twig',
  4173. ],
  4174. 'data_collector.exception' => [
  4175. 0 => 'exception',
  4176. 1 => '@WebProfiler/Collector/exception.html.twig',
  4177. ],
  4178. 'data_collector.logger' => [
  4179. 0 => 'logger',
  4180. 1 => '@WebProfiler/Collector/logger.html.twig',
  4181. ],
  4182. 'data_collector.events' => [
  4183. 0 => 'events',
  4184. 1 => '@WebProfiler/Collector/events.html.twig',
  4185. ],
  4186. 'data_collector.router' => [
  4187. 0 => 'router',
  4188. 1 => '@WebProfiler/Collector/router.html.twig',
  4189. ],
  4190. 'data_collector.cache' => [
  4191. 0 => 'cache',
  4192. 1 => '@WebProfiler/Collector/cache.html.twig',
  4193. ],
  4194. 'data_collector.translation' => [
  4195. 0 => 'translation',
  4196. 1 => '@WebProfiler/Collector/translation.html.twig',
  4197. ],
  4198. 'data_collector.security' => [
  4199. 0 => 'security',
  4200. 1 => '@Security/Collector/security.html.twig',
  4201. ],
  4202. 'data_collector.twig' => [
  4203. 0 => 'twig',
  4204. 1 => '@WebProfiler/Collector/twig.html.twig',
  4205. ],
  4206. 'data_collector.http_client' => [
  4207. 0 => 'http_client',
  4208. 1 => '@WebProfiler/Collector/http_client.html.twig',
  4209. ],
  4210. 'data_collector.doctrine' => [
  4211. 0 => 'db',
  4212. 1 => '@Doctrine/Collector/db.html.twig',
  4213. ],
  4214. 'doctrine_migrations.migrations_collector' => [
  4215. 0 => 'doctrine_migrations',
  4216. 1 => '@DoctrineMigrations/Collector/migrations.html.twig',
  4217. ],
  4218. 'data_collector.dump' => [
  4219. 0 => 'dump',
  4220. 1 => '@Debug/Profiler/dump.html.twig',
  4221. ],
  4222. 'mailer.data_collector' => [
  4223. 0 => 'mailer',
  4224. 1 => '@WebProfiler/Collector/mailer.html.twig',
  4225. ],
  4226. 'notifier.data_collector' => [
  4227. 0 => 'notifier',
  4228. 1 => '@WebProfiler/Collector/notifier.html.twig',
  4229. ],
  4230. 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  4231. 0 => 'easyadmin',
  4232. 1 => '@EasyAdmin/inspector/data_collector.html.twig',
  4233. ],
  4234. 'data_collector.config' => [
  4235. 0 => 'config',
  4236. 1 => '@WebProfiler/Collector/config.html.twig',
  4237. ],
  4238. ],
  4239. 'console.command.ids' => [
  4240. ],
  4241. ];
  4242. }
  4243. protected function throw($message)
  4244. {
  4245. throw new RuntimeException($message);
  4246. }
  4247. }