var/cache/dev/lecercledaikin.dtv-projects.com/ContainerAaZ5NAw/App_KernelDevDebugContainer.php line 1191

Open in your IDE?
  1. <?php
  2. namespace ContainerAaZ5NAw;
  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.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.state_machine.user_status' => 'get_Container_Private_StateMachine_UserStatusService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  42.             'EchoNumeric\\DatatableBundle\\Twig\\DatatableExtension' => 'getDatatableExtensionService',
  43.             'EchoNumeric\\DatatableBundle\\src\\Services\\DatatableServices' => 'getDatatableServicesService',
  44.             'EchoNumeric\\DatatableBundle\\src\\Services\\ToolsServices' => 'getToolsServicesService',
  45.             'EchoNumeric\\StatisticBundle\\Twig\\StatisticExtension' => 'getStatisticExtensionService',
  46.             'EchoNumeric\\StatisticBundle\\src\\Services\\StatisticService' => 'getStatisticServiceService',
  47.             'cache.app' => 'getCache_AppService',
  48.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  49.             'cache.system' => 'getCache_SystemService',
  50.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  51.             'data_collector.dump' => 'getDataCollector_DumpService',
  52.             'doctrine' => 'getDoctrineService',
  53.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  54.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  55.             'event_dispatcher' => 'getEventDispatcherService',
  56.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  57.             'fos_elastica.index.group37deux' => 'getFosElastica_Index_Group37deuxService',
  58.             'fos_elastica.index.group37deux.project' => 'getFosElastica_Index_Group37deux_ProjectService',
  59.             'http_cache' => 'getHttpCacheService',
  60.             'http_kernel' => 'getHttpKernelService',
  61.             'jms_serializer' => 'getJmsSerializerService',
  62.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  63.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  64.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  65.             'request_stack' => 'getRequestStackService',
  66.             'router' => 'getRouterService',
  67.             'translator' => 'getTranslatorService',
  68.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  69.             'white_october_breadcrumbs.twig' => 'getWhiteOctoberBreadcrumbs_TwigService',
  70.             'cache_clearer' => 'getCacheClearerService',
  71.             'filesystem' => 'getFilesystemService',
  72.             'state_machine.user_status' => 'getStateMachine_UserStatusService',
  73.             'serializer' => 'getSerializerService',
  74.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  75.             'form.factory' => 'getForm_FactoryService',
  76.             'form.type.file' => 'getForm_Type_FileService',
  77.             'profiler' => 'getProfilerService',
  78.             'twig' => 'getTwigService',
  79.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  80.             'security.token_storage' => 'getSecurity_TokenStorageService',
  81.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  82.             'session' => 'getSessionService',
  83.             'validator' => 'getValidatorService',
  84.         ];
  85.         $this->fileMap = [
  86.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  87.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  88.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  89.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  90.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  91.             'App\\Controller\\API\\Overall\\CampagneController' => 'getCampagneControllerService',
  92.             'App\\Controller\\API\\Overall\\CatalogueController' => 'getCatalogueControllerService',
  93.             'App\\Controller\\API\\Overall\\CheckoutController' => 'getCheckoutControllerService',
  94.             'App\\Controller\\API\\Overall\\EmailController' => 'getEmailControllerService',
  95.             'App\\Controller\\API\\Overall\\GlobalController' => 'getGlobalControllerService',
  96.             'App\\Controller\\API\\Overall\\SaleOrderController' => 'getSaleOrderControllerService',
  97.             'App\\Controller\\API\\Overall\\UserController' => 'getUserControllerService',
  98.             'App\\Controller\\API\\WhiteMark\\CatalogueController' => 'getCatalogueController2Service',
  99.             'App\\Controller\\API\\WhiteMark\\SaleOrderController' => 'getSaleOrderController2Service',
  100.             'App\\Controller\\API\\WhiteMark\\UserController' => 'getUserController2Service',
  101.             'App\\Controller\\Back\\BillingPointController' => 'getBillingPointControllerService',
  102.             'App\\Controller\\Back\\BusinessResultController' => 'getBusinessResultControllerService',
  103.             'App\\Controller\\Back\\ChangeLogController' => 'getChangeLogControllerService',
  104.             'App\\Controller\\Back\\Communication\\ContactListController' => 'getContactListControllerService',
  105.             'App\\Controller\\Back\\Communication\\NewsletterController' => 'getNewsletterControllerService',
  106.             'App\\Controller\\Back\\Communication\\QuizzController' => 'getQuizzControllerService',
  107.             'App\\Controller\\Back\\Community\\AccountDeletedController' => 'getAccountDeletedControllerService',
  108.             'App\\Controller\\Back\\Community\\AdminController' => 'getAdminControllerService',
  109.             'App\\Controller\\Back\\Community\\AgencyController' => 'getAgencyControllerService',
  110.             'App\\Controller\\Back\\Community\\AgencyManagerController' => 'getAgencyManagerControllerService',
  111.             'App\\Controller\\Back\\Community\\CommercialAgentController' => 'getCommercialAgentControllerService',
  112.             'App\\Controller\\Back\\Community\\CommonController' => 'getCommonControllerService',
  113.             'App\\Controller\\Back\\Community\\DeveloperController' => 'getDeveloperControllerService',
  114.             'App\\Controller\\Back\\Community\\DistributorController' => 'getDistributorControllerService',
  115.             'App\\Controller\\Back\\Community\\InstallerController' => 'getInstallerControllerService',
  116.             'App\\Controller\\Back\\Community\\JobController' => 'getJobControllerService',
  117.             'App\\Controller\\Back\\Community\\PointOfSaleController' => 'getPointOfSaleControllerService',
  118.             'App\\Controller\\Back\\Community\\PointTransactionController' => 'getPointTransactionControllerService',
  119.             'App\\Controller\\Back\\Community\\ProfileController' => 'getProfileControllerService',
  120.             'App\\Controller\\Back\\Community\\RegateController' => 'getRegateControllerService',
  121.             'App\\Controller\\Back\\Community\\Seller37DeuxController' => 'getSeller37DeuxControllerService',
  122.             'App\\Controller\\Back\\Community\\SuperAdminController' => 'getSuperAdminControllerService',
  123.             'App\\Controller\\Back\\Community\\UserController' => 'getUserController3Service',
  124.             'App\\Controller\\Back\\CustomExportController' => 'getCustomExportControllerService',
  125.             'App\\Controller\\Back\\CustomProductTemplateController' => 'getCustomProductTemplateControllerService',
  126.             'App\\Controller\\Back\\Customize\\ClosedPlatformController' => 'getClosedPlatformControllerService',
  127.             'App\\Controller\\Back\\Customize\\DocumentController' => 'getDocumentControllerService',
  128.             'App\\Controller\\Back\\Customize\\MenuController' => 'getMenuControllerService',
  129.             'App\\Controller\\Back\\Customize\\PageController' => 'getPageControllerService',
  130.             'App\\Controller\\Back\\Customize\\PlatformYamlController' => 'getPlatformYamlControllerService',
  131.             'App\\Controller\\Back\\Customize\\PopupController' => 'getPopupControllerService',
  132.             'App\\Controller\\Back\\Customize\\SliderController' => 'getSliderControllerService',
  133.             'App\\Controller\\Back\\Customize\\StatisticController' => 'getStatisticControllerService',
  134.             'App\\Controller\\Back\\DashboardController' => 'getDashboardControllerService',
  135.             'App\\Controller\\Back\\DatatableController' => 'getDatatableControllerService',
  136.             'App\\Controller\\Back\\ExportController' => 'getExportControllerService',
  137.             'App\\Controller\\Back\\Export\\ExportController' => 'getExportController2Service',
  138.             'App\\Controller\\Back\\FeeController' => 'getFeeControllerService',
  139.             'App\\Controller\\Back\\ImportController' => 'getImportControllerService',
  140.             'App\\Controller\\Back\\Import\\DynamicImportController' => 'getDynamicImportControllerService',
  141.             'App\\Controller\\Back\\Import\\ImportSocialSecurityNumber' => 'getImportSocialSecurityNumberService',
  142.             'App\\Controller\\Back\\MessageController' => 'getMessageControllerService',
  143.             'App\\Controller\\Back\\PointController' => 'getPointControllerService',
  144.             'App\\Controller\\Back\\PointConversionRateController' => 'getPointConversionRateControllerService',
  145.             'App\\Controller\\Back\\PointTransactionBoosterController' => 'getPointTransactionBoosterControllerService',
  146.             'App\\Controller\\Back\\PointTransactionMultiplierController' => 'getPointTransactionMultiplierControllerService',
  147.             'App\\Controller\\Back\\PointTransactionTypeController' => 'getPointTransactionTypeControllerService',
  148.             'App\\Controller\\Back\\PublicityController' => 'getPublicityControllerService',
  149.             'App\\Controller\\Back\\PurchaseDeclarationController' => 'getPurchaseDeclarationControllerService',
  150.             'App\\Controller\\Back\\PurchaseProductController' => 'getPurchaseProductControllerService',
  151.             'App\\Controller\\Back\\SaActionController' => 'getSaActionControllerService',
  152.             'App\\Controller\\Back\\Score\\GeneralManageController' => 'getGeneralManageControllerService',
  153.             'App\\Controller\\Back\\Score\\HistoryController' => 'getHistoryControllerService',
  154.             'App\\Controller\\Back\\Score\\ManageController' => 'getManageControllerService',
  155.             'App\\Controller\\Back\\Score\\PendingController' => 'getPendingControllerService',
  156.             'App\\Controller\\Back\\Score\\RankingController' => 'getRankingControllerService',
  157.             'App\\Controller\\Back\\Score\\ResultController' => 'getResultControllerService',
  158.             'App\\Controller\\Back\\SettingController' => 'getSettingControllerService',
  159.             'App\\Controller\\Back\\Setting\\GeneralController' => 'getGeneralControllerService',
  160.             'App\\Controller\\Back\\Setting\\MaintenanceController' => 'getMaintenanceControllerService',
  161.             'App\\Controller\\Back\\Shop\\ActivityController' => 'getActivityControllerService',
  162.             'App\\Controller\\Back\\Shop\\BlackListController' => 'getBlackListControllerService',
  163.             'App\\Controller\\Back\\Shop\\CustomProductController' => 'getCustomProductControllerService',
  164.             'App\\Controller\\Back\\Shop\\CustomProductOrderController' => 'getCustomProductOrderControllerService',
  165.             'App\\Controller\\Back\\Shop\\CustomerProductController' => 'getCustomerProductControllerService',
  166.             'App\\Controller\\Back\\Shop\\ManagementFeesController' => 'getManagementFeesControllerService',
  167.             'App\\Controller\\Back\\Shop\\OrderController' => 'getOrderControllerService',
  168.             'App\\Controller\\Back\\Shop\\SaleOrderValidationController' => 'getSaleOrderValidationControllerService',
  169.             'App\\Controller\\Back\\Shop\\ServiceController' => 'getServiceControllerService',
  170.             'App\\Controller\\Back\\Shop\\WedoogiftController' => 'getWedoogiftControllerService',
  171.             'App\\Controller\\Back\\StatisticsController' => 'getStatisticsControllerService',
  172.             'App\\Controller\\Back\\TripController' => 'getTripControllerService',
  173.             'App\\Controller\\Back\\UniversController' => 'getUniversControllerService',
  174.             'App\\Controller\\Back\\WMApi\\CatalogController' => 'getCatalogControllerService',
  175.             'App\\Controller\\Back\\WMApi\\DocumentationController' => 'getDocumentationControllerService',
  176.             'App\\Controller\\Back\\WMApi\\FeesController' => 'getFeesControllerService',
  177.             'App\\Controller\\Common\\CommonController' => 'getCommonController2Service',
  178.             'App\\Controller\\Common\\EntityController' => 'getEntityControllerService',
  179.             'App\\Controller\\Cron\\CatalogueController' => 'getCatalogueController3Service',
  180.             'App\\Controller\\Cron\\EmailController' => 'getEmailController2Service',
  181.             'App\\Controller\\Cron\\FeesController' => 'getFeesController2Service',
  182.             'App\\Controller\\Dtv\\API\\ApiBaseController' => 'getApiBaseControllerService',
  183.             'App\\Controller\\Dtv\\API\\ConfigController' => 'getConfigControllerService',
  184.             'App\\Controller\\Dtv\\API\\Content\\ContentSecurityController' => 'getContentSecurityControllerService',
  185.             'App\\Controller\\Dtv\\API\\DesignController' => 'getDesignControllerService',
  186.             'App\\Controller\\Dtv\\API\\InstallController' => 'getInstallControllerService',
  187.             'App\\Controller\\Dtv\\API\\MailerController' => 'getMailerControllerService',
  188.             'App\\Controller\\Dtv\\API\\ProjectController' => 'getProjectControllerService',
  189.             'App\\Controller\\Dtv\\Back\\Acl\\AclController' => 'getAclControllerService',
  190.             'App\\Controller\\Dtv\\Back\\ApiTools\\ToolsController' => 'getToolsControllerService',
  191.             'App\\Controller\\Dtv\\Back\\Content\\PageController' => 'getPageController2Service',
  192.             'App\\Controller\\Dtv\\Back\\Cron\\CronController' => 'getCronControllerService',
  193.             'App\\Controller\\Dtv\\Back\\Dashboard\\DashboardController' => 'getDashboardController2Service',
  194.             'App\\Controller\\Dtv\\Back\\Design\\DesignCssController' => 'getDesignCssControllerService',
  195.             'App\\Controller\\Dtv\\Back\\Design\\DesignLayoutController' => 'getDesignLayoutControllerService',
  196.             'App\\Controller\\Dtv\\Back\\Design\\DesignSecurityController' => 'getDesignSecurityControllerService',
  197.             'App\\Controller\\Dtv\\Back\\Design\\GedController' => 'getGedControllerService',
  198.             'App\\Controller\\Dtv\\Back\\Form\\FormController' => 'getFormControllerService',
  199.             'App\\Controller\\Dtv\\Back\\Mail\\MailController' => 'getMailControllerService',
  200.             'App\\Controller\\Dtv\\Back\\Mail\\TemplateController' => 'getTemplateControllerService',
  201.             'App\\Controller\\Dtv\\Back\\Platform\\ProjectAjaxCreateController' => 'getProjectAjaxCreateControllerService',
  202.             'App\\Controller\\Dtv\\Back\\Platform\\ProjectAjaxRemoveController' => 'getProjectAjaxRemoveControllerService',
  203.             'App\\Controller\\Dtv\\Back\\Platform\\ProjectController' => 'getProjectController2Service',
  204.             'App\\Controller\\Dtv\\Back\\QuizzController' => 'getQuizzController2Service',
  205.             'App\\Controller\\Dtv\\Back\\Settings\\CatalogController' => 'getCatalogController2Service',
  206.             'App\\Controller\\Dtv\\Back\\Settings\\PlatformController' => 'getPlatformControllerService',
  207.             'App\\Controller\\Dtv\\Back\\Users\\UserController' => 'getUserController4Service',
  208.             'App\\Controller\\Front\\BoosterController' => 'getBoosterControllerService',
  209.             'App\\Controller\\Front\\CartController' => 'getCartControllerService',
  210.             'App\\Controller\\Front\\CatalogueController' => 'getCatalogueController4Service',
  211.             'App\\Controller\\Front\\ChallengeController' => 'getChallengeControllerService',
  212.             'App\\Controller\\Front\\CharitipsController' => 'getCharitipsControllerService',
  213.             'App\\Controller\\Front\\CharityController' => 'getCharityControllerService',
  214.             'App\\Controller\\Front\\ClubRehauproDtvProjectsCom\\FrontController' => 'getFrontControllerService',
  215.             'App\\Controller\\Front\\ClubRehauproFr\\FrontController' => 'getFrontController2Service',
  216.             'App\\Controller\\Front\\CommonController' => 'getCommonController3Service',
  217.             'App\\Controller\\Front\\Communication\\QuizzController' => 'getQuizzController3Service',
  218.             'App\\Controller\\Front\\ContactController' => 'getContactControllerService',
  219.             'App\\Controller\\Front\\ContentController' => 'getContentControllerService',
  220.             'App\\Controller\\Front\\CustomPageController' => 'getCustomPageControllerService',
  221.             'App\\Controller\\Front\\DocumentationController' => 'getDocumentationController2Service',
  222.             'App\\Controller\\Front\\EquipeController' => 'getEquipeControllerService',
  223.             'App\\Controller\\Front\\GladyController' => 'getGladyControllerService',
  224.             'App\\Controller\\Front\\HomePageController' => 'getHomePageControllerService',
  225.             'App\\Controller\\Front\\MembershipController' => 'getMembershipControllerService',
  226.             'App\\Controller\\Front\\OavController' => 'getOavControllerService',
  227.             'App\\Controller\\Front\\PointController' => 'getPointController2Service',
  228.             'App\\Controller\\Front\\PopupController' => 'getPopupController2Service',
  229.             'App\\Controller\\Front\\PurchaseController' => 'getPurchaseControllerService',
  230.             'App\\Controller\\Front\\RecompenseController' => 'getRecompenseControllerService',
  231.             'App\\Controller\\Front\\ResultController' => 'getResultController2Service',
  232.             'App\\Controller\\Front\\SaleOrderController' => 'getSaleOrderController3Service',
  233.             'App\\Controller\\Front\\TravelEventController' => 'getTravelEventControllerService',
  234.             'App\\Controller\\Front\\User\\AddressController' => 'getAddressControllerService',
  235.             'App\\Controller\\Front\\User\\UserController' => 'getUserController5Service',
  236.             'App\\Controller\\Front\\VoyageController' => 'getVoyageControllerService',
  237.             'App\\Controller\\Front\\WedoogiftController' => 'getWedoogiftController2Service',
  238.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  239.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  240.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  241.             'App\\Controller\\WhiteMark\\CatalogueController' => 'getCatalogueController5Service',
  242.             'DH\\AuditorBundle\\Controller\\ViewerController' => 'getViewerControllerService',
  243.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  244.             'EchoNumeric\\DatatableBundle\\DatatableBundle' => 'getDatatableBundleService',
  245.             'EchoNumeric\\DatatableBundle\\Datatable\\Datatable' => 'getDatatableService',
  246.             'EchoNumeric\\DatatableBundle\\DependencyInjection\\Configuration' => 'getConfigurationService',
  247.             'EchoNumeric\\DatatableBundle\\DependencyInjection\\DatatableExtension' => 'getDatatableExtension2Service',
  248.             'EchoNumeric\\DatatableBundle\\Twig\\CustomizationExtension' => 'getCustomizationExtensionService',
  249.             'EchoNumeric\\DatatableBundle\\src\\Annotation\\DatatableForm' => 'getDatatableFormService',
  250.             'EchoNumeric\\DatatableBundle\\src\\Command\\AddDatatableCommand' => 'getAddDatatableCommandService',
  251.             'EchoNumeric\\DatatableBundle\\src\\Command\\ListDatatableCommand' => 'getListDatatableCommandService',
  252.             'EchoNumeric\\DatatableBundle\\src\\Command\\MakeDatatableCommand' => 'getMakeDatatableCommandService',
  253.             'EchoNumeric\\DatatableBundle\\src\\Command\\RemoveDatatableCommand' => 'getRemoveDatatableCommandService',
  254.             'EchoNumeric\\DatatableBundle\\src\\Command\\UpdateDatatableCommand' => 'getUpdateDatatableCommandService',
  255.             'EchoNumeric\\DatatableBundle\\src\\Constants\\Text' => 'getTextService',
  256.             'EchoNumeric\\DatatableBundle\\src\\Constants\\Variables' => 'getVariablesService',
  257.             'EchoNumeric\\DatatableBundle\\src\\Controller\\CustomizationController' => 'getCustomizationControllerService',
  258.             'EchoNumeric\\DatatableBundle\\src\\Controller\\DatatableManager' => 'getDatatableManagerService',
  259.             'EchoNumeric\\DatatableBundle\\src\\Controller\\EventStreamController' => 'getEventStreamControllerService',
  260.             'EchoNumeric\\DatatableBundle\\src\\Controller\\ExportDatatableManager' => 'getExportDatatableManagerService',
  261.             'EchoNumeric\\DatatableBundle\\src\\Form\\FormGeneratorType' => 'getFormGeneratorTypeService',
  262.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\ColumnFormType' => 'getColumnFormTypeService',
  263.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\QueryFormType' => 'getQueryFormTypeService',
  264.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\TemplateFormType' => 'getTemplateFormTypeService',
  265.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\ActionsFormType' => 'getActionsFormTypeService',
  266.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\Actions\\ActionFormType' => 'getActionFormTypeService',
  267.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\Actions\\ConditionFormType' => 'getConditionFormTypeService',
  268.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\BlockIconFormType' => 'getBlockIconFormTypeService',
  269.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\BooleanFormType' => 'getBooleanFormTypeService',
  270.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\BooleanIconFormType' => 'getBooleanIconFormTypeService',
  271.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\CapitalizeFormType' => 'getCapitalizeFormTypeService',
  272.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\CheckboxFormType' => 'getCheckboxFormTypeService',
  273.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\ConversionRateFormType' => 'getConversionRateFormTypeService',
  274.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\CountFormType' => 'getCountFormTypeService',
  275.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\CustomProductOrderStatusFormType' => 'getCustomProductOrderStatusFormTypeService',
  276.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\DateFormType' => 'getDateFormTypeService',
  277.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\FullNameFormType' => 'getFullNameFormTypeService',
  278.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\LockIconFormType' => 'getLockIconFormTypeService',
  279.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\MailToFormType' => 'getMailToFormTypeService',
  280.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\MultipleFieldFormType' => 'getMultipleFieldFormTypeService',
  281.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\NotGenericMailFormType' => 'getNotGenericMailFormTypeService',
  282.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\NullOrTrueFormType' => 'getNullOrTrueFormTypeService',
  283.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\OnOffIconFormType' => 'getOnOffIconFormTypeService',
  284.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\ParameterUrlFormType' => 'getParameterUrlFormTypeService',
  285.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\PercentageFormType' => 'getPercentageFormTypeService',
  286.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\ProcessIconFormType' => 'getProcessIconFormTypeService',
  287.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\PurchaseDeclarationStatusFormType' => 'getPurchaseDeclarationStatusFormTypeService',
  288.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\RegateParentFormType' => 'getRegateParentFormTypeService',
  289.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\RolesFormType' => 'getRolesFormTypeService',
  290.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\SaleOrderStatusFormType' => 'getSaleOrderStatusFormTypeService',
  291.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\SaleOrderValidationFormType' => 'getSaleOrderValidationFormTypeService',
  292.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\ServiceProStatusFormType' => 'getServiceProStatusFormTypeService',
  293.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\ServiceUserStatusFormType' => 'getServiceUserStatusFormTypeService',
  294.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\ServiceUserTitleFormType' => 'getServiceUserTitleFormTypeService',
  295.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\ShipmentInfoFormType' => 'getShipmentInfoFormTypeService',
  296.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\StateFormType' => 'getStateFormTypeService',
  297.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\StatusFormType' => 'getStatusFormTypeService',
  298.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\TotalPriceFormType' => 'getTotalPriceFormTypeService',
  299.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Columns\\Template\\UnlockIconFormType' => 'getUnlockIconFormTypeService',
  300.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Config\\ConfigFormType' => 'getConfigFormTypeService',
  301.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\DatatableFormType' => 'getDatatableFormTypeService',
  302.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Events\\Config\\ActionNotifyAndRefreshFormType' => 'getActionNotifyAndRefreshFormTypeService',
  303.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Events\\Config\\AfterTemplateUpdateDataFormType' => 'getAfterTemplateUpdateDataFormTypeService',
  304.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Events\\Config\\CheckboxActionFormType' => 'getCheckboxActionFormTypeService',
  305.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Events\\Config\\InputFormType' => 'getInputFormTypeService',
  306.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Events\\Config\\ModalFormFormType' => 'getModalFormFormTypeService',
  307.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Events\\Config\\ModalGeneratorFormType' => 'getModalGeneratorFormTypeService',
  308.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Events\\Config\\Modal\\HeaderFormType' => 'getHeaderFormTypeService',
  309.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Events\\Config\\Modal\\ModalFormType' => 'getModalFormTypeService',
  310.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Events\\Config\\SelectFormType' => 'getSelectFormTypeService',
  311.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Events\\EventFormType' => 'getEventFormTypeService',
  312.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Export\\ColumnFormType' => 'getColumnFormType2Service',
  313.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Export\\ExportFormType' => 'getExportFormTypeService',
  314.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\QueryBuilder\\PreRequires\\PreRequireFormType' => 'getPreRequireFormTypeService',
  315.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\QueryBuilder\\QueryBuilderFormType' => 'getQueryBuilderFormTypeService',
  316.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Searches\\QueryFormType' => 'getQueryFormType2Service',
  317.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Searches\\SearchFormType' => 'getSearchFormTypeService',
  318.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Tools\\Config\\ExportFormType' => 'getExportFormType2Service',
  319.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Tools\\Config\\LinkFormType' => 'getLinkFormTypeService',
  320.             'EchoNumeric\\DatatableBundle\\src\\Form\\Type\\Tools\\ToolFormType' => 'getToolFormTypeService',
  321.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Column' => 'getColumnService',
  322.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Query' => 'getQueryService',
  323.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template' => 'getTemplateService',
  324.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\Action' => 'getActionService',
  325.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\BlockIcon' => 'getBlockIconService',
  326.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\Boolean' => 'getBooleanService',
  327.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\BooleanIcon' => 'getBooleanIconService',
  328.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\Capitalize' => 'getCapitalizeService',
  329.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\Checkbox' => 'getCheckboxService',
  330.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\Conditions\\Condition' => 'getConditionService',
  331.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\ConversionRate' => 'getConversionRateService',
  332.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\Count' => 'getCountService',
  333.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\CustomProductOrderStatus' => 'getCustomProductOrderStatusService',
  334.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\Date' => 'getDateService',
  335.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\FullName' => 'getFullNameService',
  336.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\LockIcon' => 'getLockIconService',
  337.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\MailTo' => 'getMailToService',
  338.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\MultipleField' => 'getMultipleFieldService',
  339.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\NotGenericMail' => 'getNotGenericMailService',
  340.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\NullOrTrue' => 'getNullOrTrueService',
  341.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\OnOffIcon' => 'getOnOffIconService',
  342.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\ParameterUrl' => 'getParameterUrlService',
  343.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\Percentage' => 'getPercentageService',
  344.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\ProcessIcon' => 'getProcessIconService',
  345.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\PurchaseDeclarationStatus' => 'getPurchaseDeclarationStatusService',
  346.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\RegateParent' => 'getRegateParentService',
  347.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\Roles' => 'getRolesService',
  348.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\SaleOrderStatus' => 'getSaleOrderStatusService',
  349.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\SaleOrderValidation' => 'getSaleOrderValidationService',
  350.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\ServiceProStatus' => 'getServiceProStatusService',
  351.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\ServiceUserStatus' => 'getServiceUserStatusService',
  352.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\ServiceUserTitle' => 'getServiceUserTitleService',
  353.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\ShipmentInfo' => 'getShipmentInfoService',
  354.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\State' => 'getStateService',
  355.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\Status' => 'getStatusService',
  356.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\TotalPrice' => 'getTotalPriceService',
  357.             'EchoNumeric\\DatatableBundle\\src\\Model\\Columns\\Template\\UnlockIcon' => 'getUnlockIconService',
  358.             'EchoNumeric\\DatatableBundle\\src\\Model\\Config\\Config' => 'getConfigService',
  359.             'EchoNumeric\\DatatableBundle\\src\\Model\\Datatable' => 'getDatatable2Service',
  360.             'EchoNumeric\\DatatableBundle\\src\\Model\\DatatableModel' => 'getDatatableModelService',
  361.             'EchoNumeric\\DatatableBundle\\src\\Model\\Events\\Config\\ActionNotifyAndRefresh' => 'getActionNotifyAndRefreshService',
  362.             'EchoNumeric\\DatatableBundle\\src\\Model\\Events\\Config\\AfterTemplateUpdateData' => 'getAfterTemplateUpdateDataService',
  363.             'EchoNumeric\\DatatableBundle\\src\\Model\\Events\\Config\\CheckboxAction' => 'getCheckboxActionService',
  364.             'EchoNumeric\\DatatableBundle\\src\\Model\\Events\\Config\\Input' => 'getInputService',
  365.             'EchoNumeric\\DatatableBundle\\src\\Model\\Events\\Config\\ModalForm' => 'getModalFormService',
  366.             'EchoNumeric\\DatatableBundle\\src\\Model\\Events\\Config\\ModalGenerator' => 'getModalGeneratorService',
  367.             'EchoNumeric\\DatatableBundle\\src\\Model\\Events\\Config\\Modal\\Header' => 'getHeaderService',
  368.             'EchoNumeric\\DatatableBundle\\src\\Model\\Events\\Config\\Modal\\Modal' => 'getModalService',
  369.             'EchoNumeric\\DatatableBundle\\src\\Model\\Events\\Config\\Select' => 'getSelectService',
  370.             'EchoNumeric\\DatatableBundle\\src\\Model\\Events\\Event' => 'getEventService',
  371.             'EchoNumeric\\DatatableBundle\\src\\Model\\Export\\Column' => 'getColumn2Service',
  372.             'EchoNumeric\\DatatableBundle\\src\\Model\\Export\\Export' => 'getExportService',
  373.             'EchoNumeric\\DatatableBundle\\src\\Model\\QueryBuilder\\PreRequires\\PreRequire' => 'getPreRequireService',
  374.             'EchoNumeric\\DatatableBundle\\src\\Model\\QueryBuilder\\QueryBuilder' => 'getQueryBuilderService',
  375.             'EchoNumeric\\DatatableBundle\\src\\Model\\Searches\\Query' => 'getQuery2Service',
  376.             'EchoNumeric\\DatatableBundle\\src\\Model\\Searches\\Search' => 'getSearchService',
  377.             'EchoNumeric\\DatatableBundle\\src\\Model\\Tools\\Config\\Export' => 'getExport2Service',
  378.             'EchoNumeric\\DatatableBundle\\src\\Model\\Tools\\Config\\Link' => 'getLinkService',
  379.             'EchoNumeric\\DatatableBundle\\src\\Model\\Tools\\Tool' => 'getToolService',
  380.             'EchoNumeric\\DatatableBundle\\src\\Services\\ExportCustomFunctionServices' => 'getExportCustomFunctionServicesService',
  381.             'EchoNumeric\\StatisticBundle\\DependencyInjection\\Configuration' => 'getConfiguration2Service',
  382.             'EchoNumeric\\StatisticBundle\\DependencyInjection\\StatisticExtension' => 'getStatisticExtension2Service',
  383.             'EchoNumeric\\StatisticBundle\\StatisticBundle' => 'getStatisticBundleService',
  384.             'EchoNumeric\\StatisticBundle\\src\\Controller\\StatisticCustomizationController' => 'getStatisticCustomizationControllerService',
  385.             'EchoNumeric\\StatisticBundle\\src\\Controller\\StatisticManager' => 'getStatisticManagerService',
  386.             'EchoNumeric\\StatisticBundle\\src\\Exception\\StatisticsException' => 'getStatisticsExceptionService',
  387.             'EchoNumeric\\StatisticBundle\\src\\Model\\StatBody' => 'getStatBodyService',
  388.             'EchoNumeric\\StatisticBundle\\src\\Model\\StatContent' => 'getStatContentService',
  389.             'EchoNumeric\\StatisticBundle\\src\\Model\\StatHeader' => 'getStatHeaderService',
  390.             'EchoNumeric\\StatisticBundle\\src\\Model\\StatTotal' => 'getStatTotalService',
  391.             'EchoNumeric\\StatisticBundle\\src\\Model\\StatYaml' => 'getStatYamlService',
  392.             'EchoNumeric\\StatisticBundle\\src\\Services\\CustomResultService' => 'getCustomResultServiceService',
  393.             'EchoNumeric\\StatisticBundle\\src\\Services\\DynamicValues' => 'getDynamicValuesService',
  394.             'EchoNumeric\\StatisticBundle\\src\\Services\\ResultTransform' => 'getResultTransformService',
  395.             'EchoNumeric\\StatisticBundle\\src\\Services\\StatisticConstructor' => 'getStatisticConstructorService',
  396.             'EchoNumeric\\StatisticBundle\\src\\Services\\StatisticsBridge' => 'getStatisticsBridgeService',
  397.             'EchoNumeric\\StatisticBundle\\src\\Services\\YamlToQueryBuilder' => 'getYamlToQueryBuilderService',
  398.             'Faker\\Generator' => 'getGeneratorService',
  399.             'Hslavich\\OneloginSamlBundle\\Controller\\SamlController' => 'getSamlControllerService',
  400.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MongodbDatabaseBackup' => 'getMongodbDatabaseBackupService',
  401.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MysqlDatabaseBackup' => 'getMysqlDatabaseBackupService',
  402.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\SqliteDatabaseBackup' => 'getSqliteDatabaseBackupService',
  403.             'Liip\\TestFixturesBundle\\Services\\DatabaseToolCollection' => 'getDatabaseToolCollectionService',
  404.             'Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory' => 'getFixturesLoaderFactoryService',
  405.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  406.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  407.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  408.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  409.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  410.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  411.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  412.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  413.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  414.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.activity_images' => 'getSmartUniqueNamer_ActivityImagesService',
  415.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.advertising_images' => 'getSmartUniqueNamer_AdvertisingImagesService',
  416.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.custom_product_images' => 'getSmartUniqueNamer_CustomProductImagesService',
  417.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.customer_product_images' => 'getSmartUniqueNamer_CustomerProductImagesService',
  418.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.general_documents' => 'getSmartUniqueNamer_GeneralDocumentsService',
  419.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.parameter_thumbnail' => 'getSmartUniqueNamer_ParameterThumbnailService',
  420.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.service_pro_images' => 'getSmartUniqueNamer_ServiceProImagesService',
  421.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.slider_item_images' => 'getSmartUniqueNamer_SliderItemImagesService',
  422.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_avatar' => 'getSmartUniqueNamer_UserAvatarService',
  423.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_logo' => 'getSmartUniqueNamer_UserLogoService',
  424.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_registration_document' => 'getSmartUniqueNamer_UserRegistrationDocumentService',
  425.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  426.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  427.             'cache.app_clearer' => 'getCache_AppClearerService',
  428.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  429.             'cache.system_clearer' => 'getCache_SystemClearerService',
  430.             'cache_warmer' => 'getCacheWarmerService',
  431.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand' => 'getCronCreateCommandService',
  432.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand' => 'getCronDeleteCommandService',
  433.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand' => 'getCronDisableCommandService',
  434.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand' => 'getCronEnableCommandService',
  435.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand' => 'getCronListCommandService',
  436.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand' => 'getCronReportsTruncateCommandService',
  437.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand' => 'getCronRunCommandService',
  438.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand' => 'getCronStartCommandService',
  439.             'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand' => 'getCronStopCommandService',
  440.             'console.command.public_alias.corley_maintenance.command.dump_apache_command' => 'getConsole_Command_PublicAlias_CorleyMaintenance_Command_DumpApacheCommandService',
  441.             'console.command.public_alias.corley_maintenance.command.dump_nginx_command' => 'getConsole_Command_PublicAlias_CorleyMaintenance_Command_DumpNginxCommandService',
  442.             'console.command.public_alias.corley_maintenance.command.maintenance_command' => 'getConsole_Command_PublicAlias_CorleyMaintenance_Command_MaintenanceCommandService',
  443.             'console.command.public_alias.corley_maintenance.command.soft_maintenance_command' => 'getConsole_Command_PublicAlias_CorleyMaintenance_Command_SoftMaintenanceCommandService',
  444.             'console.command_loader' => 'getConsole_CommandLoaderService',
  445.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  446.             'cron.executor' => 'getCron_ExecutorService',
  447.             'cron.manager' => 'getCron_ManagerService',
  448.             'cron.resolver' => 'getCron_ResolverService',
  449.             'cron.validator' => 'getCron_ValidatorService',
  450.             'datatable.custom_functions' => 'getDatatable_CustomFunctionsService',
  451.             'doctrine.dbal.user_logs_connection' => 'getDoctrine_Dbal_UserLogsConnectionService',
  452.             'error_controller' => 'getErrorControllerService',
  453.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  454.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  455.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  456.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  457.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  458.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  459.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  460.             'fos_elastica.index.group37deux.product' => 'getFosElastica_Index_Group37deux_ProductService',
  461.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  462.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  463.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  464.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  465.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  466.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  467.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  468.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  469.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  470.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  471.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  472.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  473.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  474.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  475.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  476.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  477.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  478.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  479.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  480.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  481.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  482.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  483.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  484.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  485.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  486.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  487.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  488.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  489.             'routing.loader' => 'getRouting_LoaderService',
  490.             'services_resetter' => 'getServicesResetterService',
  491.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  492.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  493.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  494.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  495.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  496.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  497.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  498.             'white_october_breadcrumbs' => 'getWhiteOctoberBreadcrumbsService',
  499.             'white_october_breadcrumbs.helper' => 'getWhiteOctoberBreadcrumbs_HelperService',
  500.         ];
  501.         $this->aliases = [
  502.             'App\\Kernel' => 'kernel',
  503.             'database_connection' => 'doctrine.dbal.default_connection',
  504.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  505.             'fos_elastica.client' => 'fos_elastica.client.default',
  506.             'fos_elastica.index' => 'fos_elastica.index.group37deux',
  507.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  508.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  509.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  510.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  511.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  512.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  513.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  514.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  515.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  516.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  517.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  518.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  519.         ];
  520.         $this->privates['service_container'] = function () {
  521.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  522.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/KernelInterface.php';
  523.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/RebootableInterface.php';
  524.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/TerminableInterface.php';
  525.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Kernel.php';
  526.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  527.             include_once \dirname(__DIR__5).'/src/Kernel.php';
  528.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  529.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  530.             include_once \dirname(__DIR__5).'/lib/DatatableBundle/Twig/DatatableExtension.php';
  531.             include_once \dirname(__DIR__5).'/lib/DatatableBundle/src/Services/CustomizationServices.php';
  532.             include_once \dirname(__DIR__5).'/lib/DatatableBundle/src/Services/DatatableServices.php';
  533.             include_once \dirname(__DIR__5).'/lib/DatatableBundle/src/Services/ToolsServices.php';
  534.             include_once \dirname(__DIR__5).'/lib/StatisticBundle/Twig/StatisticExtension.php';
  535.             include_once \dirname(__DIR__5).'/lib/StatisticBundle/src/Services/StatisticService.php';
  536.             include_once \dirname(__DIR__5).'/src/Adapter/ProductAdapter.php';
  537.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  538.             include_once \dirname(__DIR__5).'/src/EventSubscriber/ProjectKeySubscriber.php';
  539.             include_once \dirname(__DIR__5).'/src/Factory/PointFactory.php';
  540.             include_once \dirname(__DIR__5).'/src/Services/Common/Point/PointHelper.php';
  541.             include_once \dirname(__DIR__5).'/src/Services/Common/Point/PointCalculator.php';
  542.             include_once \dirname(__DIR__5).'/src/Services/Back/Export/XlsxWriter.php';
  543.             include_once \dirname(__DIR__5).'/src/Services/Back/Import/ExampleFileService.php';
  544.             include_once \dirname(__DIR__5).'/src/Services/Back/ImportService.php';
  545.             include_once \dirname(__DIR__5).'/src/Services/Back/ParameterService.php';
  546.             include_once \dirname(__DIR__5).'/src/Services/Back/RegateService.php';
  547.             include_once \dirname(__DIR__5).'/src/Services/Common/AclReader.php';
  548.             include_once \dirname(__DIR__5).'/src/Services/Common/AclService.php';
  549.             include_once \dirname(__DIR__5).'/src/Services/Common/Email/BaseMailer.php';
  550.             include_once \dirname(__DIR__5).'/src/Services/Common/MailerService.php';
  551.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/MailerInterface.php';
  552.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Mailer.php';
  553.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  554.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport/Transports.php';
  555.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport.php';
  556.             include_once \dirname(__DIR__5).'/src/Services/Common/PlatformService.php';
  557.             include_once \dirname(__DIR__5).'/src/Services/Common/Point/TransactionService.php';
  558.             include_once \dirname(__DIR__5).'/src/Services/Common/Point/TurnoverService.php';
  559.             include_once \dirname(__DIR__5).'/src/Services/Common/PriceService.php';
  560.             include_once \dirname(__DIR__5).'/src/Services/Common/SaleOrderService.php';
  561.             include_once \dirname(__DIR__5).'/src/Services/Common/Translation/CatalogueTranslation.php';
  562.             include_once \dirname(__DIR__5).'/src/Services/Common/Translation/TranslationBase.php';
  563.             include_once \dirname(__DIR__5).'/src/Services/CommonServices.php';
  564.             include_once \dirname(__DIR__5).'/src/Services/ConfigService.php';
  565.             include_once \dirname(__DIR__5).'/src/Services/DTV/CommandService.php';
  566.             include_once \dirname(__DIR__5).'/src/Services/DTV/LogService.php';
  567.             include_once \dirname(__DIR__5).'/src/Services/DTV/ProjectService.php';
  568.             include_once \dirname(__DIR__5).'/src/Services/DTV/YamlConfig/Interfaces/YamlGetterInterface.php';
  569.             include_once \dirname(__DIR__5).'/src/Services/DTV/YamlConfig/YamlReader.php';
  570.             include_once \dirname(__DIR__5).'/src/Services/EncryptDecryptServices.php';
  571.             include_once \dirname(__DIR__5).'/src/Services/Front/BoosterResultService.php';
  572.             include_once \dirname(__DIR__5).'/src/Services/Front/CartService.php';
  573.             include_once \dirname(__DIR__5).'/src/Services/Old/ProjectManager.php';
  574.             include_once \dirname(__DIR__5).'/src/Adapter/ProjectAdapter.php';
  575.             include_once \dirname(__DIR__5).'/src/Services/ElasticSearchServices.php';
  576.             include_once \dirname(__DIR__5).'/src/Services/Old/CarrierManager.php';
  577.             include_once \dirname(__DIR__5).'/src/Services/Front/GiftCertificateService.php';
  578.             include_once \dirname(__DIR__5).'/src/Services/Front/Catalogue/CatalogueService.php';
  579.             include_once \dirname(__DIR__5).'/src/Services/Front/Catalogue/ElasticSearchCatalogueService.php';
  580.             include_once \dirname(__DIR__5).'/vendor/ruflin/elastica/lib/Elastica/SearchableInterface.php';
  581.             include_once \dirname(__DIR__5).'/src/Services/Front/Catalogue/CatalogueManager.php';
  582.             include_once \dirname(__DIR__5).'/src/Services/Front/Catalogue/JsonCatalogueService.php';
  583.             include_once \dirname(__DIR__5).'/src/Services/Front/UserFrontService.php';
  584.             include_once \dirname(__DIR__5).'/src/Services/HighlightService.php';
  585.             include_once \dirname(__DIR__5).'/src/Services/Old/CatalogSearch.php';
  586.             include_once \dirname(__DIR__5).'/src/Services/Old/PriceManager.php';
  587.             include_once \dirname(__DIR__5).'/src/Services/ProductService.php';
  588.             include_once \dirname(__DIR__5).'/src/Services/PurchaseDeclarationService.php';
  589.             include_once \dirname(__DIR__5).'/src/Services/ScoreService.php';
  590.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  591.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  592.             include_once \dirname(__DIR__5).'/src/Services/Monolog/ExtraProcessor.php';
  593.             include_once \dirname(__DIR__5).'/src/Listener/KernelEvent.php';
  594.             include_once \dirname(__DIR__5).'/src/Listener/AclAnnotationListener.php';
  595.             include_once \dirname(__DIR__5).'/src/Listener/PreRequiredListener.php';
  596.             include_once \dirname(__DIR__5).'/src/Listener/DtvNavigationListener.php';
  597.             include_once \dirname(__DIR__5).'/src/Listener/DtvRequestListener.php';
  598.             include_once \dirname(__DIR__5).'/src/Listener/WmApiListener.php';
  599.             include_once \dirname(__DIR__5).'/src/Listener/CheckCguListener.php';
  600.             include_once \dirname(__DIR__5).'/src/Listener/MaintenanceListener.php';
  601.             include_once \dirname(__DIR__5).'/src/Listener/ClosedSiteListener.php';
  602.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  603.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/TranslatorBagInterface.php';
  604.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  605.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Translator.php';
  606.             include_once \dirname(__DIR__5).'/src/Services/Common/Translator.php';
  607.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  608.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  609.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  610.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  611.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  612.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  613.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  614.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  615.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  616.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  617.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  618.             include_once \dirname(__DIR__5).'/vendor/psr/container/src/ContainerInterface.php';
  619.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  620.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  621.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpKernel.php';
  622.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  623.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  624.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  625.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  626.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  627.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  628.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  629.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  630.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/RequestStack.php';
  631.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/HttpCache.php';
  632.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/HttpCache/HttpCache.php';
  633.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/StoreInterface.php';
  634.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/Store.php';
  635.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Request.php';
  636.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  637.             include_once \dirname(__DIR__5).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  638.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  639.             include_once \dirname(__DIR__5).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  640.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  641.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheInterface.php';
  642.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/PruneableInterface.php';
  643.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ResetInterface.php';
  644.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/ResettableInterface.php';
  645.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  646.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  647.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  648.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  649.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/CacheTrait.php';
  650.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  651.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  652.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  653.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  654.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  655.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  656.             include_once \dirname(__DIR__5).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  657.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  658.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  659.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  660.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  661.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Packages.php';
  662.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PackageInterface.php';
  663.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Package.php';
  664.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/PathPackage.php';
  665.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  666.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  667.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/ContextInterface.php';
  668.             include_once \dirname(__DIR__5).'/vendor/symfony/asset/Context/RequestStackContext.php';
  669.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  670.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  671.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  672.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  673.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  674.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  675.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  676.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  677.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  678.             include_once \dirname(__DIR__5).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  679.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  680.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  681.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  682.             include_once \dirname(__DIR__5).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  683.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/IdentityTranslator.php';
  684.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/Transition.php';
  685.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  686.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  687.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  688.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  689.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  690.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  691.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  692.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  693.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Logger.php';
  694.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  695.             include_once \dirname(__DIR__5).'/vendor/symfony/stopwatch/Stopwatch.php';
  696.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  697.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContext.php';
  698.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  699.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  700.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  701.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  702.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  703.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  704.             include_once \dirname(__DIR__5).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  705.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  706.             include_once \dirname(__DIR__5).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  707.             include_once \dirname(__DIR__5).'/vendor/symfony/property-access/PropertyAccessor.php';
  708.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  709.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  710.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  711.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  712.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  713.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  714.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  715.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  716.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  717.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  718.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  719.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  720.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  721.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  722.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  723.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  724.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  725.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  726.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  727.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  728.             include_once \dirname(__DIR__5).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  729.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  730.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  731.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  732.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  733.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  734.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  735.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  736.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  737.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  738.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  739.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ValidatorBuilder.php';
  740.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validation.php';
  741.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  742.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  743.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  744.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  745.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  746.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  747.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  748.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  749.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  750.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  751.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  752.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  753.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  754.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  755.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  756.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  757.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  758.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  759.             include_once \dirname(__DIR__5).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  760.             include_once \dirname(__DIR__5).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  761.             include_once \dirname(__DIR__5).'/vendor/symfony/mime/MimeTypesInterface.php';
  762.             include_once \dirname(__DIR__5).'/vendor/symfony/mime/MimeTypes.php';
  763.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  764.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  765.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  766.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Profiler/Profile.php';
  767.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  768.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  769.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  770.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  771.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  772.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  773.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  774.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  775.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  776.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  777.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  778.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  779.             include_once \dirname(__DIR__5).'/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php';
  780.             include_once \dirname(__DIR__5).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  781.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  782.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  783.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  784.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  785.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  786.             include_once \dirname(__DIR__5).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  787.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  788.             include_once \dirname(__DIR__5).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  789.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  790.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  791.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  792.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  793.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  794.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  795.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  796.             include_once \dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  797.             include_once \dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  798.             include_once \dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  799.             include_once \dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  800.             include_once \dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  801.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  802.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  803.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/MetadataFactory.php';
  804.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  805.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  806.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  807.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  808.             include_once \dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  809.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  810.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  811.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  812.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  813.             include_once \dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  814.             include_once \dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  815.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  816.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  817.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Cache/FileCache.php';
  818.             include_once \dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  819.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  820.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  821.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  822.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  823.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  824.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  825.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Registry.php';
  826.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  827.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  828.             include_once \dirname(__DIR__5).'/vendor/doctrine/event-manager/src/EventManager.php';
  829.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  830.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Connection.php';
  831.             include_once \dirname(__DIR__5).'/src/DBAL/MultiDbConnectionWrapper.php';
  832.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Configuration.php';
  833.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  834.             include_once \dirname(__DIR__5).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  835.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  836.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  837.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/Doctrine/Auditing/Logger/Middleware/DHMiddleware.php';
  838.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  839.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  840.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  841.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  842.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  843.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  844.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  845.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  846.             include_once \dirname(__DIR__5).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  847.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  848.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  849.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  850.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  851.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  852.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  853.             include_once \dirname(__DIR__5).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  854.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  855.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  856.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  857.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  858.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  859.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  860.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  861.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  862.             include_once \dirname(__DIR__5).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  863.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  864.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  865.             include_once \dirname(__DIR__5).'/vendor/mhujer/breadcrumbs-bundle/Twig/Extension/BreadcrumbsExtension.php';
  866.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  867.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Type/Parser.php';
  868.             include_once \dirname(__DIR__5).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  869.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  870.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  871.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  872.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  873.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  874.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableDriver.php';
  875.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  876.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  877.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  878.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  879.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  880.             include_once \dirname(__DIR__5).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  881.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  882.             include_once \dirname(__DIR__5).'/vendor/ruflin/elastica/lib/Elastica/Client.php';
  883.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  884.             include_once \dirname(__DIR__5).'/vendor/ruflin/elastica/lib/Elastica/Index.php';
  885.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  886.             include_once \dirname(__DIR__5).'/vendor/ruflin/elastica/lib/Elastica/Type.php';
  887.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  888.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  889.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  890.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  891.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  892.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  893.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  894.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  895.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  896.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Server/Connection.php';
  897.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  898.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  899.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  900.             include_once \dirname(__DIR__5).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  901.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  902.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  903.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  904.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  905.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  906.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  907.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  908.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  909.             include_once \dirname(__DIR__5).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  910.             include_once \dirname(__DIR__5).'/vendor/corley/maintenance-bundle/Corley/MaintenanceBundle/Listener/SoftLockListener.php';
  911.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  912.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  913.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  914.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Security.php';
  915.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  916.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  917.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  918.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  919.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/FirewallMapInterface.php';
  920.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  921.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  922.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  923.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  924.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  925.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  926.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  927.             include_once \dirname(__DIR__5).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  928.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  929.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall.php';
  930.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  931.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  932.             include_once \dirname(__DIR__5).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  933.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  934.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  935.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  936.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  937.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  938.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  939.             include_once \dirname(__DIR__5).'/vendor/slope-it/breadcrumb-bundle/src/EventListener/BreadcrumbListener.php';
  940.             include_once \dirname(__DIR__5).'/vendor/slope-it/breadcrumb-bundle/src/Service/BreadcrumbBuilder.php';
  941.             include_once \dirname(__DIR__5).'/vendor/slope-it/breadcrumb-bundle/src/Service/BreadcrumbItemFactory.php';
  942.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Configuration.php';
  943.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Security/RoleCheckerInterface.php';
  944.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/Security/RoleChecker.php';
  945.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Security/SecurityProviderInterface.php';
  946.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/Security/SecurityProvider.php';
  947.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Auditor.php';
  948.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/ProviderInterface.php';
  949.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/AbstractProvider.php';
  950.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/Doctrine/DoctrineProvider.php';
  951.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/ConfigurationInterface.php';
  952.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/Doctrine/Configuration.php';
  953.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/Service/ServiceInterface.php';
  954.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/Service/AbstractService.php';
  955.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/Doctrine/Service/DoctrineService.php';
  956.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/Service/StorageServiceInterface.php';
  957.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/Doctrine/Service/StorageService.php';
  958.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/Service/AuditingServiceInterface.php';
  959.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/Provider/Doctrine/Service/AuditingService.php';
  960.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor/src/User/UserProviderInterface.php';
  961.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/User/UserProvider.php';
  962.             include_once \dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/Event/ViewerEventSubscriber.php';
  963.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  964.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/TraceableHttpClient.php';
  965.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/HttpClient.php';
  966.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollectorTranslator.php';
  967.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  968.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  969.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  970.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/RouterInterface.php';
  971.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  972.             include_once \dirname(__DIR__5).'/vendor/symfony/routing/Router.php';
  973.             include_once \dirname(__DIR__5).'/vendor/symfony/framework-bundle/Routing/Router.php';
  974.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  975.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  976.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  977.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/SerializerInterface.php';
  978.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  979.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Serializer.php';
  980.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  981.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  982.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  983.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  984.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  985.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  986.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  987.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  988.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  989.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  990.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  991.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  992.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  993.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  994.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  995.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  996.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  997.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  998.             include_once \dirname(__DIR__5).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  999.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1000.             include_once \dirname(__DIR__5).'/vendor/symfony/filesystem/Filesystem.php';
  1001.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/WorkflowInterface.php';
  1002.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/Workflow.php';
  1003.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/StateMachine.php';
  1004.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/Definition.php';
  1005.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  1006.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  1007.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/SerializerInterface.php';
  1008.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1009.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1010.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1011.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1012.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1013.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1014.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1015.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1016.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Serializer.php';
  1017.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1018.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1019.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1020.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1021.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  1022.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1023.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1024.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1025.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1026.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1027.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1028.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1029.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1030.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1031.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1032.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1033.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1034.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1035.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1036.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1037.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1038.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1039.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1040.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1041.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1042.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1043.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1044.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1045.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1046.             include_once \dirname(__DIR__5).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1047.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1048.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1049.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1050.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1051.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1052.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1053.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1054.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1055.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1056.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1057.             include_once \dirname(__DIR__5).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1058.             include_once \dirname(__DIR__5).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1059.             include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1060.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1061.             include_once \dirname(__DIR__5).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1062.             include_once \dirname(__DIR__5).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1063.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1064.             include_once \dirname(__DIR__5).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1065.             include_once \dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1066.             include_once \dirname(__DIR__5).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  1067.             include_once \dirname(__DIR__5).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  1068.             include_once \dirname(__DIR__5).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1069.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1070.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1071.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1072.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1073.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1074.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1075.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/ExtensionSet.php';
  1076.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Template.php';
  1077.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/TemplateWrapper.php';
  1078.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Environment.php';
  1079.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1080.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1081.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1082.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1083.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1084.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1085.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1086.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1087.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1088.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1089.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1090.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1091.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1092.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1093.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/UrlHelper.php';
  1094.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  1095.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/Registry.php';
  1096.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  1097.             include_once \dirname(__DIR__5).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  1098.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1099.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1100.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1101.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1102.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1103.             include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1104.             include_once \dirname(__DIR__5).'/src/Twig/AclExtension.php';
  1105.             include_once \dirname(__DIR__5).'/src/Twig/AppExtension.php';
  1106.             include_once \dirname(__DIR__5).'/src/Twig/AtomicExtension.php';
  1107.             include_once \dirname(__DIR__5).'/src/Twig/BackOffice/NewsletterExtension.php';
  1108.             include_once \dirname(__DIR__5).'/src/Twig/BackOffice/TwigExtension.php';
  1109.             include_once \dirname(__DIR__5).'/src/Services/Back/MenuBuilder.php';
  1110.             include_once \dirname(__DIR__5).'/src/Twig/CartExtension.php';
  1111.             include_once \dirname(__DIR__5).'/src/Twig/CatalogExtension.php';
  1112.             include_once \dirname(__DIR__5).'/src/Twig/Common/CatalogueExtension.php';
  1113.             include_once \dirname(__DIR__5).'/src/Twig/CssExtension.php';
  1114.             include_once \dirname(__DIR__5).'/src/Twig/Dtv/MailExtension.php';
  1115.             include_once \dirname(__DIR__5).'/src/Twig/Dtv/TwigExtension.php';
  1116.             include_once \dirname(__DIR__5).'/src/Twig/MailExtension.php';
  1117.             include_once \dirname(__DIR__5).'/src/Twig/PaymentExtension.php';
  1118.             include_once \dirname(__DIR__5).'/src/Twig/PlatformComponentExtension.php';
  1119.             include_once \dirname(__DIR__5).'/src/Twig/PurchaseProductExtension.php';
  1120.             include_once \dirname(__DIR__5).'/src/Twig/RegateExtension.php';
  1121.             include_once \dirname(__DIR__5).'/src/Twig/ScoreExtension.php';
  1122.             include_once \dirname(__DIR__5).'/src/Twig/SettingExtension.php';
  1123.             include_once \dirname(__DIR__5).'/src/Services/Old/SettingManager.php';
  1124.             include_once \dirname(__DIR__5).'/src/Twig/SliderExtension.php';
  1125.             include_once \dirname(__DIR__5).'/src/Twig/TwigExtension.php';
  1126.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1127.             include_once \dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1128.             include_once \dirname(__DIR__5).'/vendor/twig/intl-extra/IntlExtension.php';
  1129.             include_once \dirname(__DIR__5).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1130.             include_once \dirname(__DIR__5).'/vendor/twig/inky-extra/InkyExtension.php';
  1131.             include_once \dirname(__DIR__5).'/vendor/twig/string-extra/StringExtension.php';
  1132.             include_once \dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1133.             include_once \dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  1134.             include_once \dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1135.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1136.             include_once \dirname(__DIR__5).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1137.             include_once \dirname(__DIR__5).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  1138.             include_once \dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1139.             include_once \dirname(__DIR__5).'/vendor/slope-it/breadcrumb-bundle/src/Twig/BreadcrumbExtension.php';
  1140.             include_once \dirname(__DIR__5).'/vendor/slope-it/breadcrumb-bundle/src/Service/BreadcrumbItemProcessor.php';
  1141.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bridge/AppVariable.php';
  1142.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1143.             include_once \dirname(__DIR__5).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1144.             include_once \dirname(__DIR__5).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1145.             include_once \dirname(__DIR__5).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1146.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1147.             include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1148.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1149.             include_once \dirname(__DIR__5).'/vendor/symfony/http-foundation/Session/Session.php';
  1150.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1151.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1152.             include_once \dirname(__DIR__5).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1153.         };
  1154.     }
  1155.     public function compile(): void
  1156.     {
  1157.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1158.     }
  1159.     public function isCompiled(): bool
  1160.     {
  1161.         return true;
  1162.     }
  1163.     public function getRemovedIds(): array
  1164.     {
  1165.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1166.     }
  1167.     protected function load($file$lazyLoad true)
  1168.     {
  1169.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1170.             return $class::do($this$lazyLoad);
  1171.         }
  1172.         if ('.' === $file[-4]) {
  1173.             $class substr($class0, -4);
  1174.         } else {
  1175.             $file .= '.php';
  1176.         }
  1177.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1178.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1179.     }
  1180.     /**
  1181.      * Gets the public '.container.private.filesystem' shared service.
  1182.      *
  1183.      * @return \Symfony\Component\Filesystem\Filesystem
  1184.      */
  1185.     protected function get_Container_Private_FilesystemService()
  1186.     {
  1187.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1188.     }
  1189.     /**
  1190.      * Gets the public '.container.private.profiler' shared service.
  1191.      *
  1192.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1193.      */
  1194.     protected function get_Container_Private_ProfilerService()
  1195.     {
  1196.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1197.         $b = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  1198.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1199.         $a->pushProcessor([=> $b=> '__invoke']);
  1200.         $a->pushProcessor($b);
  1201.         $a->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  1202.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1203.         $a->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  1204.         $a->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  1205.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1206.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1207.         $c = ($this->services['kernel'] ?? $this->get('kernel'));
  1208.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1209.         $e = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1210.         $e->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1211.         $e->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1212.         $e->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1213.         $e->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1214.         $e->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1215.         $e->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1216.         $e->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1217.         $e->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1218.         $e->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1219.         $e->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1220.         $e->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1221.         $e->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1222.         $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1223.         $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1224.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1225.         if ($this->has('kernel')) {
  1226.             $g->setKernel($c);
  1227.         }
  1228.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1229.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1230.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1231.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1232.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1233.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1234.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1235.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $d));
  1236.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $d));
  1237.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1238.         $instance->add($e);
  1239.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1240.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  1241.         $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())));
  1242.         $instance->add($f);
  1243.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1244.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1245.         $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()))));
  1246.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1247.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector([], ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? ($this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator([]))), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  1248.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1249.         $instance->add($g);
  1250.         return $instance;
  1251.     }
  1252.     /**
  1253.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1254.      *
  1255.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1256.      */
  1257.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1258.     {
  1259.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1260.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1261.             return $this->services['.container.private.security.authorization_checker'];
  1262.         }
  1263.         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()), $afalsefalsefalse);
  1264.     }
  1265.     /**
  1266.      * Gets the public '.container.private.security.token_storage' shared service.
  1267.      *
  1268.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1269.      */
  1270.     protected function get_Container_Private_Security_TokenStorageService()
  1271.     {
  1272.         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, [
  1273.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1274.         ], [
  1275.             'request_stack' => '?',
  1276.         ]));
  1277.     }
  1278.     /**
  1279.      * Gets the public '.container.private.serializer' shared service.
  1280.      *
  1281.      * @return \Symfony\Component\Serializer\Serializer
  1282.      */
  1283.     protected function get_Container_Private_SerializerService()
  1284.     {
  1285.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1286.         if (isset($this->services['.container.private.serializer'])) {
  1287.             return $this->services['.container.private.serializer'];
  1288.         }
  1289.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1290.         $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1291.         $d = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1292.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($d);
  1293.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, ['enable_max_depth' => true'skip_null_values' => false]), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(['enable_max_depth' => true'skip_null_values' => false]), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['enable_max_depth' => true'skip_null_values' => false]), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer(['enable_max_depth' => true'skip_null_values' => false], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($d$c$a$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(['enable_max_depth' => true'skip_null_values' => false]), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL, ['enable_max_depth' => true'skip_null_values' => false]), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($d$c$b$a$eNULL, ['enable_max_depth' => true'skip_null_values' => false])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(['enable_max_depth' => true'skip_null_values' => false]), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL, ['enable_max_depth' => true'skip_null_values' => false]), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL, ['enable_max_depth' => true'skip_null_values' => false]), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(['enable_max_depth' => true'skip_null_values' => false])]);
  1294.     }
  1295.     /**
  1296.      * Gets the public '.container.private.session' shared service.
  1297.      *
  1298.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1299.      */
  1300.     protected function get_Container_Private_SessionService()
  1301.     {
  1302.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1303.         if (isset($this->services['.container.private.session'])) {
  1304.             return $this->services['.container.private.session'];
  1305.         }
  1306.         return $this->services['.container.private.session'] = $a->createSession();
  1307.     }
  1308.     /**
  1309.      * Gets the public '.container.private.state_machine.user_status' shared service.
  1310.      *
  1311.      * @return \Symfony\Component\Workflow\StateMachine
  1312.      */
  1313.     protected function get_Container_Private_StateMachine_UserStatusService()
  1314.     {
  1315.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1316.         if (isset($this->services['.container.private.state_machine.user_status'])) {
  1317.             return $this->services['.container.private.state_machine.user_status'];
  1318.         }
  1319.         return $this->services['.container.private.state_machine.user_status'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'register_pending'=> 'admin_pending'=> 'cgu_pending'=> 'enabled'=> 'disabled'=> 'unsubscribed'=> 'archived'=> 'cgu_declined'=> 'deleted'], [=> ($this->privates['.state_machine.user_status.transition.0'] ?? ($this->privates['.state_machine.user_status.transition.0'] = new \Symfony\Component\Workflow\Transition('need_admin_validation''cgu_pending''admin_pending'))), => ($this->privates['.state_machine.user_status.transition.1'] ?? ($this->privates['.state_machine.user_status.transition.1'] = new \Symfony\Component\Workflow\Transition('need_admin_validation''register_pending''admin_pending'))), => ($this->privates['.state_machine.user_status.transition.2'] ?? ($this->privates['.state_machine.user_status.transition.2'] = new \Symfony\Component\Workflow\Transition('accept_register''admin_pending''cgu_pending'))), => ($this->privates['.state_machine.user_status.transition.3'] ?? ($this->privates['.state_machine.user_status.transition.3'] = new \Symfony\Component\Workflow\Transition('accept_user_register''register_pending''cgu_pending'))), => ($this->privates['.state_machine.user_status.transition.4'] ?? ($this->privates['.state_machine.user_status.transition.4'] = new \Symfony\Component\Workflow\Transition('accept_cgu''cgu_pending''enabled'))), => ($this->privates['.state_machine.user_status.transition.5'] ?? ($this->privates['.state_machine.user_status.transition.5'] = new \Symfony\Component\Workflow\Transition('reject_cgu''cgu_pending''cgu_declined'))), => ($this->privates['.state_machine.user_status.transition.6'] ?? ($this->privates['.state_machine.user_status.transition.6'] = new \Symfony\Component\Workflow\Transition('resend_cgu''cgu_pending''cgu_pending'))), => ($this->privates['.state_machine.user_status.transition.7'] ?? ($this->privates['.state_machine.user_status.transition.7'] = new \Symfony\Component\Workflow\Transition('resend_cgu''cgu_declined''cgu_pending'))), => ($this->privates['.state_machine.user_status.transition.8'] ?? ($this->privates['.state_machine.user_status.transition.8'] = new \Symfony\Component\Workflow\Transition('resend_cgu''enabled''cgu_pending'))), => ($this->privates['.state_machine.user_status.transition.9'] ?? ($this->privates['.state_machine.user_status.transition.9'] = new \Symfony\Component\Workflow\Transition('disable''enabled''disabled'))), 10 => ($this->privates['.state_machine.user_status.transition.10'] ?? ($this->privates['.state_machine.user_status.transition.10'] = new \Symfony\Component\Workflow\Transition('enable''disabled''enabled'))), 11 => ($this->privates['.state_machine.user_status.transition.11'] ?? ($this->privates['.state_machine.user_status.transition.11'] = new \Symfony\Component\Workflow\Transition('unsubscribe''enabled''unsubscribed'))), 12 => ($this->privates['.state_machine.user_status.transition.12'] ?? ($this->privates['.state_machine.user_status.transition.12'] = new \Symfony\Component\Workflow\Transition('re_registration''unsubscribed''enabled'))), 13 => ($this->privates['.state_machine.user_status.transition.13'] ?? ($this->privates['.state_machine.user_status.transition.13'] = new \Symfony\Component\Workflow\Transition('archive_manual''cgu_pending''archived'))), 14 => ($this->privates['.state_machine.user_status.transition.14'] ?? ($this->privates['.state_machine.user_status.transition.14'] = new \Symfony\Component\Workflow\Transition('archive_manual''enabled''archived'))), 15 => ($this->privates['.state_machine.user_status.transition.15'] ?? ($this->privates['.state_machine.user_status.transition.15'] = new \Symfony\Component\Workflow\Transition('archive_auto''unsubscribed''archived'))), 16 => ($this->privates['.state_machine.user_status.transition.16'] ?? ($this->privates['.state_machine.user_status.transition.16'] = new \Symfony\Component\Workflow\Transition('archive_auto''cgu_declined''archived'))), 17 => ($this->privates['.state_machine.user_status.transition.17'] ?? ($this->privates['.state_machine.user_status.transition.17'] = new \Symfony\Component\Workflow\Transition('archive_auto''cgu_pending''archived'))), 18 => ($this->privates['.state_machine.user_status.transition.18'] ?? ($this->privates['.state_machine.user_status.transition.18'] = new \Symfony\Component\Workflow\Transition('archive_auto''enabled''archived'))), 19 => ($this->privates['.state_machine.user_status.transition.19'] ?? ($this->privates['.state_machine.user_status.transition.19'] = new \Symfony\Component\Workflow\Transition('unarchive''archived''cgu_pending'))), 20 => ($this->privates['.state_machine.user_status.transition.20'] ?? ($this->privates['.state_machine.user_status.transition.20'] = new \Symfony\Component\Workflow\Transition('soft_delete''unsubscribed''deleted'))), 21 => ($this->privates['.state_machine.user_status.transition.21'] ?? ($this->privates['.state_machine.user_status.transition.21'] = new \Symfony\Component\Workflow\Transition('soft_delete''archived''deleted'))), 22 => ($this->privates['.state_machine.user_status.transition.22'] ?? ($this->privates['.state_machine.user_status.transition.22'] = new \Symfony\Component\Workflow\Transition('soft_delete''cgu_declined''deleted'))), 23 => ($this->privates['.state_machine.user_status.transition.23'] ?? ($this->privates['.state_machine.user_status.transition.23'] = new \Symfony\Component\Workflow\Transition('soft_delete''admin_pending''deleted')))], [=> 'cgu_pending'], ($this->privates['state_machine.user_status.metadata_store'] ?? $this->getStateMachine_UserStatus_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), $a'user_status'NULL);
  1320.     }
  1321.     /**
  1322.      * Gets the public '.container.private.twig' shared service.
  1323.      *
  1324.      * @return \Twig\Environment
  1325.      */
  1326.     protected function get_Container_Private_TwigService()
  1327.     {
  1328.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__5));
  1329.         $a->addPath((\dirname(__DIR__5).'/assets/mail/simple_app/scss'), 'simple_app');
  1330.         $a->addPath((\dirname(__DIR__5).'/lib/DatatableBundle/Resources/views'), 'datatable');
  1331.         $a->addPath((\dirname(__DIR__5).'/lib/StatisticBundle/Resources/views'), 'statistic');
  1332.         $a->addPath((\dirname(__DIR__5).'/templates/atomic_design'), 'atomic');
  1333.         $a->addPath((\dirname(__DIR__5).'/templates/platform/component'), 'component');
  1334.         $a->addPath((\dirname(__DIR__5).'/templates/back'), 'back');
  1335.         $a->addPath((\dirname(__DIR__5).'/templates/dtv'), 'dtv');
  1336.         $a->addPath((\dirname(__DIR__5).'/public'), 'public');
  1337.         $a->addPath((\dirname(__DIR__5).'/templates/bundles/TwigBundle'), 'Twig');
  1338.         $a->addPath((\dirname(__DIR__5).'/templates/bundles/TwigBundle'), '!Twig');
  1339.         $a->addPath((\dirname(__DIR__5).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1340.         $a->addPath((\dirname(__DIR__5).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1341.         $a->addPath((\dirname(__DIR__5).'/vendor/presta/image-bundle/Resources/views'), 'PrestaImage');
  1342.         $a->addPath((\dirname(__DIR__5).'/vendor/presta/image-bundle/Resources/views'), '!PrestaImage');
  1343.         $a->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1344.         $a->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1345.         $a->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1346.         $a->addPath((\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1347.         $a->addPath((\dirname(__DIR__5).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), 'WhiteOctoberBreadcrumbs');
  1348.         $a->addPath((\dirname(__DIR__5).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), '!WhiteOctoberBreadcrumbs');
  1349.         $a->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1350.         $a->addPath((\dirname(__DIR__5).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1351.         $a->addPath((\dirname(__DIR__5).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1352.         $a->addPath((\dirname(__DIR__5).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1353.         $a->addPath((\dirname(__DIR__5).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  1354.         $a->addPath((\dirname(__DIR__5).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1355.         $a->addPath((\dirname(__DIR__5).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1356.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1357.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1358.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1359.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1360.         $a->addPath((\dirname(__DIR__5).'/lib/DatatableBundle/Resources/views'), 'Datatable');
  1361.         $a->addPath((\dirname(__DIR__5).'/lib/DatatableBundle/Resources/views'), '!Datatable');
  1362.         $a->addPath((\dirname(__DIR__5).'/lib/StatisticBundle/Resources/views'), 'Statistic');
  1363.         $a->addPath((\dirname(__DIR__5).'/lib/StatisticBundle/Resources/views'), '!Statistic');
  1364.         $a->addPath((\dirname(__DIR__5).'/vendor/corley/maintenance-bundle/Corley/MaintenanceBundle/Resources/views'), 'CorleyMaintenance');
  1365.         $a->addPath((\dirname(__DIR__5).'/vendor/corley/maintenance-bundle/Corley/MaintenanceBundle/Resources/views'), '!CorleyMaintenance');
  1366.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1367.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1368.         $a->addPath((\dirname(__DIR__5).'/vendor/slope-it/breadcrumb-bundle/src/Resources/views'), 'SlopeItBreadcrumb');
  1369.         $a->addPath((\dirname(__DIR__5).'/vendor/slope-it/breadcrumb-bundle/src/Resources/views'), '!SlopeItBreadcrumb');
  1370.         $a->addPath((\dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/Resources/views'), 'DHAuditor');
  1371.         $a->addPath((\dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/Resources/views'), '!DHAuditor');
  1372.         $a->addPath((\dirname(__DIR__5).'/templates'));
  1373.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1374.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1375.         $a->addPath((\dirname(__DIR__5).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1376.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1377.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1378.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1379.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1380.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1381.         $f = ($this->services['router'] ?? $this->getRouterService());
  1382.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1383.         $h = new \Symfony\Component\Workflow\Registry();
  1384.         $h->addWorkflow(($this->services['.container.private.state_machine.user_status'] ?? $this->get_Container_Private_StateMachine_UserStatusService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\User'));
  1385.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1386.         $j = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1387.         $k = ($this->privates['App\\Services\\Common\\PlatformService'] ?? $this->getPlatformServiceService());
  1388.         $l = ($this->privates['App\\Services\\DTV\\ProjectService'] ?? $this->getProjectServiceService());
  1389.         $m = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1390.         $n = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1391.         $n->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1392.         $o = new \Symfony\Bridge\Twig\AppVariable();
  1393.         $o->setEnvironment('dev');
  1394.         $o->setDebug(true);
  1395.         if ($this->has('.container.private.security.token_storage')) {
  1396.             $o->setTokenStorage($i);
  1397.         }
  1398.         if ($this->has('request_stack')) {
  1399.             $o->setRequestStack($g);
  1400.         }
  1401.         $p = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1402.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1403.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1404.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1405.         $instance->addExtension($d);
  1406.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__5), 'UTF-8'));
  1407.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1408.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1409.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1410.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1411.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1412.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  1413.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  1414.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1415.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1416.         $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())));
  1417.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1418.         $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($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  1419.         $instance->addExtension(($this->services['EchoNumeric\\DatatableBundle\\Twig\\DatatableExtension'] ?? $this->getDatatableExtensionService()));
  1420.         $instance->addExtension(($this->services['EchoNumeric\\StatisticBundle\\Twig\\StatisticExtension'] ?? $this->getStatisticExtensionService()));
  1421.         $instance->addExtension(new \App\Twig\AclExtension());
  1422.         $instance->addExtension(new \App\Twig\AppExtension());
  1423.         $instance->addExtension(new \App\Twig\AtomicExtension());
  1424.         $instance->addExtension(new \App\Twig\BackOffice\NewsletterExtension(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1425.         $instance->addExtension(new \App\Twig\BackOffice\TwigExtension(new \App\Services\Back\MenuBuilder($j, ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService()), ($this->privates['App\\Services\\Common\\AclService'] ?? $this->getAclServiceService())), $g));
  1426.         $instance->addExtension(new \App\Twig\CartExtension(($this->privates['App\\Services\\Front\\CartService'] ?? $this->getCartServiceService())));
  1427.         $instance->addExtension(new \App\Twig\CatalogExtension(new \App\Services\ConfigService($this->parameters['platform'], $k, \dirname(__DIR__5)), ($this->privates['App\\Services\\Old\\PriceManager'] ?? $this->getPriceManagerService()), $g, ($this->privates['App\\Factory\\PointFactory'] ?? $this->getPointFactoryService()), ($this->privates['App\\Services\\Front\\Catalogue\\CatalogueService'] ?? $this->getCatalogueServiceService())));
  1428.         $instance->addExtension(new \App\Twig\Common\CatalogueExtension(($this->privates['App\\Services\\Common\\Translation\\TranslationBase'] ?? $this->getTranslationBaseService()), ($this->privates['App\\Services\\Common\\Translation\\CatalogueTranslation'] ?? $this->getCatalogueTranslationService())));
  1429.         $instance->addExtension(new \App\Twig\CssExtension());
  1430.         $instance->addExtension(new \App\Twig\Dtv\MailExtension($k$l));
  1431.         $instance->addExtension(new \App\Twig\Dtv\TwigExtension($l));
  1432.         $instance->addExtension(new \App\Twig\MailExtension($f, ($this->privates['App\\Services\\ConfigService'] ?? $this->getConfigServiceService())));
  1433.         $instance->addExtension(new \App\Twig\PaymentExtension());
  1434.         $instance->addExtension(new \App\Twig\PlatformComponentExtension(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $instance$j, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), \dirname(__DIR__5)));
  1435.         $instance->addExtension(new \App\Twig\PurchaseProductExtension($m));
  1436.         $instance->addExtension(new \App\Twig\RegateExtension());
  1437.         $instance->addExtension(new \App\Twig\ScoreExtension(($this->privates['App\\Services\\ScoreService'] ?? $this->getScoreServiceService())));
  1438.         $instance->addExtension(new \App\Twig\SettingExtension(new \App\Services\Old\SettingManager($m)));
  1439.         $instance->addExtension(new \App\Twig\SliderExtension($m$instance$k));
  1440.         $instance->addExtension(new \App\Twig\TwigExtension(($this->privates['App\\Services\\CommonServices'] ?? ($this->privates['App\\Services\\CommonServices'] = new \App\Services\CommonServices())), ($this->privates['App\\Services\\DTV\\LogService'] ?? ($this->privates['App\\Services\\DTV\\LogService'] = new \App\Services\DTV\LogService(\dirname(__DIR__5)))), $m$g$c, ($this->privates['App\\Services\\Common\\SaleOrderService'] ?? $this->getSaleOrderServiceService()), \dirname(__DIR__5)));
  1441.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1442.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1443.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1444.         ], [
  1445.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1446.             'webpack_encore.tag_renderer' => '?',
  1447.         ])));
  1448.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1449.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1450.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1451.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  1452.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1453.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  1454.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1455.         $instance->addExtension(($this->services['white_october_breadcrumbs.twig'] ?? ($this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this))));
  1456.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1457.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1458.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($n));
  1459.         $instance->addExtension(new \SlopeIt\BreadcrumbBundle\Twig\BreadcrumbExtension(($this->privates['slope_it.breadcrumb.builder'] ?? $this->getSlopeIt_Breadcrumb_BuilderService()), new \SlopeIt\BreadcrumbBundle\Service\BreadcrumbItemProcessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $c$f$g), 'front/front_breadcrumb.html.twig'));
  1460.         $instance->addGlobal('app'$o);
  1461.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1462.             'App\\Twig\\AclRuntime' => ['privates''App\\Twig\\AclRuntime''getAclRuntimeService'true],
  1463.             'App\\Twig\\FormFieldRuntime' => ['privates''App\\Twig\\FormFieldRuntime''getFormFieldRuntimeService'true],
  1464.             'App\\Twig\\HighlightRuntime' => ['privates''App\\Twig\\HighlightRuntime''getHighlightRuntimeService'true],
  1465.             'App\\Twig\\PointRuntime' => ['privates''App\\Twig\\PointRuntime''getPointRuntimeService'true],
  1466.             'App\\Twig\\TwigRuntime' => ['privates''App\\Twig\\TwigRuntime''getTwigRuntimeService'true],
  1467.             'App\\Twig\\UserBoosterResultRuntime' => ['privates''App\\Twig\\UserBoosterResultRuntime''getUserBoosterResultRuntimeService'true],
  1468.             'App\\Twig\\UserBusinessResultRuntime' => ['privates''App\\Twig\\UserBusinessResultRuntime''getUserBusinessResultRuntimeService'true],
  1469.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1470.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1471.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1472.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1473.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1474.         ], [
  1475.             'App\\Twig\\AclRuntime' => '?',
  1476.             'App\\Twig\\FormFieldRuntime' => '?',
  1477.             'App\\Twig\\HighlightRuntime' => '?',
  1478.             'App\\Twig\\PointRuntime' => '?',
  1479.             'App\\Twig\\TwigRuntime' => '?',
  1480.             'App\\Twig\\UserBoosterResultRuntime' => '?',
  1481.             'App\\Twig\\UserBusinessResultRuntime' => '?',
  1482.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1483.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1484.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1485.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1486.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1487.         ])));
  1488.         $instance->addGlobal('version''1.7.50.1692719999');
  1489.         $instance->addGlobal('cdn''https://cdn.37deux.com');
  1490.         $instance->addGlobal('assets_pdf_path', (\dirname(__DIR__5).'/public/build/assets/'));
  1491.         $instance->addGlobal('static_project_file_pdf_path', (\dirname(__DIR__5).'/medias/'));
  1492.         $instance->addGlobal('platform'$this->parameters['platform']);
  1493.         $instance->addGlobal('admin_skin''skin-blue');
  1494.         $instance->addGlobal('email''contact@lecercledaikin.fr');
  1495.         $instance->addGlobal('host''lecercledaikin.dtv-projects.com');
  1496.         $instance->addGlobal('stockmanager_email''emmanuel.zeppa@gmail.com');
  1497.         $instance->addGlobal('point_enabled'true);
  1498.         $instance->addGlobal('budget_enabled'true);
  1499.         $instance->addGlobal('godchild_enabled'false);
  1500.         $instance->addGlobal('newsletter_enabled'true);
  1501.         $instance->addGlobal('shippingpriceenabled'true);
  1502.         $instance->addGlobal('quotas_enabled'false);
  1503.         $instance->addGlobal('theme''default');
  1504.         $instance->addGlobal('contacts'$this->parameters['contacts']);
  1505.         $instance->addGlobal('locale''fr');
  1506.         $instance->addGlobal('godchild_validation'true);
  1507.         $instance->addGlobal('godchild_amount'2500);
  1508.         $instance->addGlobal('display_available_stock'true);
  1509.         $instance->addGlobal('importtype''cancelandreplace');
  1510.         $instance->addGlobal('schemeHttp''https');
  1511.         $instance->addGlobal('security_path', [=> 'app_login'=> 'app_forgot_password_request'=> 'app_check_email'=> 'app_reset_password'=> 'app_need_refresh_password'=> 'front_user_accept_cgu_first'=> 'front_user_accept_cgu_only'=> 'front_security_membership'=> 'app_register'=> 'front_register_2']);
  1512.         $instance->registerUndefinedFilterCallback([=> $p=> 'suggestFilter']);
  1513.         $instance->registerUndefinedFunctionCallback([=> $p=> 'suggestFunction']);
  1514.         $instance->registerUndefinedTokenParserCallback([=> $p=> 'suggestTag']);
  1515.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1516.         return $instance;
  1517.     }
  1518.     /**
  1519.      * Gets the public '.container.private.validator' shared service.
  1520.      *
  1521.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1522.      */
  1523.     protected function get_Container_Private_ValidatorService()
  1524.     {
  1525.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1526.         if (isset($this->services['.container.private.validator'])) {
  1527.             return $this->services['.container.private.validator'];
  1528.         }
  1529.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1530.     }
  1531.     /**
  1532.      * Gets the public 'EchoNumeric\DatatableBundle\Twig\DatatableExtension' shared autowired service.
  1533.      *
  1534.      * @return \EchoNumeric\DatatableBundle\Twig\DatatableExtension
  1535.      */
  1536.     protected function getDatatableExtensionService()
  1537.     {
  1538.         $a = ($this->services['EchoNumeric\\DatatableBundle\\src\\Services\\DatatableServices'] ?? $this->getDatatableServicesService());
  1539.         if (isset($this->services['EchoNumeric\\DatatableBundle\\Twig\\DatatableExtension'])) {
  1540.             return $this->services['EchoNumeric\\DatatableBundle\\Twig\\DatatableExtension'];
  1541.         }
  1542.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1543.         if (isset($this->services['EchoNumeric\\DatatableBundle\\Twig\\DatatableExtension'])) {
  1544.             return $this->services['EchoNumeric\\DatatableBundle\\Twig\\DatatableExtension'];
  1545.         }
  1546.         $c = ($this->services['EchoNumeric\\DatatableBundle\\src\\Services\\ToolsServices'] ?? $this->getToolsServicesService());
  1547.         if (isset($this->services['EchoNumeric\\DatatableBundle\\Twig\\DatatableExtension'])) {
  1548.             return $this->services['EchoNumeric\\DatatableBundle\\Twig\\DatatableExtension'];
  1549.         }
  1550.         $d = ($this->privates['EchoNumeric\\DatatableBundle\\src\\Services\\CustomizationServices'] ?? $this->getCustomizationServicesService());
  1551.         if (isset($this->services['EchoNumeric\\DatatableBundle\\Twig\\DatatableExtension'])) {
  1552.             return $this->services['EchoNumeric\\DatatableBundle\\Twig\\DatatableExtension'];
  1553.         }
  1554.         return $this->services['EchoNumeric\\DatatableBundle\\Twig\\DatatableExtension'] = new \EchoNumeric\DatatableBundle\Twig\DatatableExtension($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this$c$d);
  1555.     }
  1556.     /**
  1557.      * Gets the public 'EchoNumeric\DatatableBundle\src\Services\DatatableServices' shared autowired service.
  1558.      *
  1559.      * @return \EchoNumeric\DatatableBundle\src\Services\DatatableServices
  1560.      */
  1561.     protected function getDatatableServicesService()
  1562.     {
  1563.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1564.         if (isset($this->services['EchoNumeric\\DatatableBundle\\src\\Services\\DatatableServices'])) {
  1565.             return $this->services['EchoNumeric\\DatatableBundle\\src\\Services\\DatatableServices'];
  1566.         }
  1567.         $b = ($this->privates['App\\Services\\Front\\UserFrontService'] ?? $this->getUserFrontServiceService());
  1568.         if (isset($this->services['EchoNumeric\\DatatableBundle\\src\\Services\\DatatableServices'])) {
  1569.             return $this->services['EchoNumeric\\DatatableBundle\\src\\Services\\DatatableServices'];
  1570.         }
  1571.         $c = ($this->privates['App\\Services\\Back\\RegateService'] ?? $this->getRegateServiceService());
  1572.         if (isset($this->services['EchoNumeric\\DatatableBundle\\src\\Services\\DatatableServices'])) {
  1573.             return $this->services['EchoNumeric\\DatatableBundle\\src\\Services\\DatatableServices'];
  1574.         }
  1575.         return $this->services['EchoNumeric\\DatatableBundle\\src\\Services\\DatatableServices'] = new \EchoNumeric\DatatableBundle\src\Services\DatatableServices($a$this, ($this->privates['App\\Services\\ConfigService'] ?? $this->getConfigServiceService()), ($this->privates['App\\Services\\EncryptDecryptServices'] ?? ($this->privates['App\\Services\\EncryptDecryptServices'] = new \App\Services\EncryptDecryptServices())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b$c);
  1576.     }
  1577.     /**
  1578.      * Gets the public 'EchoNumeric\DatatableBundle\src\Services\ToolsServices' shared autowired service.
  1579.      *
  1580.      * @return \EchoNumeric\DatatableBundle\src\Services\ToolsServices
  1581.      */
  1582.     protected function getToolsServicesService()
  1583.     {
  1584.         $a = ($this->privates['App\\Services\\HighlightService'] ?? $this->getHighlightServiceService());
  1585.         if (isset($this->services['EchoNumeric\\DatatableBundle\\src\\Services\\ToolsServices'])) {
  1586.             return $this->services['EchoNumeric\\DatatableBundle\\src\\Services\\ToolsServices'];
  1587.         }
  1588.         return $this->services['EchoNumeric\\DatatableBundle\\src\\Services\\ToolsServices'] = new \EchoNumeric\DatatableBundle\src\Services\ToolsServices($a);
  1589.     }
  1590.     /**
  1591.      * Gets the public 'EchoNumeric\StatisticBundle\Twig\StatisticExtension' shared autowired service.
  1592.      *
  1593.      * @return \EchoNumeric\StatisticBundle\Twig\StatisticExtension
  1594.      */
  1595.     protected function getStatisticExtensionService()
  1596.     {
  1597.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1598.         if (isset($this->services['EchoNumeric\\StatisticBundle\\Twig\\StatisticExtension'])) {
  1599.             return $this->services['EchoNumeric\\StatisticBundle\\Twig\\StatisticExtension'];
  1600.         }
  1601.         $b = ($this->services['EchoNumeric\\StatisticBundle\\src\\Services\\StatisticService'] ?? $this->getStatisticServiceService());
  1602.         if (isset($this->services['EchoNumeric\\StatisticBundle\\Twig\\StatisticExtension'])) {
  1603.             return $this->services['EchoNumeric\\StatisticBundle\\Twig\\StatisticExtension'];
  1604.         }
  1605.         return $this->services['EchoNumeric\\StatisticBundle\\Twig\\StatisticExtension'] = new \EchoNumeric\StatisticBundle\Twig\StatisticExtension($a$b);
  1606.     }
  1607.     /**
  1608.      * Gets the public 'EchoNumeric\StatisticBundle\src\Services\StatisticService' shared autowired service.
  1609.      *
  1610.      * @return \EchoNumeric\StatisticBundle\src\Services\StatisticService
  1611.      */
  1612.     protected function getStatisticServiceService()
  1613.     {
  1614.         $a = ($this->privates['App\\Services\\Common\\AclService'] ?? $this->getAclServiceService());
  1615.         if (isset($this->services['EchoNumeric\\StatisticBundle\\src\\Services\\StatisticService'])) {
  1616.             return $this->services['EchoNumeric\\StatisticBundle\\src\\Services\\StatisticService'];
  1617.         }
  1618.         return $this->services['EchoNumeric\\StatisticBundle\\src\\Services\\StatisticService'] = new \EchoNumeric\StatisticBundle\src\Services\StatisticService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  1619.     }
  1620.     /**
  1621.      * Gets the public 'cache.app' shared service.
  1622.      *
  1623.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1624.      */
  1625.     protected function getCache_AppService()
  1626.     {
  1627.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('-J87f+FBgS'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1628.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1629.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1630.     }
  1631.     /**
  1632.      * Gets the public 'cache.rate_limiter' shared service.
  1633.      *
  1634.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1635.      */
  1636.     protected function getCache_RateLimiterService()
  1637.     {
  1638.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('D84ZzAxBAj'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1639.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1640.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1641.     }
  1642.     /**
  1643.      * Gets the public 'cache.system' shared service.
  1644.      *
  1645.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1646.      */
  1647.     protected function getCache_SystemService()
  1648.     {
  1649.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aOZAwRd-B-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1650.     }
  1651.     /**
  1652.      * Gets the public 'cache.validator_expression_language' shared service.
  1653.      *
  1654.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1655.      */
  1656.     protected function getCache_ValidatorExpressionLanguageService()
  1657.     {
  1658.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cclBOuIalR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1659.     }
  1660.     /**
  1661.      * Gets the public 'data_collector.dump' shared service.
  1662.      *
  1663.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1664.      */
  1665.     protected function getDataCollector_DumpService()
  1666.     {
  1667.         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()));
  1668.     }
  1669.     /**
  1670.      * Gets the public 'doctrine' shared service.
  1671.      *
  1672.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1673.      */
  1674.     protected function getDoctrineService()
  1675.     {
  1676.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1677.     }
  1678.     /**
  1679.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1680.      *
  1681.      * @return \App\DBAL\MultiDbConnectionWrapper
  1682.      */
  1683.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1684.     {
  1685.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1686.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1687.             return $this->services['doctrine.dbal.default_connection'];
  1688.         }
  1689.         $b = new \Doctrine\DBAL\Configuration();
  1690.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1691.         $c->setConnectionName('default');
  1692.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1693.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $c=> new \DH\Auditor\Provider\Doctrine\Auditing\Logger\Middleware\DHMiddleware()]);
  1694.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''charset' => 'utf8''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))'], 'wrapperClass' => 'App\\DBAL\\MultiDbConnectionWrapper''serverVersion' => 'mariadb-10.3.34''defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_unicode_ci']], $b$a, []);
  1695.     }
  1696.     /**
  1697.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1698.      *
  1699.      * @return \Doctrine\ORM\EntityManager
  1700.      */
  1701.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1702.     {
  1703.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1704.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1705.             return $this->services['doctrine.orm.default_entity_manager'];
  1706.         }
  1707.         $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1708.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1709.             return $this->services['doctrine.orm.default_entity_manager'];
  1710.         }
  1711.         $c = new \Doctrine\ORM\Configuration();
  1712.         $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1713.         $e = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1714.         $d->addDriver($e'App\\Entity');
  1715.         $d->addDriver($e'Gedmo\\Tree\\Entity');
  1716.         $d->addDriver($e'Gedmo\\Loggable\\Entity');
  1717.         $d->addDriver($e'Vich\\UploaderBundle\\Entity');
  1718.         $d->addDriver($e'Cron\\CronBundle\\Entity');
  1719.         $c->setEntityNamespaces(['App' => 'App\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''GedmoLoggable' => 'Gedmo\\Loggable\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''CronCronBundle' => 'Cron\\CronBundle\\Entity']);
  1720.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1721.         $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1722.         $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1723.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1724.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1725.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1726.         ], [
  1727.             'doctrine.ulid_generator' => '?',
  1728.             'doctrine.uuid_generator' => '?',
  1729.         ])));
  1730.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1731.         $c->setProxyNamespace('Proxies');
  1732.         $c->setAutoGenerateProxyClasses(true);
  1733.         $c->setSchemaIgnoreClasses([]);
  1734.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1735.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1736.         $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1737.         $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1738.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1739.         $c->setLazyGhostObjectEnabled(false);
  1740.         $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1741.             'App\\Repository\\AclGroupRepository' => ['privates''App\\Repository\\AclGroupRepository''getAclGroupRepositoryService'true],
  1742.             'App\\Repository\\ActionLogRepository' => ['privates''App\\Repository\\ActionLogRepository''getActionLogRepositoryService'true],
  1743.             'App\\Repository\\ActivityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'true],
  1744.             'App\\Repository\\AddressRepository' => ['privates''App\\Repository\\AddressRepository''getAddressRepositoryService'true],
  1745.             'App\\Repository\\AdvertisingRepository' => ['privates''App\\Repository\\AdvertisingRepository''getAdvertisingRepositoryService'true],
  1746.             'App\\Repository\\AgenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'true],
  1747.             'App\\Repository\\AnswerRepository' => ['privates''App\\Repository\\AnswerRepository''getAnswerRepositoryService'true],
  1748.             'App\\Repository\\ApiMailFieldRepository' => ['privates''App\\Repository\\ApiMailFieldRepository''getApiMailFieldRepositoryService'true],
  1749.             'App\\Repository\\ApiMailRecipientRepository' => ['privates''App\\Repository\\ApiMailRecipientRepository''getApiMailRecipientRepositoryService'true],
  1750.             'App\\Repository\\ApiMailRequestRepository' => ['privates''App\\Repository\\ApiMailRequestRepository''getApiMailRequestRepositoryService'true],
  1751.             'App\\Repository\\BankReturnRepository' => ['privates''App\\Repository\\BankReturnRepository''getBankReturnRepositoryService'true],
  1752.             'App\\Repository\\BaseRepository' => ['privates''App\\Repository\\BaseRepository''getBaseRepositoryService'true],
  1753.             'App\\Repository\\BillingPointRepository' => ['privates''App\\Repository\\BillingPointRepository''getBillingPointRepositoryService'true],
  1754.             'App\\Repository\\BlogRepository' => ['privates''App\\Repository\\BlogRepository''getBlogRepositoryService'true],
  1755.             'App\\Repository\\CartAddressRepository' => ['privates''App\\Repository\\CartAddressRepository''getCartAddressRepositoryService'true],
  1756.             'App\\Repository\\CartItemOptionRepository' => ['privates''App\\Repository\\CartItemOptionRepository''getCartItemOptionRepositoryService'true],
  1757.             'App\\Repository\\CartItemParticipantRepository' => ['privates''App\\Repository\\CartItemParticipantRepository''getCartItemParticipantRepositoryService'true],
  1758.             'App\\Repository\\CartItemRepository' => ['privates''App\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1759.             'App\\Repository\\CartItemShippingRepository' => ['privates''App\\Repository\\CartItemShippingRepository''getCartItemShippingRepositoryService'true],
  1760.             'App\\Repository\\CartRepository' => ['privates''App\\Repository\\CartRepository''getCartRepositoryService'true],
  1761.             'App\\Repository\\ConfigRepository' => ['privates''App\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1762.             'App\\Repository\\ContactListRepository' => ['privates''App\\Repository\\ContactListRepository''getContactListRepositoryService'true],
  1763.             'App\\Repository\\CoverageAreaRepository' => ['privates''App\\Repository\\CoverageAreaRepository''getCoverageAreaRepositoryService'true],
  1764.             'App\\Repository\\CustomPageRepository' => ['privates''App\\Repository\\CustomPageRepository''getCustomPageRepositoryService'true],
  1765.             'App\\Repository\\CustomProductFieldRepository' => ['privates''App\\Repository\\CustomProductFieldRepository''getCustomProductFieldRepositoryService'true],
  1766.             'App\\Repository\\CustomProductOrderRepository' => ['privates''App\\Repository\\CustomProductOrderRepository''getCustomProductOrderRepositoryService'true],
  1767.             'App\\Repository\\CustomProductRepository' => ['privates''App\\Repository\\CustomProductRepository''getCustomProductRepositoryService'true],
  1768.             'App\\Repository\\CustomProductTemplateRepository' => ['privates''App\\Repository\\CustomProductTemplateRepository''getCustomProductTemplateRepositoryService'true],
  1769.             'App\\Repository\\CustomProductTypeRepository' => ['privates''App\\Repository\\CustomProductTypeRepository''getCustomProductTypeRepositoryService'true],
  1770.             'App\\Repository\\CustomerProductRepository' => ['privates''App\\Repository\\CustomerProductRepository''getCustomerProductRepositoryService'true],
  1771.             'App\\Repository\\DelayedJobRepository' => ['privates''App\\Repository\\DelayedJobRepository''getDelayedJobRepositoryService'true],
  1772.             'App\\Repository\\DepartmentRepository' => ['privates''App\\Repository\\DepartmentRepository''getDepartmentRepositoryService'true],
  1773.             'App\\Repository\\DevisRepository' => ['privates''App\\Repository\\DevisRepository''getDevisRepositoryService'true],
  1774.             'App\\Repository\\DistributorRepository' => ['privates''App\\Repository\\DistributorRepository''getDistributorRepositoryService'true],
  1775.             'App\\Repository\\FeesHistoryRepository' => ['privates''App\\Repository\\FeesHistoryRepository''getFeesHistoryRepositoryService'true],
  1776.             'App\\Repository\\GodChildRepository' => ['privates''App\\Repository\\GodChildRepository''getGodChildRepositoryService'true],
  1777.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'true],
  1778.             'App\\Repository\\NewsletterRepository' => ['privates''App\\Repository\\NewsletterRepository''getNewsletterRepositoryService'true],
  1779.             'App\\Repository\\ParameterHookRepository' => ['privates''App\\Repository\\ParameterHookRepository''getParameterHookRepositoryService'true],
  1780.             'App\\Repository\\ParameterRepository' => ['privates''App\\Repository\\ParameterRepository''getParameterRepositoryService'true],
  1781.             'App\\Repository\\PasswordHistoryRepository' => ['privates''App\\Repository\\PasswordHistoryRepository''getPasswordHistoryRepositoryService'true],
  1782.             'App\\Repository\\PointConversionRateRepository' => ['privates''App\\Repository\\PointConversionRateRepository''getPointConversionRateRepositoryService'true],
  1783.             'App\\Repository\\PointOfSaleAddressRepository' => ['privates''App\\Repository\\PointOfSaleAddressRepository''getPointOfSaleAddressRepositoryService'true],
  1784.             'App\\Repository\\PointOfSaleRepository' => ['privates''App\\Repository\\PointOfSaleRepository''getPointOfSaleRepositoryService'true],
  1785.             'App\\Repository\\PointTransactionBoosterRepository' => ['privates''App\\Repository\\PointTransactionBoosterRepository''getPointTransactionBoosterRepositoryService'true],
  1786.             'App\\Repository\\PointTransactionImportHistoryRepository' => ['privates''App\\Repository\\PointTransactionImportHistoryRepository''getPointTransactionImportHistoryRepositoryService'true],
  1787.             'App\\Repository\\PointTransactionMultiplierRepository' => ['privates''App\\Repository\\PointTransactionMultiplierRepository''getPointTransactionMultiplierRepositoryService'true],
  1788.             'App\\Repository\\PointTransactionRepository' => ['privates''App\\Repository\\PointTransactionRepository''getPointTransactionRepositoryService'true],
  1789.             'App\\Repository\\PointTransactionTypeRepository' => ['privates''App\\Repository\\PointTransactionTypeRepository''getPointTransactionTypeRepositoryService'true],
  1790.             'App\\Repository\\PopupRepository' => ['privates''App\\Repository\\PopupRepository''getPopupRepositoryService'true],
  1791.             'App\\Repository\\ProgrammeRepository' => ['privates''App\\Repository\\ProgrammeRepository''getProgrammeRepositoryService'true],
  1792.             'App\\Repository\\ProjectRepository' => ['privates''App\\Repository\\ProjectRepository''getProjectRepositoryService'true],
  1793.             'App\\Repository\\PurchaseFileRepository' => ['privates''App\\Repository\\PurchaseFileRepository''getPurchaseFileRepositoryService'true],
  1794.             'App\\Repository\\PurchaseHistoryRepository' => ['privates''App\\Repository\\PurchaseHistoryRepository''getPurchaseHistoryRepositoryService'true],
  1795.             'App\\Repository\\PurchaseProductItemRepository' => ['privates''App\\Repository\\PurchaseProductItemRepository''getPurchaseProductItemRepositoryService'true],
  1796.             'App\\Repository\\PurchaseProductRepository' => ['privates''App\\Repository\\PurchaseProductRepository''getPurchaseProductRepositoryService'true],
  1797.             'App\\Repository\\PurchaseRepository' => ['privates''App\\Repository\\PurchaseRepository''getPurchaseRepositoryService'true],
  1798.             'App\\Repository\\QuestionRepository' => ['privates''App\\Repository\\QuestionRepository''getQuestionRepositoryService'true],
  1799.             'App\\Repository\\QuizzQuestionRepository' => ['privates''App\\Repository\\QuizzQuestionRepository''getQuizzQuestionRepositoryService'true],
  1800.             'App\\Repository\\QuizzRepository' => ['privates''App\\Repository\\QuizzRepository''getQuizzRepositoryService'true],
  1801.             'App\\Repository\\QuizzResponseRepository' => ['privates''App\\Repository\\QuizzResponseRepository''getQuizzResponseRepositoryService'true],
  1802.             'App\\Repository\\RegateRepository' => ['privates''App\\Repository\\RegateRepository''getRegateRepositoryService'true],
  1803.             'App\\Repository\\RequestProductAvailableRepository' => ['privates''App\\Repository\\RequestProductAvailableRepository''getRequestProductAvailableRepositoryService'true],
  1804.             'App\\Repository\\RequestRegistrationRepository' => ['privates''App\\Repository\\RequestRegistrationRepository''getRequestRegistrationRepositoryService'true],
  1805.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1806.             'App\\Repository\\SaleOrderAddressRepository' => ['privates''App\\Repository\\SaleOrderAddressRepository''getSaleOrderAddressRepositoryService'true],
  1807.             'App\\Repository\\SaleOrderInvoiceRepository' => ['privates''App\\Repository\\SaleOrderInvoiceRepository''getSaleOrderInvoiceRepositoryService'true],
  1808.             'App\\Repository\\SaleOrderItemOptionRepository' => ['privates''App\\Repository\\SaleOrderItemOptionRepository''getSaleOrderItemOptionRepositoryService'true],
  1809.             'App\\Repository\\SaleOrderItemRepository' => ['privates''App\\Repository\\SaleOrderItemRepository''getSaleOrderItemRepositoryService'true],
  1810.             'App\\Repository\\SaleOrderParticipantRepository' => ['privates''App\\Repository\\SaleOrderParticipantRepository''getSaleOrderParticipantRepositoryService'true],
  1811.             'App\\Repository\\SaleOrderRepository' => ['privates''App\\Repository\\SaleOrderRepository''getSaleOrderRepositoryService'true],
  1812.             'App\\Repository\\SaleOrderShipmentRepository' => ['privates''App\\Repository\\SaleOrderShipmentRepository''getSaleOrderShipmentRepositoryService'true],
  1813.             'App\\Repository\\SaleOrderValidationRepository' => ['privates''App\\Repository\\SaleOrderValidationRepository''getSaleOrderValidationRepositoryService'true],
  1814.             'App\\Repository\\SatisfactionRepository' => ['privates''App\\Repository\\SatisfactionRepository''getSatisfactionRepositoryService'true],
  1815.             'App\\Repository\\ScoreArchitectureRepository' => ['privates''App\\Repository\\ScoreArchitectureRepository''getScoreArchitectureRepositoryService'true],
  1816.             'App\\Repository\\ScoreObjectiveRepository' => ['privates''App\\Repository\\ScoreObjectiveRepository''getScoreObjectiveRepositoryService'true],
  1817.             'App\\Repository\\ScoreRepository' => ['privates''App\\Repository\\ScoreRepository''getScoreRepositoryService'true],
  1818.             'App\\Repository\\ServiceProFieldRepository' => ['privates''App\\Repository\\ServiceProFieldRepository''getServiceProFieldRepositoryService'true],
  1819.             'App\\Repository\\ServiceProRepository' => ['privates''App\\Repository\\ServiceProRepository''getServiceProRepositoryService'true],
  1820.             'App\\Repository\\ServiceProductRepository' => ['privates''App\\Repository\\ServiceProductRepository''getServiceProductRepositoryService'true],
  1821.             'App\\Repository\\ServiceUserRepository' => ['privates''App\\Repository\\ServiceUserRepository''getServiceUserRepositoryService'true],
  1822.             'App\\Repository\\SettingRepository' => ['privates''App\\Repository\\SettingRepository''getSettingRepositoryService'true],
  1823.             'App\\Repository\\SliderItemRepository' => ['privates''App\\Repository\\SliderItemRepository''getSliderItemRepositoryService'true],
  1824.             'App\\Repository\\SliderRepository' => ['privates''App\\Repository\\SliderRepository''getSliderRepositoryService'true],
  1825.             'App\\Repository\\SqlMigrationRepository' => ['privates''App\\Repository\\SqlMigrationRepository''getSqlMigrationRepositoryService'true],
  1826.             'App\\Repository\\SubscriptionRepository' => ['privates''App\\Repository\\SubscriptionRepository''getSubscriptionRepositoryService'true],
  1827.             'App\\Repository\\UniversRepository' => ['privates''App\\Repository\\UniversRepository''getUniversRepositoryService'true],
  1828.             'App\\Repository\\UserAnswerRepository' => ['privates''App\\Repository\\UserAnswerRepository''getUserAnswerRepositoryService'true],
  1829.             'App\\Repository\\UserBusinessResultRepository' => ['privates''App\\Repository\\UserBusinessResultRepository''getUserBusinessResultRepositoryService'true],
  1830.             'App\\Repository\\UserExtensionRepository' => ['privates''App\\Repository\\UserExtensionRepository''getUserExtensionRepositoryService'true],
  1831.             'App\\Repository\\UserImportHistoryRepository' => ['privates''App\\Repository\\UserImportHistoryRepository''getUserImportHistoryRepositoryService'true],
  1832.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1833.             'App\\Repository\\UserSubscriptionRepository' => ['privates''App\\Repository\\UserSubscriptionRepository''getUserSubscriptionRepositoryService'true],
  1834.             'App\\Repository\\Vich\\UploaderBundle\\Entity\\FileRepository' => ['privates''App\\Repository\\Vich\\UploaderBundle\\Entity\\FileRepository''getFileRepositoryService'true],
  1835.         ], [
  1836.             'App\\Repository\\AclGroupRepository' => '?',
  1837.             'App\\Repository\\ActionLogRepository' => '?',
  1838.             'App\\Repository\\ActivityRepository' => '?',
  1839.             'App\\Repository\\AddressRepository' => '?',
  1840.             'App\\Repository\\AdvertisingRepository' => '?',
  1841.             'App\\Repository\\AgenceRepository' => '?',
  1842.             'App\\Repository\\AnswerRepository' => '?',
  1843.             'App\\Repository\\ApiMailFieldRepository' => '?',
  1844.             'App\\Repository\\ApiMailRecipientRepository' => '?',
  1845.             'App\\Repository\\ApiMailRequestRepository' => '?',
  1846.             'App\\Repository\\BankReturnRepository' => '?',
  1847.             'App\\Repository\\BaseRepository' => '?',
  1848.             'App\\Repository\\BillingPointRepository' => '?',
  1849.             'App\\Repository\\BlogRepository' => '?',
  1850.             'App\\Repository\\CartAddressRepository' => '?',
  1851.             'App\\Repository\\CartItemOptionRepository' => '?',
  1852.             'App\\Repository\\CartItemParticipantRepository' => '?',
  1853.             'App\\Repository\\CartItemRepository' => '?',
  1854.             'App\\Repository\\CartItemShippingRepository' => '?',
  1855.             'App\\Repository\\CartRepository' => '?',
  1856.             'App\\Repository\\ConfigRepository' => '?',
  1857.             'App\\Repository\\ContactListRepository' => '?',
  1858.             'App\\Repository\\CoverageAreaRepository' => '?',
  1859.             'App\\Repository\\CustomPageRepository' => '?',
  1860.             'App\\Repository\\CustomProductFieldRepository' => '?',
  1861.             'App\\Repository\\CustomProductOrderRepository' => '?',
  1862.             'App\\Repository\\CustomProductRepository' => '?',
  1863.             'App\\Repository\\CustomProductTemplateRepository' => '?',
  1864.             'App\\Repository\\CustomProductTypeRepository' => '?',
  1865.             'App\\Repository\\CustomerProductRepository' => '?',
  1866.             'App\\Repository\\DelayedJobRepository' => '?',
  1867.             'App\\Repository\\DepartmentRepository' => '?',
  1868.             'App\\Repository\\DevisRepository' => '?',
  1869.             'App\\Repository\\DistributorRepository' => '?',
  1870.             'App\\Repository\\FeesHistoryRepository' => '?',
  1871.             'App\\Repository\\GodChildRepository' => '?',
  1872.             'App\\Repository\\MessageRepository' => '?',
  1873.             'App\\Repository\\NewsletterRepository' => '?',
  1874.             'App\\Repository\\ParameterHookRepository' => '?',
  1875.             'App\\Repository\\ParameterRepository' => '?',
  1876.             'App\\Repository\\PasswordHistoryRepository' => '?',
  1877.             'App\\Repository\\PointConversionRateRepository' => '?',
  1878.             'App\\Repository\\PointOfSaleAddressRepository' => '?',
  1879.             'App\\Repository\\PointOfSaleRepository' => '?',
  1880.             'App\\Repository\\PointTransactionBoosterRepository' => '?',
  1881.             'App\\Repository\\PointTransactionImportHistoryRepository' => '?',
  1882.             'App\\Repository\\PointTransactionMultiplierRepository' => '?',
  1883.             'App\\Repository\\PointTransactionRepository' => '?',
  1884.             'App\\Repository\\PointTransactionTypeRepository' => '?',
  1885.             'App\\Repository\\PopupRepository' => '?',
  1886.             'App\\Repository\\ProgrammeRepository' => '?',
  1887.             'App\\Repository\\ProjectRepository' => '?',
  1888.             'App\\Repository\\PurchaseFileRepository' => '?',
  1889.             'App\\Repository\\PurchaseHistoryRepository' => '?',
  1890.             'App\\Repository\\PurchaseProductItemRepository' => '?',
  1891.             'App\\Repository\\PurchaseProductRepository' => '?',
  1892.             'App\\Repository\\PurchaseRepository' => '?',
  1893.             'App\\Repository\\QuestionRepository' => '?',
  1894.             'App\\Repository\\QuizzQuestionRepository' => '?',
  1895.             'App\\Repository\\QuizzRepository' => '?',
  1896.             'App\\Repository\\QuizzResponseRepository' => '?',
  1897.             'App\\Repository\\RegateRepository' => '?',
  1898.             'App\\Repository\\RequestProductAvailableRepository' => '?',
  1899.             'App\\Repository\\RequestRegistrationRepository' => '?',
  1900.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1901.             'App\\Repository\\SaleOrderAddressRepository' => '?',
  1902.             'App\\Repository\\SaleOrderInvoiceRepository' => '?',
  1903.             'App\\Repository\\SaleOrderItemOptionRepository' => '?',
  1904.             'App\\Repository\\SaleOrderItemRepository' => '?',
  1905.             'App\\Repository\\SaleOrderParticipantRepository' => '?',
  1906.             'App\\Repository\\SaleOrderRepository' => '?',
  1907.             'App\\Repository\\SaleOrderShipmentRepository' => '?',
  1908.             'App\\Repository\\SaleOrderValidationRepository' => '?',
  1909.             'App\\Repository\\SatisfactionRepository' => '?',
  1910.             'App\\Repository\\ScoreArchitectureRepository' => '?',
  1911.             'App\\Repository\\ScoreObjectiveRepository' => '?',
  1912.             'App\\Repository\\ScoreRepository' => '?',
  1913.             'App\\Repository\\ServiceProFieldRepository' => '?',
  1914.             'App\\Repository\\ServiceProRepository' => '?',
  1915.             'App\\Repository\\ServiceProductRepository' => '?',
  1916.             'App\\Repository\\ServiceUserRepository' => '?',
  1917.             'App\\Repository\\SettingRepository' => '?',
  1918.             'App\\Repository\\SliderItemRepository' => '?',
  1919.             'App\\Repository\\SliderRepository' => '?',
  1920.             'App\\Repository\\SqlMigrationRepository' => '?',
  1921.             'App\\Repository\\SubscriptionRepository' => '?',
  1922.             'App\\Repository\\UniversRepository' => '?',
  1923.             'App\\Repository\\UserAnswerRepository' => '?',
  1924.             'App\\Repository\\UserBusinessResultRepository' => '?',
  1925.             'App\\Repository\\UserExtensionRepository' => '?',
  1926.             'App\\Repository\\UserImportHistoryRepository' => '?',
  1927.             'App\\Repository\\UserRepository' => '?',
  1928.             'App\\Repository\\UserSubscriptionRepository' => '?',
  1929.             'App\\Repository\\Vich\\UploaderBundle\\Entity\\FileRepository' => '?',
  1930.         ])));
  1931.         $c->addCustomStringFunction('if''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1932.         $c->addCustomStringFunction('GROUP_CONCAT''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1933.         $c->addCustomStringFunction('CAST''DoctrineExtensions\\Query\\Mysql\\Cast');
  1934.         $c->addCustomStringFunction('JSON_EXTRACT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  1935.         $c->addCustomStringFunction('DATE_DIFF''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1936.         $c->addCustomStringFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  1937.         $c->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  1938.         $c->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  1939.         $c->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1940.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1941.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1942.         return $instance;
  1943.     }
  1944.     /**
  1945.      * Gets the public 'event_dispatcher' shared service.
  1946.      *
  1947.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1948.      */
  1949.     protected function getEventDispatcherService()
  1950.     {
  1951.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1952.         $b = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  1953.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1954.         $a->pushProcessor([=> $b=> '__invoke']);
  1955.         $a->pushProcessor($b);
  1956.         $a->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  1957.         $a->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  1958.         $a->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  1959.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1960.         $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())));
  1961.         $instance->addListener('kernel.request', [=> function () {
  1962.             return ($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService());
  1963.         }, => 'onKernelRequest'], 0);
  1964.         $instance->addListener('kernel.request', [=> function () {
  1965.             return ($this->privates['kernel.event.request'] ?? $this->getKernel_Event_RequestService());
  1966.         }, => 'onKernelRequest'], 0);
  1967.         $instance->addListener('kernel.terminate', [=> function () {
  1968.             return ($this->privates['kernel.event.terminate'] ?? $this->load('getKernel_Event_TerminateService'));
  1969.         }, => 'onKernelTerminate'], 0);
  1970.         $instance->addListener('kernel.controller', [=> function () {
  1971.             return ($this->privates['app.listener.annotation_event'] ?? $this->getApp_Listener_AnnotationEventService());
  1972.         }, => 'onKernelController'], 0);
  1973.         $instance->addListener('security.interactive_login', [=> function () {
  1974.             return ($this->privates['app.listener.login'] ?? $this->load('getApp_Listener_LoginService'));
  1975.         }, => 'onSecurityInteractiveLogin'], 0);
  1976.         $instance->addListener('kernel.controller', [=> function () {
  1977.             return ($this->privates['app.listener.pre_required'] ?? $this->getApp_Listener_PreRequiredService());
  1978.         }, => 'onKernelController'], 0);
  1979.         $instance->addListener('kernel.controller', [=> function () {
  1980.             return ($this->privates['app.listener.dtv_navigation'] ?? $this->getApp_Listener_DtvNavigationService());
  1981.         }, => 'onKernelController'], 0);
  1982.         $instance->addListener('kernel.request', [=> function () {
  1983.             return ($this->privates['app.listener.dtv_request'] ?? $this->getApp_Listener_DtvRequestService());
  1984.         }, => 'onKernelRequest'], 0);
  1985.         $instance->addListener('kernel.request', [=> function () {
  1986.             return ($this->privates['app.listener.wm_api'] ?? $this->getApp_Listener_WmApiService());
  1987.         }, => 'onKernelRequest'], 0);
  1988.         $instance->addListener('kernel.response', [=> function () {
  1989.             return ($this->privates['app.listener.check_cgu'] ?? $this->getApp_Listener_CheckCguService());
  1990.         }, => 'onKernelResponse'], 0);
  1991.         $instance->addListener('kernel.controller', [=> function () {
  1992.             return ($this->privates['app.listener.maintenance'] ?? $this->getApp_Listener_MaintenanceService());
  1993.         }, => 'onKernelController'], 0);
  1994.         $instance->addListener('kernel.response', [=> function () {
  1995.             return ($this->privates['app.listener.closed'] ?? $this->getApp_Listener_ClosedService());
  1996.         }, => 'onKernelResponse'], 0);
  1997.         $instance->addListener('kernel.controller', [=> function () {
  1998.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1999.         }, => 'onKernelController'], 0);
  2000.         $instance->addListener('kernel.exception', [=> function () {
  2001.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2002.         }, => 'onKernelException'], 0);
  2003.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  2004.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  2005.         }, => 'onPostIndexPopulate'], -9999);
  2006.         $instance->addListener('kernel.request', [=> function () {
  2007.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2008.         }, => 'onKernelRequest'], 250);
  2009.         $instance->addListener('kernel.response', [=> function () {
  2010.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2011.         }, => 'onKernelResponse'], 0);
  2012.         $instance->addListener('kernel.response', [=> function () {
  2013.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2014.         }, => 'onResponse'], -10);
  2015.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2016.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->load('getSamlLogoutListenerService'));
  2017.         }, => '__invoke'], 0);
  2018.         $instance->addListener('kernel.request', [=> function () {
  2019.             return ($this->privates['corley_maintenance.soft_lock'] ?? $this->getCorleyMaintenance_SoftLockService());
  2020.         }, => 'onKernelRequest'], 255);
  2021.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2022.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2023.         }, => 'checkPassport'], 1024);
  2024.         $instance->addListener('kernel.response', [=> function () {
  2025.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2026.         }, => 'onKernelResponse'], 0);
  2027.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserCreatedEvent', [=> function () {
  2028.             return ($this->privates['hslavich_onelogin_saml.user_created_listener.app'] ?? $this->load('getHslavichOneloginSaml_UserCreatedListener_AppService'));
  2029.         }, => '__invoke'], 0);
  2030.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserModifiedEvent', [=> function () {
  2031.             return ($this->privates['hslavich_onelogin_saml.user_modified_listener.app'] ?? $this->load('getHslavichOneloginSaml_UserModifiedListener_AppService'));
  2032.         }, => '__invoke'], 0);
  2033.         $instance->addListener('kernel.controller', [=> function () {
  2034.             return ($this->privates['slope_it.breadcrumb.listener'] ?? $this->getSlopeIt_Breadcrumb_ListenerService());
  2035.         }, => 'onKernelController'], 0);
  2036.         $instance->addListener('kernel.exception', [=> function () {
  2037.             return ($this->privates['App\\EventSubscriber\\ExceptionSubscriber'] ?? ($this->privates['App\\EventSubscriber\\ExceptionSubscriber'] = new \App\EventSubscriber\ExceptionSubscriber()));
  2038.         }, => 'onKernelException'], 0);
  2039.         $instance->addListener('kernel.controller', [=> function () {
  2040.             return ($this->privates['App\\EventSubscriber\\ProjectKeySubscriber'] ?? $this->getProjectKeySubscriberService());
  2041.         }, => 'onKernelController'], 0);
  2042.         $instance->addListener('workflow.user_status.transition.accept_register', [=> function () {
  2043.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2044.         }, => 'onWorkflowUserStatusAcceptRegister'], 0);
  2045.         $instance->addListener('workflow.user_status.transition.accept_cgu', [=> function () {
  2046.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2047.         }, => 'onWorkflowUserStatusAcceptCgu'], 0);
  2048.         $instance->addListener('workflow.user_status.transition.reject_cgu', [=> function () {
  2049.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2050.         }, => 'onWorkflowUserStatusRejectCgu'], 0);
  2051.         $instance->addListener('workflow.user_status.transition.resend_cgu', [=> function () {
  2052.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2053.         }, => 'onWorkflowUserStatusResendCgu'], 0);
  2054.         $instance->addListener('workflow.user_status.transition.disable', [=> function () {
  2055.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2056.         }, => 'onWorkflowUserStatusDisable'], 0);
  2057.         $instance->addListener('workflow.user_status.transition.enable', [=> function () {
  2058.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2059.         }, => 'onWorkflowUserStatusEnable'], 0);
  2060.         $instance->addListener('workflow.user_status.transition.unsubscribe', [=> function () {
  2061.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2062.         }, => 'onWorkflowUserStatusUnsubscribe'], 0);
  2063.         $instance->addListener('workflow.user_status.transition.re_registration', [=> function () {
  2064.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2065.         }, => 'onWorkflowUserStatusReRegistration'], 0);
  2066.         $instance->addListener('workflow.user_status.transition.archive_manual', [=> function () {
  2067.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2068.         }, => 'onWorkflowUserStatusArchiveManual'], 0);
  2069.         $instance->addListener('workflow.user_status.transition.archive_auto', [=> function () {
  2070.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2071.         }, => 'onWorkflowUserStatusArchiveAuto'], 0);
  2072.         $instance->addListener('workflow.user_status.transition.unarchive', [=> function () {
  2073.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2074.         }, => 'onWorkflowUserStatusUnarchive'], 0);
  2075.         $instance->addListener('workflow.user_status.transition.soft_delete', [=> function () {
  2076.             return ($this->privates['App\\EventSubscriber\\UserStatusWorkflowSubscriber'] ?? $this->load('getUserStatusWorkflowSubscriberService'));
  2077.         }, => 'onWorkflowUserStatusSoftDelete'], 0);
  2078.         $instance->addListener('kernel.exception', [=> function () {
  2079.             return ($this->privates['App\\Listener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  2080.         }, => 'onKernelException'], 0);
  2081.         $instance->addListener('kernel.response', [=> function () {
  2082.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2083.         }, => 'onKernelResponse'], 0);
  2084.         $instance->addListener('kernel.response', [=> function () {
  2085.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2086.         }, => 'onKernelResponse'], -1024);
  2087.         $instance->addListener('kernel.request', [=> function () {
  2088.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2089.         }, => 'setDefaultLocale'], 100);
  2090.         $instance->addListener('kernel.request', [=> function () {
  2091.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2092.         }, => 'onKernelRequest'], 16);
  2093.         $instance->addListener('kernel.finish_request', [=> function () {
  2094.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2095.         }, => 'onKernelFinishRequest'], 0);
  2096.         $instance->addListener('kernel.request', [=> function () {
  2097.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2098.         }, => 'onKernelRequest'], 256);
  2099.         $instance->addListener('kernel.response', [=> function () {
  2100.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2101.         }, => 'onResponse'], -255);
  2102.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2103.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2104.         }, => 'onControllerArguments'], 0);
  2105.         $instance->addListener('kernel.exception', [=> function () {
  2106.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2107.         }, => 'logKernelException'], 0);
  2108.         $instance->addListener('kernel.exception', [=> function () {
  2109.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2110.         }, => 'onKernelException'], -128);
  2111.         $instance->addListener('kernel.response', [=> function () {
  2112.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2113.         }, => 'removeCspHeader'], -128);
  2114.         $instance->addListener('kernel.request', [=> function () {
  2115.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2116.         }, => 'onKernelRequest'], 15);
  2117.         $instance->addListener('kernel.finish_request', [=> function () {
  2118.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2119.         }, => 'onKernelFinishRequest'], -15);
  2120.         $instance->addListener('console.error', [=> function () {
  2121.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2122.         }, => 'onConsoleError'], -128);
  2123.         $instance->addListener('console.terminate', [=> function () {
  2124.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2125.         }, => 'onConsoleTerminate'], -128);
  2126.         $instance->addListener('console.error', [=> function () {
  2127.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2128.         }, => 'onConsoleError'], 0);
  2129.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2130.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2131.         }, => 'onMessage'], -255);
  2132.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2133.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2134.         }, => 'onMessage'], -255);
  2135.         $instance->addListener('kernel.response', [=> function () {
  2136.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2137.         }, => 'onKernelResponse'], 0);
  2138.         $instance->addListener('kernel.request', [=> function () {
  2139.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2140.         }, => 'configure'], 2048);
  2141.         $instance->addListener('console.command', [=> function () {
  2142.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2143.         }, => 'configure'], 2048);
  2144.         $instance->addListener('kernel.request', [=> function () {
  2145.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2146.         }, => 'onKernelRequest'], 32);
  2147.         $instance->addListener('kernel.finish_request', [=> function () {
  2148.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2149.         }, => 'onKernelFinishRequest'], 0);
  2150.         $instance->addListener('kernel.exception', [=> function () {
  2151.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2152.         }, => 'onKernelException'], -64);
  2153.         $instance->addListener('kernel.request', [=> function () {
  2154.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2155.         }, => 'onKernelRequest'], 128);
  2156.         $instance->addListener('kernel.response', [=> function () {
  2157.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2158.         }, => 'onKernelResponse'], -1000);
  2159.         $instance->addListener('kernel.finish_request', [=> function () {
  2160.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2161.         }, => 'onFinishRequest'], 0);
  2162.         $instance->addListener('kernel.response', [=> function () {
  2163.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2164.         }, => 'onKernelResponse'], -100);
  2165.         $instance->addListener('kernel.exception', [=> function () {
  2166.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2167.         }, => 'onKernelException'], 0);
  2168.         $instance->addListener('kernel.terminate', [=> function () {
  2169.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2170.         }, => 'onKernelTerminate'], -1024);
  2171.         $instance->addListener('kernel.controller', [=> function () {
  2172.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2173.         }, => 'onKernelController'], 0);
  2174.         $instance->addListener('kernel.response', [=> function () {
  2175.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2176.         }, => 'onKernelResponse'], 0);
  2177.         $instance->addListener('kernel.finish_request', [=> function () {
  2178.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2179.         }, => 'resetAssets'], 0);
  2180.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2181.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2182.         }, => 'onMessage'], 0);
  2183.         $instance->addListener('console.command', [=> function () {
  2184.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2185.         }, => 'onCommand'], 255);
  2186.         $instance->addListener('console.terminate', [=> function () {
  2187.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2188.         }, => 'onTerminate'], -255);
  2189.         $instance->addListener('kernel.controller', [=> function () {
  2190.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2191.         }, => 'onKernelController'], 0);
  2192.         $instance->addListener('kernel.controller', [=> function () {
  2193.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2194.         }, => 'onKernelController'], 0);
  2195.         $instance->addListener('kernel.controller', [=> function () {
  2196.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2197.         }, => 'onKernelController'], -128);
  2198.         $instance->addListener('kernel.view', [=> function () {
  2199.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2200.         }, => 'onKernelView'], 0);
  2201.         $instance->addListener('kernel.controller', [=> function () {
  2202.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2203.         }, => 'onKernelController'], 0);
  2204.         $instance->addListener('kernel.response', [=> function () {
  2205.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2206.         }, => 'onKernelResponse'], 0);
  2207.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2208.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2209.         }, => 'onKernelControllerArguments'], 0);
  2210.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2211.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2212.         }, => 'onKernelControllerArguments'], 0);
  2213.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  2214.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  2215.         }, => 'filterObjects'], 0);
  2216.         $instance->addListener('console.command', [=> function () {
  2217.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2218.         }, => 'configure'], 1024);
  2219.         $instance->addListener('kernel.response', [=> function () {
  2220.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2221.         }, => 'onKernelResponse'], -128);
  2222.         $instance->addListener('console.error', [=> function () {
  2223.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2224.         }, => 'onConsoleError'], 0);
  2225.         $instance->addListener('console.terminate', [=> function () {
  2226.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2227.         }, => 'onConsoleTerminate'], 0);
  2228.         $instance->addListener('kernel.response', [=> function () {
  2229.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2230.         }, => 'onKernelResponse'], 0);
  2231.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2232.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2233.         }, => 'checkPassport'], 0);
  2234.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2235.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2236.         }, => 'onLoginSuccess'], 0);
  2237.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2238.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2239.         }, => 'onVoterVote'], 0);
  2240.         $instance->addListener('kernel.request', [=> function () {
  2241.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2242.         }, => 'configureLogoutUrlGenerator'], 8);
  2243.         $instance->addListener('kernel.request', [=> function () {
  2244.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2245.         }, => 'onKernelRequest'], 8);
  2246.         $instance->addListener('kernel.finish_request', [=> function () {
  2247.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2248.         }, => 'onKernelFinishRequest'], 0);
  2249.         $instance->addListener('kernel.controller', [=> function () {
  2250.             return ($this->privates['DH\\AuditorBundle\\Event\\ViewerEventSubscriber'] ?? $this->getViewerEventSubscriberService());
  2251.         }, => 'onKernelController'], 0);
  2252.         $instance->addListener('console.command', [=> function () {
  2253.             return ($this->privates['DH\\AuditorBundle\\Event\\ConsoleEventSubscriber'] ?? $this->load('getConsoleEventSubscriberService'));
  2254.         }, => 'registerConsoleUserProvider'], 0);
  2255.         $instance->addListener('console.terminate', [=> function () {
  2256.             return ($this->privates['DH\\AuditorBundle\\Event\\ConsoleEventSubscriber'] ?? $this->load('getConsoleEventSubscriberService'));
  2257.         }, => 'restoreDefaultUserProvider'], 0);
  2258.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2259.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2260.         }, => 'checkPassport'], 512);
  2261.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2262.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2263.         }, => 'onLogout'], 0);
  2264.         return $instance;
  2265.     }
  2266.     /**
  2267.      * Gets the public 'fos_elastica.client.default' shared service.
  2268.      *
  2269.      * @return \FOS\ElasticaBundle\Elastica\Client
  2270.      */
  2271.     protected function getFosElastica_Client_DefaultService()
  2272.     {
  2273.         $this->services['fos_elastica.client.default'] = $instance = new \FOS\ElasticaBundle\Elastica\Client(['connections' => [=> ['host' => '127.0.0.1''port' => '9200''http_error_codes' => [=> 400=> 403=> 404], 'ssl' => false'logger' => 'fos_elastica.logger''compression' => false'headers' => [], 'curl' => [], 'retryOnConflict' => 0'persistent' => true]], 'connectionStrategy' => 'Simple'], NULL);
  2274.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2275.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  2276.         return $instance;
  2277.     }
  2278.     /**
  2279.      * Gets the public 'fos_elastica.index.group37deux' shared service.
  2280.      *
  2281.      * @return \FOS\ElasticaBundle\Elastica\Index
  2282.      */
  2283.     protected function getFosElastica_Index_Group37deuxService()
  2284.     {
  2285.         return $this->services['fos_elastica.index.group37deux'] = ($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('group37deux');
  2286.     }
  2287.     /**
  2288.      * Gets the public 'fos_elastica.index.group37deux.project' shared service.
  2289.      *
  2290.      * @return \Elastica\Type
  2291.      */
  2292.     protected function getFosElastica_Index_Group37deux_ProjectService()
  2293.     {
  2294.         return $this->services['fos_elastica.index.group37deux.project'] = ($this->services['fos_elastica.index.group37deux'] ?? $this->getFosElastica_Index_Group37deuxService())->getType('project');
  2295.     }
  2296.     /**
  2297.      * Gets the public 'http_cache' shared service.
  2298.      *
  2299.      * @return \Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache
  2300.      */
  2301.     protected function getHttpCacheService()
  2302.     {
  2303.         return $this->services['http_cache'] = new \Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache(($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Component\HttpKernel\HttpCache\Store(($this->targetDir.''.'/http_cache')), ($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())), ['debug' => true], \Symfony\Component\HttpFoundation\Request::enableHttpMethodParameterOverride());
  2304.     }
  2305.     /**
  2306.      * Gets the public 'http_kernel' shared service.
  2307.      *
  2308.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2309.      */
  2310.     protected function getHttpKernelService()
  2311.     {
  2312.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2313.         if (isset($this->services['http_kernel'])) {
  2314.             return $this->services['http_kernel'];
  2315.         }
  2316.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2317.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2318.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2319.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2320.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2321.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2322.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2323.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2324.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2325.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2326.         }, 8)), $b));
  2327.     }
  2328.     /**
  2329.      * Gets the public 'jms_serializer' shared service.
  2330.      *
  2331.      * @return \JMS\Serializer\Serializer
  2332.      */
  2333.     protected function getJmsSerializerService()
  2334.     {
  2335.         $a = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  2336.         if (isset($this->services['jms_serializer'])) {
  2337.             return $this->services['jms_serializer'];
  2338.         }
  2339.         $b = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  2340.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2341.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2342.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  2343.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  2344.         $f = ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService());
  2345.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2346.         $g->setOptions(1216);
  2347.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2348.         $h->setFormatOutput(true);
  2349.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  2350.         $i->setOptions(0);
  2351.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($b, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($b$a, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($b$a$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  2352.     }
  2353.     /**
  2354.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2355.      *
  2356.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2357.      */
  2358.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2359.     {
  2360.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2361.     }
  2362.     /**
  2363.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2364.      *
  2365.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2366.      */
  2367.     protected function getJmsSerializer_SerializationContextFactoryService()
  2368.     {
  2369.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2370.     }
  2371.     /**
  2372.      * Gets the public 'monolog.logger.deprecation' shared service.
  2373.      *
  2374.      * @return \Symfony\Bridge\Monolog\Logger
  2375.      */
  2376.     protected function getMonolog_Logger_DeprecationService()
  2377.     {
  2378.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2379.         $a = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  2380.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2381.         $instance->pushProcessor([=> $a=> '__invoke']);
  2382.         $instance->pushProcessor($a);
  2383.         $instance->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  2384.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2385.         $instance->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  2386.         $instance->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  2387.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2388.         return $instance;
  2389.     }
  2390.     /**
  2391.      * Gets the public 'request_stack' shared service.
  2392.      *
  2393.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2394.      */
  2395.     protected function getRequestStackService()
  2396.     {
  2397.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2398.     }
  2399.     /**
  2400.      * Gets the public 'router' shared service.
  2401.      *
  2402.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2403.      */
  2404.     protected function getRouterService()
  2405.     {
  2406.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2407.         $b = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  2408.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2409.         $a->pushProcessor([=> $b=> '__invoke']);
  2410.         $a->pushProcessor($b);
  2411.         $a->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  2412.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2413.         $a->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  2414.         $a->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  2415.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2416.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2417.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2418.         ], [
  2419.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2420.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  2421.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2422.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2423.         return $instance;
  2424.     }
  2425.     /**
  2426.      * Gets the public 'translator' shared service.
  2427.      *
  2428.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2429.      */
  2430.     protected function getTranslatorService()
  2431.     {
  2432.         $a = ($this->privates['override_translator'] ?? $this->getOverrideTranslatorService());
  2433.         if (isset($this->services['translator'])) {
  2434.             return $this->services['translator'];
  2435.         }
  2436.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  2437.     }
  2438.     /**
  2439.      * Gets the public 'var_dumper.cloner' shared service.
  2440.      *
  2441.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2442.      */
  2443.     protected function getVarDumper_ClonerService()
  2444.     {
  2445.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2446.         $instance->setMaxItems(2500);
  2447.         $instance->setMinDepth(1);
  2448.         $instance->setMaxString(-1);
  2449.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2450.         return $instance;
  2451.     }
  2452.     /**
  2453.      * Gets the public 'white_october_breadcrumbs.twig' shared service.
  2454.      *
  2455.      * @return \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension
  2456.      */
  2457.     protected function getWhiteOctoberBreadcrumbs_TwigService()
  2458.     {
  2459.         return $this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this);
  2460.     }
  2461.     /**
  2462.      * Gets the private '.debug.http_client' shared service.
  2463.      *
  2464.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2465.      */
  2466.     protected function get_Debug_HttpClientService()
  2467.     {
  2468.         $a = \Symfony\Component\HttpClient\HttpClient::create(['max_redirects' => 7'headers' => [], 'resolve' => []], 6);
  2469.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2470.         $c = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  2471.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2472.         $b->pushProcessor([=> $c=> '__invoke']);
  2473.         $b->pushProcessor($c);
  2474.         $b->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  2475.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2476.         $b->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  2477.         $b->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  2478.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2479.         $a->setLogger($b);
  2480.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2481.     }
  2482.     /**
  2483.      * Gets the private '.service_locator.aIAtqQD' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2486.      */
  2487.     protected function get_ServiceLocator_AIAtqQDService()
  2488.     {
  2489.         return $this->privates['.service_locator.aIAtqQD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2490.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2491.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'true],
  2492.             'security.firewall.map.context.app' => ['privates''security.firewall.map.context.app''getSecurity_Firewall_Map_Context_AppService'true],
  2493.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2494.         ], [
  2495.             'security.firewall.map.context.api' => '?',
  2496.             'security.firewall.map.context.api_login' => '?',
  2497.             'security.firewall.map.context.app' => '?',
  2498.             'security.firewall.map.context.dev' => '?',
  2499.         ]);
  2500.     }
  2501.     /**
  2502.      * Gets the private 'App\Adapter\ProductAdapter' shared autowired service.
  2503.      *
  2504.      * @return \App\Adapter\ProductAdapter
  2505.      */
  2506.     protected function getProductAdapterService()
  2507.     {
  2508.         $a = ($this->privates['App\\Services\\Common\\PriceService'] ?? $this->getPriceServiceService());
  2509.         if (isset($this->privates['App\\Adapter\\ProductAdapter'])) {
  2510.             return $this->privates['App\\Adapter\\ProductAdapter'];
  2511.         }
  2512.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2513.         if (isset($this->privates['App\\Adapter\\ProductAdapter'])) {
  2514.             return $this->privates['App\\Adapter\\ProductAdapter'];
  2515.         }
  2516.         return $this->privates['App\\Adapter\\ProductAdapter'] = new \App\Adapter\ProductAdapter($a$b);
  2517.     }
  2518.     /**
  2519.      * Gets the private 'App\EventSubscriber\ProjectKeySubscriber' shared autowired service.
  2520.      *
  2521.      * @return \App\EventSubscriber\ProjectKeySubscriber
  2522.      */
  2523.     protected function getProjectKeySubscriberService()
  2524.     {
  2525.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2526.         if (isset($this->privates['App\\EventSubscriber\\ProjectKeySubscriber'])) {
  2527.             return $this->privates['App\\EventSubscriber\\ProjectKeySubscriber'];
  2528.         }
  2529.         return $this->privates['App\\EventSubscriber\\ProjectKeySubscriber'] = new \App\EventSubscriber\ProjectKeySubscriber($a);
  2530.     }
  2531.     /**
  2532.      * Gets the private 'App\Factory\PointFactory' shared autowired service.
  2533.      *
  2534.      * @return \App\Factory\PointFactory
  2535.      */
  2536.     protected function getPointFactoryService()
  2537.     {
  2538.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2539.         if (isset($this->privates['App\\Factory\\PointFactory'])) {
  2540.             return $this->privates['App\\Factory\\PointFactory'];
  2541.         }
  2542.         $b = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2543.         if (isset($this->privates['App\\Factory\\PointFactory'])) {
  2544.             return $this->privates['App\\Factory\\PointFactory'];
  2545.         }
  2546.         $c = ($this->privates['App\\Services\\PurchaseDeclarationService'] ?? $this->getPurchaseDeclarationServiceService());
  2547.         if (isset($this->privates['App\\Factory\\PointFactory'])) {
  2548.             return $this->privates['App\\Factory\\PointFactory'];
  2549.         }
  2550.         $d = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2551.         if (isset($this->privates['App\\Factory\\PointFactory'])) {
  2552.             return $this->privates['App\\Factory\\PointFactory'];
  2553.         }
  2554.         $e = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2555.         if (isset($this->privates['App\\Factory\\PointFactory'])) {
  2556.             return $this->privates['App\\Factory\\PointFactory'];
  2557.         }
  2558.         return $this->privates['App\\Factory\\PointFactory'] = new \App\Factory\PointFactory($a$b, new \App\Services\Common\Point\PointCalculator($a, ($this->services['cache.app'] ?? $this->getCache_AppService()), $c), $d$e, ($this->services['kernel'] ?? $this->get('kernel'1)));
  2559.     }
  2560.     /**
  2561.      * Gets the private 'App\Services\Back\ImportService' shared autowired service.
  2562.      *
  2563.      * @return \App\Services\Back\ImportService
  2564.      */
  2565.     protected function getImportServiceService()
  2566.     {
  2567.         return $this->privates['App\\Services\\Back\\ImportService'] = new \App\Services\Back\ImportService($this->parameters['platform'], ($this->privates['App\\Services\\Back\\Import\\ExampleFileService'] ?? $this->getExampleFileServiceService()), ($this->privates['App\\Services\\Common\\PlatformService'] ?? $this->getPlatformServiceService()), \dirname(__DIR__5));
  2568.     }
  2569.     /**
  2570.      * Gets the private 'App\Services\Back\Import\ExampleFileService' shared autowired service.
  2571.      *
  2572.      * @return \App\Services\Back\Import\ExampleFileService
  2573.      */
  2574.     protected function getExampleFileServiceService()
  2575.     {
  2576.         return $this->privates['App\\Services\\Back\\Import\\ExampleFileService'] = new \App\Services\Back\Import\ExampleFileService(($this->privates['App\\Services\\Common\\PlatformService'] ?? $this->getPlatformServiceService()), ($this->privates['App\\Services\\Back\\Export\\XlsxWriter'] ?? ($this->privates['App\\Services\\Back\\Export\\XlsxWriter'] = new \App\Services\Back\Export\XlsxWriter())), \dirname(__DIR__5));
  2577.     }
  2578.     /**
  2579.      * Gets the private 'App\Services\Back\ParameterService' shared autowired service.
  2580.      *
  2581.      * @return \App\Services\Back\ParameterService
  2582.      */
  2583.     protected function getParameterServiceService()
  2584.     {
  2585.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2586.         if (isset($this->privates['App\\Services\\Back\\ParameterService'])) {
  2587.             return $this->privates['App\\Services\\Back\\ParameterService'];
  2588.         }
  2589.         $b = ($this->privates['App\\Services\\Front\\UserFrontService'] ?? $this->getUserFrontServiceService());
  2590.         if (isset($this->privates['App\\Services\\Back\\ParameterService'])) {
  2591.             return $this->privates['App\\Services\\Back\\ParameterService'];
  2592.         }
  2593.         return $this->privates['App\\Services\\Back\\ParameterService'] = new \App\Services\Back\ParameterService($a$b);
  2594.     }
  2595.     /**
  2596.      * Gets the private 'App\Services\Back\RegateService' shared autowired service.
  2597.      *
  2598.      * @return \App\Services\Back\RegateService
  2599.      */
  2600.     protected function getRegateServiceService()
  2601.     {
  2602.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2603.         if (isset($this->privates['App\\Services\\Back\\RegateService'])) {
  2604.             return $this->privates['App\\Services\\Back\\RegateService'];
  2605.         }
  2606.         return $this->privates['App\\Services\\Back\\RegateService'] = new \App\Services\Back\RegateService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\Back\\ImportService'] ?? $this->getImportServiceService()));
  2607.     }
  2608.     /**
  2609.      * Gets the private 'App\Services\Common\AclReader' shared autowired service.
  2610.      *
  2611.      * @return \App\Services\Common\AclReader
  2612.      */
  2613.     protected function getAclReaderService()
  2614.     {
  2615.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2616.         if (isset($this->privates['App\\Services\\Common\\AclReader'])) {
  2617.             return $this->privates['App\\Services\\Common\\AclReader'];
  2618.         }
  2619.         return $this->privates['App\\Services\\Common\\AclReader'] = new \App\Services\Common\AclReader($a, ($this->privates['App\\Services\\DTV\\ProjectService'] ?? $this->getProjectServiceService()), ($this->privates['App\\Services\\Common\\PlatformService'] ?? $this->getPlatformServiceService()), ($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()), \dirname(__DIR__5));
  2620.     }
  2621.     /**
  2622.      * Gets the private 'App\Services\Common\AclService' shared autowired service.
  2623.      *
  2624.      * @return \App\Services\Common\AclService
  2625.      */
  2626.     protected function getAclServiceService()
  2627.     {
  2628.         $a = ($this->privates['App\\Services\\Common\\AclReader'] ?? $this->getAclReaderService());
  2629.         if (isset($this->privates['App\\Services\\Common\\AclService'])) {
  2630.             return $this->privates['App\\Services\\Common\\AclService'];
  2631.         }
  2632.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2633.         if (isset($this->privates['App\\Services\\Common\\AclService'])) {
  2634.             return $this->privates['App\\Services\\Common\\AclService'];
  2635.         }
  2636.         $c = ($this->privates['App\\Services\\Back\\ParameterService'] ?? $this->getParameterServiceService());
  2637.         if (isset($this->privates['App\\Services\\Common\\AclService'])) {
  2638.             return $this->privates['App\\Services\\Common\\AclService'];
  2639.         }
  2640.         return $this->privates['App\\Services\\Common\\AclService'] = new \App\Services\Common\AclService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b$c);
  2641.     }
  2642.     /**
  2643.      * Gets the private 'App\Services\Common\MailerService' shared autowired service.
  2644.      *
  2645.      * @return \App\Services\Common\MailerService
  2646.      */
  2647.     protected function getMailerServiceService()
  2648.     {
  2649.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2650.         if (isset($this->privates['App\\Services\\Common\\MailerService'])) {
  2651.             return $this->privates['App\\Services\\Common\\MailerService'];
  2652.         }
  2653.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2654.         if (isset($this->privates['App\\Services\\Common\\MailerService'])) {
  2655.             return $this->privates['App\\Services\\Common\\MailerService'];
  2656.         }
  2657.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2658.         if (isset($this->privates['App\\Services\\Common\\MailerService'])) {
  2659.             return $this->privates['App\\Services\\Common\\MailerService'];
  2660.         }
  2661.         return $this->privates['App\\Services\\Common\\MailerService'] = new \App\Services\Common\MailerService($a, ($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2662.             yield => ($this->privates['mailer.transport_factory.gmail'] ?? $this->load('getMailer_TransportFactory_GmailService'));
  2663.             yield => ($this->privates['mailer.transport_factory.mailjet'] ?? $this->load('getMailer_TransportFactory_MailjetService'));
  2664.             yield => ($this->privates['mailer.transport_factory.sendgrid'] ?? $this->load('getMailer_TransportFactory_SendgridService'));
  2665.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  2666.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  2667.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  2668.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  2669.         }, 7)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$b), ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService()), ($this->privates['App\\Services\\DTV\\ProjectService'] ?? $this->getProjectServiceService()), $c, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Services\\Common\\PlatformService'] ?? $this->getPlatformServiceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Factory\\PointFactory'] ?? $this->getPointFactoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Common\\PriceService'] ?? $this->getPriceServiceService()));
  2670.     }
  2671.     /**
  2672.      * Gets the private 'App\Services\Common\PlatformService' shared autowired service.
  2673.      *
  2674.      * @return \App\Services\Common\PlatformService
  2675.      */
  2676.     protected function getPlatformServiceService()
  2677.     {
  2678.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2679.         if (isset($this->privates['App\\Services\\Common\\PlatformService'])) {
  2680.             return $this->privates['App\\Services\\Common\\PlatformService'];
  2681.         }
  2682.         return $this->privates['App\\Services\\Common\\PlatformService'] = new \App\Services\Common\PlatformService(($this->services['router'] ?? $this->getRouterService()), $a, ($this->privates['App\\Services\\CommonServices'] ?? ($this->privates['App\\Services\\CommonServices'] = new \App\Services\CommonServices())), ($this->services['kernel'] ?? $this->get('kernel'1)), \dirname(__DIR__5));
  2683.     }
  2684.     /**
  2685.      * Gets the private 'App\Services\Common\Point\TransactionService' shared autowired service.
  2686.      *
  2687.      * @return \App\Services\Common\Point\TransactionService
  2688.      */
  2689.     protected function getTransactionServiceService()
  2690.     {
  2691.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2692.         if (isset($this->privates['App\\Services\\Common\\Point\\TransactionService'])) {
  2693.             return $this->privates['App\\Services\\Common\\Point\\TransactionService'];
  2694.         }
  2695.         $b = ($this->privates['App\\Services\\PurchaseDeclarationService'] ?? $this->getPurchaseDeclarationServiceService());
  2696.         if (isset($this->privates['App\\Services\\Common\\Point\\TransactionService'])) {
  2697.             return $this->privates['App\\Services\\Common\\Point\\TransactionService'];
  2698.         }
  2699.         return $this->privates['App\\Services\\Common\\Point\\TransactionService'] = new \App\Services\Common\Point\TransactionService($a, ($this->privates['App\\Services\\Common\\Point\\TurnoverService'] ?? ($this->privates['App\\Services\\Common\\Point\\TurnoverService'] = new \App\Services\Common\Point\TurnoverService())), $b, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService()));
  2700.     }
  2701.     /**
  2702.      * Gets the private 'App\Services\Common\PriceService' shared autowired service.
  2703.      *
  2704.      * @return \App\Services\Common\PriceService
  2705.      */
  2706.     protected function getPriceServiceService()
  2707.     {
  2708.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2709.         if (isset($this->privates['App\\Services\\Common\\PriceService'])) {
  2710.             return $this->privates['App\\Services\\Common\\PriceService'];
  2711.         }
  2712.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2713.         if (isset($this->privates['App\\Services\\Common\\PriceService'])) {
  2714.             return $this->privates['App\\Services\\Common\\PriceService'];
  2715.         }
  2716.         return $this->privates['App\\Services\\Common\\PriceService'] = new \App\Services\Common\PriceService($a$b);
  2717.     }
  2718.     /**
  2719.      * Gets the private 'App\Services\Common\SaleOrderService' shared autowired service.
  2720.      *
  2721.      * @return \App\Services\Common\SaleOrderService
  2722.      */
  2723.     protected function getSaleOrderServiceService()
  2724.     {
  2725.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2726.         if (isset($this->privates['App\\Services\\Common\\SaleOrderService'])) {
  2727.             return $this->privates['App\\Services\\Common\\SaleOrderService'];
  2728.         }
  2729.         $b = ($this->privates['App\\Services\\DTV\\CommandService'] ?? $this->getCommandServiceService());
  2730.         if (isset($this->privates['App\\Services\\Common\\SaleOrderService'])) {
  2731.             return $this->privates['App\\Services\\Common\\SaleOrderService'];
  2732.         }
  2733.         $c = ($this->privates['App\\Services\\Common\\MailerService'] ?? $this->getMailerServiceService());
  2734.         if (isset($this->privates['App\\Services\\Common\\SaleOrderService'])) {
  2735.             return $this->privates['App\\Services\\Common\\SaleOrderService'];
  2736.         }
  2737.         $d = ($this->privates['App\\Services\\Common\\Point\\TransactionService'] ?? $this->getTransactionServiceService());
  2738.         if (isset($this->privates['App\\Services\\Common\\SaleOrderService'])) {
  2739.             return $this->privates['App\\Services\\Common\\SaleOrderService'];
  2740.         }
  2741.         return $this->privates['App\\Services\\Common\\SaleOrderService'] = new \App\Services\Common\SaleOrderService(\dirname(__DIR__5), $c$a, ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService()), ($this->privates['App\\Services\\Front\\UserFrontService'] ?? $this->getUserFrontServiceService()), $d, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $b, ($this->privates['App\\Services\\Front\\BoosterResultService'] ?? $this->getBoosterResultServiceService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2742.     }
  2743.     /**
  2744.      * Gets the private 'App\Services\Common\Translation\CatalogueTranslation' shared autowired service.
  2745.      *
  2746.      * @return \App\Services\Common\Translation\CatalogueTranslation
  2747.      */
  2748.     protected function getCatalogueTranslationService()
  2749.     {
  2750.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2751.         if (isset($this->privates['App\\Services\\Common\\Translation\\CatalogueTranslation'])) {
  2752.             return $this->privates['App\\Services\\Common\\Translation\\CatalogueTranslation'];
  2753.         }
  2754.         return $this->privates['App\\Services\\Common\\Translation\\CatalogueTranslation'] = new \App\Services\Common\Translation\CatalogueTranslation(\dirname(__DIR__5), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  2755.     }
  2756.     /**
  2757.      * Gets the private 'App\Services\Common\Translation\TranslationBase' shared autowired service.
  2758.      *
  2759.      * @return \App\Services\Common\Translation\TranslationBase
  2760.      */
  2761.     protected function getTranslationBaseService()
  2762.     {
  2763.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2764.         if (isset($this->privates['App\\Services\\Common\\Translation\\TranslationBase'])) {
  2765.             return $this->privates['App\\Services\\Common\\Translation\\TranslationBase'];
  2766.         }
  2767.         return $this->privates['App\\Services\\Common\\Translation\\TranslationBase'] = new \App\Services\Common\Translation\TranslationBase($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2768.     }
  2769.     /**
  2770.      * Gets the private 'App\Services\ConfigService' shared autowired service.
  2771.      *
  2772.      * @return \App\Services\ConfigService
  2773.      */
  2774.     protected function getConfigServiceService()
  2775.     {
  2776.         $a = ($this->privates['App\\Services\\Common\\PlatformService'] ?? $this->getPlatformServiceService());
  2777.         if (isset($this->privates['App\\Services\\ConfigService'])) {
  2778.             return $this->privates['App\\Services\\ConfigService'];
  2779.         }
  2780.         return $this->privates['App\\Services\\ConfigService'] = new \App\Services\ConfigService($this->parameters['platform'], $a, \dirname(__DIR__5));
  2781.     }
  2782.     /**
  2783.      * Gets the private 'App\Services\DTV\CommandService' shared autowired service.
  2784.      *
  2785.      * @return \App\Services\DTV\CommandService
  2786.      */
  2787.     protected function getCommandServiceService()
  2788.     {
  2789.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2790.         if (isset($this->privates['App\\Services\\DTV\\CommandService'])) {
  2791.             return $this->privates['App\\Services\\DTV\\CommandService'];
  2792.         }
  2793.         return $this->privates['App\\Services\\DTV\\CommandService'] = new \App\Services\DTV\CommandService($a, \dirname(__DIR__5));
  2794.     }
  2795.     /**
  2796.      * Gets the private 'App\Services\DTV\ProjectService' shared autowired service.
  2797.      *
  2798.      * @return \App\Services\DTV\ProjectService
  2799.      */
  2800.     protected function getProjectServiceService()
  2801.     {
  2802.         return $this->privates['App\\Services\\DTV\\ProjectService'] = new \App\Services\DTV\ProjectService(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Common\\PlatformService'] ?? $this->getPlatformServiceService()), \dirname(__DIR__5));
  2803.     }
  2804.     /**
  2805.      * Gets the private 'App\Services\DTV\YamlConfig\YamlReader' shared autowired service.
  2806.      *
  2807.      * @return \App\Services\DTV\YamlConfig\YamlReader
  2808.      */
  2809.     protected function getYamlReaderService()
  2810.     {
  2811.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2812.         if (isset($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'])) {
  2813.             return $this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'];
  2814.         }
  2815.         return $this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] = new \App\Services\DTV\YamlConfig\YamlReader($this->parameters['platform'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, \dirname(__DIR__5));
  2816.     }
  2817.     /**
  2818.      * Gets the private 'App\Services\Front\BoosterResultService' shared autowired service.
  2819.      *
  2820.      * @return \App\Services\Front\BoosterResultService
  2821.      */
  2822.     protected function getBoosterResultServiceService()
  2823.     {
  2824.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2825.         if (isset($this->privates['App\\Services\\Front\\BoosterResultService'])) {
  2826.             return $this->privates['App\\Services\\Front\\BoosterResultService'];
  2827.         }
  2828.         $b = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2829.         if (isset($this->privates['App\\Services\\Front\\BoosterResultService'])) {
  2830.             return $this->privates['App\\Services\\Front\\BoosterResultService'];
  2831.         }
  2832.         $c = ($this->privates['App\\Services\\ProductService'] ?? $this->getProductServiceService());
  2833.         if (isset($this->privates['App\\Services\\Front\\BoosterResultService'])) {
  2834.             return $this->privates['App\\Services\\Front\\BoosterResultService'];
  2835.         }
  2836.         return $this->privates['App\\Services\\Front\\BoosterResultService'] = new \App\Services\Front\BoosterResultService($a$b, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $c);
  2837.     }
  2838.     /**
  2839.      * Gets the private 'App\Services\Front\CartService' shared autowired service.
  2840.      *
  2841.      * @return \App\Services\Front\CartService
  2842.      */
  2843.     protected function getCartServiceService()
  2844.     {
  2845.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2846.         if (isset($this->privates['App\\Services\\Front\\CartService'])) {
  2847.             return $this->privates['App\\Services\\Front\\CartService'];
  2848.         }
  2849.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2850.         if (isset($this->privates['App\\Services\\Front\\CartService'])) {
  2851.             return $this->privates['App\\Services\\Front\\CartService'];
  2852.         }
  2853.         $c = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2854.         if (isset($this->privates['App\\Services\\Front\\CartService'])) {
  2855.             return $this->privates['App\\Services\\Front\\CartService'];
  2856.         }
  2857.         $d = ($this->privates['App\\Services\\Common\\PriceService'] ?? $this->getPriceServiceService());
  2858.         if (isset($this->privates['App\\Services\\Front\\CartService'])) {
  2859.             return $this->privates['App\\Services\\Front\\CartService'];
  2860.         }
  2861.         $e = ($this->privates['App\\Factory\\PointFactory'] ?? $this->getPointFactoryService());
  2862.         if (isset($this->privates['App\\Services\\Front\\CartService'])) {
  2863.             return $this->privates['App\\Services\\Front\\CartService'];
  2864.         }
  2865.         $f = ($this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'] ?? $this->getJsonCatalogueServiceService());
  2866.         if (isset($this->privates['App\\Services\\Front\\CartService'])) {
  2867.             return $this->privates['App\\Services\\Front\\CartService'];
  2868.         }
  2869.         $g = ($this->privates['App\\Services\\Front\\Catalogue\\CatalogueService'] ?? $this->getCatalogueServiceService());
  2870.         if (isset($this->privates['App\\Services\\Front\\CartService'])) {
  2871.             return $this->privates['App\\Services\\Front\\CartService'];
  2872.         }
  2873.         $h = ($this->services['translator'] ?? $this->getTranslatorService());
  2874.         if (isset($this->privates['App\\Services\\Front\\CartService'])) {
  2875.             return $this->privates['App\\Services\\Front\\CartService'];
  2876.         }
  2877.         $i = ($this->privates['App\\Services\\Common\\AclService'] ?? $this->getAclServiceService());
  2878.         if (isset($this->privates['App\\Services\\Front\\CartService'])) {
  2879.             return $this->privates['App\\Services\\Front\\CartService'];
  2880.         }
  2881.         return $this->privates['App\\Services\\Front\\CartService'] = new \App\Services\Front\CartService($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b$c$d$e$f, ($this->services['router'] ?? $this->getRouterService()), new \App\Services\Old\ProjectManager(($this->services['fos_elastica.index.group37deux.project'] ?? $this->getFosElastica_Index_Group37deux_ProjectService()), new \App\Adapter\ProjectAdapter(), $this->parameters['platform'], new \App\Services\ElasticSearchServices()), new \App\Services\Old\CarrierManager($this->parameters['platform']), new \App\Services\Front\GiftCertificateService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $g$c), $g$h$i);
  2882.     }
  2883.     /**
  2884.      * Gets the private 'App\Services\Front\Catalogue\CatalogueService' shared autowired service.
  2885.      *
  2886.      * @return \App\Services\Front\Catalogue\CatalogueService
  2887.      */
  2888.     protected function getCatalogueServiceService()
  2889.     {
  2890.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2891.         if (isset($this->privates['App\\Services\\Front\\Catalogue\\CatalogueService'])) {
  2892.             return $this->privates['App\\Services\\Front\\Catalogue\\CatalogueService'];
  2893.         }
  2894.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2895.         if (isset($this->privates['App\\Services\\Front\\Catalogue\\CatalogueService'])) {
  2896.             return $this->privates['App\\Services\\Front\\Catalogue\\CatalogueService'];
  2897.         }
  2898.         return $this->privates['App\\Services\\Front\\Catalogue\\CatalogueService'] = new \App\Services\Front\Catalogue\CatalogueService($a$b);
  2899.     }
  2900.     /**
  2901.      * Gets the private 'App\Services\Front\Catalogue\ElasticSearchCatalogueService' shared autowired service.
  2902.      *
  2903.      * @return \App\Services\Front\Catalogue\ElasticSearchCatalogueService
  2904.      */
  2905.     protected function getElasticSearchCatalogueServiceService()
  2906.     {
  2907.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2908.         if (isset($this->privates['App\\Services\\Front\\Catalogue\\ElasticSearchCatalogueService'])) {
  2909.             return $this->privates['App\\Services\\Front\\Catalogue\\ElasticSearchCatalogueService'];
  2910.         }
  2911.         $b = ($this->privates['App\\Adapter\\ProductAdapter'] ?? $this->getProductAdapterService());
  2912.         if (isset($this->privates['App\\Services\\Front\\Catalogue\\ElasticSearchCatalogueService'])) {
  2913.             return $this->privates['App\\Services\\Front\\Catalogue\\ElasticSearchCatalogueService'];
  2914.         }
  2915.         $c = ($this->privates['App\\Services\\Old\\CatalogSearch'] ?? $this->getCatalogSearchService());
  2916.         if (isset($this->privates['App\\Services\\Front\\Catalogue\\ElasticSearchCatalogueService'])) {
  2917.             return $this->privates['App\\Services\\Front\\Catalogue\\ElasticSearchCatalogueService'];
  2918.         }
  2919.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2920.         if (isset($this->privates['App\\Services\\Front\\Catalogue\\ElasticSearchCatalogueService'])) {
  2921.             return $this->privates['App\\Services\\Front\\Catalogue\\ElasticSearchCatalogueService'];
  2922.         }
  2923.         return $this->privates['App\\Services\\Front\\Catalogue\\ElasticSearchCatalogueService'] = new \App\Services\Front\Catalogue\ElasticSearchCatalogueService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, new \App\Services\Front\Catalogue\CatalogueManager(($this->services['fos_elastica.index.group37deux'] ?? $this->getFosElastica_Index_Group37deuxService()), $b), $c$d, \dirname(__DIR__5));
  2924.     }
  2925.     /**
  2926.      * Gets the private 'App\Services\Front\Catalogue\JsonCatalogueService' shared autowired service.
  2927.      *
  2928.      * @return \App\Services\Front\Catalogue\JsonCatalogueService
  2929.      */
  2930.     protected function getJsonCatalogueServiceService()
  2931.     {
  2932.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2933.         if (isset($this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'])) {
  2934.             return $this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'];
  2935.         }
  2936.         $b = ($this->privates['App\\Services\\Front\\Catalogue\\ElasticSearchCatalogueService'] ?? $this->getElasticSearchCatalogueServiceService());
  2937.         if (isset($this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'])) {
  2938.             return $this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'];
  2939.         }
  2940.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2941.         if (isset($this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'])) {
  2942.             return $this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'];
  2943.         }
  2944.         $d = ($this->privates['App\\Adapter\\ProductAdapter'] ?? $this->getProductAdapterService());
  2945.         if (isset($this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'])) {
  2946.             return $this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'];
  2947.         }
  2948.         $e = ($this->privates['App\\Services\\ProductService'] ?? $this->getProductServiceService());
  2949.         if (isset($this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'])) {
  2950.             return $this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'];
  2951.         }
  2952.         return $this->privates['App\\Services\\Front\\Catalogue\\JsonCatalogueService'] = new \App\Services\Front\Catalogue\JsonCatalogueService(($this->privates['App\\Services\\Common\\PlatformService'] ?? $this->getPlatformServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b$c$d, ($this->services['router'] ?? $this->getRouterService()), $e, \dirname(__DIR__5), 'https://cdn.37deux.com');
  2953.     }
  2954.     /**
  2955.      * Gets the private 'App\Services\Front\UserFrontService' shared autowired service.
  2956.      *
  2957.      * @return \App\Services\Front\UserFrontService
  2958.      */
  2959.     protected function getUserFrontServiceService()
  2960.     {
  2961.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2962.         if (isset($this->privates['App\\Services\\Front\\UserFrontService'])) {
  2963.             return $this->privates['App\\Services\\Front\\UserFrontService'];
  2964.         }
  2965.         return $this->privates['App\\Services\\Front\\UserFrontService'] = new \App\Services\Front\UserFrontService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2966.     }
  2967.     /**
  2968.      * Gets the private 'App\Services\HighlightService' shared autowired service.
  2969.      *
  2970.      * @return \App\Services\HighlightService
  2971.      */
  2972.     protected function getHighlightServiceService()
  2973.     {
  2974.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  2975.         if (isset($this->privates['App\\Services\\HighlightService'])) {
  2976.             return $this->privates['App\\Services\\HighlightService'];
  2977.         }
  2978.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2979.         if (isset($this->privates['App\\Services\\HighlightService'])) {
  2980.             return $this->privates['App\\Services\\HighlightService'];
  2981.         }
  2982.         $c = ($this->privates['App\\Services\\Common\\MailerService'] ?? $this->getMailerServiceService());
  2983.         if (isset($this->privates['App\\Services\\HighlightService'])) {
  2984.             return $this->privates['App\\Services\\HighlightService'];
  2985.         }
  2986.         return $this->privates['App\\Services\\HighlightService'] = new \App\Services\HighlightService($a$b$c);
  2987.     }
  2988.     /**
  2989.      * Gets the private 'App\Services\Old\CatalogSearch' shared autowired service.
  2990.      *
  2991.      * @return \App\Services\Old\CatalogSearch
  2992.      */
  2993.     protected function getCatalogSearchService()
  2994.     {
  2995.         $a = ($this->privates['App\\Services\\Common\\PriceService'] ?? $this->getPriceServiceService());
  2996.         if (isset($this->privates['App\\Services\\Old\\CatalogSearch'])) {
  2997.             return $this->privates['App\\Services\\Old\\CatalogSearch'];
  2998.         }
  2999.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3000.         if (isset($this->privates['App\\Services\\Old\\CatalogSearch'])) {
  3001.             return $this->privates['App\\Services\\Old\\CatalogSearch'];
  3002.         }
  3003.         return $this->privates['App\\Services\\Old\\CatalogSearch'] = new \App\Services\Old\CatalogSearch(($this->services['fos_elastica.index.group37deux'] ?? $this->getFosElastica_Index_Group37deuxService()), new \App\Adapter\ProductAdapter($a$b), $this->parameters['platform'], ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $this->parameters['platform']);
  3004.     }
  3005.     /**
  3006.      * Gets the private 'App\Services\Old\PriceManager' shared autowired service.
  3007.      *
  3008.      * @return \App\Services\Old\PriceManager
  3009.      */
  3010.     protected function getPriceManagerService()
  3011.     {
  3012.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  3013.         if (isset($this->privates['App\\Services\\Old\\PriceManager'])) {
  3014.             return $this->privates['App\\Services\\Old\\PriceManager'];
  3015.         }
  3016.         $b = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  3017.         if (isset($this->privates['App\\Services\\Old\\PriceManager'])) {
  3018.             return $this->privates['App\\Services\\Old\\PriceManager'];
  3019.         }
  3020.         return $this->privates['App\\Services\\Old\\PriceManager'] = new \App\Services\Old\PriceManager($a$b);
  3021.     }
  3022.     /**
  3023.      * Gets the private 'App\Services\ProductService' shared autowired service.
  3024.      *
  3025.      * @return \App\Services\ProductService
  3026.      */
  3027.     protected function getProductServiceService()
  3028.     {
  3029.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  3030.         if (isset($this->privates['App\\Services\\ProductService'])) {
  3031.             return $this->privates['App\\Services\\ProductService'];
  3032.         }
  3033.         $b = ($this->privates['App\\Adapter\\ProductAdapter'] ?? $this->getProductAdapterService());
  3034.         if (isset($this->privates['App\\Services\\ProductService'])) {
  3035.             return $this->privates['App\\Services\\ProductService'];
  3036.         }
  3037.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3038.         if (isset($this->privates['App\\Services\\ProductService'])) {
  3039.             return $this->privates['App\\Services\\ProductService'];
  3040.         }
  3041.         return $this->privates['App\\Services\\ProductService'] = new \App\Services\ProductService($a$b$c, \dirname(__DIR__5));
  3042.     }
  3043.     /**
  3044.      * Gets the private 'App\Services\PurchaseDeclarationService' shared autowired service.
  3045.      *
  3046.      * @return \App\Services\PurchaseDeclarationService
  3047.      */
  3048.     protected function getPurchaseDeclarationServiceService()
  3049.     {
  3050.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3051.         if (isset($this->privates['App\\Services\\PurchaseDeclarationService'])) {
  3052.             return $this->privates['App\\Services\\PurchaseDeclarationService'];
  3053.         }
  3054.         $b = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  3055.         if (isset($this->privates['App\\Services\\PurchaseDeclarationService'])) {
  3056.             return $this->privates['App\\Services\\PurchaseDeclarationService'];
  3057.         }
  3058.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3059.         if (isset($this->privates['App\\Services\\PurchaseDeclarationService'])) {
  3060.             return $this->privates['App\\Services\\PurchaseDeclarationService'];
  3061.         }
  3062.         return $this->privates['App\\Services\\PurchaseDeclarationService'] = new \App\Services\PurchaseDeclarationService($a$c$b, \dirname(__DIR__5));
  3063.     }
  3064.     /**
  3065.      * Gets the private 'App\Services\ScoreService' shared autowired service.
  3066.      *
  3067.      * @return \App\Services\ScoreService
  3068.      */
  3069.     protected function getScoreServiceService()
  3070.     {
  3071.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3072.         if (isset($this->privates['App\\Services\\ScoreService'])) {
  3073.             return $this->privates['App\\Services\\ScoreService'];
  3074.         }
  3075.         return $this->privates['App\\Services\\ScoreService'] = new \App\Services\ScoreService($a);
  3076.     }
  3077.     /**
  3078.      * Gets the private 'DH\AuditorBundle\Event\ViewerEventSubscriber' shared service.
  3079.      *
  3080.      * @return \DH\AuditorBundle\Event\ViewerEventSubscriber
  3081.      */
  3082.     protected function getViewerEventSubscriberService()
  3083.     {
  3084.         return $this->privates['DH\\AuditorBundle\\Event\\ViewerEventSubscriber'] = new \DH\AuditorBundle\Event\ViewerEventSubscriber(($this->privates['DH\\Auditor\\Auditor'] ?? $this->getAuditorService()));
  3085.     }
  3086.     /**
  3087.      * Gets the private 'DH\AuditorBundle\User\UserProvider' shared service.
  3088.      *
  3089.      * @return \DH\AuditorBundle\User\UserProvider
  3090.      */
  3091.     protected function getUserProviderService()
  3092.     {
  3093.         return $this->privates['DH\\AuditorBundle\\User\\UserProvider'] = new \DH\AuditorBundle\User\UserProvider(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3094.     }
  3095.     /**
  3096.      * Gets the private 'DH\Auditor\Auditor' shared service.
  3097.      *
  3098.      * @return \DH\Auditor\Auditor
  3099.      */
  3100.     protected function getAuditorService()
  3101.     {
  3102.         $a = ($this->privates['DH\\Auditor\\Configuration'] ?? $this->getConfiguration3Service());
  3103.         if (isset($this->privates['DH\\Auditor\\Auditor'])) {
  3104.             return $this->privates['DH\\Auditor\\Auditor'];
  3105.         }
  3106.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3107.         if (isset($this->privates['DH\\Auditor\\Auditor'])) {
  3108.             return $this->privates['DH\\Auditor\\Auditor'];
  3109.         }
  3110.         $this->privates['DH\\Auditor\\Auditor'] = $instance = new \DH\Auditor\Auditor($a$b);
  3111.         $instance->registerProvider(($this->privates['DH\\Auditor\\Provider\\Doctrine\\DoctrineProvider'] ?? $this->getDoctrineProviderService()));
  3112.         return $instance;
  3113.     }
  3114.     /**
  3115.      * Gets the private 'DH\Auditor\Configuration' shared service.
  3116.      *
  3117.      * @return \DH\Auditor\Configuration
  3118.      */
  3119.     protected function getConfiguration3Service()
  3120.     {
  3121.         $this->privates['DH\\Auditor\\Configuration'] = $instance = new \DH\Auditor\Configuration($this->parameters['dh_auditor.configuration']);
  3122.         $instance->setUserProvider(($this->privates['DH\\AuditorBundle\\User\\UserProvider'] ?? $this->getUserProviderService()));
  3123.         $instance->setRoleChecker(new \DH\AuditorBundle\Security\RoleChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['DH\\Auditor\\Provider\\Doctrine\\DoctrineProvider'] ?? $this->getDoctrineProviderService())));
  3124.         $instance->setSecurityProvider(new \DH\AuditorBundle\Security\SecurityProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService())));
  3125.         return $instance;
  3126.     }
  3127.     /**
  3128.      * Gets the private 'DH\Auditor\Provider\Doctrine\DoctrineProvider' shared service.
  3129.      *
  3130.      * @return \DH\Auditor\Provider\Doctrine\DoctrineProvider
  3131.      */
  3132.     protected function getDoctrineProviderService()
  3133.     {
  3134.         $this->privates['DH\\Auditor\\Provider\\Doctrine\\DoctrineProvider'] = $instance = new \DH\Auditor\Provider\Doctrine\DoctrineProvider(new \DH\Auditor\Provider\Doctrine\Configuration($this->parameters['dh_auditor.provider.doctrine.configuration']));
  3135.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3136.         $instance->setAuditor(($this->privates['DH\\Auditor\\Auditor'] ?? $this->getAuditorService()));
  3137.         $instance->registerStorageService(new \DH\Auditor\Provider\Doctrine\Service\StorageService('dh_auditor.provider.doctrine.storage_services.doctrine.orm.default_entity_manager'$a));
  3138.         $instance->registerAuditingService(new \DH\Auditor\Provider\Doctrine\Service\AuditingService('dh_auditor.provider.doctrine.auditing_services.doctrine.orm.default_entity_manager'$a));
  3139.         return $instance;
  3140.     }
  3141.     /**
  3142.      * Gets the private 'EchoNumeric\DatatableBundle\src\Services\CustomizationServices' shared autowired service.
  3143.      *
  3144.      * @return \EchoNumeric\DatatableBundle\src\Services\CustomizationServices
  3145.      */
  3146.     protected function getCustomizationServicesService()
  3147.     {
  3148.         $a = ($this->services['EchoNumeric\\DatatableBundle\\src\\Services\\DatatableServices'] ?? $this->getDatatableServicesService());
  3149.         if (isset($this->privates['EchoNumeric\\DatatableBundle\\src\\Services\\CustomizationServices'])) {
  3150.             return $this->privates['EchoNumeric\\DatatableBundle\\src\\Services\\CustomizationServices'];
  3151.         }
  3152.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  3153.         if (isset($this->privates['EchoNumeric\\DatatableBundle\\src\\Services\\CustomizationServices'])) {
  3154.             return $this->privates['EchoNumeric\\DatatableBundle\\src\\Services\\CustomizationServices'];
  3155.         }
  3156.         return $this->privates['EchoNumeric\\DatatableBundle\\src\\Services\\CustomizationServices'] = new \EchoNumeric\DatatableBundle\src\Services\CustomizationServices(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a$b, \dirname(__DIR__5));
  3157.     }
  3158.     /**
  3159.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3160.      *
  3161.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3162.      */
  3163.     protected function getResetAssetsEventListenerService()
  3164.     {
  3165.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3166.     }
  3167.     /**
  3168.      * Gets the private 'annotations.cache_adapter' shared service.
  3169.      *
  3170.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3171.      */
  3172.     protected function getAnnotations_CacheAdapterService()
  3173.     {
  3174.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3175.     }
  3176.     /**
  3177.      * Gets the private 'annotations.cached_reader' shared service.
  3178.      *
  3179.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3180.      */
  3181.     protected function getAnnotations_CachedReaderService()
  3182.     {
  3183.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3184.     }
  3185.     /**
  3186.      * Gets the private 'annotations.reader' shared service.
  3187.      *
  3188.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3189.      */
  3190.     protected function getAnnotations_ReaderService()
  3191.     {
  3192.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3193.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3194.         $a->registerUniqueLoader('class_exists');
  3195.         $instance->addGlobalIgnoredName('required'$a);
  3196.         return $instance;
  3197.     }
  3198.     /**
  3199.      * Gets the private 'app.listener.annotation_event' shared autowired service.
  3200.      *
  3201.      * @return \App\Listener\AclAnnotationListener
  3202.      */
  3203.     protected function getApp_Listener_AnnotationEventService()
  3204.     {
  3205.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  3206.         if (isset($this->privates['app.listener.annotation_event'])) {
  3207.             return $this->privates['app.listener.annotation_event'];
  3208.         }
  3209.         $b = ($this->privates['App\\Services\\Common\\AclService'] ?? $this->getAclServiceService());
  3210.         if (isset($this->privates['app.listener.annotation_event'])) {
  3211.             return $this->privates['app.listener.annotation_event'];
  3212.         }
  3213.         return $this->privates['app.listener.annotation_event'] = new \App\Listener\AclAnnotationListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $a$b);
  3214.     }
  3215.     /**
  3216.      * Gets the private 'app.listener.check_cgu' shared autowired service.
  3217.      *
  3218.      * @return \App\Listener\CheckCguListener
  3219.      */
  3220.     protected function getApp_Listener_CheckCguService()
  3221.     {
  3222.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3223.         if (isset($this->privates['app.listener.check_cgu'])) {
  3224.             return $this->privates['app.listener.check_cgu'];
  3225.         }
  3226.         $b = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  3227.         if (isset($this->privates['app.listener.check_cgu'])) {
  3228.             return $this->privates['app.listener.check_cgu'];
  3229.         }
  3230.         return $this->privates['app.listener.check_cgu'] = new \App\Listener\CheckCguListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), $a$b);
  3231.     }
  3232.     /**
  3233.      * Gets the private 'app.listener.closed' shared autowired service.
  3234.      *
  3235.      * @return \App\Listener\ClosedSiteListener
  3236.      */
  3237.     protected function getApp_Listener_ClosedService()
  3238.     {
  3239.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3240.         if (isset($this->privates['app.listener.closed'])) {
  3241.             return $this->privates['app.listener.closed'];
  3242.         }
  3243.         return $this->privates['app.listener.closed'] = new \App\Listener\ClosedSiteListener($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3244.     }
  3245.     /**
  3246.      * Gets the private 'app.listener.dtv_navigation' shared autowired service.
  3247.      *
  3248.      * @return \App\Listener\DtvNavigationListener
  3249.      */
  3250.     protected function getApp_Listener_DtvNavigationService()
  3251.     {
  3252.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3253.         if (isset($this->privates['app.listener.dtv_navigation'])) {
  3254.             return $this->privates['app.listener.dtv_navigation'];
  3255.         }
  3256.         return $this->privates['app.listener.dtv_navigation'] = new \App\Listener\DtvNavigationListener($a);
  3257.     }
  3258.     /**
  3259.      * Gets the private 'app.listener.dtv_request' shared autowired service.
  3260.      *
  3261.      * @return \App\Listener\DtvRequestListener
  3262.      */
  3263.     protected function getApp_Listener_DtvRequestService()
  3264.     {
  3265.         return $this->privates['app.listener.dtv_request'] = new \App\Listener\DtvRequestListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3266.     }
  3267.     /**
  3268.      * Gets the private 'app.listener.maintenance' shared autowired service.
  3269.      *
  3270.      * @return \App\Listener\MaintenanceListener
  3271.      */
  3272.     protected function getApp_Listener_MaintenanceService()
  3273.     {
  3274.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3275.         if (isset($this->privates['app.listener.maintenance'])) {
  3276.             return $this->privates['app.listener.maintenance'];
  3277.         }
  3278.         return $this->privates['app.listener.maintenance'] = new \App\Listener\MaintenanceListener($a, ($this->privates['App\\Services\\Common\\PlatformService'] ?? $this->getPlatformServiceService()));
  3279.     }
  3280.     /**
  3281.      * Gets the private 'app.listener.pre_required' shared autowired service.
  3282.      *
  3283.      * @return \App\Listener\PreRequiredListener
  3284.      */
  3285.     protected function getApp_Listener_PreRequiredService()
  3286.     {
  3287.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3288.         if (isset($this->privates['app.listener.pre_required'])) {
  3289.             return $this->privates['app.listener.pre_required'];
  3290.         }
  3291.         return $this->privates['app.listener.pre_required'] = new \App\Listener\PreRequiredListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3292.     }
  3293.     /**
  3294.      * Gets the private 'app.listener.wm_api' shared autowired service.
  3295.      *
  3296.      * @return \App\Listener\WmApiListener
  3297.      */
  3298.     protected function getApp_Listener_WmApiService()
  3299.     {
  3300.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  3301.         if (isset($this->privates['app.listener.wm_api'])) {
  3302.             return $this->privates['app.listener.wm_api'];
  3303.         }
  3304.         return $this->privates['app.listener.wm_api'] = new \App\Listener\WmApiListener(($this->services['router'] ?? $this->getRouterService()), $a);
  3305.     }
  3306.     /**
  3307.      * Gets the private 'assets.packages' shared service.
  3308.      *
  3309.      * @return \Symfony\Component\Asset\Packages
  3310.      */
  3311.     protected function getAssets_PackagesService()
  3312.     {
  3313.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3314.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__5).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  3315.             return new \EmptyIterator();
  3316.         }, 0));
  3317.     }
  3318.     /**
  3319.      * Gets the private 'cache.annotations' shared service.
  3320.      *
  3321.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3322.      */
  3323.     protected function getCache_AnnotationsService()
  3324.     {
  3325.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tOVXzRDT2f'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3326.     }
  3327.     /**
  3328.      * Gets the private 'cache.app.taggable' shared service.
  3329.      *
  3330.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  3331.      */
  3332.     protected function getCache_App_TaggableService()
  3333.     {
  3334.         return $this->privates['cache.app.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->services['cache.app'] ?? $this->getCache_AppService()));
  3335.     }
  3336.     /**
  3337.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3338.      *
  3339.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3340.      */
  3341.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3342.     {
  3343.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3344.     }
  3345.     /**
  3346.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3347.      *
  3348.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3349.      */
  3350.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3351.     {
  3352.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3353.     }
  3354.     /**
  3355.      * Gets the private 'cache.property_info' shared service.
  3356.      *
  3357.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3358.      */
  3359.     protected function getCache_PropertyInfoService()
  3360.     {
  3361.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2xU05C9eth'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3362.     }
  3363.     /**
  3364.      * Gets the private 'cache.security_expression_language' shared service.
  3365.      *
  3366.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3367.      */
  3368.     protected function getCache_SecurityExpressionLanguageService()
  3369.     {
  3370.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VwBe0NQhx6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3371.     }
  3372.     /**
  3373.      * Gets the private 'cache.serializer' shared service.
  3374.      *
  3375.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3376.      */
  3377.     protected function getCache_SerializerService()
  3378.     {
  3379.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5j2OIOJBfn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3380.     }
  3381.     /**
  3382.      * Gets the private 'cache.validator' shared service.
  3383.      *
  3384.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3385.      */
  3386.     protected function getCache_ValidatorService()
  3387.     {
  3388.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ApWdp7MgU8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3389.     }
  3390.     /**
  3391.      * Gets the private 'cache.webpack_encore' shared service.
  3392.      *
  3393.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3394.      */
  3395.     protected function getCache_WebpackEncoreService()
  3396.     {
  3397.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('S-98A6u3iW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3398.     }
  3399.     /**
  3400.      * Gets the private 'config_cache_factory' shared service.
  3401.      *
  3402.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3403.      */
  3404.     protected function getConfigCacheFactoryService()
  3405.     {
  3406.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3407.             yield => ($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)));
  3408.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3409.         }, 2));
  3410.     }
  3411.     /**
  3412.      * Gets the private 'corley_maintenance.soft_lock' shared service.
  3413.      *
  3414.      * @return \Corley\MaintenanceBundle\Listener\SoftLockListener
  3415.      */
  3416.     protected function getCorleyMaintenance_SoftLockService()
  3417.     {
  3418.         $this->privates['corley_maintenance.soft_lock'] = $instance = new \Corley\MaintenanceBundle\Listener\SoftLockListener((\dirname(__DIR__5).'/templates/common/maintenance/lecercledaikin.dtv-projects.com.html.twig'), (\dirname(__DIR__5).'/public/soft.lock'), [], $this->parameters['maintenance.white_ips']);
  3419.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3420.         return $instance;
  3421.     }
  3422.     /**
  3423.      * Gets the private 'data_collector.form' shared service.
  3424.      *
  3425.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3426.      */
  3427.     protected function getDataCollector_FormService()
  3428.     {
  3429.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3430.     }
  3431.     /**
  3432.      * Gets the private 'data_collector.request' shared service.
  3433.      *
  3434.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3435.      */
  3436.     protected function getDataCollector_RequestService()
  3437.     {
  3438.         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())));
  3439.     }
  3440.     /**
  3441.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3442.      *
  3443.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3444.      */
  3445.     protected function getDebug_DebugHandlersListenerService()
  3446.     {
  3447.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3448.         $b = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  3449.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3450.         $a->pushProcessor([=> $b=> '__invoke']);
  3451.         $a->pushProcessor($b);
  3452.         $a->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  3453.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3454.         $a->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  3455.         $a->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  3456.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3457.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  3458.     }
  3459.     /**
  3460.      * Gets the private 'debug.file_link_formatter' shared service.
  3461.      *
  3462.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3463.      */
  3464.     protected function getDebug_FileLinkFormatterService()
  3465.     {
  3466.         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__5), function () {
  3467.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3468.         });
  3469.     }
  3470.     /**
  3471.      * Gets the private 'debug.log_processor' shared service.
  3472.      *
  3473.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3474.      */
  3475.     protected function getDebug_LogProcessorService()
  3476.     {
  3477.         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())));
  3478.     }
  3479.     /**
  3480.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3481.      *
  3482.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3483.      */
  3484.     protected function getDebug_Security_Access_DecisionManagerService()
  3485.     {
  3486.         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 () {
  3487.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3488.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3489.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3490.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3491.     }
  3492.     /**
  3493.      * Gets the private 'debug.security.firewall' shared service.
  3494.      *
  3495.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3496.      */
  3497.     protected function getDebug_Security_FirewallService()
  3498.     {
  3499.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3500.         if (isset($this->privates['debug.security.firewall'])) {
  3501.             return $this->privates['debug.security.firewall'];
  3502.         }
  3503.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3504.         if (isset($this->privates['debug.security.firewall'])) {
  3505.             return $this->privates['debug.security.firewall'];
  3506.         }
  3507.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3508.     }
  3509.     /**
  3510.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3511.      *
  3512.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3513.      */
  3514.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  3515.     {
  3516.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite']));
  3517.     }
  3518.     /**
  3519.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3520.      *
  3521.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3522.      */
  3523.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3524.     {
  3525.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3526.             'App\\EventSubscriber\\SaleOrderStatusSubscriber' => ['privates''App\\EventSubscriber\\SaleOrderStatusSubscriber''getSaleOrderStatusSubscriberService'true],
  3527.             'App\\EventSubscriber\\UserSubscriptionSubscriber' => ['privates''App\\EventSubscriber\\UserSubscriptionSubscriber''getUserSubscriptionSubscriberService'true],
  3528.             'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\CreateSchemaListener' => ['privates''DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\CreateSchemaListener''getCreateSchemaListenerService'true],
  3529.             'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\TableSchemaSubscriber' => ['privates''DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\TableSchemaSubscriber''getTableSchemaSubscriberService'true],
  3530.             'app.listener.doctrine.event' => ['privates''app.listener.doctrine.event''getApp_Listener_Doctrine_EventService'true],
  3531.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3532.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3533.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3534.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3535.             'gedmo.listener.tree' => ['privates''gedmo.listener.tree''getGedmo_Listener_TreeService'true],
  3536.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3537.             'vich_uploader.listener.clean.activity_images' => ['privates''vich_uploader.listener.clean.activity_images''getVichUploader_Listener_Clean_ActivityImagesService'true],
  3538.             'vich_uploader.listener.clean.advertising_images' => ['privates''vich_uploader.listener.clean.advertising_images''getVichUploader_Listener_Clean_AdvertisingImagesService'true],
  3539.             'vich_uploader.listener.clean.custom_product_images' => ['privates''vich_uploader.listener.clean.custom_product_images''getVichUploader_Listener_Clean_CustomProductImagesService'true],
  3540.             'vich_uploader.listener.clean.customer_product_images' => ['privates''vich_uploader.listener.clean.customer_product_images''getVichUploader_Listener_Clean_CustomerProductImagesService'true],
  3541.             'vich_uploader.listener.clean.general_documents' => ['privates''vich_uploader.listener.clean.general_documents''getVichUploader_Listener_Clean_GeneralDocumentsService'true],
  3542.             'vich_uploader.listener.clean.parameter_thumbnail' => ['privates''vich_uploader.listener.clean.parameter_thumbnail''getVichUploader_Listener_Clean_ParameterThumbnailService'true],
  3543.             'vich_uploader.listener.clean.service_pro_images' => ['privates''vich_uploader.listener.clean.service_pro_images''getVichUploader_Listener_Clean_ServiceProImagesService'true],
  3544.             'vich_uploader.listener.clean.slider_item_images' => ['privates''vich_uploader.listener.clean.slider_item_images''getVichUploader_Listener_Clean_SliderItemImagesService'true],
  3545.             'vich_uploader.listener.clean.user_avatar' => ['privates''vich_uploader.listener.clean.user_avatar''getVichUploader_Listener_Clean_UserAvatarService'true],
  3546.             'vich_uploader.listener.clean.user_logo' => ['privates''vich_uploader.listener.clean.user_logo''getVichUploader_Listener_Clean_UserLogoService'true],
  3547.             'vich_uploader.listener.clean.user_registration_document' => ['privates''vich_uploader.listener.clean.user_registration_document''getVichUploader_Listener_Clean_UserRegistrationDocumentService'true],
  3548.             'vich_uploader.listener.remove.activity_images' => ['privates''vich_uploader.listener.remove.activity_images''getVichUploader_Listener_Remove_ActivityImagesService'true],
  3549.             'vich_uploader.listener.remove.advertising_images' => ['privates''vich_uploader.listener.remove.advertising_images''getVichUploader_Listener_Remove_AdvertisingImagesService'true],
  3550.             'vich_uploader.listener.remove.custom_product_images' => ['privates''vich_uploader.listener.remove.custom_product_images''getVichUploader_Listener_Remove_CustomProductImagesService'true],
  3551.             'vich_uploader.listener.remove.customer_product_images' => ['privates''vich_uploader.listener.remove.customer_product_images''getVichUploader_Listener_Remove_CustomerProductImagesService'true],
  3552.             'vich_uploader.listener.remove.general_documents' => ['privates''vich_uploader.listener.remove.general_documents''getVichUploader_Listener_Remove_GeneralDocumentsService'true],
  3553.             'vich_uploader.listener.remove.parameter_thumbnail' => ['privates''vich_uploader.listener.remove.parameter_thumbnail''getVichUploader_Listener_Remove_ParameterThumbnailService'true],
  3554.             'vich_uploader.listener.remove.service_pro_images' => ['privates''vich_uploader.listener.remove.service_pro_images''getVichUploader_Listener_Remove_ServiceProImagesService'true],
  3555.             'vich_uploader.listener.remove.slider_item_images' => ['privates''vich_uploader.listener.remove.slider_item_images''getVichUploader_Listener_Remove_SliderItemImagesService'true],
  3556.             'vich_uploader.listener.remove.user_avatar' => ['privates''vich_uploader.listener.remove.user_avatar''getVichUploader_Listener_Remove_UserAvatarService'true],
  3557.             'vich_uploader.listener.remove.user_logo' => ['privates''vich_uploader.listener.remove.user_logo''getVichUploader_Listener_Remove_UserLogoService'true],
  3558.             'vich_uploader.listener.remove.user_registration_document' => ['privates''vich_uploader.listener.remove.user_registration_document''getVichUploader_Listener_Remove_UserRegistrationDocumentService'true],
  3559.             'vich_uploader.listener.upload.activity_images' => ['privates''vich_uploader.listener.upload.activity_images''getVichUploader_Listener_Upload_ActivityImagesService'true],
  3560.             'vich_uploader.listener.upload.advertising_images' => ['privates''vich_uploader.listener.upload.advertising_images''getVichUploader_Listener_Upload_AdvertisingImagesService'true],
  3561.             'vich_uploader.listener.upload.custom_product_images' => ['privates''vich_uploader.listener.upload.custom_product_images''getVichUploader_Listener_Upload_CustomProductImagesService'true],
  3562.             'vich_uploader.listener.upload.customer_product_images' => ['privates''vich_uploader.listener.upload.customer_product_images''getVichUploader_Listener_Upload_CustomerProductImagesService'true],
  3563.             'vich_uploader.listener.upload.general_documents' => ['privates''vich_uploader.listener.upload.general_documents''getVichUploader_Listener_Upload_GeneralDocumentsService'true],
  3564.             'vich_uploader.listener.upload.parameter_thumbnail' => ['privates''vich_uploader.listener.upload.parameter_thumbnail''getVichUploader_Listener_Upload_ParameterThumbnailService'true],
  3565.             'vich_uploader.listener.upload.service_pro_images' => ['privates''vich_uploader.listener.upload.service_pro_images''getVichUploader_Listener_Upload_ServiceProImagesService'true],
  3566.             'vich_uploader.listener.upload.slider_item_images' => ['privates''vich_uploader.listener.upload.slider_item_images''getVichUploader_Listener_Upload_SliderItemImagesService'true],
  3567.             'vich_uploader.listener.upload.user_avatar' => ['privates''vich_uploader.listener.upload.user_avatar''getVichUploader_Listener_Upload_UserAvatarService'true],
  3568.             'vich_uploader.listener.upload.user_logo' => ['privates''vich_uploader.listener.upload.user_logo''getVichUploader_Listener_Upload_UserLogoService'true],
  3569.             'vich_uploader.listener.upload.user_registration_document' => ['privates''vich_uploader.listener.upload.user_registration_document''getVichUploader_Listener_Upload_UserRegistrationDocumentService'true],
  3570.         ], [
  3571.             'App\\EventSubscriber\\SaleOrderStatusSubscriber' => '?',
  3572.             'App\\EventSubscriber\\UserSubscriptionSubscriber' => '?',
  3573.             'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\CreateSchemaListener' => '?',
  3574.             'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\TableSchemaSubscriber' => '?',
  3575.             'app.listener.doctrine.event' => '?',
  3576.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3577.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3578.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3579.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3580.             'gedmo.listener.tree' => '?',
  3581.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3582.             'vich_uploader.listener.clean.activity_images' => '?',
  3583.             'vich_uploader.listener.clean.advertising_images' => '?',
  3584.             'vich_uploader.listener.clean.custom_product_images' => '?',
  3585.             'vich_uploader.listener.clean.customer_product_images' => '?',
  3586.             'vich_uploader.listener.clean.general_documents' => '?',
  3587.             'vich_uploader.listener.clean.parameter_thumbnail' => '?',
  3588.             'vich_uploader.listener.clean.service_pro_images' => '?',
  3589.             'vich_uploader.listener.clean.slider_item_images' => '?',
  3590.             'vich_uploader.listener.clean.user_avatar' => '?',
  3591.             'vich_uploader.listener.clean.user_logo' => '?',
  3592.             'vich_uploader.listener.clean.user_registration_document' => '?',
  3593.             'vich_uploader.listener.remove.activity_images' => '?',
  3594.             'vich_uploader.listener.remove.advertising_images' => '?',
  3595.             'vich_uploader.listener.remove.custom_product_images' => '?',
  3596.             'vich_uploader.listener.remove.customer_product_images' => '?',
  3597.             'vich_uploader.listener.remove.general_documents' => '?',
  3598.             'vich_uploader.listener.remove.parameter_thumbnail' => '?',
  3599.             'vich_uploader.listener.remove.service_pro_images' => '?',
  3600.             'vich_uploader.listener.remove.slider_item_images' => '?',
  3601.             'vich_uploader.listener.remove.user_avatar' => '?',
  3602.             'vich_uploader.listener.remove.user_logo' => '?',
  3603.             'vich_uploader.listener.remove.user_registration_document' => '?',
  3604.             'vich_uploader.listener.upload.activity_images' => '?',
  3605.             'vich_uploader.listener.upload.advertising_images' => '?',
  3606.             'vich_uploader.listener.upload.custom_product_images' => '?',
  3607.             'vich_uploader.listener.upload.customer_product_images' => '?',
  3608.             'vich_uploader.listener.upload.general_documents' => '?',
  3609.             'vich_uploader.listener.upload.parameter_thumbnail' => '?',
  3610.             'vich_uploader.listener.upload.service_pro_images' => '?',
  3611.             'vich_uploader.listener.upload.slider_item_images' => '?',
  3612.             'vich_uploader.listener.upload.user_avatar' => '?',
  3613.             'vich_uploader.listener.upload.user_logo' => '?',
  3614.             'vich_uploader.listener.upload.user_registration_document' => '?',
  3615.         ]), [=> 'App\\EventSubscriber\\SaleOrderStatusSubscriber'=> 'App\\EventSubscriber\\UserSubscriptionSubscriber'=> 'vich_uploader.listener.clean.slider_item_images'=> 'vich_uploader.listener.clean.advertising_images'=> 'vich_uploader.listener.clean.general_documents'=> 'vich_uploader.listener.clean.parameter_thumbnail'=> 'vich_uploader.listener.clean.activity_images'=> 'vich_uploader.listener.clean.service_pro_images'=> 'vich_uploader.listener.clean.custom_product_images'=> 'vich_uploader.listener.clean.customer_product_images'10 => 'vich_uploader.listener.clean.user_avatar'11 => 'vich_uploader.listener.clean.user_logo'12 => 'vich_uploader.listener.clean.user_registration_document'13 => 'App\\EventSubscriber\\SaleOrderStatusSubscriber'14 => 'App\\EventSubscriber\\UserSubscriptionSubscriber'15 => 'gedmo.listener.tree'16 => 'vich_uploader.listener.remove.slider_item_images'17 => 'vich_uploader.listener.upload.slider_item_images'18 => 'vich_uploader.listener.remove.advertising_images'19 => 'vich_uploader.listener.upload.advertising_images'20 => 'vich_uploader.listener.remove.general_documents'21 => 'vich_uploader.listener.upload.general_documents'22 => 'vich_uploader.listener.remove.parameter_thumbnail'23 => 'vich_uploader.listener.upload.parameter_thumbnail'24 => 'vich_uploader.listener.remove.activity_images'25 => 'vich_uploader.listener.upload.activity_images'26 => 'vich_uploader.listener.remove.service_pro_images'27 => 'vich_uploader.listener.upload.service_pro_images'28 => 'vich_uploader.listener.remove.custom_product_images'29 => 'vich_uploader.listener.upload.custom_product_images'30 => 'vich_uploader.listener.remove.customer_product_images'31 => 'vich_uploader.listener.upload.customer_product_images'32 => 'vich_uploader.listener.remove.user_avatar'33 => 'vich_uploader.listener.upload.user_avatar'34 => 'vich_uploader.listener.remove.user_logo'35 => 'vich_uploader.listener.upload.user_logo'36 => 'vich_uploader.listener.remove.user_registration_document'37 => 'vich_uploader.listener.upload.user_registration_document'38 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'39 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'40 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'41 => 'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\CreateSchemaListener'42 => 'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\TableSchemaSubscriber'43 => [=> [=> 'prePersist'], => 'app.listener.doctrine.event'], 44 => [=> [=> 'preUpdate'], => 'app.listener.doctrine.event'], 45 => [=> [=> 'postPersist'], => 'app.listener.doctrine.event'], 46 => [=> [=> 'postUpdate'], => 'app.listener.doctrine.event'], 47 => [=> [=> 'onFlush'], => 'app.listener.doctrine.event'], 48 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 49 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 50 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 51 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  3616.     }
  3617.     /**
  3618.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3619.      *
  3620.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3621.      */
  3622.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3623.     {
  3624.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__5).'/src/Entity'), => (\dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity'), => (\dirname(__DIR__5).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/src/Entity'), => (\dirname(__DIR__5).'/vendor/cron/cron-bundle/Entity')], false);
  3625.     }
  3626.     /**
  3627.      * Gets the private 'esi_listener' shared service.
  3628.      *
  3629.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3630.      */
  3631.     protected function getEsiListenerService()
  3632.     {
  3633.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3634.     }
  3635.     /**
  3636.      * Gets the private 'exception_listener' shared service.
  3637.      *
  3638.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3639.      */
  3640.     protected function getExceptionListener2Service()
  3641.     {
  3642.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3643.     }
  3644.     /**
  3645.      * Gets the private 'fos_elastica.logger' shared service.
  3646.      *
  3647.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  3648.      */
  3649.     protected function getFosElastica_LoggerService()
  3650.     {
  3651.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  3652.         $b = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  3653.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3654.         $a->pushProcessor([=> $b=> '__invoke']);
  3655.         $a->pushProcessor($b);
  3656.         $a->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  3657.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3658.         $a->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  3659.         $a->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  3660.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3661.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  3662.     }
  3663.     /**
  3664.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3665.      *
  3666.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3667.      */
  3668.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3669.     {
  3670.         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())));
  3671.     }
  3672.     /**
  3673.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3674.      *
  3675.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3676.      */
  3677.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3678.     {
  3679.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3680.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3681.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3682.         }
  3683.         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);
  3684.     }
  3685.     /**
  3686.      * Gets the private 'jms_serializer.metadata.traceable_cache' shared service.
  3687.      *
  3688.      * @return \JMS\SerializerBundle\Debug\TraceableDriver
  3689.      */
  3690.     protected function getJmsSerializer_Metadata_TraceableCacheService()
  3691.     {
  3692.         return $this->privates['jms_serializer.metadata.traceable_cache'] = new \JMS\SerializerBundle\Debug\TraceableDriver(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  3693.     }
  3694.     /**
  3695.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  3696.      *
  3697.      * @return \Metadata\MetadataFactory
  3698.      */
  3699.     protected function getJmsSerializer_MetadataFactoryService()
  3700.     {
  3701.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3702.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  3703.         ], [
  3704.             'metadata_driver' => '?',
  3705.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  3706.         $instance->setCache(($this->privates['jms_serializer.metadata.traceable_cache'] ?? $this->getJmsSerializer_Metadata_TraceableCacheService()));
  3707.         $instance->setIncludeInterfaces(false);
  3708.         return $instance;
  3709.     }
  3710.     /**
  3711.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  3712.      *
  3713.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  3714.      */
  3715.     protected function getJmsSerializer_TraceableEventDispatcherService()
  3716.     {
  3717.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3718.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  3719.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  3720.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  3721.         ], [
  3722.             'jms_serializer.stopwatch_subscriber' => '?',
  3723.             'jms_serializer.traceable_runs_listener' => '?',
  3724.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3725.         ]));
  3726.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  3727.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  3728.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3729.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3730.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  3731.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  3732.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  3733.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  3734.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  3735.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  3736.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  3737.         return $instance;
  3738.     }
  3739.     /**
  3740.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  3741.      *
  3742.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  3743.      */
  3744.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  3745.     {
  3746.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3747.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  3748.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  3749.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  3750.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  3751.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  3752.         ], [
  3753.             'jms_serializer.array_collection_handler' => '?',
  3754.             'jms_serializer.constraint_violation_handler' => '?',
  3755.             'jms_serializer.datetime_handler' => '?',
  3756.             'jms_serializer.iterator_handler' => '?',
  3757.             'fos_rest.serializer.form_error_handler' => '?',
  3758.         ])));
  3759.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3760.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3761.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3762.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3763.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3764.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3765.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3766.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3767.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3768.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  3769.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  3770.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  3771.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  3772.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  3773.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3774.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  3775.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3776.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  3777.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3778.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  3779.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3780.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  3781.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3782.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3783.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3784.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3785.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3786.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  3787.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  3788.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  3789.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  3790.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  3791.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  3792.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  3793.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3794.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3795.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3796.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3797.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3798.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3799.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3800.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3801.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3802.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  3803.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  3804.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  3805.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  3806.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  3807.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  3808.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  3809.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  3810.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  3811.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3812.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3813.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3814.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  3815.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3816.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  3817.         return $instance;
  3818.     }
  3819.     /**
  3820.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  3821.      *
  3822.      * @return \JMS\SerializerBundle\Debug\RunsListener
  3823.      */
  3824.     protected function getJmsSerializer_TraceableRunsListenerService()
  3825.     {
  3826.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  3827.     }
  3828.     /**
  3829.      * Gets the private 'kernel.event.request' shared autowired service.
  3830.      *
  3831.      * @return \App\Listener\KernelEvent
  3832.      */
  3833.     protected function getKernel_Event_RequestService()
  3834.     {
  3835.         $a = ($this->privates['App\\Services\\PurchaseDeclarationService'] ?? $this->getPurchaseDeclarationServiceService());
  3836.         if (isset($this->privates['kernel.event.request'])) {
  3837.             return $this->privates['kernel.event.request'];
  3838.         }
  3839.         $b = ($this->privates['App\\Factory\\PointFactory'] ?? $this->getPointFactoryService());
  3840.         if (isset($this->privates['kernel.event.request'])) {
  3841.             return $this->privates['kernel.event.request'];
  3842.         }
  3843.         return $this->privates['kernel.event.request'] = new \App\Listener\KernelEvent($a, ($this->privates['App\\Services\\Common\\PlatformService'] ?? $this->getPlatformServiceService()), $b);
  3844.     }
  3845.     /**
  3846.      * Gets the private 'locale_aware_listener' shared service.
  3847.      *
  3848.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3849.      */
  3850.     protected function getLocaleAwareListenerService()
  3851.     {
  3852.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3853.             yield => ($this->privates['App\\Services\\Common\\Translator'] ?? $this->load('getTranslator2Service'));
  3854.             yield => ($this->privates['override_translator'] ?? $this->getOverrideTranslatorService());
  3855.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  3856.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3857.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3858.     }
  3859.     /**
  3860.      * Gets the private 'locale_listener' shared service.
  3861.      *
  3862.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3863.      */
  3864.     protected function getLocaleListenerService()
  3865.     {
  3866.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  3867.     }
  3868.     /**
  3869.      * Gets the private 'mime_types' shared service.
  3870.      *
  3871.      * @return \Symfony\Component\Mime\MimeTypes
  3872.      */
  3873.     protected function getMimeTypesService()
  3874.     {
  3875.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3876.         $instance->setDefault($instance);
  3877.         return $instance;
  3878.     }
  3879.     /**
  3880.      * Gets the private 'monolog.handler.console' shared service.
  3881.      *
  3882.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3883.      */
  3884.     protected function getMonolog_Handler_ConsoleService()
  3885.     {
  3886.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3887.     }
  3888.     /**
  3889.      * Gets the private 'monolog.handler.deduplicated' shared service.
  3890.      *
  3891.      * @return \Monolog\Handler\DeduplicationHandler
  3892.      */
  3893.     protected function getMonolog_Handler_DeduplicatedService()
  3894.     {
  3895.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__4).'/log/lecercledaikin.dtv-projects.com/../dev-deprecation.log'), 1200trueNULLfalse);
  3896.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3897.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  3898.         return $this->privates['monolog.handler.deduplicated'] = new \Monolog\Handler\DeduplicationHandler($a, ($this->targetDir.''.'/monolog_dedup_922a7b2c3485f2fca0b658c7a9e614d9d914a2f5'), 40060true);
  3899.     }
  3900.     /**
  3901.      * Gets the private 'monolog.handler.streamed' shared service.
  3902.      *
  3903.      * @return \Monolog\Handler\RotatingFileHandler
  3904.      */
  3905.     protected function getMonolog_Handler_StreamedService()
  3906.     {
  3907.         $this->privates['monolog.handler.streamed'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__4).'/log/lecercledaikin.dtv-projects.com/dev.log'), 5200trueNULLfalse);
  3908.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3909.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  3910.         return $instance;
  3911.     }
  3912.     /**
  3913.      * Gets the private 'monolog.logger' shared service.
  3914.      *
  3915.      * @return \Symfony\Bridge\Monolog\Logger
  3916.      */
  3917.     protected function getMonolog_LoggerService()
  3918.     {
  3919.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3920.         $a = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  3921.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3922.         $instance->pushProcessor([=> $a=> '__invoke']);
  3923.         $instance->pushProcessor($a);
  3924.         $instance->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  3925.         $instance->useMicrosecondTimestamps(true);
  3926.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3927.         $instance->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  3928.         $instance->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  3929.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3930.         return $instance;
  3931.     }
  3932.     /**
  3933.      * Gets the private 'monolog.logger.cache' shared service.
  3934.      *
  3935.      * @return \Symfony\Bridge\Monolog\Logger
  3936.      */
  3937.     protected function getMonolog_Logger_CacheService()
  3938.     {
  3939.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3940.         $a = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  3941.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3942.         $instance->pushProcessor([=> $a=> '__invoke']);
  3943.         $instance->pushProcessor($a);
  3944.         $instance->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  3945.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3946.         $instance->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  3947.         $instance->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  3948.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3949.         return $instance;
  3950.     }
  3951.     /**
  3952.      * Gets the private 'monolog.logger.doctrine' shared service.
  3953.      *
  3954.      * @return \Symfony\Bridge\Monolog\Logger
  3955.      */
  3956.     protected function getMonolog_Logger_DoctrineService()
  3957.     {
  3958.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3959.         $a = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  3960.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3961.         $instance->pushProcessor([=> $a=> '__invoke']);
  3962.         $instance->pushProcessor($a);
  3963.         $instance->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  3964.         $instance->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  3965.         $instance->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  3966.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3967.         return $instance;
  3968.     }
  3969.     /**
  3970.      * Gets the private 'monolog.logger.request' shared service.
  3971.      *
  3972.      * @return \Symfony\Bridge\Monolog\Logger
  3973.      */
  3974.     protected function getMonolog_Logger_RequestService()
  3975.     {
  3976.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3977.         $a = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  3978.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3979.         $instance->pushProcessor([=> $a=> '__invoke']);
  3980.         $instance->pushProcessor($a);
  3981.         $instance->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  3982.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3983.         $instance->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  3984.         $instance->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  3985.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3986.         return $instance;
  3987.     }
  3988.     /**
  3989.      * Gets the private 'monolog.logger.security' shared service.
  3990.      *
  3991.      * @return \Symfony\Bridge\Monolog\Logger
  3992.      */
  3993.     protected function getMonolog_Logger_SecurityService()
  3994.     {
  3995.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3996.         $a = ($this->privates['monolog.processor.web_processor'] ?? ($this->privates['monolog.processor.web_processor'] = new \Monolog\Processor\WebProcessor()));
  3997.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3998.         $instance->pushProcessor([=> $a=> '__invoke']);
  3999.         $instance->pushProcessor($a);
  4000.         $instance->pushProcessor(($this->privates['monolog.processor.user'] ?? $this->getMonolog_Processor_UserService()));
  4001.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4002.         $instance->pushHandler(($this->privates['monolog.handler.deduplicated'] ?? $this->getMonolog_Handler_DeduplicatedService()));
  4003.         $instance->pushHandler(($this->privates['monolog.handler.streamed'] ?? $this->getMonolog_Handler_StreamedService()));
  4004.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4005.         return $instance;
  4006.     }
  4007.     /**
  4008.      * Gets the private 'monolog.processor.user' shared autowired service.
  4009.      *
  4010.      * @return \App\Services\Monolog\ExtraProcessor
  4011.      */
  4012.     protected function getMonolog_Processor_UserService()
  4013.     {
  4014.         return $this->privates['monolog.processor.user'] = new \App\Services\Monolog\ExtraProcessor(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4015.     }
  4016.     /**
  4017.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4018.      *
  4019.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4020.      */
  4021.     protected function getNelmioCors_CorsListenerService()
  4022.     {
  4023.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  4024.     }
  4025.     /**
  4026.      * Gets the private 'override_translator' shared autowired service.
  4027.      *
  4028.      * @return \App\Services\Common\Translator
  4029.      */
  4030.     protected function getOverrideTranslatorService()
  4031.     {
  4032.         $a = ($this->privates['App\\Services\\DTV\\YamlConfig\\YamlReader'] ?? $this->getYamlReaderService());
  4033.         if (isset($this->privates['override_translator'])) {
  4034.             return $this->privates['override_translator'];
  4035.         }
  4036.         return $this->privates['override_translator'] = new \App\Services\Common\Translator(\dirname(__DIR__5), $this->parameters['platform'], new \App\Services\Common\PlatformService(($this->services['router'] ?? $this->getRouterService()), $a, ($this->privates['App\\Services\\CommonServices'] ?? ($this->privates['App\\Services\\CommonServices'] = new \App\Services\CommonServices())), ($this->services['kernel'] ?? $this->get('kernel'1)), \dirname(__DIR__5)), new \App\Services\Common\Translation\TranslationBase($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4037.     }
  4038.     /**
  4039.      * Gets the private 'parameter_bag' shared service.
  4040.      *
  4041.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4042.      */
  4043.     protected function getParameterBagService()
  4044.     {
  4045.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4046.     }
  4047.     /**
  4048.      * Gets the private 'profiler_listener' shared service.
  4049.      *
  4050.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4051.      */
  4052.     protected function getProfilerListenerService()
  4053.     {
  4054.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4055.         if (isset($this->privates['profiler_listener'])) {
  4056.             return $this->privates['profiler_listener'];
  4057.         }
  4058.         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())), NULLfalsefalseNULL);
  4059.     }
  4060.     /**
  4061.      * Gets the private 'property_accessor' shared service.
  4062.      *
  4063.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4064.      */
  4065.     protected function getPropertyAccessorService()
  4066.     {
  4067.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4068.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  4069.     }
  4070.     /**
  4071.      * Gets the private 'property_info' shared service.
  4072.      *
  4073.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4074.      */
  4075.     protected function getPropertyInfoService()
  4076.     {
  4077.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4078.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4079.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4080.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4081.         }, 3), new RewindableGenerator(function () {
  4082.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4083.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4084.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4085.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4086.         }, 4), new RewindableGenerator(function () {
  4087.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4088.         }, 1), new RewindableGenerator(function () {
  4089.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4090.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4091.         }, 2), new RewindableGenerator(function () {
  4092.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4093.         }, 1));
  4094.     }
  4095.     /**
  4096.      * Gets the private 'router.expression_language_provider' shared service.
  4097.      *
  4098.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4099.      */
  4100.     protected function getRouter_ExpressionLanguageProviderService()
  4101.     {
  4102.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4103.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4104.         ], [
  4105.             'env' => 'Closure',
  4106.         ]));
  4107.     }
  4108.     /**
  4109.      * Gets the private 'router.request_context' shared service.
  4110.      *
  4111.      * @return \Symfony\Component\Routing\RequestContext
  4112.      */
  4113.     protected function getRouter_RequestContextService()
  4114.     {
  4115.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4116.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4117.         return $instance;
  4118.     }
  4119.     /**
  4120.      * Gets the private 'router_listener' shared service.
  4121.      *
  4122.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4123.      */
  4124.     protected function getRouterListenerService()
  4125.     {
  4126.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__5), true);
  4127.     }
  4128.     /**
  4129.      * Gets the private 'security.context_listener.0' shared service.
  4130.      *
  4131.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4132.      */
  4133.     protected function getSecurity_ContextListener_0Service()
  4134.     {
  4135.         $a = ($this->privates['security.event_dispatcher.app'] ?? $this->getSecurity_EventDispatcher_AppService());
  4136.         if (isset($this->privates['security.context_listener.0'])) {
  4137.             return $this->privates['security.context_listener.0'];
  4138.         }
  4139.         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 () {
  4140.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  4141.         }, 1), 'app', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  4142.     }
  4143.     /**
  4144.      * Gets the private 'security.event_dispatcher.app' shared service.
  4145.      *
  4146.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4147.      */
  4148.     protected function getSecurity_EventDispatcher_AppService()
  4149.     {
  4150.         $this->privates['security.event_dispatcher.app'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4151.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4152.             return ($this->privates['security.listener.app.user_provider'] ?? $this->load('getSecurity_Listener_App_UserProviderService'));
  4153.         }, => 'checkPassport'], 2048);
  4154.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4155.             return ($this->privates['security.listener.session.app'] ?? $this->load('getSecurity_Listener_Session_AppService'));
  4156.         }, => 'onSuccessfulLogin'], 0);
  4157.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4158.             return ($this->privates['security.logout.listener.default.app'] ?? $this->load('getSecurity_Logout_Listener_Default_AppService'));
  4159.         }, => 'onLogout'], 64);
  4160.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4161.             return ($this->privates['security.logout.listener.session.app'] ?? ($this->privates['security.logout.listener.session.app'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4162.         }, => 'onLogout'], 0);
  4163.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4164.             return ($this->privates['security.listener.login_throttling.app'] ?? $this->load('getSecurity_Listener_LoginThrottling_AppService'));
  4165.         }, => 'checkPassport'], 2080);
  4166.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4167.             return ($this->privates['security.listener.login_throttling.app'] ?? $this->load('getSecurity_Listener_LoginThrottling_AppService'));
  4168.         }, => 'onSuccessfulLogin'], 0);
  4169.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4170.             return ($this->privates['security.listener.user_checker.app'] ?? $this->load('getSecurity_Listener_UserChecker_AppService'));
  4171.         }, => 'preCheckCredentials'], 256);
  4172.         $instance->addListener('security.authentication.success', [=> function () {
  4173.             return ($this->privates['security.listener.user_checker.app'] ?? $this->load('getSecurity_Listener_UserChecker_AppService'));
  4174.         }, => 'postCheckCredentials'], 256);
  4175.         $instance->addListener('security.interactive_login', [=> function () {
  4176.             return ($this->privates['app.listener.login'] ?? $this->load('getApp_Listener_LoginService'));
  4177.         }, => 'onSecurityInteractiveLogin'], 0);
  4178.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4179.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->load('getSamlLogoutListenerService'));
  4180.         }, => '__invoke'], 0);
  4181.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4182.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4183.         }, => 'checkPassport'], 1024);
  4184.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4185.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4186.         }, => 'checkPassport'], 0);
  4187.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4188.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4189.         }, => 'onLoginSuccess'], 0);
  4190.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4191.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4192.         }, => 'checkPassport'], 512);
  4193.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4194.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4195.         }, => 'onLogout'], 0);
  4196.         return $instance;
  4197.     }
  4198.     /**
  4199.      * Gets the private 'security.firewall.map' shared service.
  4200.      *
  4201.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4202.      */
  4203.     protected function getSecurity_Firewall_MapService()
  4204.     {
  4205.         $a = ($this->privates['.service_locator.aIAtqQD'] ?? $this->get_ServiceLocator_AIAtqQDService());
  4206.         if (isset($this->privates['security.firewall.map'])) {
  4207.             return $this->privates['security.firewall.map'];
  4208.         }
  4209.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4210.             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)/')));
  4211.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.aUhQ4pN'] ?? ($this->privates['.security.request_matcher.aUhQ4pN'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/wm-api/login')));
  4212.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.UojTsxi'] ?? ($this->privates['.security.request_matcher.UojTsxi'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/wm-api')));
  4213.             yield 'security.firewall.map.context.app' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4214.         }, 4));
  4215.     }
  4216.     /**
  4217.      * Gets the private 'security.helper' shared service.
  4218.      *
  4219.      * @return \Symfony\Component\Security\Core\Security
  4220.      */
  4221.     protected function getSecurity_HelperService()
  4222.     {
  4223.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4224.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4225.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4226.         ], [
  4227.             'security.authorization_checker' => '?',
  4228.             'security.token_storage' => '?',
  4229.         ]));
  4230.     }
  4231.     /**
  4232.      * Gets the private 'security.logout_url_generator' shared service.
  4233.      *
  4234.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4235.      */
  4236.     protected function getSecurity_LogoutUrlGeneratorService()
  4237.     {
  4238.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4239.         $instance->registerListener('app''saml_logout''logout''_csrf_token'NULLNULL);
  4240.         return $instance;
  4241.     }
  4242.     /**
  4243.      * Gets the private 'security.role_hierarchy' shared service.
  4244.      *
  4245.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4246.      */
  4247.     protected function getSecurity_RoleHierarchyService()
  4248.     {
  4249.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4250.     }
  4251.     /**
  4252.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4253.      *
  4254.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4255.      */
  4256.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4257.     {
  4258.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4259.     }
  4260.     /**
  4261.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4262.      *
  4263.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4264.      */
  4265.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4266.     {
  4267.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4268.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4269.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4270.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4271.     }
  4272.     /**
  4273.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4274.      *
  4275.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4276.      */
  4277.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4278.     {
  4279.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4280.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4281.             return $this->privates['sensio_framework_extra.security.listener'];
  4282.         }
  4283.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4284.     }
  4285.     /**
  4286.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4287.      *
  4288.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4289.      */
  4290.     protected function getSensioFrameworkExtra_View_ListenerService()
  4291.     {
  4292.         $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))));
  4293.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4294.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4295.         ], [
  4296.             'twig' => '?',
  4297.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4298.         return $instance;
  4299.     }
  4300.     /**
  4301.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  4302.      *
  4303.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  4304.      */
  4305.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  4306.     {
  4307.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  4308.     }
  4309.     /**
  4310.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  4311.      *
  4312.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  4313.      */
  4314.     protected function getSerializer_NameConverter_MetadataAwareService()
  4315.     {
  4316.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  4317.     }
  4318.     /**
  4319.      * Gets the private 'session.factory' shared service.
  4320.      *
  4321.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4322.      */
  4323.     protected function getSession_FactoryService()
  4324.     {
  4325.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4326.         if (isset($this->privates['session.factory'])) {
  4327.             return $this->privates['session.factory'];
  4328.         }
  4329.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  4330.     }
  4331.     /**
  4332.      * Gets the private 'session_listener' shared service.
  4333.      *
  4334.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4335.      */
  4336.     protected function getSessionListenerService()
  4337.     {
  4338.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4339.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  4340.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4341.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4342.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4343.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4344.         ], [
  4345.             'initialized_session' => '?',
  4346.             'logger' => '?',
  4347.             'session' => '?',
  4348.             'session_collector' => '?',
  4349.             'session_factory' => '?',
  4350.         ]), true$this->parameters['session.storage.options']);
  4351.     }
  4352.     /**
  4353.      * Gets the private 'slope_it.breadcrumb.builder' shared service.
  4354.      *
  4355.      * @return \SlopeIt\BreadcrumbBundle\Service\BreadcrumbBuilder
  4356.      */
  4357.     protected function getSlopeIt_Breadcrumb_BuilderService()
  4358.     {
  4359.         return $this->privates['slope_it.breadcrumb.builder'] = new \SlopeIt\BreadcrumbBundle\Service\BreadcrumbBuilder(new \SlopeIt\BreadcrumbBundle\Service\BreadcrumbItemFactory());
  4360.     }
  4361.     /**
  4362.      * Gets the private 'slope_it.breadcrumb.listener' shared service.
  4363.      *
  4364.      * @return \SlopeIt\BreadcrumbBundle\EventListener\BreadcrumbListener
  4365.      */
  4366.     protected function getSlopeIt_Breadcrumb_ListenerService()
  4367.     {
  4368.         return $this->privates['slope_it.breadcrumb.listener'] = new \SlopeIt\BreadcrumbBundle\EventListener\BreadcrumbListener(($this->privates['slope_it.breadcrumb.builder'] ?? $this->getSlopeIt_Breadcrumb_BuilderService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4369.     }
  4370.     /**
  4371.      * Gets the private 'state_machine.user_status.metadata_store' shared service.
  4372.      *
  4373.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  4374.      */
  4375.     protected function getStateMachine_UserStatus_MetadataStoreService()
  4376.     {
  4377.         return $this->privates['state_machine.user_status.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  4378.     }
  4379.     /**
  4380.      * Gets the private 'translator.default' shared service.
  4381.      *
  4382.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4383.      */
  4384.     protected function getTranslator_DefaultService()
  4385.     {
  4386.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4387.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4388.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4389.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4390.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4391.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4392.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4393.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4394.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4395.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4396.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4397.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4398.         ], [
  4399.             'translation.loader.csv' => '?',
  4400.             'translation.loader.dat' => '?',
  4401.             'translation.loader.ini' => '?',
  4402.             'translation.loader.json' => '?',
  4403.             'translation.loader.mo' => '?',
  4404.             'translation.loader.php' => '?',
  4405.             'translation.loader.po' => '?',
  4406.             'translation.loader.qt' => '?',
  4407.             'translation.loader.res' => '?',
  4408.             'translation.loader.xliff' => '?',
  4409.             'translation.loader.yml' => '?',
  4410.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__5).'/vendor/presta/image-bundle/Resources/translations/PrestaImageBundle.de.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/translations/auditor.de.yaml'), => (\dirname(__DIR__5).'/translations/_old/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__5).'/vendor/presta/image-bundle/Resources/translations/PrestaImageBundle.en.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/translations/auditor.en.yaml'), => (\dirname(__DIR__5).'/translations/_default/messages+intl-icu.en.yaml'), => (\dirname(__DIR__5).'/translations/_old/Back/messages.en.yaml'), => (\dirname(__DIR__5).'/translations/_old/messages.en.yaml'), 10 => (\dirname(__DIR__5).'/translations/_old/user.en.xlf'), 11 => (\dirname(__DIR__5).'/translations/platform/clubhthfidelity/messages+intl-icu.en.yaml'), 12 => (\dirname(__DIR__5).'/translations/platform/manitou-master2022/messages+intl-icu.en.yaml'), 13 => (\dirname(__DIR__5).'/translations/platform/top-intuis-thermo/messages+intl-icu.en.yaml')], 'es' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/translations/auditor.es.yaml'), => (\dirname(__DIR__5).'/translations/_default/messages+intl-icu.es.yaml'), => (\dirname(__DIR__5).'/translations/_old/messages.es.yaml'), => (\dirname(__DIR__5).'/translations/platform/clubhthfidelity/messages+intl-icu.es.yaml'), => (\dirname(__DIR__5).'/translations/platform/manitou-master2022/messages+intl-icu.es.yaml'), 10 => (\dirname(__DIR__5).'/translations/platform/top-intuis-thermo/messages+intl-icu.es.yaml')], 'et' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/translations/auditor.et.yaml')], 'eu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__5).'/vendor/presta/image-bundle/Resources/translations/PrestaImageBundle.fr.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/translations/auditor.fr.yaml'), => (\dirname(__DIR__5).'/translations/_default/messages+intl-icu.fr.yaml'), => (\dirname(__DIR__5).'/translations/_old/Admingenerator.fr.xlf'), => (\dirname(__DIR__5).'/translations/_old/Back/Statistics/messages.fr.yaml'), 10 => (\dirname(__DIR__5).'/translations/_old/Back/messages.fr.yaml'), 11 => (\dirname(__DIR__5).'/translations/_old/DTV/Back/messages.fr.yaml'), 12 => (\dirname(__DIR__5).'/translations/_old/Daikin/daikin+intl-icu.fr.yaml'), 13 => (\dirname(__DIR__5).'/translations/_old/LaPoste/laposte+intl-icu.fr.yaml'), 14 => (\dirname(__DIR__5).'/translations/_old/Platform/messages.fr.yaml'), 15 => (\dirname(__DIR__5).'/translations/_old/club-rehaupro.fr/rehau+intl-icu.fr.yaml'), 16 => (\dirname(__DIR__5).'/translations/_old/content.fr.yaml'), 17 => (\dirname(__DIR__5).'/translations/_old/menu.fr.xlf'), 18 => (\dirname(__DIR__5).'/translations/_old/messages+intl-icu.fr.yaml'), 19 => (\dirname(__DIR__5).'/translations/_old/stim2022-scjpro.com/messages.fr.yaml'), 20 => (\dirname(__DIR__5).'/translations/_old/stim2022-scjpro.dtv-projects.com/messages.fr.yaml'), 21 => (\dirname(__DIR__5).'/translations/_old/stim2022-scjpro.dtv.loc/messages.fr.yaml'), 22 => (\dirname(__DIR__5).'/translations/_old/top-intuis-thermo.dtv.loc/messages.fr.yaml'), 23 => (\dirname(__DIR__5).'/translations/_old/top-intuis-thermo.fr/messages.fr.yaml'), 24 => (\dirname(__DIR__5).'/translations/_old/user.fr.xlf'), 25 => (\dirname(__DIR__5).'/translations/platform/clubhthfidelity/messages+intl-icu.fr.yaml'), 26 => (\dirname(__DIR__5).'/translations/platform/manitou-master2022/messages+intl-icu.fr.yaml'), 27 => (\dirname(__DIR__5).'/translations/platform/top-intuis-thermo/messages+intl-icu.fr.yaml')], 'gl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/translations/auditor.it.yaml')], 'ja' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__5).'/vendor/presta/image-bundle/Resources/translations/PrestaImageBundle.nl.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/translations/auditor.nl.yaml'), => (\dirname(__DIR__5).'/translations/_old/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'ur' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'vn' => [=> (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr' => [=> (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__5).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__5).'/vendor/presta/image-bundle/Resources/translations'), => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src/translations'), => (\dirname(__DIR__5).'/translations'), => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src/translations'), 10 => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__5).'/vendor/twig/extra-bundle/translations'), 12 => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__5).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 14 => (\dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 16 => (\dirname(__DIR__5).'/vendor/easycorp/easy-deploy-bundle/src/translations'), 17 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle/translations'), 18 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 19 => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 20 => (\dirname(__DIR__5).'/vendor/mhujer/breadcrumbs-bundle/translations'), 21 => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle/translations'), 22 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 23 => (\dirname(__DIR__5).'/vendor/nelmio/api-doc-bundle/translations'), 24 => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle/translations'), 25 => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle/translations'), 26 => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle/translations'), 27 => (\dirname(__DIR__5).'/vendor/liip/test-fixtures-bundle/src/translations'), 28 => (\dirname(__DIR__5).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 29 => (\dirname(__DIR__5).'/vendor/nelmio/cors-bundle/translations'), 30 => (\dirname(__DIR__5).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 31 => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src/translations'), 32 => (\dirname(__DIR__5).'/lib/DatatableBundle/translations'), 33 => (\dirname(__DIR__5).'/lib/StatisticBundle/translations'), 34 => (\dirname(__DIR__5).'/vendor/hslavich/oneloginsaml-bundle/translations'), 35 => (\dirname(__DIR__5).'/vendor/corley/maintenance-bundle/Corley/MaintenanceBundle/translations'), 36 => (\dirname(__DIR__5).'/vendor/symfony/security-bundle/translations'), 37 => (\dirname(__DIR__5).'/vendor/backup-manager/symfony/translations'), 38 => (\dirname(__DIR__5).'/vendor/lexik/jwt-authentication-bundle/translations'), 39 => (\dirname(__DIR__5).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 40 => (\dirname(__DIR__5).'/vendor/cron/cron-bundle/translations'), 41 => (\dirname(__DIR__5).'/vendor/slope-it/breadcrumb-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/presta/image-bundle/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/damienharper/auditor-bundle/src/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/webpack-encore-bundle/src/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/twig/extra-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/stof/doctrine-extensions-bundle/src/translations'14 => 'vendor/sensio/framework-extra-bundle/src/translations'15 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'16 => 'vendor/easycorp/easy-deploy-bundle/src/translations'17 => 'vendor/doctrine/doctrine-bundle/translations'18 => 'vendor/doctrine/doctrine-migrations-bundle/translations'19 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'20 => 'vendor/mhujer/breadcrumbs-bundle/translations'21 => 'vendor/jms/serializer-bundle/translations'22 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'23 => 'vendor/nelmio/api-doc-bundle/translations'24 => 'vendor/friendsofsymfony/rest-bundle/translations'25 => 'vendor/symfony/debug-bundle/translations'26 => 'vendor/symfony/web-profiler-bundle/translations'27 => 'vendor/liip/test-fixtures-bundle/src/translations'28 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'29 => 'vendor/nelmio/cors-bundle/translations'30 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'31 => 'vendor/symfony/maker-bundle/src/translations'32 => 'lib/DatatableBundle/translations'33 => 'lib/StatisticBundle/translations'34 => 'vendor/hslavich/oneloginsaml-bundle/translations'35 => 'vendor/corley/maintenance-bundle/Corley/MaintenanceBundle/translations'36 => 'vendor/symfony/security-bundle/translations'37 => 'vendor/backup-manager/symfony/translations'38 => 'vendor/lexik/jwt-authentication-bundle/translations'39 => 'vendor/knplabs/knp-snappy-bundle/src/translations'40 => 'vendor/cron/cron-bundle/translations'41 => 'vendor/slope-it/breadcrumb-bundle/src/translations']]], []);
  4411.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4412.         $instance->setFallbackLocales([=> 'fr']);
  4413.         return $instance;
  4414.     }
  4415.     /**
  4416.      * Gets the private 'validator.builder' shared service.
  4417.      *
  4418.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4419.      */
  4420.     protected function getValidator_BuilderService()
  4421.     {
  4422.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4423.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4424.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4425.             'App\\Validator\\NotInPasswordHistoryValidator' => ['privates''App\\Validator\\NotInPasswordHistoryValidator''getNotInPasswordHistoryValidatorService'true],
  4426.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4427.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4428.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4429.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4430.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4431.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4432.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4433.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4434.         ], [
  4435.             'App\\Validator\\NotInPasswordHistoryValidator' => '?',
  4436.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4437.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4438.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4439.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4440.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4441.             'doctrine.orm.validator.unique' => '?',
  4442.             'security.validator.user_password' => '?',
  4443.             'validator.expression' => '?',
  4444.         ])));
  4445.         if ($this->has('translator')) {
  4446.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4447.         }
  4448.         $instance->setTranslationDomain('validators');
  4449.         $instance->addXmlMappings([=> (\dirname(__DIR__5).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4450.         $instance->enableAnnotationMapping(true);
  4451.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4452.         $instance->addMethodMapping('loadValidatorMetadata');
  4453.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4454.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4455.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the private 'var_dumper.html_dumper' shared service.
  4460.      *
  4461.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4462.      */
  4463.     protected function getVarDumper_HtmlDumperService()
  4464.     {
  4465.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4466.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4467.         return $instance;
  4468.     }
  4469.     /**
  4470.      * Gets the private 'var_dumper.server_connection' shared service.
  4471.      *
  4472.      * @return \Symfony\Component\VarDumper\Server\Connection
  4473.      */
  4474.     protected function getVarDumper_ServerConnectionService()
  4475.     {
  4476.         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__5), ($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()]);
  4477.     }
  4478.     /**
  4479.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  4480.      *
  4481.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  4482.      */
  4483.     protected function getVichUploader_MetadataReaderService()
  4484.     {
  4485.         $a = new \Metadata\Driver\FileLocator([]);
  4486.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  4487.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  4488.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  4489.     }
  4490.     /**
  4491.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  4492.      *
  4493.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  4494.      */
  4495.     protected function getVichUploader_PropertyMappingFactoryService()
  4496.     {
  4497.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  4498.     }
  4499.     /**
  4500.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  4501.      *
  4502.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  4503.      */
  4504.     protected function getVichUploader_Storage_FileSystemService()
  4505.     {
  4506.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  4507.     }
  4508.     /**
  4509.      * Gets the private 'web_profiler.csp.handler' shared service.
  4510.      *
  4511.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4512.      */
  4513.     protected function getWebProfiler_Csp_HandlerService()
  4514.     {
  4515.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4516.     }
  4517.     /**
  4518.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4519.      *
  4520.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4521.      */
  4522.     protected function getWebProfiler_DebugToolbarService()
  4523.     {
  4524.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4525.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4526.             return $this->privates['web_profiler.debug_toolbar'];
  4527.         }
  4528.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  4529.     }
  4530.     /**
  4531.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  4532.      *
  4533.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  4534.      */
  4535.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  4536.     {
  4537.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4538.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  4539.         ], [
  4540.             '_default' => '?',
  4541.         ]), '_default');
  4542.     }
  4543.     /**
  4544.      * Gets the public 'cache_clearer' alias.
  4545.      *
  4546.      * @return object The ".container.private.cache_clearer" service.
  4547.      */
  4548.     protected function getCacheClearerService()
  4549.     {
  4550.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4551.         return $this->get('.container.private.cache_clearer');
  4552.     }
  4553.     /**
  4554.      * Gets the public 'filesystem' alias.
  4555.      *
  4556.      * @return object The ".container.private.filesystem" service.
  4557.      */
  4558.     protected function getFilesystemService()
  4559.     {
  4560.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4561.         return $this->get('.container.private.filesystem');
  4562.     }
  4563.     /**
  4564.      * Gets the public 'state_machine.user_status' alias.
  4565.      *
  4566.      * @return object The ".container.private.state_machine.user_status" service.
  4567.      */
  4568.     protected function getStateMachine_UserStatusService()
  4569.     {
  4570.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.user_status" service directly from the container is deprecated, use dependency injection instead.');
  4571.         return $this->get('.container.private.state_machine.user_status');
  4572.     }
  4573.     /**
  4574.      * Gets the public 'serializer' alias.
  4575.      *
  4576.      * @return object The ".container.private.serializer" service.
  4577.      */
  4578.     protected function getSerializerService()
  4579.     {
  4580.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4581.         return $this->get('.container.private.serializer');
  4582.     }
  4583.     /**
  4584.      * Gets the public 'security.csrf.token_manager' alias.
  4585.      *
  4586.      * @return object The ".container.private.security.csrf.token_manager" service.
  4587.      */
  4588.     protected function getSecurity_Csrf_TokenManagerService()
  4589.     {
  4590.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4591.         return $this->get('.container.private.security.csrf.token_manager');
  4592.     }
  4593.     /**
  4594.      * Gets the public 'form.factory' alias.
  4595.      *
  4596.      * @return object The ".container.private.form.factory" service.
  4597.      */
  4598.     protected function getForm_FactoryService()
  4599.     {
  4600.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4601.         return $this->get('.container.private.form.factory');
  4602.     }
  4603.     /**
  4604.      * Gets the public 'form.type.file' alias.
  4605.      *
  4606.      * @return object The ".container.private.form.type.file" service.
  4607.      */
  4608.     protected function getForm_Type_FileService()
  4609.     {
  4610.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4611.         return $this->get('.container.private.form.type.file');
  4612.     }
  4613.     /**
  4614.      * Gets the public 'profiler' alias.
  4615.      *
  4616.      * @return object The ".container.private.profiler" service.
  4617.      */
  4618.     protected function getProfilerService()
  4619.     {
  4620.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4621.         return $this->get('.container.private.profiler');
  4622.     }
  4623.     /**
  4624.      * Gets the public 'twig' alias.
  4625.      *
  4626.      * @return object The ".container.private.twig" service.
  4627.      */
  4628.     protected function getTwigService()
  4629.     {
  4630.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4631.         return $this->get('.container.private.twig');
  4632.     }
  4633.     /**
  4634.      * Gets the public 'security.authorization_checker' alias.
  4635.      *
  4636.      * @return object The ".container.private.security.authorization_checker" service.
  4637.      */
  4638.     protected function getSecurity_AuthorizationCheckerService()
  4639.     {
  4640.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4641.         return $this->get('.container.private.security.authorization_checker');
  4642.     }
  4643.     /**
  4644.      * Gets the public 'security.token_storage' alias.
  4645.      *
  4646.      * @return object The ".container.private.security.token_storage" service.
  4647.      */
  4648.     protected function getSecurity_TokenStorageService()
  4649.     {
  4650.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4651.         return $this->get('.container.private.security.token_storage');
  4652.     }
  4653.     /**
  4654.      * Gets the public 'security.password_encoder' alias.
  4655.      *
  4656.      * @return object The ".container.private.security.password_encoder" service.
  4657.      */
  4658.     protected function getSecurity_PasswordEncoderService()
  4659.     {
  4660.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4661.         return $this->get('.container.private.security.password_encoder');
  4662.     }
  4663.     /**
  4664.      * Gets the public 'session' alias.
  4665.      *
  4666.      * @return object The ".container.private.session" service.
  4667.      */
  4668.     protected function getSessionService()
  4669.     {
  4670.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4671.         return $this->get('.container.private.session');
  4672.     }
  4673.     /**
  4674.      * Gets the public 'validator' alias.
  4675.      *
  4676.      * @return object The ".container.private.validator" service.
  4677.      */
  4678.     protected function getValidatorService()
  4679.     {
  4680.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4681.         return $this->get('.container.private.validator');
  4682.     }
  4683.     /**
  4684.      * @return array|bool|float|int|string|\UnitEnum|null
  4685.      */
  4686.     public function getParameter(string $name)
  4687.     {
  4688.         if (isset($this->buildParameters[$name])) {
  4689.             return $this->buildParameters[$name];
  4690.         }
  4691.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4692.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4693.         }
  4694.         if (isset($this->loadedDynamicParameters[$name])) {
  4695.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4696.         }
  4697.         return $this->parameters[$name];
  4698.     }
  4699.     public function hasParameter(string $name): bool
  4700.     {
  4701.         if (isset($this->buildParameters[$name])) {
  4702.             return true;
  4703.         }
  4704.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4705.     }
  4706.     public function setParameter(string $name$value): void
  4707.     {
  4708.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4709.     }
  4710.     public function getParameterBag(): ParameterBagInterface
  4711.     {
  4712.         if (null === $this->parameterBag) {
  4713.             $parameters $this->parameters;
  4714.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4715.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4716.             }
  4717.             foreach ($this->buildParameters as $name => $value) {
  4718.                 $parameters[$name] = $value;
  4719.             }
  4720.             $this->parameterBag = new FrozenParameterBag($parameters);
  4721.         }
  4722.         return $this->parameterBag;
  4723.     }
  4724.     private $loadedDynamicParameters = [
  4725.         'kernel.runtime_environment' => false,
  4726.         'kernel.build_dir' => false,
  4727.         'kernel.cache_dir' => false,
  4728.         'mailwizz_dsn' => false,
  4729.         'mailwizz_username' => false,
  4730.         'mailwizz_password' => false,
  4731.         'ssh_dtv_ip' => false,
  4732.         'ssh_dtv_root' => false,
  4733.         'ssh_dtv_root_pwd' => false,
  4734.         'test_datatbase' => false,
  4735.         'kernel.secret' => false,
  4736.         'debug.container.dump' => false,
  4737.         'serializer.mapping.cache.file' => false,
  4738.         'validator.mapping.cache.file' => false,
  4739.         'profiler.storage.dsn' => false,
  4740.         'doctrine.orm.proxy_dir' => false,
  4741.     ];
  4742.     private $dynamicParameters = [];
  4743.     private function getDynamicParameter(string $name)
  4744.     {
  4745.         switch ($name) {
  4746.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4747.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4748.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4749.             case 'mailwizz_dsn'$value $this->getEnv('MAILWIZZ_DSN'); break;
  4750.             case 'mailwizz_username'$value $this->getEnv('MAILWIZZ_USERNAME'); break;
  4751.             case 'mailwizz_password'$value $this->getEnv('MAILWIZZ_PASSWORD'); break;
  4752.             case 'ssh_dtv_ip'$value $this->getEnv('SSH_DTV_IP'); break;
  4753.             case 'ssh_dtv_root'$value $this->getEnv('SSH_DTV_ROOT'); break;
  4754.             case 'ssh_dtv_root_pwd'$value $this->getEnv('SSH_DTV_ROOT_PWD'); break;
  4755.             case 'test_datatbase'$value $this->getEnv('resolve:DATABASE_URL'); break;
  4756.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4757.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4758.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4759.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4760.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4761.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4762.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4763.         }
  4764.         $this->loadedDynamicParameters[$name] = true;
  4765.         return $this->dynamicParameters[$name] = $value;
  4766.     }
  4767.     protected function getDefaultParameters(): array
  4768.     {
  4769.         return [
  4770.             'kernel.project_dir' => \dirname(__DIR__5),
  4771.             'kernel.environment' => 'dev',
  4772.             'kernel.debug' => true,
  4773.             'kernel.logs_dir' => (\dirname(__DIR__4).'/log/lecercledaikin.dtv-projects.com'),
  4774.             'kernel.bundles' => [
  4775.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4776.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  4777.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4778.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4779.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4780.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  4781.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4782.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  4783.                 'PrestaImageBundle' => 'Presta\\ImageBundle\\PrestaImageBundle',
  4784.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  4785.                 'EasyDeployBundle' => 'EasyCorp\\Bundle\\EasyDeployBundle\\EasyDeployBundle',
  4786.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4787.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4788.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4789.                 'WhiteOctoberBreadcrumbsBundle' => 'WhiteOctober\\BreadcrumbsBundle\\WhiteOctoberBreadcrumbsBundle',
  4790.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  4791.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4792.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4793.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  4794.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  4795.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4796.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4797.                 'LiipTestFixturesBundle' => 'Liip\\TestFixturesBundle\\LiipTestFixturesBundle',
  4798.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  4799.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4800.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  4801.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4802.                 'DatatableBundle' => 'EchoNumeric\\DatatableBundle\\DatatableBundle',
  4803.                 'StatisticBundle' => 'EchoNumeric\\StatisticBundle\\StatisticBundle',
  4804.                 'HslavichOneloginSamlBundle' => 'Hslavich\\OneloginSamlBundle\\HslavichOneloginSamlBundle',
  4805.                 'CorleyMaintenanceBundle' => 'Corley\\MaintenanceBundle\\CorleyMaintenanceBundle',
  4806.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4807.                 'BMBackupManagerBundle' => 'BM\\BackupManagerBundle\\BMBackupManagerBundle',
  4808.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  4809.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  4810.                 'CronCronBundle' => 'Cron\\CronBundle\\CronCronBundle',
  4811.                 'SlopeItBreadcrumbBundle' => 'SlopeIt\\BreadcrumbBundle\\SlopeItBreadcrumbBundle',
  4812.                 'DHAuditorBundle' => 'DH\\AuditorBundle\\DHAuditorBundle',
  4813.             ],
  4814.             'kernel.bundles_metadata' => [
  4815.                 'FrameworkBundle' => [
  4816.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/framework-bundle'),
  4817.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4818.                 ],
  4819.                 'WebpackEncoreBundle' => [
  4820.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/webpack-encore-bundle/src'),
  4821.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  4822.                 ],
  4823.                 'TwigBundle' => [
  4824.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/twig-bundle'),
  4825.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4826.                 ],
  4827.                 'TwigExtraBundle' => [
  4828.                     'path' => (\dirname(__DIR__5).'/vendor/twig/extra-bundle'),
  4829.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4830.                 ],
  4831.                 'MonologBundle' => [
  4832.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/monolog-bundle'),
  4833.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4834.                 ],
  4835.                 'StofDoctrineExtensionsBundle' => [
  4836.                     'path' => (\dirname(__DIR__5).'/vendor/stof/doctrine-extensions-bundle/src'),
  4837.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  4838.                 ],
  4839.                 'SensioFrameworkExtraBundle' => [
  4840.                     'path' => (\dirname(__DIR__5).'/vendor/sensio/framework-extra-bundle/src'),
  4841.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4842.                 ],
  4843.                 'VichUploaderBundle' => [
  4844.                     'path' => (\dirname(__DIR__5).'/vendor/vich/uploader-bundle'),
  4845.                     'namespace' => 'Vich\\UploaderBundle',
  4846.                 ],
  4847.                 'PrestaImageBundle' => [
  4848.                     'path' => (\dirname(__DIR__5).'/vendor/presta/image-bundle'),
  4849.                     'namespace' => 'Presta\\ImageBundle',
  4850.                 ],
  4851.                 'FOSJsRoutingBundle' => [
  4852.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/jsrouting-bundle'),
  4853.                     'namespace' => 'FOS\\JsRoutingBundle',
  4854.                 ],
  4855.                 'EasyDeployBundle' => [
  4856.                     'path' => (\dirname(__DIR__5).'/vendor/easycorp/easy-deploy-bundle/src'),
  4857.                     'namespace' => 'EasyCorp\\Bundle\\EasyDeployBundle',
  4858.                 ],
  4859.                 'DoctrineBundle' => [
  4860.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-bundle'),
  4861.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4862.                 ],
  4863.                 'DoctrineMigrationsBundle' => [
  4864.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-migrations-bundle'),
  4865.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4866.                 ],
  4867.                 'DoctrineFixturesBundle' => [
  4868.                     'path' => (\dirname(__DIR__5).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4869.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4870.                 ],
  4871.                 'WhiteOctoberBreadcrumbsBundle' => [
  4872.                     'path' => (\dirname(__DIR__5).'/vendor/mhujer/breadcrumbs-bundle'),
  4873.                     'namespace' => 'WhiteOctober\\BreadcrumbsBundle',
  4874.                 ],
  4875.                 'SymfonyCastsResetPasswordBundle' => [
  4876.                     'path' => (\dirname(__DIR__5).'/vendor/symfonycasts/reset-password-bundle/src'),
  4877.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  4878.                 ],
  4879.                 'JMSSerializerBundle' => [
  4880.                     'path' => (\dirname(__DIR__5).'/vendor/jms/serializer-bundle'),
  4881.                     'namespace' => 'JMS\\SerializerBundle',
  4882.                 ],
  4883.                 'FOSElasticaBundle' => [
  4884.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4885.                     'namespace' => 'FOS\\ElasticaBundle',
  4886.                 ],
  4887.                 'NelmioApiDocBundle' => [
  4888.                     'path' => (\dirname(__DIR__5).'/vendor/nelmio/api-doc-bundle'),
  4889.                     'namespace' => 'Nelmio\\ApiDocBundle',
  4890.                 ],
  4891.                 'FOSRestBundle' => [
  4892.                     'path' => (\dirname(__DIR__5).'/vendor/friendsofsymfony/rest-bundle'),
  4893.                     'namespace' => 'FOS\\RestBundle',
  4894.                 ],
  4895.                 'DebugBundle' => [
  4896.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/debug-bundle'),
  4897.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4898.                 ],
  4899.                 'WebProfilerBundle' => [
  4900.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/web-profiler-bundle'),
  4901.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4902.                 ],
  4903.                 'LiipTestFixturesBundle' => [
  4904.                     'path' => (\dirname(__DIR__5).'/vendor/liip/test-fixtures-bundle/src'),
  4905.                     'namespace' => 'Liip\\TestFixturesBundle',
  4906.                 ],
  4907.                 'NelmioAliceBundle' => [
  4908.                     'path' => (\dirname(__DIR__5).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  4909.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  4910.                 ],
  4911.                 'NelmioCorsBundle' => [
  4912.                     'path' => (\dirname(__DIR__5).'/vendor/nelmio/cors-bundle'),
  4913.                     'namespace' => 'Nelmio\\CorsBundle',
  4914.                 ],
  4915.                 'FidryAliceDataFixturesBundle' => [
  4916.                     'path' => (\dirname(__DIR__5).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  4917.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  4918.                 ],
  4919.                 'MakerBundle' => [
  4920.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/maker-bundle/src'),
  4921.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4922.                 ],
  4923.                 'DatatableBundle' => [
  4924.                     'path' => (\dirname(__DIR__5).'/lib/DatatableBundle'),
  4925.                     'namespace' => 'EchoNumeric\\DatatableBundle',
  4926.                 ],
  4927.                 'StatisticBundle' => [
  4928.                     'path' => (\dirname(__DIR__5).'/lib/StatisticBundle'),
  4929.                     'namespace' => 'EchoNumeric\\StatisticBundle',
  4930.                 ],
  4931.                 'HslavichOneloginSamlBundle' => [
  4932.                     'path' => (\dirname(__DIR__5).'/vendor/hslavich/oneloginsaml-bundle'),
  4933.                     'namespace' => 'Hslavich\\OneloginSamlBundle',
  4934.                 ],
  4935.                 'CorleyMaintenanceBundle' => [
  4936.                     'path' => (\dirname(__DIR__5).'/vendor/corley/maintenance-bundle/Corley/MaintenanceBundle'),
  4937.                     'namespace' => 'Corley\\MaintenanceBundle',
  4938.                 ],
  4939.                 'SecurityBundle' => [
  4940.                     'path' => (\dirname(__DIR__5).'/vendor/symfony/security-bundle'),
  4941.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4942.                 ],
  4943.                 'BMBackupManagerBundle' => [
  4944.                     'path' => (\dirname(__DIR__5).'/vendor/backup-manager/symfony'),
  4945.                     'namespace' => 'BM\\BackupManagerBundle',
  4946.                 ],
  4947.                 'LexikJWTAuthenticationBundle' => [
  4948.                     'path' => (\dirname(__DIR__5).'/vendor/lexik/jwt-authentication-bundle'),
  4949.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  4950.                 ],
  4951.                 'KnpSnappyBundle' => [
  4952.                     'path' => (\dirname(__DIR__5).'/vendor/knplabs/knp-snappy-bundle/src'),
  4953.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  4954.                 ],
  4955.                 'CronCronBundle' => [
  4956.                     'path' => (\dirname(__DIR__5).'/vendor/cron/cron-bundle'),
  4957.                     'namespace' => 'Cron\\CronBundle',
  4958.                 ],
  4959.                 'SlopeItBreadcrumbBundle' => [
  4960.                     'path' => (\dirname(__DIR__5).'/vendor/slope-it/breadcrumb-bundle/src'),
  4961.                     'namespace' => 'SlopeIt\\BreadcrumbBundle',
  4962.                 ],
  4963.                 'DHAuditorBundle' => [
  4964.                     'path' => (\dirname(__DIR__5).'/vendor/damienharper/auditor-bundle/src'),
  4965.                     'namespace' => 'DH\\AuditorBundle',
  4966.                 ],
  4967.             ],
  4968.             'kernel.charset' => 'UTF-8',
  4969.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4970.             'release' => '1.7.50',
  4971.             'version' => '1.7.50.1692719999',
  4972.             'default_api_version' => '3.0',
  4973.             'database_dev_path' => (\dirname(__DIR__5).'/db/platform_dev.db3'),
  4974.             'locale' => 'fr',
  4975.             'cdn' => 'https://cdn.37deux.com',
  4976.             'app.path.subdomain' => 'lecercledaikin.dtv-projects.com',
  4977.             'app.path.slider_item_images' => 'slider_item_images',
  4978.             'app.path.advertising_images' => 'advertising_images',
  4979.             'app.path.general_documents' => 'general_documents',
  4980.             'app.path.activity_images' => 'activity_images',
  4981.             'app.path.service_pro_images' => 'service_pro_images',
  4982.             'app.path.custom_product_images' => 'custom_product_images',
  4983.             'app.path.customer_product_images' => 'customer_product_images',
  4984.             'app.path.user_avatar' => 'user_avatar',
  4985.             'app.path.user_registration_document' => 'user_registration_document',
  4986.             'app.path.user_logo' => 'user_logo',
  4987.             'elastic_host' => '127.0.0.1',
  4988.             'elastic_port' => '9200',
  4989.             'elastic_url' => 'http://myes:9200/',
  4990.             'google_cert_file' => 'conf/Analytics reports-54711ec4857b.json',
  4991.             'google_analytics_ua' => 'G-22V5WBJ8N0',
  4992.             'google_analytics_account_id' => '58790053',
  4993.             'dev_email' => 'dev@37deux.com',
  4994.             'parentNamespace' => 'Group37deux',
  4995.             'email' => 'contact@lecercledaikin.fr',
  4996.             'schemeHttp' => 'https',
  4997.             'apiurl' => 'http://bo.37deux.com',
  4998.             'defaultCampaign' => 3782,
  4999.             'website_name' => 'Récompense Défi',
  5000.             'stockmanager_email' => 'emmanuel.zeppa@gmail.com',
  5001.             'point_enabled' => true,
  5002.             'godchild_enabled' => false,
  5003.             'godchild_validation' => true,
  5004.             'godchild_amount' => 2500,
  5005.             'newsletter_enabled' => true,
  5006.             'product_bo_enabled' => false,
  5007.             'display_available_stock' => true,
  5008.             'picking_supplier' => '37deux',
  5009.             'bo_api_public_key' => '96c5f8bed3f146b41c928910ce86e1',
  5010.             'bo_api_private_key' => '17204e1850549e50c0e04016c99d51',
  5011.             'capsule_api_public_key' => 'a7b45561b730a3dc71da54ace35bda',
  5012.             'capsule_api_private_key' => '0b50077a493bbf3097413c6df2c3aa',
  5013.             'quotas_enabled' => false,
  5014.             'front_theme' => 'default',
  5015.             'shippingpriceenabled' => true,
  5016.             'root_categories' => [
  5017.                 'shopping' => 3,
  5018.             ],
  5019.             'contacts' => [
  5020.                 'commercial' => [
  5021.                     'name' => '',
  5022.                     'email' => 'contact@lecercledaikin.fr',
  5023.                     'phone' => '+33 2 51 23 26 07',
  5024.                 ],
  5025.             ],
  5026.             'exports_recipients' => [
  5027.                 'Djalila' => [
  5028.                     'name' => 'Manu',
  5029.                     'email' => 'emmanuel.zeppa@gmail.com',
  5030.                 ],
  5031.             ],
  5032.             'extracts_objetpub' => [
  5033.                 'Extractions' => [
  5034.                     'name' => 'Manu',
  5035.                     'email' => 'emmanuel.zeppa@gmail.com',
  5036.                 ],
  5037.             ],
  5038.             'alert_stock' => [
  5039.                 'Estelle' => [
  5040.                     'name' => 'Manu',
  5041.                     'email' => 'emmanuel.zeppa@gmail.com',
  5042.                 ],
  5043.             ],
  5044.             'purchaseDeclaration' => true,
  5045.             'importtype' => 'cancelandreplace',
  5046.             'upload_directory' => (\dirname(__DIR__4).'/uploads'),
  5047.             'budget_enabled' => true,
  5048.             'platform' => [
  5049.                 'global' => [
  5050.                     'created_at' => '2014/01/01',
  5051.                     'version' => '1.7.43',
  5052.                     'type' => 'retention',
  5053.                     'website_name' => 'Le Cercle DAIKIN',
  5054.                     'subdomain' => 'lecercledaikin.dtv-projects.com',
  5055.                     'regate' => false,
  5056.                     'activity' => false,
  5057.                     'community' => [
  5058.                         'tree' => [
  5059.                             'ADMIN_1' => [
  5060.                                 'label' => 'Admin 1',
  5061.                                 'role' => 'ROLE_ADMIN',
  5062.                             ],
  5063.                             'ADMIN_2' => [
  5064.                                 'label' => 'Admin 2',
  5065.                                 'role' => 'ROLE_ADMIN',
  5066.                             ],
  5067.                         ],
  5068.                     ],
  5069.                     'api' => [
  5070.                         'prod' => 'http://bo.37deux.com',
  5071.                         'dev' => 'http://bo.37deux.loc',
  5072.                     ],
  5073.                     'maintenance' => [
  5074.                         'ips' => '',
  5075.                         'paths' => '',
  5076.                         'page' => '',
  5077.                         'enabled' => false,
  5078.                         'message' => '',
  5079.                     ],
  5080.                     'seo' => [
  5081.                         'title' => 'Le Cercle DAIKIN',
  5082.                         'description' => 'Déclaratif',
  5083.                         'author' => '37Deux',
  5084.                     ],
  5085.                     'hotline' => [
  5086.                         'name' => 'Le Cercle DAIKIN',
  5087.                         'contact_form_only' => true,
  5088.                         'email' => [
  5089.                             'contact' => 'contact@lecercledaikin.dtv-projects.com',
  5090.                             'icon' => 'letter_ico.png',
  5091.                         ],
  5092.                         'phone' => [
  5093.                             'contact' => '02 51 23 26 07',
  5094.                             'icon' => 'call_ico.png',
  5095.                             'calendar' => [
  5096.                                 'days' => 'Du lundi au vendredi',
  5097.                                 'hours' => 'de 9h Ã  12h et de 14h Ã  18h',
  5098.                             ],
  5099.                         ],
  5100.                     ],
  5101.                     'register' => [
  5102.                         'enabled' => false,
  5103.                         'type' => 'RegistrationFormType',
  5104.                         'post_validate' => 'default',
  5105.                         'process' => 'default',
  5106.                         'email_validate' => '',
  5107.                     ],
  5108.                     'mailer' => [
  5109.                         'mailwizz_api_key' => 'e0b30146c1cc041be2d8c85411baa0d60d2a0720',
  5110.                         'contact_email' => 'contact@lecercledaikin.dtv-projects.com',
  5111.                         'transactional_email' => 'contact@lecercledaikin.dtv-projects.com',
  5112.                         'contacts' => [
  5113.                             'commerce' => [
  5114.                                 'name' => 'serviceclient@37deux.com',
  5115.                                 'email' => 'serviceclient@37deux.com',
  5116.                                 'phone' => '02 51 00 00 00',
  5117.                             ],
  5118.                             'commandes' => [
  5119.                                 'name' => 'serviceclient@37deux.com',
  5120.                                 'email' => 'serviceclient@37deux.com',
  5121.                                 'phone' => '02 51 23 26 07',
  5122.                             ],
  5123.                             'bcc' => [
  5124.                                 'saleorder_confirm' => [
  5125.                                     => [
  5126.                                         'name' => 'website_name',
  5127.                                         'email' => 'contact@lecercledaikin.fr',
  5128.                                     ],
  5129.                                 ],
  5130.                                 'saleorder_new' => [
  5131.                                     => [
  5132.                                         'name' => 'website_name',
  5133.                                         'email' => 'contact@lecercledaikin.fr',
  5134.                                     ],
  5135.                                 ],
  5136.                                 'exports_recipients' => [
  5137.                                     => [
  5138.                                         'name' => 'Djalila Krelil',
  5139.                                         'email' => 'krelil.d@daikin.fr',
  5140.                                     ],
  5141.                                     => [
  5142.                                         'name' => 'Emmanuel Raisse',
  5143.                                         'email' => 'raisse.e@daikin.fr',
  5144.                                     ],
  5145.                                     => [
  5146.                                         'name' => 'Estelle Faivre',
  5147.                                         'email' => 'estellefaivre@37deux.com',
  5148.                                     ],
  5149.                                 ],
  5150.                                 'nbr_declaration' => [
  5151.                                     => [
  5152.                                         'name' => 'Estelle Faivre',
  5153.                                         'email' => 'estellefaivre@37deux.com',
  5154.                                     ],
  5155.                                     => [
  5156.                                         'name' => 'Jeremy Fuzeau',
  5157.                                         'email' => 'jeremyfuzeau@37deux.com',
  5158.                                     ],
  5159.                                 ],
  5160.                                 'monthly_export' => [
  5161.                                     => [
  5162.                                         'name' => '37Deux',
  5163.                                         'email' => 'extractions@37deux.com',
  5164.                                     ],
  5165.                                     => [
  5166.                                         'name' => 'Lolita Favreaux',
  5167.                                         'email' => 'lolitafavreau@37deux.com',
  5168.                                     ],
  5169.                                     => [
  5170.                                         'name' => 'Céline Piton',
  5171.                                         'email' => 'celinepiton@37deux.com',
  5172.                                     ],
  5173.                                     => [
  5174.                                         'name' => 'Estelle Faivre',
  5175.                                         'email' => 'estellefaivre@37deux.com',
  5176.                                     ],
  5177.                                     => [
  5178.                                         'name' => 'Logistique',
  5179.                                         'email' => 'logistique@37deux.com',
  5180.                                     ],
  5181.                                     => [
  5182.                                         'name' => 'Jeremy Fuzeau',
  5183.                                         'email' => 'jeremyfuzeau@37deux.com',
  5184.                                     ],
  5185.                                 ],
  5186.                                 'monthly_export_users_level' => [
  5187.                                     => [
  5188.                                         'name' => '37Deux',
  5189.                                         'email' => 'extractions@37deux.com',
  5190.                                     ],
  5191.                                     => [
  5192.                                         'name' => 'Lolita Favreaux',
  5193.                                         'email' => 'lolitafavreau@37deux.com',
  5194.                                     ],
  5195.                                     => [
  5196.                                         'name' => 'Céline Piton',
  5197.                                         'email' => 'celinepiton@37deux.com',
  5198.                                     ],
  5199.                                     => [
  5200.                                         'name' => 'Estelle Faivre',
  5201.                                         'email' => 'estellefaivre@37deux.com',
  5202.                                     ],
  5203.                                 ],
  5204.                                 'alert_stock' => [
  5205.                                     => [
  5206.                                         'name' => 'Estelle Faivre',
  5207.                                         'email' => 'estellefaivre@37deux.com',
  5208.                                         'notifIfNoAlert' => false,
  5209.                                     ],
  5210.                                     => [
  5211.                                         'name' => 'Djalila Krelil',
  5212.                                         'email' => 'krelil.d@daikin.fr',
  5213.                                         'notifIfNoAlert' => false,
  5214.                                     ],
  5215.                                     => [
  5216.                                         'name' => 'Jeremy Fuzeau',
  5217.                                         'email' => 'jeremyfuzeau@37deux.com',
  5218.                                         'notifIfNoAlert' => false,
  5219.                                     ],
  5220.                                 ],
  5221.                             ],
  5222.                         ],
  5223.                         'limit_mail_to_synchronous_sending' => 10,
  5224.                         'transactional_mails' => [
  5225.                             'new_platform' => [
  5226.                                 'subject' => 'Découvrez votre nouveau challenge',
  5227.                                 'content' => '<div>Bonjour,</div><div><br></div><div>La plateforme Le Cercle DAIKIN est officiellement ouverte ! </div><div>Vous pouvez <span style="text-align: var(--bs-body-text-align);">dès Ã  présent vous connecter sur le site [URL site] pour participer Ã  l’opération.</span></div><div><br></div><div>Le challenge aura lieu jusqu’au du [date] au [date].</div><div><br></div><div>A bientôt sur [URL site] ! </div><div><br></div><div>[Lien vers la page d’inscription]</div>',
  5228.                                 'enabled' => true,
  5229.                             ],
  5230.                             'reset_password' => [
  5231.                                 'subject' => 'Réinitialisez votre mot de passe',
  5232.                                 'content' => '<p><span style="font-size: 12px;">Bonjour </span>[FIRST_NAME],</p><p><span style="font-size: 12px;">Pour réinitialiser votre mot de passe, merci de vous rendre sur <br></span><span style="text-align: var(--bs-body-text-align); font-size: 14px;"><b>[URL_RESET_PASSWORD]</b></span><span style="text-align: var(--bs-body-text-align); font-size: 14px;">.</span></p><p><span style="font-size: 12px;">A bientôt sur [URL site] ! </span><span style="font-size: 12px;"></span><span style="text-align: var(--bs-body-text-align); font-size: 14px;"><br></span></p>',
  5233.                                 'enabled' => true,
  5234.                             ],
  5235.                             'update_points' => [
  5236.                                 'subject' => 'Mise Ã  jour de vos points sur Le Cercle DAIKIN',
  5237.                                 'content' => '<p><span style="font-size: 12px;">Bonjour [FIRST_NAME],</span></p><p><span style="font-size: 12px;">Bravo ! Votre solde de points a Ã©té mis Ã  jour de </span>[ADDED_POINTS]<span style="font-size: 12px;"> points</span></p><p><span style="font-size: 12px;">Connectez-vous </span><span style="font-size: 12px; text-align: var(--bs-body-text-align);">vite pour voir votre résultat !</span></p><p><span style="font-size: 12px; text-align: var(--bs-body-text-align);">Cliquez sur [URL_MY_POINTS] pour consulter votre solde.</span><br></p><p><span style="font-size: 12px;">A bientôt sur </span>[WEBSITE] !<br></p>',
  5238.                                 'enabled' => true,
  5239.                             ],
  5240.                             'point_expiration' => [
  5241.                                 'subject' => 'Points expirés',
  5242.                                 'content' => 'Vos points ont expirés',
  5243.                                 'enabled' => true,
  5244.                             ],
  5245.                             'closing_platform' => [
  5246.                                 'subject' => 'Fermeture de la plateforme',
  5247.                                 'content' => 'Fermeture de la plateforme',
  5248.                                 'enabled' => true,
  5249.                             ],
  5250.                             'order_pending_validation' => [
  5251.                                 'subject' => 'Votre commande en cours de validation',
  5252.                                 'content' => '<p> Bonjour prénom,</p><p>Votre commande est en cours de validation par nos Ã©quipes. </p><p>Vous trouverez ci-dessous le récapitulatif de votre commande : </p><p>[SALE_ORDER_CONTENT]</p><p>[SALE_ORDER_ADDRESS]<br></p><p>A bientôt sur [WEBSITE] !</p>',
  5253.                                 'enabled' => true,
  5254.                             ],
  5255.                             'order_admin_waiting_validation' => [
  5256.                                 'subject' => 'Commande Le Cercle DAIKIN en attente de validation sur Le Cercle DAIKIN',
  5257.                                 'content' => '<p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal;"><span style="font-family: "Helvetica Neue"; text-align: var(--bs-body-text-align);">Bonjour </span>[FULL_NAME],</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal;"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal;"><font face="Helvetica Neue">La commande </font>[SALE_ORDER_ID] <font face="Helvetica Neue">de M./Mme </font>[FULL_NAME]<font face="Helvetica Neue"> est en attente de </font><span style="font-family: "Helvetica Neue"; text-align: var(--bs-body-text-align);">validation. <br></span></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Vous trouverez ci-dessous le récapitulatif de la commande en attente:</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">[SALE_ORDER_CONTENT]<br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Pour valider la commande : [URL_VALID_SALE_ORDER]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">A bientôt sur [WEBSITE] ! <br></p>',
  5258.                                 'enabled' => true,
  5259.                             ],
  5260.                             'order_confirmation' => [
  5261.                                 'subject' => 'Votre commande Le Cercle DAIKIN est confirmée !',
  5262.                                 'content' => '<p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Bonjour [FULL_NAME]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><span style="text-align: var(--bs-body-text-align);">Nous vous informons que votre commande a Ã©té validée et qu’elle est actuellement en cours de préparation</span></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><span style="text-align: var(--bs-body-text-align);">Pour suivre l’état de votre commande, veuillez vous connecter au site et consulter </span>[URL_SALE_ORDER_LIST]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Le délai de livraison moyen varie entre 8 jours et 5 semaines.</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Sauf pour les vélos, meubles où les délais peuvent Ãªtre plus longs.</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Votre commande vous sera livrée Ã  l’adresse suivante :</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">[SALE_ORDER_ADDRESS_COMPANY]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">[SALE_ORDER_ADDRESS_RECIPIENT]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">[SALE_ORDER_ADDRESS]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Détail de la commande: </p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">[SALE_ORDER_CONTENT]<br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">A bientôt sur [WEBSITE] ! </p>',
  5263.                                 'enabled' => true,
  5264.                             ],
  5265.                             'order_canceled' => [
  5266.                                 'subject' => 'Votre commande Le Cercle DAIKIN est annulée',
  5267.                                 'content' => '<p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Bonjour [FIRST_NAME],</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Nous vous informons que votre commande "n° [SALE_ORDER_ID]" a Ã©té annulée.</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Détail de la commande: </p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">[SALE_ORDER_CONTENT]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">A bientôt sur [WEBSITE] !</p>',
  5268.                                 'enabled' => true,
  5269.                             ],
  5270.                             'order_shipped' => [
  5271.                                 'subject' => 'Expédition de votre commande',
  5272.                                 'content' => '<p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Bonjour [FULL_NAME],</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Nous vous informons que votre commande n° "[SALE_ORDER_ID]" a Ã©té expédiée</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Détail de la commande: </p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">[SALE_ORDER_CONTENT]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">A bientôt sur [WEBSITE] ! </p>',
  5273.                                 'enabled' => true,
  5274.                             ],
  5275.                             'accept_cgu_first' => [
  5276.                                 'subject' => 'Bienvenu le Cercle DAIKIN',
  5277.                                 'content' => '<p>Bonjour [FULL_NAME]</p><p>Bienvenue sur le Cercle DAIKIN !</p><p>Vous pouvez dès Ã  présent vous connecter Ã  la plateforme :</p><p>[URL_ACCEPT_CGU_FIRST]</p><p>A bientôt <span style="text-align: var(--bs-body-text-align);">le Cercle DAIKIN !</span></p>',
  5278.                                 'enabled' => true,
  5279.                             ],
  5280.                             'points_expiration' => [
  5281.                                 'subject' => 'Expiration de vos points sur Le Cercle DAIKIN',
  5282.                                 'content' => '<p>Bonjour [FIRST_NAME],</p><p>Votre solde de points va expirer le [date] : [nb de points]. </p><p>Connectez-vous vite <span style="text-align: var(--bs-body-text-align);">pour utiliser vos points !  </span></p><p>A bientôt sur [WEBSITE] ! </p>',
  5283.                                 'enabled' => true,
  5284.                             ],
  5285.                             'registration_to_validate' => [
  5286.                                 'subject' => 'Inscription Ã  valider',
  5287.                                 'content' => 'empty',
  5288.                                 'enabled' => true,
  5289.                             ],
  5290.                             'registration_validated' => [
  5291.                                 'subject' => 'Inscription validée',
  5292.                                 'content' => '<pre style=""><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; white-space: normal;">Cher installateur,</p><p class="p2" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; min-height: 15px; white-space: normal;"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; white-space: normal;">Votre inscription a bien Ã©té validée !</p><p class="p2" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; min-height: 15px; white-space: normal;"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; white-space: normal;">Vous pouvez désormais vous connecter Ã  la plateforme [WEBSITE] avec vos identifiants !</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; white-space: normal;">Déclarez dès Ã  présent vos factures sur lesquelles figurent les références du programme, récompensez-vous en cadeaux et profitez pleinement de vos avantages !</p></pre>',
  5293.                                 'enabled' => true,
  5294.                             ],
  5295.                             'registration_refused' => [
  5296.                                 'subject' => 'Inscription refusée',
  5297.                                 'content' => '<pre style=""><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; white-space: normal;">Cher installateur,</p><p class="p2" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; min-height: 15px; white-space: normal;"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; white-space: normal;">Votre inscription a Ã©té refusée.</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; white-space: normal;">Aussi, nous vous recommandons donc de vous rapprocher de votre commercial pour en connaître les raisons.</p><p class="p2" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; min-height: 15px; white-space: normal;"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: "Helvetica Neue"; white-space: normal;">A très bientôt !</p></pre>',
  5298.                                 'enabled' => true,
  5299.                             ],
  5300.                             'purchase_declaration_canceled' => [
  5301.                                 'subject' => 'Déclaration d\'achat annulée',
  5302.                                 'content' => '<p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Bonjour [FULL_NAME]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Votre déclaration d\'achat portant le numéro de facture [PURCHASE_INVOICE_NUMBER] a Ã©té annulée et sera de nouveau vérifiée ultérieurement.</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">[PURCHASE_STATUS_REASON]</p>',
  5303.                                 'enabled' => true,
  5304.                             ],
  5305.                             'purchase_declaration_new' => [
  5306.                                 'subject' => 'Nouvelle déclaration d\'achat',
  5307.                                 'content' => '<p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Bonjour [FULL_NAME],</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Votre déclaration d\'achat a bien Ã©té prise en compte, <span style="text-align: var(--bs-body-text-align);">elle sera Ã©tudiée et validée dès que possible par l\'un des administrateurs du site.</span></p><p class="p2" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue"; min-height: 15px;"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Vous serez notifié par mail de sa validation dans les prochains jours.</p>',
  5308.                                 'enabled' => true,
  5309.                             ],
  5310.                             'purchase_declaration_validated' => [
  5311.                                 'subject' => 'Déclaration d\'achat validée',
  5312.                                 'content' => '<p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Bonjour [FULL_NAME]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Votre déclaration d\'achat portant le numéro de facture [PURCHASE_INVOICE_NUMBER] a Ã©té validée et votre solde de points a Ã©té mis Ã  jours.</p>',
  5313.                                 'enabled' => true,
  5314.                             ],
  5315.                             'purchase_declaration_rejected' => [
  5316.                                 'subject' => 'Déclaration d\'achat renvoyée',
  5317.                                 'content' => '<p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Bonjour [FULL_NAME]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Votre déclaration d\'achat portant le numéro de facture [PURCHASE_INVOICE_NUMBER] <span style="text-align: var(--bs-body-text-align);">n\'a pas pu Ãªtre validée pour le moment.</span></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">[PURCHASE_STATUS_REASON]</p>',
  5318.                                 'enabled' => true,
  5319.                             ],
  5320.                             'purchase_declaration_refused' => [
  5321.                                 'subject' => 'Déclaration d\'achat refusée',
  5322.                                 'content' => '<p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Bonjour [FULL_NAME]</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">Votre déclaration d\'achat portant le numéro de facture [PURCHASE_INVOICE_NUMBER] a Ã©té refusée</p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";"><br></p><p class="p1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";">[PURCHASE_STATUS_REASON]</p>',
  5323.                                 'enabled' => true,
  5324.                             ],
  5325.                             'form_contact' => [
  5326.                                 'subject' => 'Le Cercle DAIKIN : Nouvelle demande du formulaire de contact',
  5327.                                 'content' => '<p>Un nouveau message vient d\'être envoyé:</p><p><span style="text-align: var(--bs-body-text-align);">[FORM_CONTACT_MESSAGE]</span><br></p>',
  5328.                                 'enabled' => true,
  5329.                             ],
  5330.                             'form_contact_copy' => [
  5331.                                 'subject' => 'Confirmation de contact',
  5332.                                 'content' => '<p>Nous vous confirmons l\'envoi des informations suivantes:</p><p><span style="text-align: var(--bs-body-text-align);">[FORM_CONTACT_MESSAGE]</span></p>',
  5333.                                 'enabled' => true,
  5334.                             ],
  5335.                             'order_partially_shipped' => [
  5336.                                 'enabled' => true,
  5337.                                 'subject' => 'Le Cercle DAIKIN : Commande partiellement expédiée',
  5338.                                 'content' => '<p>Bonjour [FULL_NAME]</p><p><br></p><p>Une partie de votre commande N°[SALE_ORDER_ID] vient d\'être expédiée.</p><p><br></p><p><br></p><p>Vous trouverez ci dessous l\'url de suivi:</p><p>[PARTIALLY_SHIPPED_CONTENT]</p><p><br></p><p><br></p><p>Vous pouvez Ã©galement consulter l\'état de votre commande dans votre espace personnel:</p><p>[URL_SALE_ORDER_LIST]</p><p><br></p><p><br></p><p>A bientôt sur [WEBSITE]</p>',
  5339.                             ],
  5340.                             'user_reject_cgu' => [
  5341.                                 'subject' => 'Un installateur a refusé les CGU',
  5342.                                 'content' => '<p><span style="text-align: var(--bs-body-text-align);">Bonjour,</span><br></p><p><span style="text-align: var(--bs-body-text-align);">L’installateur [USER_TRIGGER_FIRST_NAME] [USER_TRIGGER_LAST_NAME], numéro SAP [USER_TRIGGER_SAP] pour la société [USER_TRIGGER_COMPANY] n’a pas accepté les CGU du programme Le Cercle Daikin le </span>[TODAY]<span style="text-align: var(--bs-body-text-align);">.</span></p><p><span style="text-align: var(--bs-body-text-align);"><br></span><span style="text-align: var(--bs-body-text-align);">Il est désormais au statut Refusé dans la base de données, et doit Ãªtre recontacté pour confirmer ou non son refus de valider les CGU.</span></p><p><span style="text-align: var(--bs-body-text-align);"><br></span><span style="text-align: var(--bs-body-text-align);">Seul un administrateur peut supprimer l</span>’installateur<span style="text-align: var(--bs-body-text-align);"> ou lui renvoyer un mail de bienvenue.</span></p><p><span style="text-align: var(--bs-body-text-align);"><br></span><span style="text-align: var(--bs-body-text-align);">L’équipe Le Cercle Daikin</span></p>',
  5343.                                 'enabled' => true,
  5344.                             ],
  5345.                             'user_unsubscribe' => [
  5346.                                 'subject' => 'Un installateur s\'est désinscrit',
  5347.                                 'content' => '<p><span style="text-align: var(--bs-body-text-align);">Bonjour,</span><br></p><p><span style="text-align: var(--bs-body-text-align);">L’installateur [USER_TRIGGER_FIRST_NAME] [USER_TRIGGER_LAST_NAME], numéro SAP [USER_TRIGGER_SAP] pour la société [USER_TRIGGER_COMPANY] </span><span style="text-align: var(--bs-body-text-align);">vient de </span><span style="text-align: var(--bs-body-text-align);">se </span><span style="text-align: var(--bs-body-text-align);">désinscrire du programme Le Cercle Daikin le </span>[TODAY]<span style="text-align: var(--bs-body-text-align);">.</span></p><p><span style="text-align: var(--bs-body-text-align);"><br></span><span style="text-align: var(--bs-body-text-align);">L’équipe Le Cercle Daikin</span></p>',
  5348.                                 'enabled' => true,
  5349.                             ],
  5350.                         ],
  5351.                         'template' => [
  5352.                             'header' => [
  5353.                                 'background' => [
  5354.                                     'picture' => 'mailer__template__header__background__picture.png',
  5355.                                 ],
  5356.                             ],
  5357.                             'footer' => [
  5358.                                 'content' => 'Contacter nous au 06.00.00.00.00 du Lundi au Vendredi entre de 10h Ã  12h et de 14h Ã  16h',
  5359.                                 'logo' => [
  5360.                                     'picture' => 'mailer__template__footer__logo__picture.png',
  5361.                                 ],
  5362.                                 'background' => [
  5363.                                     'color' => '#000000',
  5364.                                 ],
  5365.                                 'text' => [
  5366.                                     'color' => '#ffffff',
  5367.                                 ],
  5368.                             ],
  5369.                         ],
  5370.                         'intercept_emails' => false,
  5371.                         'enabled' => true,
  5372.                     ],
  5373.                     'purchase' => [
  5374.                         'is_enabled' => true,
  5375.                         'mail_when_new_level_is_achieved' => true,
  5376.                         'product' => [
  5377.                             'type' => 'point_with_reference',
  5378.                             'conversion_price_to_value' => 0,
  5379.                         ],
  5380.                     ],
  5381.                     'point' => [
  5382.                         'display' => [
  5383.                             'symbol' => 'Pts',
  5384.                             'label' => 'Points',
  5385.                             'multiplication' => 1,
  5386.                             'overrides' => [
  5387.                             ],
  5388.                         ],
  5389.                         'isEnabled' => true,
  5390.                         'cbIsAllowed' => false,
  5391.                         'newPointSystemImplementationDate' => '2021-11-10',
  5392.                         'overrideExpirationDate' => NULL,
  5393.                         'cycle' => [
  5394.                             'firstYear' => 2015,
  5395.                             'durationCycleInYears' => 2,
  5396.                         ],
  5397.                         'rate' => '1.25',
  5398.                         'page_history' => [
  5399.                             'template_retention' => true,
  5400.                         ],
  5401.                     ],
  5402.                     'price' => [
  5403.                         'currency' => 'virtual',
  5404.                         'symbol' => 'Pts',
  5405.                         'rate' => 1.25,
  5406.                     ],
  5407.                     'checkout' => [
  5408.                         'carrying' => [
  5409.                             'tracking_urls' => [
  5410.                                 'colissimo' => 'http://www.colissimo.fr/portail_colissimo/suivre.do?colispart={$code}',
  5411.                                 'fedex' => 'http://fedex.com/Tracking?ascend_header=1&clienttype=dotcomreg&cntry_code=fr&language=french&tracknumbers={$code}',
  5412.                                 'heppner' => 'http://portail.heppner.fr/webster/DetailPositionDirectAction.do?idTiers=55143&idAlias=5628&reference={$code}&lg=fr',
  5413.                                 'chronopost' => 'http://www.chronopost.fr/expedier/inputLTNumbers.do?chronoNumbers={$code}',
  5414.                             ],
  5415.                         ],
  5416.                         'admin_confirmation' => [
  5417.                             'enabled' => false,
  5418.                             'validated_by' => 'email',
  5419.                             'emails' => [
  5420.                             ],
  5421.                         ],
  5422.                         'delivery' => [
  5423.                             'expected' => [
  5424.                                 'at' => '+2 day',
  5425.                                 'until' => '+10 day',
  5426.                             ],
  5427.                             'black_list' => [
  5428.                             ],
  5429.                             'white_list' => [
  5430.                             ],
  5431.                         ],
  5432.                         'feesmanagement' => [
  5433.                             'enabled' => true,
  5434.                         ],
  5435.                         'orderstoship' => [
  5436.                             'enabled' => true,
  5437.                         ],
  5438.                         'multishipping' => [
  5439.                             'enabled' => false,
  5440.                         ],
  5441.                         'fields' => [
  5442.                             'comment' => true,
  5443.                         ],
  5444.                         'orderpreparation' => [
  5445.                             'enabled' => false,
  5446.                         ],
  5447.                         'quotas' => [
  5448.                             'enabled' => false,
  5449.                             'start_date' => '01/01',
  5450.                             'periodicity' => 'yearly',
  5451.                         ],
  5452.                         'sendinvoice' => [
  5453.                             'enabled' => true,
  5454.                         ],
  5455.                         'groupedorders' => [
  5456.                             'enabled' => true,
  5457.                         ],
  5458.                         'shippingprice' => [
  5459.                             'enabled' => true,
  5460.                         ],
  5461.                         'point_enabled' => true,
  5462.                         'billingpoint' => [
  5463.                             'enabled' => false,
  5464.                         ],
  5465.                         'invoice' => [
  5466.                             'showTax' => false,
  5467.                         ],
  5468.                         'order_custom_question' => [
  5469.                             'enabled' => false,
  5470.                             'required' => false,
  5471.                             'label' => 'Ajouter la question dans le yaml',
  5472.                             'type' => 'radio',
  5473.                             'options' => [
  5474.                                 => [
  5475.                                     'label' => 'Oui',
  5476.                                     'value' => 'oui',
  5477.                                 ],
  5478.                                 => [
  5479.                                     'label' => 'Non',
  5480.                                     'value' => 'non',
  5481.                                 ],
  5482.                             ],
  5483.                         ],
  5484.                         'extra_data' => [
  5485.                             'enabled' => true,
  5486.                             'fields' => [
  5487.                                 'social_security_number' => 'required',
  5488.                                 'birth_date' => 'required',
  5489.                                 'birth_city' => 'required',
  5490.                             ],
  5491.                             'legal' => [
  5492.                                 'enabled' => true,
  5493.                                 'type' => 'div',
  5494.                                 'class' => 'text-primary font-size-small my-2',
  5495.                                 'format' => 'html',
  5496.                                 'content' => '<p class="font-weight-bold">Que dit la loi concernant l’attribution de gratification ?</p>'."\n".''."\n".'<p>Dans le cadre du programme de fidélisation Le Cercle Daikin, Daikin doit collecter des informations personnelles (Nom, Prénom, N° de Sécurité Sociale, etc) de chaque bénéficiaire. '."\n".'Ces informations sont collectées pour des questions légales relatives Ã  la Loi de Finance de la Sécurité Sociale de 2011, '."\n".'car Daikin doit s’acquitter de charges sociales afférentes aux gratifications accordées(1)</p>'."\n".''."\n".'<p>Ces données seront conservées par Daikin afin d’être en mesure de les présenter Ã  l’URSSAF en cas de contrôle pendant une durée de 3 ans, en plus de l’année en cours au moment du contrôle.</p>'."\n".''."\n".'<p>ORCEDE VENTE</p>'."\n".''."\n".'<p>(1) L. 242-1-4 du Code de la Sécurité Sociale et Circulaire interministérielle DSS/5B/2012/56 du 5 mars 2012, prenant effet au 01/01/2012.</p>',
  5497.                             ],
  5498.                         ],
  5499.                     ],
  5500.                     'default_campaigns' => '[3370,1071,3781]',
  5501.                     'form_type' => [
  5502.                         'user' => [
  5503.                             'transactional_email' => false,
  5504.                             'back_office' => [
  5505.                                 'user' => [
  5506.                                     'fields' => [
  5507.                                         'email' => [
  5508.                                             'enabled' => true,
  5509.                                             'required' => true,
  5510.                                         ],
  5511.                                         'civility' => [
  5512.                                             'enabled' => true,
  5513.                                             'required' => false,
  5514.                                         ],
  5515.                                         'firstName' => [
  5516.                                             'enabled' => true,
  5517.                                             'required' => true,
  5518.                                         ],
  5519.                                         'lastName' => [
  5520.                                             'enabled' => true,
  5521.                                             'required' => true,
  5522.                                         ],
  5523.                                         'phone' => [
  5524.                                             'enabled' => true,
  5525.                                             'required' => false,
  5526.                                         ],
  5527.                                         'mobile' => [
  5528.                                             'enabled' => true,
  5529.                                             'required' => false,
  5530.                                         ],
  5531.                                         'canOrder' => [
  5532.                                             'enabled' => true,
  5533.                                             'required' => false,
  5534.                                         ],
  5535.                                         'roles' => [
  5536.                                             'enabled' => true,
  5537.                                             'required' => false,
  5538.                                             'choices' => [
  5539.                                                 'Utilisateur' => 'ROLE_USER',
  5540.                                                 'Admin' => 'ROLE_ADMIN',
  5541.                                             ],
  5542.                                         ],
  5543.                                         'createdAt' => [
  5544.                                             'enabled' => true,
  5545.                                             'required' => false,
  5546.                                         ],
  5547.                                         'regate' => [
  5548.                                             'enabled' => false,
  5549.                                             'required' => false,
  5550.                                         ],
  5551.                                         'job' => [
  5552.                                             'enabled' => false,
  5553.                                             'required' => false,
  5554.                                         ],
  5555.                                         'sapAccount' => [
  5556.                                             'enabled' => false,
  5557.                                             'required' => false,
  5558.                                         ],
  5559.                                         'company' => [
  5560.                                             'enabled' => false,
  5561.                                             'required' => false,
  5562.                                         ],
  5563.                                         'address1' => [
  5564.                                             'enabled' => false,
  5565.                                             'required' => false,
  5566.                                         ],
  5567.                                         'address2' => [
  5568.                                             'enabled' => false,
  5569.                                             'required' => false,
  5570.                                         ],
  5571.                                         'postcode' => [
  5572.                                             'enabled' => false,
  5573.                                             'required' => false,
  5574.                                         ],
  5575.                                         'city' => [
  5576.                                             'enabled' => false,
  5577.                                             'required' => false,
  5578.                                         ],
  5579.                                         'commercial' => [
  5580.                                             'enabled' => false,
  5581.                                             'required' => false,
  5582.                                         ],
  5583.                                         'coverageArea' => [
  5584.                                             'enabled' => false,
  5585.                                             'required' => false,
  5586.                                         ],
  5587.                                         'agency' => [
  5588.                                             'enabled' => false,
  5589.                                             'required' => false,
  5590.                                         ],
  5591.                                         'rrdiCode' => [
  5592.                                             'enabled' => false,
  5593.                                             'required' => false,
  5594.                                         ],
  5595.                                         'sellerCode' => [
  5596.                                             'enabled' => false,
  5597.                                             'required' => false,
  5598.                                         ],
  5599.                                         'birthPlace' => [
  5600.                                             'enabled' => false,
  5601.                                             'required' => false,
  5602.                                         ],
  5603.                                         'customerId' => [
  5604.                                             'enabled' => true,
  5605.                                             'required' => false,
  5606.                                         ],
  5607.                                         'programme' => [
  5608.                                             'enabled' => true,
  5609.                                             'required' => true,
  5610.                                         ],
  5611.                                         'subscription' => [
  5612.                                             'enabled' => false,
  5613.                                             'required' => false,
  5614.                                         ],
  5615.                                         'logoFile' => [
  5616.                                             'enabled' => false,
  5617.                                             'required' => false,
  5618.                                         ],
  5619.                                         'avatarFile' => [
  5620.                                             'enabled' => false,
  5621.                                             'required' => false,
  5622.                                         ],
  5623.                                         'pointExpirationDate' => [
  5624.                                             'enabled' => false,
  5625.                                             'required' => false,
  5626.                                         ],
  5627.                                         'pointSystem' => [
  5628.                                             'enabled' => false,
  5629.                                             'required' => false,
  5630.                                         ],
  5631.                                         'pointConversionRate' => [
  5632.                                             'enabled' => false,
  5633.                                             'required' => false,
  5634.                                         ],
  5635.                                     ],
  5636.                                     'groups' => [
  5637.                                         'user_data' => [
  5638.                                             'fields' => [
  5639.                                                 => 'civility',
  5640.                                                 => 'firstName',
  5641.                                                 => 'lastName',
  5642.                                                 => 'phone',
  5643.                                                 => 'mobile',
  5644.                                                 => 'birthPlace',
  5645.                                                 => 'company',
  5646.                                             ],
  5647.                                         ],
  5648.                                         'user_address' => [
  5649.                                             'fields' => [
  5650.                                                 => 'address1',
  5651.                                                 => 'address2',
  5652.                                                 => 'postcode',
  5653.                                                 => 'city',
  5654.                                             ],
  5655.                                         ],
  5656.                                         'user_id' => [
  5657.                                             'fields' => [
  5658.                                                 => 'email',
  5659.                                                 => 'sapAccount',
  5660.                                                 => 'rrdiCode',
  5661.                                                 => 'billingPoint',
  5662.                                                 => 'companySiret',
  5663.                                                 => 'sellerCode',
  5664.                                                 => 'customerId',
  5665.                                                 => 'programme',
  5666.                                                 => 'roles',
  5667.                                                 => 'job',
  5668.                                                 10 => 'parents',
  5669.                                             ],
  5670.                                         ],
  5671.                                         'user_info' => [
  5672.                                             'fields' => [
  5673.                                                 => 'canOrder',
  5674.                                                 => 'agency',
  5675.                                                 => 'regate',
  5676.                                                 => 'commercial',
  5677.                                                 => 'coverageArea',
  5678.                                                 => 'saleOrderValidation',
  5679.                                                 => 'universes',
  5680.                                                 => 'subscription',
  5681.                                                 => 'logoFile',
  5682.                                                 => 'avatarFile',
  5683.                                                 10 => 'pointExpirationDate',
  5684.                                                 11 => 'pointSystem',
  5685.                                                 12 => 'pointConversionRate',
  5686.                                             ],
  5687.                                         ],
  5688.                                     ],
  5689.                                 ],
  5690.                                 'admin' => [
  5691.                                     'fields' => [
  5692.                                         'email' => [
  5693.                                             'enabled' => true,
  5694.                                             'required' => true,
  5695.                                         ],
  5696.                                         'civility' => [
  5697.                                             'enabled' => true,
  5698.                                             'required' => false,
  5699.                                         ],
  5700.                                         'firstName' => [
  5701.                                             'enabled' => true,
  5702.                                             'required' => true,
  5703.                                         ],
  5704.                                         'lastName' => [
  5705.                                             'enabled' => true,
  5706.                                             'required' => true,
  5707.                                         ],
  5708.                                         'phone' => [
  5709.                                             'enabled' => true,
  5710.                                             'required' => false,
  5711.                                         ],
  5712.                                         'mobile' => [
  5713.                                             'enabled' => true,
  5714.                                             'required' => false,
  5715.                                         ],
  5716.                                         'canOrder' => [
  5717.                                             'enabled' => true,
  5718.                                             'required' => false,
  5719.                                         ],
  5720.                                         'job' => [
  5721.                                             'enabled' => true,
  5722.                                             'required' => true,
  5723.                                         ],
  5724.                                         'pointSystem' => [
  5725.                                             'enabled' => false,
  5726.                                             'required' => false,
  5727.                                         ],
  5728.                                         'pointConversionRate' => [
  5729.                                             'enabled' => false,
  5730.                                             'required' => false,
  5731.                                         ],
  5732.                                     ],
  5733.                                     'groups' => [
  5734.                                         'user_data' => [
  5735.                                             'fields' => [
  5736.                                                 => 'civility',
  5737.                                                 => 'firstName',
  5738.                                                 => 'lastName',
  5739.                                                 => 'phone',
  5740.                                                 => 'mobile',
  5741.                                             ],
  5742.                                         ],
  5743.                                         'user_id' => [
  5744.                                             'fields' => [
  5745.                                                 => 'email',
  5746.                                                 => 'job',
  5747.                                             ],
  5748.                                         ],
  5749.                                         'user_info' => [
  5750.                                             'fields' => [
  5751.                                                 => 'canOrder',
  5752.                                                 => 'pointExpirationDate',
  5753.                                                 => 'pointSystem',
  5754.                                                 => 'pointConversionRate',
  5755.                                             ],
  5756.                                         ],
  5757.                                     ],
  5758.                                 ],
  5759.                                 'super_admin' => [
  5760.                                     'fields' => [
  5761.                                         'email' => [
  5762.                                             'enabled' => true,
  5763.                                             'required' => true,
  5764.                                         ],
  5765.                                         'civility' => [
  5766.                                             'enabled' => true,
  5767.                                             'required' => false,
  5768.                                         ],
  5769.                                         'firstName' => [
  5770.                                             'enabled' => true,
  5771.                                             'required' => true,
  5772.                                         ],
  5773.                                         'lastName' => [
  5774.                                             'enabled' => true,
  5775.                                             'required' => true,
  5776.                                         ],
  5777.                                         'phone' => [
  5778.                                             'enabled' => true,
  5779.                                             'required' => false,
  5780.                                         ],
  5781.                                         'mobile' => [
  5782.                                             'enabled' => true,
  5783.                                             'required' => false,
  5784.                                         ],
  5785.                                     ],
  5786.                                     'groups' => [
  5787.                                         'user_data' => [
  5788.                                             'fields' => [
  5789.                                                 => 'civility',
  5790.                                                 => 'firstName',
  5791.                                                 => 'lastName',
  5792.                                                 => 'phone',
  5793.                                                 => 'mobile',
  5794.                                             ],
  5795.                                         ],
  5796.                                         'user_id' => [
  5797.                                             'fields' => [
  5798.                                                 => 'email',
  5799.                                             ],
  5800.                                         ],
  5801.                                         'user_info' => [
  5802.                                             'fields' => [
  5803.                                                 => 'enabled',
  5804.                                             ],
  5805.                                         ],
  5806.                                     ],
  5807.                                 ],
  5808.                                 'profile' => [
  5809.                                     'fields' => [
  5810.                                         'logoFile' => [
  5811.                                             'enabled' => true,
  5812.                                             'required' => false,
  5813.                                             'acl' => [
  5814.                                                 'roles' => NULL,
  5815.                                                 'jobs' => [
  5816.                                                     => 'adherent',
  5817.                                                 ],
  5818.                                             ],
  5819.                                         ],
  5820.                                         'avatarFile' => [
  5821.                                             'enabled' => false,
  5822.                                             'required' => false,
  5823.                                         ],
  5824.                                         'email' => [
  5825.                                             'enabled' => true,
  5826.                                             'required' => true,
  5827.                                         ],
  5828.                                         'civility' => [
  5829.                                             'enabled' => true,
  5830.                                             'required' => false,
  5831.                                         ],
  5832.                                         'firstName' => [
  5833.                                             'enabled' => true,
  5834.                                             'required' => true,
  5835.                                         ],
  5836.                                         'lastName' => [
  5837.                                             'enabled' => true,
  5838.                                             'required' => true,
  5839.                                         ],
  5840.                                         'phone' => [
  5841.                                             'enabled' => true,
  5842.                                             'required' => false,
  5843.                                         ],
  5844.                                         'mobile' => [
  5845.                                             'enabled' => true,
  5846.                                             'required' => false,
  5847.                                         ],
  5848.                                         'company' => [
  5849.                                             'enabled' => true,
  5850.                                             'required' => false,
  5851.                                         ],
  5852.                                     ],
  5853.                                     'groups' => [
  5854.                                         'user_data' => [
  5855.                                             'fields' => [
  5856.                                                 => 'civility',
  5857.                                                 => 'firstName',
  5858.                                                 => 'lastName',
  5859.                                                 => 'phone',
  5860.                                                 => 'mobile',
  5861.                                                 => 'company',
  5862.                                             ],
  5863.                                         ],
  5864.                                         'user_address' => [
  5865.                                             'fields' => [
  5866.                                                 => 'address1',
  5867.                                                 => 'address2',
  5868.                                                 => 'postcode',
  5869.                                                 => 'city',
  5870.                                             ],
  5871.                                         ],
  5872.                                         'user_id' => [
  5873.                                             'fields' => [
  5874.                                                 => 'email',
  5875.                                                 => 'sapAccount',
  5876.                                                 => 'rrdiCode',
  5877.                                             ],
  5878.                                         ],
  5879.                                         'user_info' => [
  5880.                                             'fields' => [
  5881.                                                 => 'avatarFile',
  5882.                                                 => 'logoFile',
  5883.                                             ],
  5884.                                         ],
  5885.                                     ],
  5886.                                 ],
  5887.                             ],
  5888.                         ],
  5889.                         'purchase' => [
  5890.                             'front_office' => [
  5891.                                 'purchase' => [
  5892.                                     'fields' => [
  5893.                                         'product' => [
  5894.                                             'enabled' => false,
  5895.                                             'required' => false,
  5896.                                         ],
  5897.                                         'invoiceNumber' => [
  5898.                                             'enabled' => true,
  5899.                                             'required' => true,
  5900.                                             'label' => '1 - Saisir le numéro de ma facture',
  5901.                                             'label_html' => true,
  5902.                                         ],
  5903.                                         'invoiceDate' => [
  5904.                                             'enabled' => true,
  5905.                                             'required' => true,
  5906.                                             'label' => '2 - Saisir la date de ma facture',
  5907.                                             'label_html' => true,
  5908.                                         ],
  5909.                                         'distributor' => [
  5910.                                             'enabled' => false,
  5911.                                             'required' => false,
  5912.                                             'label' => '3 - Sélectionner un distributeur',
  5913.                                             'label_html' => true,
  5914.                                         ],
  5915.                                         'distributorCompany' => [
  5916.                                             'enabled' => false,
  5917.                                             'required' => false,
  5918.                                         ],
  5919.                                         'distributorCompanyAutocomplete' => [
  5920.                                             'enabled' => true,
  5921.                                             'required' => false,
  5922.                                         ],
  5923.                                         'distributorPostcode' => [
  5924.                                             'enabled' => true,
  5925.                                             'required' => false,
  5926.                                         ],
  5927.                                         'distributorCity' => [
  5928.                                             'enabled' => true,
  5929.                                             'required' => false,
  5930.                                         ],
  5931.                                         'customerFirstName' => [
  5932.                                             'enabled' => false,
  5933.                                             'required' => false,
  5934.                                             'attr' => [
  5935.                                                 'class' => 'custom-input',
  5936.                                             ],
  5937.                                         ],
  5938.                                         'customerLastName' => [
  5939.                                             'enabled' => false,
  5940.                                             'required' => false,
  5941.                                             'attr' => [
  5942.                                                 'class' => 'custom-input',
  5943.                                             ],
  5944.                                         ],
  5945.                                         'customerAddress1' => [
  5946.                                             'enabled' => false,
  5947.                                             'required' => false,
  5948.                                             'attr' => [
  5949.                                                 'class' => 'custom-input',
  5950.                                             ],
  5951.                                         ],
  5952.                                         'customerAddress2' => [
  5953.                                             'enabled' => false,
  5954.                                             'required' => false,
  5955.                                             'attr' => [
  5956.                                                 'class' => 'custom-input',
  5957.                                             ],
  5958.                                         ],
  5959.                                         'customerPostcode' => [
  5960.                                             'enabled' => false,
  5961.                                             'required' => false,
  5962.                                             'attr' => [
  5963.                                                 'class' => 'custom-input',
  5964.                                             ],
  5965.                                         ],
  5966.                                         'customerCity' => [
  5967.                                             'enabled' => false,
  5968.                                             'required' => false,
  5969.                                             'attr' => [
  5970.                                                 'class' => 'custom-input',
  5971.                                             ],
  5972.                                         ],
  5973.                                     ],
  5974.                                 ],
  5975.                             ],
  5976.                         ],
  5977.                     ],
  5978.                     'favicon' => [
  5979.                         'url' => 'favicon__url.png',
  5980.                         'alt' => 'Le Cercle DAIKIN',
  5981.                         'class' => '',
  5982.                     ],
  5983.                     'shop' => [
  5984.                         'display_available_stock' => true,
  5985.                         'general_config' => [
  5986.                             'filters' => [
  5987.                                 => 'categories',
  5988.                                 => 'rangePrice',
  5989.                                 => 'generalSearch',
  5990.                                 => 'declinations',
  5991.                                 => 'orderPoints',
  5992.                             ],
  5993.                             'resetFilters' => true,
  5994.                         ],
  5995.                         'catalogues' => [
  5996.                             => [
  5997.                                 'enabled' => true,
  5998.                                 'label' => 'Shopping',
  5999.                                 'campaigns' => '[3370,1071,3781,1]',
  6000.                                 'stand_alone' => false,
  6001.                                 'slug' => 'shopping',
  6002.                                 'types' => [
  6003.                                     => 'shopping',
  6004.                                 ],
  6005.                                 'include' => [
  6006.                                     'products' => [
  6007.                                     ],
  6008.                                     'categories' => [
  6009.                                         'parents_id' => [
  6010.                                         ],
  6011.                                         'parents_title' => [
  6012.                                         ],
  6013.                                         'id' => [
  6014.                                         ],
  6015.                                         'titles' => [
  6016.                                         ],
  6017.                                     ],
  6018.                                     'price_range' => [
  6019.                                     ],
  6020.                                     'prices' => [
  6021.                                     ],
  6022.                                 ],
  6023.                                 'exclude' => [
  6024.                                     'products' => [
  6025.                                     ],
  6026.                                     'categories' => [
  6027.                                         'parents_id' => [
  6028.                                         ],
  6029.                                         'parents_title' => [
  6030.                                         ],
  6031.                                         'id' => [
  6032.                                         ],
  6033.                                         'titles' => [
  6034.                                         ],
  6035.                                     ],
  6036.                                     'price_range' => [
  6037.                                     ],
  6038.                                     'prices' => [
  6039.                                     ],
  6040.                                     'jobs' => [
  6041.                                     ],
  6042.                                     'roles' => [
  6043.                                     ],
  6044.                                 ],
  6045.                                 'display_available_stock' => false,
  6046.                             ],
  6047.                             => [
  6048.                                 'enabled' => true,
  6049.                                 'label' => 'Évasion',
  6050.                                 'campaigns' => '[3370,1071,3781,1]',
  6051.                                 'stand_alone' => false,
  6052.                                 'slug' => 'evasion',
  6053.                                 'types' => [
  6054.                                     => 'evasion',
  6055.                                 ],
  6056.                                 'include' => [
  6057.                                     'products' => [
  6058.                                     ],
  6059.                                     'categories' => [
  6060.                                         'parents_id' => [
  6061.                                         ],
  6062.                                         'parents_title' => [
  6063.                                         ],
  6064.                                         'id' => [
  6065.                                         ],
  6066.                                         'titles' => [
  6067.                                         ],
  6068.                                     ],
  6069.                                     'price_range' => [
  6070.                                     ],
  6071.                                     'prices' => [
  6072.                                     ],
  6073.                                 ],
  6074.                                 'exclude' => [
  6075.                                     'products' => [
  6076.                                     ],
  6077.                                     'categories' => [
  6078.                                         'parents_id' => [
  6079.                                         ],
  6080.                                         'parents_title' => [
  6081.                                         ],
  6082.                                         'id' => [
  6083.                                         ],
  6084.                                         'titles' => [
  6085.                                         ],
  6086.                                     ],
  6087.                                     'price_range' => [
  6088.                                     ],
  6089.                                     'prices' => [
  6090.                                     ],
  6091.                                     'jobs' => [
  6092.                                     ],
  6093.                                     'roles' => [
  6094.                                     ],
  6095.                                 ],
  6096.                                 'display_available_stock' => false,
  6097.                             ],
  6098.                             => [
  6099.                                 'enabled' => false,
  6100.                                 'label' => 'Paniers garnis',
  6101.                                 'campaigns' => '[]',
  6102.                                 'stand_alone' => false,
  6103.                                 'slug' => 'paniers_garnis',
  6104.                                 'types' => [
  6105.                                     => 'paniers_garnis',
  6106.                                 ],
  6107.                                 'include' => [
  6108.                                     'products' => [
  6109.                                     ],
  6110.                                     'categories' => [
  6111.                                         'parents_id' => [
  6112.                                         ],
  6113.                                         'parents_title' => [
  6114.                                         ],
  6115.                                         'id' => [
  6116.                                         ],
  6117.                                         'titles' => [
  6118.                                         ],
  6119.                                     ],
  6120.                                     'price_range' => [
  6121.                                     ],
  6122.                                     'prices' => [
  6123.                                     ],
  6124.                                 ],
  6125.                                 'exclude' => [
  6126.                                     'products' => [
  6127.                                     ],
  6128.                                     'categories' => [
  6129.                                         'parents_id' => [
  6130.                                         ],
  6131.                                         'parents_title' => [
  6132.                                         ],
  6133.                                         'id' => [
  6134.                                         ],
  6135.                                         'titles' => [
  6136.                                         ],
  6137.                                     ],
  6138.                                     'price_range' => [
  6139.                                     ],
  6140.                                     'prices' => [
  6141.                                     ],
  6142.                                     'jobs' => [
  6143.                                     ],
  6144.                                     'roles' => [
  6145.                                     ],
  6146.                                 ],
  6147.                                 'display_available_stock' => false,
  6148.                             ],
  6149.                             => [
  6150.                                 'enabled' => false,
  6151.                                 'label' => 'Outils pro',
  6152.                                 'campaigns' => '[3370,1071,3781]',
  6153.                                 'stand_alone' => false,
  6154.                                 'slug' => 'service',
  6155.                                 'types' => [
  6156.                                     => 'service',
  6157.                                 ],
  6158.                                 'include' => [
  6159.                                     'products' => [
  6160.                                     ],
  6161.                                     'categories' => [
  6162.                                         'parents_id' => [
  6163.                                         ],
  6164.                                         'parents_title' => [
  6165.                                         ],
  6166.                                         'id' => [
  6167.                                         ],
  6168.                                         'titles' => [
  6169.                                         ],
  6170.                                     ],
  6171.                                     'price_range' => [
  6172.                                     ],
  6173.                                     'prices' => [
  6174.                                     ],
  6175.                                 ],
  6176.                                 'exclude' => [
  6177.                                     'products' => [
  6178.                                     ],
  6179.                                     'categories' => [
  6180.                                         'parents_id' => [
  6181.                                         ],
  6182.                                         'parents_title' => [
  6183.                                         ],
  6184.                                         'id' => [
  6185.                                         ],
  6186.                                         'titles' => [
  6187.                                         ],
  6188.                                     ],
  6189.                                     'price_range' => [
  6190.                                     ],
  6191.                                     'prices' => [
  6192.                                     ],
  6193.                                     'jobs' => [
  6194.                                     ],
  6195.                                     'roles' => [
  6196.                                     ],
  6197.                                 ],
  6198.                                 'display_available_stock' => false,
  6199.                             ],
  6200.                             => [
  6201.                                 'enabled' => true,
  6202.                                 'label' => 'Objets publicitaires',
  6203.                                 'campaigns' => '[3370,1071,3781]',
  6204.                                 'stand_alone' => false,
  6205.                                 'slug' => 'obj_pub',
  6206.                                 'types' => [
  6207.                                     => 'obj_pub',
  6208.                                 ],
  6209.                                 'include' => [
  6210.                                     'products' => [
  6211.                                     ],
  6212.                                     'categories' => [
  6213.                                         'parents_id' => [
  6214.                                         ],
  6215.                                         'parents_title' => [
  6216.                                         ],
  6217.                                         'id' => [
  6218.                                         ],
  6219.                                         'titles' => [
  6220.                                         ],
  6221.                                     ],
  6222.                                     'price_range' => [
  6223.                                     ],
  6224.                                     'prices' => [
  6225.                                     ],
  6226.                                 ],
  6227.                                 'exclude' => [
  6228.                                     'products' => [
  6229.                                     ],
  6230.                                     'categories' => [
  6231.                                         'parents_id' => [
  6232.                                         ],
  6233.                                         'parents_title' => [
  6234.                                         ],
  6235.                                         'id' => [
  6236.                                         ],
  6237.                                         'titles' => [
  6238.                                         ],
  6239.                                     ],
  6240.                                     'price_range' => [
  6241.                                     ],
  6242.                                     'prices' => [
  6243.                                     ],
  6244.                                     'jobs' => [
  6245.                                     ],
  6246.                                     'roles' => [
  6247.                                     ],
  6248.                                 ],
  6249.                                 'display_available_stock' => true,
  6250.                             ],
  6251.                             => [
  6252.                                 'enabled' => false,
  6253.                                 'label' => 'E-learning',
  6254.                                 'campaigns' => '[]',
  6255.                                 'stand_alone' => false,
  6256.                                 'slug' => 'elearning',
  6257.                                 'types' => [
  6258.                                     => 'elearning',
  6259.                                 ],
  6260.                                 'include' => [
  6261.                                     'products' => [
  6262.                                     ],
  6263.                                     'categories' => [
  6264.                                         'parents_id' => [
  6265.                                         ],
  6266.                                         'parents_title' => [
  6267.                                         ],
  6268.                                         'id' => [
  6269.                                         ],
  6270.                                         'titles' => [
  6271.                                         ],
  6272.                                     ],
  6273.                                     'price_range' => [
  6274.                                     ],
  6275.                                     'prices' => [
  6276.                                     ],
  6277.                                 ],
  6278.                                 'exclude' => [
  6279.                                     'products' => [
  6280.                                     ],
  6281.                                     'categories' => [
  6282.                                         'parents_id' => [
  6283.                                         ],
  6284.                                         'parents_title' => [
  6285.                                         ],
  6286.                                         'id' => [
  6287.                                         ],
  6288.                                         'titles' => [
  6289.                                         ],
  6290.                                     ],
  6291.                                     'price_range' => [
  6292.                                     ],
  6293.                                     'prices' => [
  6294.                                     ],
  6295.                                     'jobs' => [
  6296.                                     ],
  6297.                                     'roles' => [
  6298.                                     ],
  6299.                                 ],
  6300.                                 'display_available_stock' => false,
  6301.                             ],
  6302.                             => [
  6303.                                 'enabled' => false,
  6304.                                 'label' => 'Chèques cadeaux',
  6305.                                 'campaigns' => '[]',
  6306.                                 'stand_alone' => false,
  6307.                                 'slug' => 'gift_certificate',
  6308.                                 'types' => [
  6309.                                     => 'gift_certificate',
  6310.                                 ],
  6311.                                 'include' => [
  6312.                                     'products' => [
  6313.                                     ],
  6314.                                     'categories' => [
  6315.                                         'parents_id' => [
  6316.                                         ],
  6317.                                         'parents_title' => [
  6318.                                         ],
  6319.                                         'id' => [
  6320.                                         ],
  6321.                                         'titles' => [
  6322.                                         ],
  6323.                                     ],
  6324.                                     'price_range' => [
  6325.                                     ],
  6326.                                     'prices' => [
  6327.                                     ],
  6328.                                 ],
  6329.                                 'exclude' => [
  6330.                                     'products' => [
  6331.                                     ],
  6332.                                     'categories' => [
  6333.                                         'parents_id' => [
  6334.                                         ],
  6335.                                         'parents_title' => [
  6336.                                         ],
  6337.                                         'id' => [
  6338.                                         ],
  6339.                                         'titles' => [
  6340.                                         ],
  6341.                                     ],
  6342.                                     'price_range' => [
  6343.                                     ],
  6344.                                     'prices' => [
  6345.                                     ],
  6346.                                     'jobs' => [
  6347.                                     ],
  6348.                                     'roles' => [
  6349.                                     ],
  6350.                                 ],
  6351.                                 'display_available_stock' => false,
  6352.                             ],
  6353.                         ],
  6354.                     ],
  6355.                     'wedoogift' => [
  6356.                         'enabled' => 'false',
  6357.                         'reason_label' => 'Chèques cadeaux',
  6358.                         'prod' => [
  6359.                             'url' => '',
  6360.                             'api_key' => '',
  6361.                         ],
  6362.                         'preprod' => [
  6363.                             'url' => '',
  6364.                             'api_key' => '',
  6365.                         ],
  6366.                         'dev' => [
  6367.                             'url' => '',
  6368.                             'api_key' => '',
  6369.                         ],
  6370.                     ],
  6371.                     'project_key' => '640d4247e30f61c2136066e1180dc8ac',
  6372.                     'owa_key' => '1e32c860c7b5cc1b7193a6feac85c102',
  6373.                     'language' => [
  6374.                         'default' => 'fr',
  6375.                         'available' => [
  6376.                             => 'fr',
  6377.                             => 'en',
  6378.                         ],
  6379.                         'enabled' => false,
  6380.                     ],
  6381.                     'contact' => [
  6382.                         'form_choices' => [
  6383.                             => [
  6384.                                 'label' => 'Questions sur les produits',
  6385.                                 'send_emails' => [
  6386.                                     => 'hotline@37deux.com',
  6387.                                 ],
  6388.                                 'options' => [
  6389.                                     => [
  6390.                                         'type' => 'sale_order',
  6391.                                         'label' => 'Numéro de commande',
  6392.                                     ],
  6393.                                 ],
  6394.                                 'sub_choices' => [
  6395.                                     => [
  6396.                                         'label' => 'Information technique produit',
  6397.                                     ],
  6398.                                     => [
  6399.                                         'label' => 'Problème de livraison',
  6400.                                     ],
  6401.                                     => [
  6402.                                         'label' => 'Produit non-conforme',
  6403.                                     ],
  6404.                                     => [
  6405.                                         'label' => 'Suivi de colis',
  6406.                                     ],
  6407.                                 ],
  6408.                             ],
  6409.                             => [
  6410.                                 'label' => 'Question sur les voyages',
  6411.                                 'send_emails' => [
  6412.                                     => 'evasion@37deuxvoyage.com',
  6413.                                 ],
  6414.                                 'sub_choices' => [
  6415.                                     => [
  6416.                                         'label' => 'Destination',
  6417.                                     ],
  6418.                                     => [
  6419.                                         'label' => 'Autres',
  6420.                                     ],
  6421.                                 ],
  6422.                             ],
  6423.                             => [
  6424.                                 'label' => 'Question sur le programme du site',
  6425.                                 'send_emails' => [
  6426.                                     => 'hotline@37deux.com',
  6427.                                 ],
  6428.                                 'sub_choices' => [
  6429.                                     => [
  6430.                                         'label' => 'Mot de passe oublié',
  6431.                                     ],
  6432.                                     => [
  6433.                                         'label' => 'Problème de compte',
  6434.                                     ],
  6435.                                     => [
  6436.                                         'label' => 'Problème d\'accès',
  6437.                                     ],
  6438.                                     => [
  6439.                                         'label' => 'Problème chargement de justificatif',
  6440.                                     ],
  6441.                                     => [
  6442.                                         'label' => 'Problème de points',
  6443.                                     ],
  6444.                                 ],
  6445.                             ],
  6446.                             => [
  6447.                                 'label' => 'Question SAV',
  6448.                                 'send_emails' => [
  6449.                                     => 'hotline@37deux.com',
  6450.                                 ],
  6451.                                 'sub_choices' => [
  6452.                                     => [
  6453.                                         'label' => 'Problème technique sur le produit',
  6454.                                     ],
  6455.                                     => [
  6456.                                         'label' => 'Produit cassé ou endommagé',
  6457.                                     ],
  6458.                                 ],
  6459.                             ],
  6460.                             => [
  6461.                                 'label' => 'Problème technique sur le site',
  6462.                                 'send_emails' => [
  6463.                                     => 'charlottecappai@37deux.com',
  6464.                                     => 'thomasaujean@37deux.com',
  6465.                                 ],
  6466.                             ],
  6467.                         ],
  6468.                     ],
  6469.                 ],
  6470.                 'front' => [
  6471.                     'soft_scroll' => true,
  6472.                     'theme' => 'theme-default',
  6473.                     'go_top' => false,
  6474.                     'can_order' => true,
  6475.                     'css_config' => [
  6476.                         'colors' => [
  6477.                             'primary' => [
  6478.                                 'color' => '#0095DB',
  6479.                                 'hover' => '#017fba',
  6480.                                 'outline' => '#ffffff',
  6481.                                 'text_color' => '#ffffff',
  6482.                                 'text_hover' => '#ffffff',
  6483.                             ],
  6484.                             'secondary' => [
  6485.                                 'color' => '#f5c11f',
  6486.                                 'hover' => '#ebb000',
  6487.                                 'outline' => '#ffffff',
  6488.                                 'text_color' => '#000000',
  6489.                                 'text_hover' => '#000000',
  6490.                             ],
  6491.                             'dark' => [
  6492.                                 'color' => '#000000',
  6493.                                 'hover' => '#000000',
  6494.                                 'outline' => '#ffffff',
  6495.                                 'text_color' => '#ffffff',
  6496.                                 'text_hover' => '#ffffff',
  6497.                             ],
  6498.                             'light' => [
  6499.                                 'color' => '#ffffff',
  6500.                                 'hover' => '#ffffff',
  6501.                                 'outline' => '#ffffff',
  6502.                                 'text_color' => '#000000',
  6503.                                 'text_hover' => '#000000',
  6504.                             ],
  6505.                         ],
  6506.                         'fonts' => [
  6507.                             'body' => [
  6508.                                 'selectors' => [
  6509.                                     => 'body',
  6510.                                 ],
  6511.                                 'padding' => '10px auto',
  6512.                                 'font' => [
  6513.                                     'size' => '1em',
  6514.                                     'family' => '"Roboto", sans-serif',
  6515.                                 ],
  6516.                                 'color' => '#3d3d3d',
  6517.                                 'font_size' => '1em',
  6518.                             ],
  6519.                             'h1' => [
  6520.                                 'selectors' => [
  6521.                                     => 'h1',
  6522.                                     => '.h1',
  6523.                                 ],
  6524.                                 'font_size' => '35px',
  6525.                                 'color' => '#003f72',
  6526.                                 'font_weight' => 'normal',
  6527.                             ],
  6528.                             'h2' => [
  6529.                                 'selectors' => [
  6530.                                     => 'h2',
  6531.                                     => '.h2',
  6532.                                 ],
  6533.                                 'font_size' => '30px',
  6534.                                 'color' => '#003f72',
  6535.                                 'font_weight' => 'normal',
  6536.                             ],
  6537.                             'h3' => [
  6538.                                 'color' => '#0095db',
  6539.                                 'font_size' => '25px',
  6540.                                 'font_weight' => 'normal',
  6541.                                 'selectors' => [
  6542.                                     => 'h3',
  6543.                                     => '.h3',
  6544.                                 ],
  6545.                             ],
  6546.                             'h4' => [
  6547.                                 'color' => '#0095db',
  6548.                                 'font_size' => '22px',
  6549.                                 'font_weight' => 'normal',
  6550.                                 'selectors' => [
  6551.                                     => 'h4',
  6552.                                     => '.h4',
  6553.                                 ],
  6554.                             ],
  6555.                             'link' => [
  6556.                                 'color' => '#0095db',
  6557.                                 'font_size' => '1em',
  6558.                                 'text_decoration' => 'none',
  6559.                                 'selectors' => [
  6560.                                     => 'a',
  6561.                                 ],
  6562.                             ],
  6563.                             'hover_link' => [
  6564.                                 'color' => '#003f72',
  6565.                                 'font_size' => '1em',
  6566.                                 'text_decoration' => 'none',
  6567.                                 'selectors' => [
  6568.                                     => 'a:hover',
  6569.                                 ],
  6570.                             ],
  6571.                             'required' => [
  6572.                                 'selectors' => [
  6573.                                     => '.text-required',
  6574.                                     => 'span.required',
  6575.                                 ],
  6576.                                 'color' => 'red',
  6577.                             ],
  6578.                         ],
  6579.                         'buttons' => [
  6580.                             'btn' => [
  6581.                                 'border_width' => '1px',
  6582.                                 'border_radius' => '20px',
  6583.                                 'selectors' => [
  6584.                                     => '.btn:not(.btn-link , [class$="btn-outline-"])',
  6585.                                 ],
  6586.                                 'font_size' => '18px',
  6587.                             ],
  6588.                         ],
  6589.                         'form' => [
  6590.                             'label' => [
  6591.                                 'color' => '#003f72',
  6592.                                 'font_weight' => 'bold',
  6593.                                 'selectors' => [
  6594.                                     => '.form-label',
  6595.                                 ],
  6596.                             ],
  6597.                             'input' => [
  6598.                                 'color' => '#737373',
  6599.                                 'border' => '1px #003f72 solid !important',
  6600.                                 'border_radius' => '0px',
  6601.                                 'selectors' => [
  6602.                                     => '.form-control',
  6603.                                     => '.bootstrap-select.form-control',
  6604.                                     => '.bootstrap-select button.bs-placeholder',
  6605.                                 ],
  6606.                             ],
  6607.                         ],
  6608.                         'thumbnails' => [
  6609.                             'thumb' => [
  6610.                                 'selectors' => [
  6611.                                     => '#catalogue_summary',
  6612.                                     => '.block__thumbnail',
  6613.                                 ],
  6614.                                 'border_color' => '#0065ad',
  6615.                                 'background_color' => 'rgba(0,101,173,0.8)',
  6616.                             ],
  6617.                         ],
  6618.                         'pagination' => [
  6619.                             'page_link' => [
  6620.                                 'selectors' => [
  6621.                                     => '.page-link',
  6622.                                 ],
  6623.                                 'color' => '#0065ad',
  6624.                             ],
  6625.                             'page_link_active' => [
  6626.                                 'selectors' => [
  6627.                                     => '.page-item.active .page-link',
  6628.                                 ],
  6629.                                 'border_color' => '#0065ad',
  6630.                                 'background_color' => '#0065ad',
  6631.                                 'color' => '#fff',
  6632.                             ],
  6633.                         ],
  6634.                         'css' => ''."\n".'.font-20, .font-20.form-control, .font-20:hover{ font-size: 20px }  .font-18, .font-18.form-control, .font-18:hover{ font-size: 18px }  .btn-logout { margin: 1em 0; position: absolute; right: 1em; top: 1em; padding: 4px 12px; } .btn-yellow { color: black; background-color: #f5c11f; } .btn-logout>a:nth-child(even) { border-left: 1px solid white; padding-left: .5em; margin-left: 10px; } .btn-logout>a { color: white; } .rounded { border-radius: 5em 5em 5em 5em / 5em 5em 5em 5em !important; } .btn-yellow, .btn-blue-nuance, .btn-grey-nuance, .box-user-welcome, .btn-yellow-form { padding: 8px 32px; } .video p { font-size: 20px; padding: 0 1em; } .contact-infos { display: inline-block; margin-left: 70px; } .contact-infos-mail, .contact-infos-tel { position: relative; } .contact-infos-mail:before,  .contact-infos-tel:before { content: ""; background-size: 60px 60px; width: 60px; height: 60px; position: absolute; left: -70px; } .contact-infos-mail:before { background: url(/build/assets/images/front_office/letter_ico.png) no-repeat center center; top: -17px; } .contact-infos-tel:before { background: url(/build/assets/images/front_office/call_ico.png) no-repeat center center; top: 10px; } .info-form-rgpd { font-size: 11px; text-align: justify; } .btn-blue-nuance { color      : white; background : rgba(89, 199, 242, 1); background : -moz-linear-gradient(-45deg, rgba(89, 199, 242, 1) 0, rgba(1, 127, 186, 1) 100%); background : -webkit-gradient(left top, right bottom, color-stop(0, rgba(89, 199, 242, 1)), color-stop(100%, rgba(1, 127, 186, 1))); background : -webkit-linear-gradient(-45deg, rgba(89, 199, 242, 1) 0, rgba(1, 127, 186, 1) 100%); background : -o-linear-gradient(-45deg, rgba(89, 199, 242, 1) 0, rgba(1, 127, 186, 1) 100%); background : -ms-linear-gradient(-45deg, rgba(89, 199, 242, 1) 0, rgba(1, 127, 186, 1) 100%); background : linear-gradient(135deg, rgba(89, 199, 242, 1) 0, rgba(1, 127, 186, 1) 100%); filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr="#59c7f2", endColorstr="#017fba", GradientType=1); text-align : center; font-size  : 20px; display    : inline-block; border     : 1px solid; } .btn-grey-nuance { color      : #FFFFFF; background : rgba(176, 174, 175, 1); background : -moz-linear-gradient(-45deg, rgba(176, 174, 175, 1) 0, rgba(120, 119, 119, 1) 100%); background : -webkit-gradient(left top, right bottom, color-stop(0, rgba(176, 174, 175, 1)), color-stop(100%, rgba(120, 119, 119, 1))); background : -webkit-linear-gradient( -45deg, rgba(176, 174, 175, 1) 0, rgba(120, 119, 119, 1) 100%); background : -o-linear-gradient(-45deg, rgba(176, 174, 175, 1) 0, rgba(120, 119, 119, 1) 100%); background : -ms-linear-gradient(-45deg, rgba(176, 174, 175, 1) 0, rgba(120, 119, 119, 1) 100%); background : linear-gradient( 135deg, rgba(176, 174, 175, 1) 0, rgba(120, 119, 119, 1) 100%); filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr="#aeacad", endColorstr="#787777", GradientType=1); text-align : center; font-size  : 20px; display    : inline-block; border     : 1px solid; }'."\n".'.verif-purchase-block > div:first-child { border-right: 1px solid black} .verif-purchase-block > div:last-child { border-left: 1px solid black}'."\n".'.btn-blue-nuance, .btn-blue-nuance:hover {font-size: 16px}'."\n".'.pseudo_border:after {background: #0095DB}'."\n".'.pseudo_border.pseudo_border-light:after {background: #fff}'."\n".'@media screen and (max-width: 960px){ .logo-desktop { max-width: 200px; } } @media screen and (max-width: 764px){ .logo-desktop { max-width: 130px; }'."\n".'#head_slider { height: 400px; } #head_slider > img { width: 100%; height: 100%; object-fit: cover; }'."\n".'#head_slider .head_buttons.dk { width: calc(100% - 200px); right: 5px; }'."\n".'.box-user-welcome { display: flex; flex-direction: column; } .box-user-welcome .points-counter {display: block} .menu-secondary {width: 50px} .menu-secondary a img {max-width: 100%}'."\n".'.pictos-level {font-size: 20px; margin-top: -3rem; }'."\n".'.verif-purchase-block > div:first-child { border-right: none } .verif-purchase-block > div:last-child { border-left: none } }'."\n".'.theme-default .progress {margin: 0 0 50px 0}'."\n".'.theme-default .progress__status-step .progress-bar {top: 42%}',
  6635.                     ],
  6636.                     'security' => [
  6637.                         'theme' => 'dark',
  6638.                         'header' => [
  6639.                             'type' => 'theme_default_security_header',
  6640.                             'class' => 'text-center',
  6641.                             'logo' => [
  6642.                                 'url' => 'security__header__logo__url.png',
  6643.                                 'alt' => 'Le Cercle DAIKIN',
  6644.                                 'class' => '',
  6645.                                 'enabled' => false,
  6646.                             ],
  6647.                             'background' => [
  6648.                                 'image' => NULL,
  6649.                                 'color' => '#ffffff',
  6650.                                 'class' => '',
  6651.                             ],
  6652.                             'banner' => [
  6653.                                 'url' => 'security__header__banner__url.jpg',
  6654.                                 'container' => NULL,
  6655.                                 'alt' => 'le cercle Daikin',
  6656.                                 'class' => '',
  6657.                                 'enabled' => true,
  6658.                             ],
  6659.                         ],
  6660.                         'footer' => [
  6661.                             'type' => 'theme_default_security_footer',
  6662.                             'class' => 'bg-grey text-dark justify-content-center',
  6663.                             'container' => true,
  6664.                             'sections' => [
  6665.                                 'section_contact' => [
  6666.                                     'col' => 12,
  6667.                                     'wrapper' => [
  6668.                                         'class' => '',
  6669.                                     ],
  6670.                                     'enabled' => true,
  6671.                                     'type' => 'contact_infos',
  6672.                                     'title' => [
  6673.                                         'enabled' => true,
  6674.                                         'type' => 'h3',
  6675.                                         'class' => 'text-dark text-uppercase h4',
  6676.                                         'content' => 'Hotline',
  6677.                                     ],
  6678.                                     'class' => 'col-md-4 text-center align-self-center mt-3',
  6679.                                     'name' => [
  6680.                                         'enabled' => false,
  6681.                                         'class' => '',
  6682.                                         'override_content' => NULL,
  6683.                                     ],
  6684.                                     'email' => [
  6685.                                         'enabled' => true,
  6686.                                         'class' => 'text-dark',
  6687.                                         'override_content' => NULL,
  6688.                                     ],
  6689.                                     'phone' => [
  6690.                                         'enabled' => false,
  6691.                                         'class' => 'text-dark',
  6692.                                         'override_content' => '',
  6693.                                     ],
  6694.                                 ],
  6695.                                 'section_logo' => [
  6696.                                     'enabled' => true,
  6697.                                     'col' => 12,
  6698.                                     'class' => 'col-md-4',
  6699.                                     'type' => 'link_img_static',
  6700.                                     'link' => [
  6701.                                         'enabled' => false,
  6702.                                         'tel' => '',
  6703.                                         'mailto' => '',
  6704.                                         'url' => '',
  6705.                                         'route' => '',
  6706.                                         'params' => '',
  6707.                                         'class' => '',
  6708.                                         'target' => '_self',
  6709.                                     ],
  6710.                                     'img' => [
  6711.                                         'url' => 'security__footer__sections__section_logo__img__url.png',
  6712.                                         'alt' => 'test test',
  6713.                                         'class' => '',
  6714.                                     ],
  6715.                                 ],
  6716.                                 'section_document' => [
  6717.                                     'col' => 12,
  6718.                                     'enabled' => true,
  6719.                                     'type' => 'default_list_footer_documents',
  6720.                                     'class' => 'font-15 col-md-6 col-lg-4 mt-3',
  6721.                                     'panel_right' => false,
  6722.                                     'list' => [
  6723.                                         'class' => 'text-dark text-uppercase',
  6724.                                     ],
  6725.                                     'title' => [
  6726.                                         'type' => 'h3',
  6727.                                         'content' => 'Informations légales',
  6728.                                         'class' => 'text-dark text-uppercase h4',
  6729.                                     ],
  6730.                                     'order' => [
  6731.                                         => 'reglement',
  6732.                                         => 'cgu',
  6733.                                         => 'cgv',
  6734.                                         => 'cookies',
  6735.                                         => 'rgpd',
  6736.                                     ],
  6737.                                     'end_item' => [
  6738.                                         'enabled' => true,
  6739.                                         'type' => 'footer_signature',
  6740.                                         'class' => 'd-flex align-items-end justify-content-end',
  6741.                                         'text' => [
  6742.                                             'type' => 'span',
  6743.                                             'class' => 'text-uppercase m-0 pr-2',
  6744.                                             'content' => 'RÉALISÉ PAR',
  6745.                                         ],
  6746.                                         'link' => [
  6747.                                             'enabled' => true,
  6748.                                             'url' => 'https://37deux.com/',
  6749.                                             'target' => '_blank',
  6750.                                             'content' => '37Deux',
  6751.                                             'class' => 'text-dark',
  6752.                                             'tel' => '',
  6753.                                             'mailto' => NULL,
  6754.                                             'route' => '',
  6755.                                             'params' => '',
  6756.                                         ],
  6757.                                     ],
  6758.                                     'link' => [
  6759.                                         'content' => '37DEUX',
  6760.                                     ],
  6761.                                     'hook' => [
  6762.                                         'slug' => 'footer',
  6763.                                     ],
  6764.                                 ],
  6765.                             ],
  6766.                         ],
  6767.                         'css_custom' => '',
  6768.                         'js_files' => [
  6769.                         ],
  6770.                         'login' => [
  6771.                             'modalWelcome' => false,
  6772.                             'row_justify' => 'justify-content-between',
  6773.                             'folder' => 'LeCercleDaikin',
  6774.                             'sections' => [
  6775.                                 'section_login' => [
  6776.                                     'enabled' => true,
  6777.                                     'type' => 'default_security_login_form',
  6778.                                     'class' => 'col-md-5 mb-5',
  6779.                                     'title' => [
  6780.                                         'type' => 'h2',
  6781.                                         'class' => 'text-dark text-uppercase pseudo_border pseudo_border_left',
  6782.                                         'content' => 'déjà inscrit ?',
  6783.                                     ],
  6784.                                     'form' => [
  6785.                                         'label_color' => 'text-dark',
  6786.                                         'columns' => [
  6787.                                             'label' => 'col-md-4 text-right',
  6788.                                             'input' => 'col-md-8',
  6789.                                         ],
  6790.                                         'actions' => [
  6791.                                             'class' => 'flex-column align-items-end justify-content-center',
  6792.                                             'remember_me' => [
  6793.                                                 'col' => 'col-md-8',
  6794.                                                 'class' => 'text-dark',
  6795.                                                 'order' => 'order-1',
  6796.                                             ],
  6797.                                             'connect' => [
  6798.                                                 'col' => 'col-md-8',
  6799.                                                 'class' => 'btn-secondary my-3 font-weight-bold',
  6800.                                                 'content' => 'Connexion',
  6801.                                                 'order' => 'order-3',
  6802.                                             ],
  6803.                                             'forgot_password' => [
  6804.                                                 'col' => 'col-md-8',
  6805.                                                 'class' => 'text-dark my-3',
  6806.                                                 'order' => 'order-2',
  6807.                                             ],
  6808.                                         ],
  6809.                                     ],
  6810.                                     'order' => 1,
  6811.                                     'text' => [
  6812.                                         'enabled' => false,
  6813.                                         'type' => 'p',
  6814.                                         'class' => 'text-secondary text-uppercase text-center',
  6815.                                         'content' => 'Pas encore inscrit ?',
  6816.                                     ],
  6817.                                 ],
  6818.                                 'section_info' => [
  6819.                                     'enabled' => true,
  6820.                                     'col' => 6,
  6821.                                     'type' => 'default_title_paragraph',
  6822.                                     'title' => [
  6823.                                         'type' => 'h2',
  6824.                                         'class' => 'text-dark text-uppercase pseudo_border pseudo_border_left',
  6825.                                         'content' => 'nouveau ?',
  6826.                                     ],
  6827.                                     'text' => [
  6828.                                         'type' => 'p',
  6829.                                         'class' => '',
  6830.                                         'content' => 'Pour vous inscrire, rapprochez-vous du commercial Daikin '."\n".'le plus proche de chez vous. '."\n".'Vous pouvez consulter le réseau des agences Daikin '."\n".'en cliquant sur le bouton Â«Consulter»',
  6831.                                     ],
  6832.                                     'link' => [
  6833.                                         'enabled' => true,
  6834.                                         'class' => 'btn btn-secondary font-weight-bold',
  6835.                                         'target' => '_blank',
  6836.                                         'content' => 'Consulter',
  6837.                                         'route' => '',
  6838.                                         'tel' => '',
  6839.                                         'mailto' => NULL,
  6840.                                         'url' => 'https://www.daikin.fr/fr_fr/reseau-agence-daikin.html',
  6841.                                         'params' => '',
  6842.                                     ],
  6843.                                     'container' => 'col-md-6',
  6844.                                     'order' => 2,
  6845.                                 ],
  6846.                                 'section_register' => [
  6847.                                     'enabled' => false,
  6848.                                     'type' => NULL,
  6849.                                 ],
  6850.                             ],
  6851.                             'page' => 'login',
  6852.                             'template' => NULL,
  6853.                         ],
  6854.                         'waiting_validation' => [
  6855.                             'section' => [
  6856.                                 'enabled' => false,
  6857.                                 'type' => 'default_title_paragraph',
  6858.                                 'container' => '',
  6859.                                 'title' => [
  6860.                                     'type' => 'h2',
  6861.                                     'class' => 'text-uppercase',
  6862.                                     'content' => 'VOTRE DEMANDE D\'INSCRIPTION A BIEN Ã‰TÉ PRISE EN COMPTE',
  6863.                                 ],
  6864.                                 'text' => [
  6865.                                     'type' => 'div',
  6866.                                     'class' => '',
  6867.                                     'content' => '<p> '."\n".'   Encore un peu de patience...<br> '."\n".'   Un e-mail de confirmation vous sera envoyé dès validation par votre chargé d\'affaires. '."\n".'</p> '."\n".'<h3>À très bientôt !</h3>',
  6868.                                 ],
  6869.                                 'link' => [
  6870.                                     'enabled' => false,
  6871.                                     'tel' => '',
  6872.                                     'mailto' => '',
  6873.                                     'target' => '',
  6874.                                     'url' => '',
  6875.                                     'content' => '',
  6876.                                     'route' => '',
  6877.                                     'params' => '',
  6878.                                     'class' => '',
  6879.                                 ],
  6880.                             ],
  6881.                             'page' => 'waiting_validation',
  6882.                             'template' => NULL,
  6883.                         ],
  6884.                         'register' => [
  6885.                             'enabled' => false,
  6886.                             'form' => [
  6887.                                 'type' => 'RegistrationFormType',
  6888.                                 'post_validate' => 'default',
  6889.                                 'process' => 'default',
  6890.                             ],
  6891.                             'page' => 'register',
  6892.                             'template' => NULL,
  6893.                         ],
  6894.                         'request' => [
  6895.                             'title' => [
  6896.                                 'type' => 'h1',
  6897.                                 'class' => 'text-uppercase mb-5 mt-5',
  6898.                                 'content' => 'Mot de passe oublié ?',
  6899.                             ],
  6900.                             'form' => [
  6901.                                 'row' => 'col-12 mb-3',
  6902.                                 'label' => 'mb-3',
  6903.                                 'input' => '',
  6904.                             ],
  6905.                             'button' => [
  6906.                                 'wrapper' => 'col-lg-4 text-center mb-3',
  6907.                                 'content' => 'Réinitialiser le mot de passe',
  6908.                                 'class' => 'btn btn-primary text-uppercase',
  6909.                             ],
  6910.                             'back' => [
  6911.                                 'wrapper' => 'text-center mb-4',
  6912.                                 'content' => 'Retour',
  6913.                                 'class' => 'btn btn-link',
  6914.                             ],
  6915.                             'page' => 'request',
  6916.                             'template' => NULL,
  6917.                         ],
  6918.                         'check_email' => [
  6919.                             'wrapper' => 'mb-5 mt-5 text-dark',
  6920.                             'container' => '',
  6921.                             'text' => [
  6922.                                 'class' => '',
  6923.                             ],
  6924.                             'link' => [
  6925.                                 'class' => 'text-hover-secondary text-underline',
  6926.                             ],
  6927.                             'back' => [
  6928.                                 'wrapper' => 'text-center mb-4',
  6929.                                 'content' => 'retour',
  6930.                                 'class' => 'btn btn-link',
  6931.                             ],
  6932.                             'page' => 'check_email',
  6933.                             'template' => NULL,
  6934.                         ],
  6935.                         'reset' => [
  6936.                             'wrapper' => 'mb-5 mt-5',
  6937.                             'container' => 'col-lg-5',
  6938.                             'title' => [
  6939.                                 'type' => 'h1',
  6940.                                 'class' => 'h2 text-center mb-5 mt-5',
  6941.                                 'content' => 'Renseignez votre nouveau mot de passe',
  6942.                             ],
  6943.                             'form' => [
  6944.                                 'row' => 'col-12 mb-3',
  6945.                                 'label' => 'mb-3',
  6946.                                 'input' => '',
  6947.                             ],
  6948.                             'button' => [
  6949.                                 'wrapper' => 'col-lg-4 text-center mb-3',
  6950.                                 'content' => 'Sauvegarder',
  6951.                                 'class' => 'btn btn-primary text-uppercase',
  6952.                             ],
  6953.                             'page' => 'reset',
  6954.                             'template' => NULL,
  6955.                         ],
  6956.                         'accept_cgu_first' => [
  6957.                             'wrapper' => '',
  6958.                             'container' => true,
  6959.                             'sections' => [
  6960.                             ],
  6961.                             'cgu_checkbox' => [
  6962.                                 'override' => false,
  6963.                                 'content' => 'En cochant cette case, je reconnais avoir pris connaissance des [CGU] et du [REGLEMENT] et donne mon consentement quant Ã  la réception d’informations liées au challenge par e-mail ou SMS.',
  6964.                                 'slug' => [
  6965.                                     'cgu' => 'cgu',
  6966.                                     'reglement' => 'reglement',
  6967.                                 ],
  6968.                             ],
  6969.                             'legal_info' => '',
  6970.                             'page' => 'accept_cgu_first',
  6971.                             'template' => NULL,
  6972.                         ],
  6973.                     ],
  6974.                     'common' => [
  6975.                         'secondary_menu' => [
  6976.                             'type' => 'vertical_right_menu',
  6977.                             'items' => [
  6978.                                 => [
  6979.                                     'route' => 'front_cart_show',
  6980.                                     'class' => 'btn btn-yellow',
  6981.                                     'img' => 'build/assets/images/front_office/ico_cart.png',
  6982.                                 ],
  6983.                                 => [
  6984.                                     'route' => 'front_user_profile',
  6985.                                     'class' => 'btn btn-yellow',
  6986.                                     'img' => 'build/assets/images/front_office/ico_profil.png',
  6987.                                 ],
  6988.                                 => [
  6989.                                     'route' => 'front_contact_show',
  6990.                                     'class' => 'btn btn-yellow',
  6991.                                     'img' => 'build/assets/images/front_office/ico_contact.png',
  6992.                                 ],
  6993.                             ],
  6994.                         ],
  6995.                         'header' => [
  6996.                             'type' => 'header_daikin',
  6997.                             'secondary' => true,
  6998.                             'welcome' => true,
  6999.                             'class' => 'dk',
  7000.                             'banner' => [
  7001.                                 'type' => 'common_banner_and_slider',
  7002.                                 'display' => [
  7003.                                     'enabled_on' => '["front_catalogue_custom_product","front_catalogue_custom_product_show","front_homepage","front_user_profile","front_user_order", "front_purchase_new", "front_content_program", "front_content_advantage", "front_purchase_history", "front_purchase_product", "front_catalogue_homepage", "front_cart_show", "front_user_password","front_user_addresses_list", "front_user_address_edit", "front_user_order", "front_user_unsubscription", "front_purchase_new", "front_catalogue_product", "front_cart_shipping", "front_cart_participants", "front_cart_confirmation", "front_cart_valid", "front_contact_show"]',
  7004.                                 ],
  7005.                                 'banner' => [
  7006.                                     'display' => [
  7007.                                         'enabled_on' => '["front_catalogue_custom_product","front_catalogue_custom_product_show","front_homepage","front_user_profile","front_user_order", "front_purchase_new", "front_content_program", "front_content_advantage", "front_purchase_history", "front_purchase_product", "front_catalogue_homepage", "front_cart_show", "front_user_password","front_user_addresses_list", "front_user_address_edit", "front_user_order", "front_user_unsubscription", "front_purchase_new", "front_catalogue_product", "front_cart_shipping", "front_cart_participants", "front_cart_confirmation", "front_cart_valid", "front_contact_show"]',
  7008.                                     ],
  7009.                                     'img' => [
  7010.                                         'class' => '',
  7011.                                         'url' => 'common__header__background__src.jpg',
  7012.                                         'alt' => 'Daikin le Cercle',
  7013.                                     ],
  7014.                                     'img_alt' => [
  7015.                                         'enabled' => false,
  7016.                                         'class' => '',
  7017.                                         'url' => 'common__header__banner__img_alt__url.jpeg',
  7018.                                         'alt' => 'Daikin le Cercle',
  7019.                                     ],
  7020.                                     'link' => [
  7021.                                         'enabled' => false,
  7022.                                         'tel' => '',
  7023.                                         'mailto' => NULL,
  7024.                                         'url' => '',
  7025.                                         'route' => '',
  7026.                                         'params' => '',
  7027.                                         'class' => '',
  7028.                                         'target' => '_self',
  7029.                                         'content' => NULL,
  7030.                                     ],
  7031.                                 ],
  7032.                                 'slider' => [
  7033.                                     'display' => [
  7034.                                         'enabled_on' => '["front_homepage"]',
  7035.                                     ],
  7036.                                     'config' => [
  7037.                                         'id' => 'common_banner_and_slider',
  7038.                                         'items' => 1,
  7039.                                         'margin' => 0,
  7040.                                         'stagePadding' => 0,
  7041.                                         'loop' => true,
  7042.                                         'center' => true,
  7043.                                         'nav' => false,
  7044.                                         'video' => false,
  7045.                                         'dots' => false,
  7046.                                         'lazyLoad' => true,
  7047.                                         'autoplay' => true,
  7048.                                         'autoplayTimeout' => 5000,
  7049.                                         'autoplayHoverPause' => false,
  7050.                                     ],
  7051.                                     'slider' => [
  7052.                                         'slug' => 'homepage',
  7053.                                         'content' => [
  7054.                                             'enabled' => true,
  7055.                                             'class' => 'w-100 h-100 ',
  7056.                                             'wrapper' => [
  7057.                                                 'class' => '',
  7058.                                             ],
  7059.                                             'container' => [
  7060.                                                 'class' => 'w-100 h-100 d-flex flex-column align-items-center justify-content-start',
  7061.                                             ],
  7062.                                             'title' => [
  7063.                                                 'class' => 'h2 text-light text-center my-5',
  7064.                                                 'type' => 'p',
  7065.                                             ],
  7066.                                             'text' => [
  7067.                                                 'class' => 'bg-light-o-50 w-50 p-3 text-light text-center rounded-20',
  7068.                                                 'type' => 'div',
  7069.                                             ],
  7070.                                         ],
  7071.                                         'img' => [
  7072.                                             'class' => '',
  7073.                                         ],
  7074.                                         'link' => [
  7075.                                             'class' => '',
  7076.                                         ],
  7077.                                     ],
  7078.                                 ],
  7079.                             ],
  7080.                             'buttons' => [
  7081.                                 'type' => 'buttons_group',
  7082.                                 'impersonation' => [
  7083.                                     'route' => 'back_dashboard',
  7084.                                     'class' => 'btn btn-danger',
  7085.                                     'content' => 'Quitter Impersonation',
  7086.                                 ],
  7087.                                 'class' => 'btn-logout btn-yellow rounded text-uppercase',
  7088.                                 'buttons' => [
  7089.                                     => [
  7090.                                         'route' => 'back_dashboard',
  7091.                                         'content' => 'retour au backoffice',
  7092.                                         'acl' => [
  7093.                                             => 'ROLE_DEVELOPER',
  7094.                                             => 'ROLE_SUPER_ADMIN',
  7095.                                             => 'ROLE_ADMIN',
  7096.                                             => 'ROLE_AGENCY_MANAGER',
  7097.                                             => 'ROLE_COMMERCIAL',
  7098.                                             => 'ROLE_37_DEUX_SELLER',
  7099.                                         ],
  7100.                                     ],
  7101.                                     => [
  7102.                                         'route' => 'saml_logout',
  7103.                                         'content' => 'déconnexion',
  7104.                                     ],
  7105.                                 ],
  7106.                                 'display_in' => 'header_top',
  7107.                             ],
  7108.                             'logo' => [
  7109.                                 'src' => '/build/assets/images/daikin/visuel/logo.png',
  7110.                                 'class' => 'logo-desktop',
  7111.                                 'alt' => 'Daikin le Cercle',
  7112.                             ],
  7113.                             'user_info' => [
  7114.                                 'date_end' => '31/12/2024',
  7115.                             ],
  7116.                             'menu' => [
  7117.                                 'class' => 'main-menu',
  7118.                                 'items' => [
  7119.                                     'item_1' => [
  7120.                                         'label' => 'Le programme',
  7121.                                         'route' => 'front_content_program',
  7122.                                     ],
  7123.                                     'item_2' => [
  7124.                                         'label' => 'Mes avantages',
  7125.                                         'route' => 'front_content_advantage',
  7126.                                     ],
  7127.                                     'item_3' => [
  7128.                                         'label' => 'déclarer mes achats',
  7129.                                         'childrens' => [
  7130.                                             'children_1' => [
  7131.                                                 'label' => 'Déclarer',
  7132.                                                 'route' => 'front_purchase_new',
  7133.                                             ],
  7134.                                             'children_2' => [
  7135.                                                 'label' => 'Mon historique',
  7136.                                                 'route' => 'front_purchase_history',
  7137.                                             ],
  7138.                                             'children_3' => [
  7139.                                                 'label' => 'Références',
  7140.                                                 'route' => 'front_purchase_product',
  7141.                                             ],
  7142.                                         ],
  7143.                                     ],
  7144.                                     'item_4' => [
  7145.                                         'label' => 'utiliser mes points',
  7146.                                         'route' => 'front_homepage',
  7147.                                         'anchor' => 'catalogue_summary',
  7148.                                         'childrens' => [
  7149.                                             'children_1' => [
  7150.                                                 'label' => 'Shopping',
  7151.                                                 'route' => 'front_catalogue_homepage',
  7152.                                                 'params' => [
  7153.                                                     'catalogue' => 'shopping',
  7154.                                                 ],
  7155.                                             ],
  7156.                                             'children_2' => [
  7157.                                                 'label' => 'Évasion',
  7158.                                                 'route' => 'front_catalogue_homepage',
  7159.                                                 'params' => [
  7160.                                                     'catalogue' => 'evasion',
  7161.                                                 ],
  7162.                                             ],
  7163.                                             'children_3' => [
  7164.                                                 'label' => 'Outils pro',
  7165.                                                 'route' => 'front_catalogue_custom_product',
  7166.                                                 'params' => [
  7167.                                                     'slug' => 'service_pro',
  7168.                                                 ],
  7169.                                             ],
  7170.                                             'children_4' => [
  7171.                                                 'label' => 'Objets pub',
  7172.                                                 'route' => 'front_catalogue_homepage',
  7173.                                                 'params' => [
  7174.                                                     'catalogue' => NULL,
  7175.                                                 ],
  7176.                                             ],
  7177.                                         ],
  7178.                                     ],
  7179.                                     'item_5' => [
  7180.                                         'label' => 'Mes outils DAIKIN',
  7181.                                         'childrens' => [
  7182.                                             'children_1' => [
  7183.                                                 'label' => 'Catalogue et documentation DAIKIN',
  7184.                                                 'url' => 'https://my.daikin.eu/daf/fr_FR/home/applications/Actualites-Daikin/Catalogues_2022.html',
  7185.                                                 'target' => '_blank',
  7186.                                                 'format' => 'html',
  7187.                                             ],
  7188.                                             'children_2' => [
  7189.                                                 'label' => 'Plateforme Stand By Me / HSN',
  7190.                                                 'url' => 'https://standbyme.daikin.fr/fr/',
  7191.                                                 'target' => '_blank',
  7192.                                                 'format' => 'html',
  7193.                                             ],
  7194.                                             'children_3' => [
  7195.                                                 'label' => 'Formation Daikin',
  7196.                                                 'url' => 'https://daikin.mp-formation.fr/',
  7197.                                                 'target' => '_blank',
  7198.                                                 'format' => 'html',
  7199.                                             ],
  7200.                                             'children_4' => [
  7201.                                                 'label' => 'Demande d’intervention technique',
  7202.                                                 'url' => 'https://www.daikin.fr/fr_FR/installateurs/Formulaire-inter-installateur-distri.html',
  7203.                                                 'target' => '_blank',
  7204.                                             ],
  7205.                                             'children_5' => [
  7206.                                                 'label' => 'Commande de pièce en garantie',
  7207.                                                 'url' => 'https://forms.office.com/pages/responsepage.aspx?id=-4_xbMZCfU2YdFxRWrDGrsv0W25JXR1EjtnK9Ufc8BpUQ0ZOT1hUMUxFN0lQOVJDRlFIS0NPUEhJMC4u',
  7208.                                                 'target' => '_blank',
  7209.                                             ],
  7210.                                         ],
  7211.                                     ],
  7212.                                 ],
  7213.                             ],
  7214.                             'css_custom' => '.main-menu #menu > ul > li > a {font-size: 18px;}'."\n".'.main-menu #menu > ul > li:hover > a {color: #f5c11f;}'."\n".'.main-menu #menu > .navbar-nav { padding-left: 3rem; }'."\n".'.main-menu .dropdown:hover .dropdown-menu a.dropdown-item { white-space: normal }'."\n".'.points-counter { font-size: 30px }'."\n".'.theme-default > .wrapper { min-height: auto }'."\n".'#head_slider:after {'."\n".'    content: "";'."\n".'    position: absolute;'."\n".'    background: rgb(0,0,0);'."\n".'    background: linear-gradient(180deg, rgba(0,0,0,0.804359243697479) 0%, rgba(0,0,0,0.5466561624649859) 39%, rgba(0,0,0,0.35898109243697474) 63%, rgba(0,0,0,0) 95%, rgba(0,0,0,0) 100%);'."\n".'    top: 0;'."\n".'    left: 0;'."\n".'    right: 0;'."\n".'    height: 50%;'."\n".'}'."\n".'@media screen and (max-width: 1600px){'."\n".'    .logo-desktop { max-width: 180px }'."\n".'    .main-menu #menu > .navbar-nav { padding-left: 1rem; }'."\n".'    .main-menu #menu > ul > li > a {font-size: 16px;}'."\n".'}'."\n".'@media screen and (max-width: 1200px){'."\n".'    .logo-desktop { max-width: 150px }'."\n".'    .main-menu #menu > ul > li > a {font-size: 12px;}'."\n".'}'."\n".'',
  7215.                         ],
  7216.                         'error_header' => [
  7217.                             'type' => 'header_daikin',
  7218.                             'secondary' => true,
  7219.                             'welcome' => false,
  7220.                             'class' => 'dk',
  7221.                             'background' => [
  7222.                                 'src' => 'common__header__background__src.jpg',
  7223.                                 'alt' => 'Daikin le Cercle',
  7224.                             ],
  7225.                             'buttons' => [
  7226.                                 'type' => 'buttons_group',
  7227.                                 'class' => 'btn-logout btn-yellow rounded text-uppercase',
  7228.                                 'buttons' => [
  7229.                                     => [
  7230.                                         'route' => 'back_dashboard',
  7231.                                         'content' => 'retour au backoffice',
  7232.                                         'acl' => [
  7233.                                             => 'ROLE_SUPER_ADMIN',
  7234.                                             => 'ROLE_ADMIN',
  7235.                                             => 'ROLE_AGENCY_MANAGER',
  7236.                                             => 'ROLE_COMMERCIAL',
  7237.                                         ],
  7238.                                     ],
  7239.                                     => [
  7240.                                         'route' => 'saml_logout',
  7241.                                         'content' => 'déconnexion',
  7242.                                     ],
  7243.                                 ],
  7244.                             ],
  7245.                             'logo' => [
  7246.                                 'src' => '/build/assets/images/daikin/visuel/logo.png',
  7247.                                 'class' => 'logo-desktop',
  7248.                                 'alt' => 'Daikin le Cercle',
  7249.                             ],
  7250.                             'menu' => [
  7251.                                 'class' => 'main-menu',
  7252.                                 'items' => [
  7253.                                     'item_1' => [
  7254.                                         'label' => 'Le programme',
  7255.                                         'route' => 'front_content_program',
  7256.                                     ],
  7257.                                     'item_2' => [
  7258.                                         'label' => 'Mes avantages',
  7259.                                         'route' => 'front_content_advantage',
  7260.                                     ],
  7261.                                     'item_3' => [
  7262.                                         'label' => 'déclarer mes achats',
  7263.                                         'childrens' => [
  7264.                                             'children_1' => [
  7265.                                                 'label' => 'déclarer',
  7266.                                                 'route' => 'front_purchase_new',
  7267.                                             ],
  7268.                                             'children_2' => [
  7269.                                                 'label' => 'mon historique',
  7270.                                                 'route' => 'front_purchase_history',
  7271.                                             ],
  7272.                                             'children_3' => [
  7273.                                                 'label' => 'références',
  7274.                                                 'route' => 'front_purchase_product',
  7275.                                             ],
  7276.                                         ],
  7277.                                     ],
  7278.                                     'item_4' => [
  7279.                                         'label' => 'utiliser mes points',
  7280.                                         'route' => 'front_homepage',
  7281.                                         'anchor' => 'catalogue_summary',
  7282.                                         'childrens' => [
  7283.                                             'children_1' => [
  7284.                                                 'label' => 'shopping',
  7285.                                                 'route' => 'front_catalogue_homepage',
  7286.                                                 'params' => [
  7287.                                                     'catalogue' => 'shopping',
  7288.                                                 ],
  7289.                                             ],
  7290.                                             'children_2' => [
  7291.                                                 'label' => 'évasion',
  7292.                                                 'route' => 'front_catalogue_homepage',
  7293.                                                 'params' => [
  7294.                                                     'catalogue' => 'evasion',
  7295.                                                 ],
  7296.                                             ],
  7297.                                             'children_3' => [
  7298.                                                 'label' => 'Outils pro',
  7299.                                                 'route' => 'front_catalogue_custom_product',
  7300.                                                 'params' => [
  7301.                                                     'slug' => 'service_pro',
  7302.                                                 ],
  7303.                                             ],
  7304.                                             'children_4' => [
  7305.                                                 'label' => 'objets pub',
  7306.                                                 'route' => 'front_catalogue_homepage',
  7307.                                                 'params' => [
  7308.                                                     'catalogue' => NULL,
  7309.                                                 ],
  7310.                                             ],
  7311.                                         ],
  7312.                                     ],
  7313.                                     'item_5' => [
  7314.                                         'label' => 'Mes outils DAIKIN',
  7315.                                         'childrens' => [
  7316.                                             'children_1' => [
  7317.                                                 'label' => 'Catalogue et documentation DAIKIN',
  7318.                                                 'url' => 'https://my.daikin.fr',
  7319.                                                 'target' => '_blank',
  7320.                                             ],
  7321.                                             'children_2' => [
  7322.                                                 'label' => 'Plateforme Stand By Me / HSM',
  7323.                                                 'url' => 'https://standbyme.daikin.fr/fr/',
  7324.                                                 'target' => '_blank',
  7325.                                             ],
  7326.                                             'children_3' => [
  7327.                                                 'label' => 'Formation Daikin',
  7328.                                                 'url' => 'https://daikin.mp-formation.fr/',
  7329.                                                 'target' => '_blank',
  7330.                                             ],
  7331.                                             'children_4' => [
  7332.                                                 'label' => 'Demande d’intervention technique',
  7333.                                                 'url' => 'https://www.daikin.fr/fr_FR/installateurs/Formulaire-inter-installateur-distri.html',
  7334.                                                 'target' => '_blank',
  7335.                                             ],
  7336.                                             'children_5' => [
  7337.                                                 'label' => 'Commande de pièce en garantie',
  7338.                                                 'url' => 'https://forms.office.com/pages/responsepage.aspx?id=-4_xbMZCfU2YdFxRWrDGrsv0W25JXR1EjtnK9Ufc8BpUQ0ZOT1hUMUxFN0lQOVJDRlFIS0NPUEhJMC4u',
  7339.                                                 'target' => '_blank',
  7340.                                             ],
  7341.                                         ],
  7342.                                     ],
  7343.                                 ],
  7344.                             ],
  7345.                         ],
  7346.                         'footer' => [
  7347.                             'type' => 'common_footer',
  7348.                             'class' => 'bg-grey text-dark py-5',
  7349.                             'container' => '',
  7350.                             'wrapper' => 'justify-content-center align-items-center',
  7351.                             'css_custom' => NULL,
  7352.                             'sections' => [
  7353.                                 'section_contact' => [
  7354.                                     'col' => 12,
  7355.                                     'enabled' => true,
  7356.                                     'type' => 'contact_infos',
  7357.                                     'title' => [
  7358.                                         'enabled' => true,
  7359.                                         'type' => 'h3',
  7360.                                         'class' => 'text-dark h4 mb-3',
  7361.                                         'content' => 'VOUS AVEZ UNE QUESTION ?',
  7362.                                     ],
  7363.                                     'wrapper' => [
  7364.                                         'class' => '',
  7365.                                     ],
  7366.                                     'class' => 'col-md-6 col-lg-3 align-self-center mt-3',
  7367.                                     'name' => [
  7368.                                         'enabled' => false,
  7369.                                         'class' => 'text-uppercase',
  7370.                                         'override_content' => 'Hotline Le Cercle DAIKIN',
  7371.                                     ],
  7372.                                     'email' => [
  7373.                                         'enabled' => true,
  7374.                                         'class' => 'text-dark',
  7375.                                         'override_content' => NULL,
  7376.                                     ],
  7377.                                     'phone' => [
  7378.                                         'enabled' => false,
  7379.                                         'class' => 'text-light',
  7380.                                         'override_content' => '',
  7381.                                     ],
  7382.                                 ],
  7383.                                 'section_logo' => [
  7384.                                     'enabled' => true,
  7385.                                     'col' => '12',
  7386.                                     'class' => 'col-lg-3 text-center',
  7387.                                     'type' => 'link_img_static',
  7388.                                     'link' => [
  7389.                                         'enabled' => false,
  7390.                                         'tel' => '',
  7391.                                         'mailto' => '',
  7392.                                         'url' => '',
  7393.                                         'route' => '',
  7394.                                         'params' => '',
  7395.                                         'class' => '',
  7396.                                         'target' => '_self',
  7397.                                     ],
  7398.                                     'img' => [
  7399.                                         'url' => 'common__footer__sections__section_logo__img__url.png',
  7400.                                         'alt' => 'test test',
  7401.                                         'class' => 'img-fluid',
  7402.                                     ],
  7403.                                 ],
  7404.                                 'section_document' => [
  7405.                                     'col' => '12',
  7406.                                     'enabled' => true,
  7407.                                     'type' => 'default_list_footer_documents',
  7408.                                     'class' => 'font-15 col-md-6 col-lg-4 mt-3',
  7409.                                     'panel_right' => false,
  7410.                                     'list' => [
  7411.                                         'class' => 'text-dark text-uppercase d-block my-1',
  7412.                                     ],
  7413.                                     'title' => [
  7414.                                         'type' => 'h3',
  7415.                                         'content' => 'Informations légales',
  7416.                                         'class' => 'text-dark text-uppercase',
  7417.                                     ],
  7418.                                     'order' => [
  7419.                                         => 'reglement',
  7420.                                         => 'cgu',
  7421.                                         => 'cgv',
  7422.                                         => 'cookies',
  7423.                                         => 'rgpd',
  7424.                                     ],
  7425.                                     'hook' => [
  7426.                                         'slug' => 'footer',
  7427.                                     ],
  7428.                                     'end_item' => [
  7429.                                         'enabled' => true,
  7430.                                         'type' => 'footer_signature',
  7431.                                         'class' => 'd-flex align-items-end justify-content-end',
  7432.                                         'text' => [
  7433.                                             'type' => 'span',
  7434.                                             'class' => 'text-uppercase m-0 pr-2',
  7435.                                             'content' => 'RÉALISÉ PAR',
  7436.                                         ],
  7437.                                         'link' => [
  7438.                                             'enabled' => true,
  7439.                                             'url' => 'https://37deux.com/',
  7440.                                             'target' => '_blank',
  7441.                                             'content' => '37DEUX',
  7442.                                             'class' => 'text-dark',
  7443.                                             'tel' => '',
  7444.                                             'mailto' => NULL,
  7445.                                             'route' => '',
  7446.                                             'params' => '',
  7447.                                         ],
  7448.                                     ],
  7449.                                 ],
  7450.                             ],
  7451.                         ],
  7452.                         'breadcrumb' => [
  7453.                             'enabled' => false,
  7454.                             'wrapper' => [
  7455.                                 'class' => 'container',
  7456.                             ],
  7457.                             'class' => '',
  7458.                             'container' => [
  7459.                                 'class' => 'my-4',
  7460.                             ],
  7461.                             'items' => [
  7462.                                 'link' => [
  7463.                                     'class' => '',
  7464.                                 ],
  7465.                                 'last' => [
  7466.                                     'class' => '',
  7467.                                 ],
  7468.                                 'separator' => [
  7469.                                     'class' => '',
  7470.                                 ],
  7471.                             ],
  7472.                         ],
  7473.                         'panels' => [
  7474.                             'enabled' => false,
  7475.                             'type' => 'common_panels',
  7476.                             'close' => [
  7477.                                 'src' => 'build/assets/templates/__default__/images/panel_close.png',
  7478.                             ],
  7479.                             'header' => [
  7480.                                 'content' => NULL,
  7481.                             ],
  7482.                             'elements' => [
  7483.                                 => [
  7484.                                     'id' => 'tab-first',
  7485.                                     'type' => 'default_title_paragraph',
  7486.                                     'title' => [
  7487.                                         'type' => 'h2',
  7488.                                         'class' => NULL,
  7489.                                         'content' => 'Nous contacter',
  7490.                                     ],
  7491.                                     'text' => [
  7492.                                         'type' => 'div',
  7493.                                         'class' => NULL,
  7494.                                         'content' => '<p class="font-weight-bold">Pour toute demande au sujet du site, des cadeaux, des points, merci de nous contacter via les coordonnées ci-dessous.</p>'."\n".'   <div class="d-flex no-gutters font-weight-bold mb-2">'."\n".'       <div class="col-auto mr-5">'."\n".'           <img src="/build/assets/templates/animation_lpm/images/icon-mail-black.png">'."\n".'       </div>'."\n".'       <div class="col">'."\n".'           <p><a href="mailto:contact@lecercledaikin.dtv-projects.com" class="text-dark">contact@lecercledaikin.dtv-projects.com</a></p>'."\n".'       </div>'."\n".'   </div>'."\n".'   <div class="d-flex no-gutters font-weight-bold">'."\n".'       <div class="col-auto mr-5">'."\n".'           <img src="/build/assets/templates/animation_lpm/images/icon-contact-black.png">'."\n".'       </div>'."\n".'       <div class="col">'."\n".'           <address>'."\n".'               Par téléphone du Lundi au Vendredi<br>'."\n".'               au <a href="tel:+33251232607" class="text-dark">02 51 23 26 07</a><br>'."\n".'               de 9h Ã  12h00 et de 14h Ã  18h'."\n".'           </address>'."\n".'       </div>'."\n".'   </div>',
  7495.                                     ],
  7496.                                 ],
  7497.                             ],
  7498.                         ],
  7499.                     ],
  7500.                     'content' => [
  7501.                         'home_page' => [
  7502.                             'container' => false,
  7503.                             'css_config' => '',
  7504.                             'sections' => [
  7505.                                 'section_1' => [
  7506.                                     'type' => 'default_progression_status_step',
  7507.                                     'container' => 'container',
  7508.                                     'progress_bar' => [
  7509.                                         'color_fill' => '#f5c11f',
  7510.                                         'color_base' => '#d8d8d8',
  7511.                                         'point_max' => 1000,
  7512.                                         'percent_start' => 0,
  7513.                                     ],
  7514.                                     'title' => [
  7515.                                         'type' => 'h2',
  7516.                                         'class' => 'text-uppercase pseudo_border mt-0',
  7517.                                         'content' => 'ma progression',
  7518.                                     ],
  7519.                                     'steps' => [
  7520.                                         'reached' => [
  7521.                                             'color_icon' => 'text-secondary',
  7522.                                             'color_text' => 'text-primary',
  7523.                                             'color_number' => 'bg-primary text-light',
  7524.                                         ],
  7525.                                         'current' => [
  7526.                                             'color_icon' => 'text-secondary',
  7527.                                             'color_text' => 'text-primary',
  7528.                                             'color_number' => 'bg-primary text-light',
  7529.                                         ],
  7530.                                         'next' => [
  7531.                                             'color_icon' => 'text-secondary',
  7532.                                             'color_text' => 'text-primary',
  7533.                                             'color_number' => 'bg-grey text-light',
  7534.                                         ],
  7535.                                         'items' => [
  7536.                                             => [
  7537.                                                 'title' => 'Membre',
  7538.                                                 'points' => 0,
  7539.                                                 'number' => 1,
  7540.                                                 'subtitle' => '< 500 points',
  7541.                                                 'icon' => [
  7542.                                                     'svg' => NULL,
  7543.                                                     'class' => 'icon_progress icon_progress-star-medal-ribbon',
  7544.                                                 ],
  7545.                                                 'description' => [
  7546.                                                     'content' => '<div class="p-5 mb-5 border border-primary rounded-25">'."\n".''."\n".'    <p class="font-weight-bold">'."\n".'        Votre statut actuel est celui de Â« Membre Â»'."\n".'    </p>'."\n".''."\n".'    <p>'."\n".'       Dès l\'atteinte de 500 points, vous Ã©voluerez vers le statut VIP et bénéficierez des 10% de bonification sur chaque déclaration ainsi que l’accès au catalogue Â« Outils Pro Â»'."\n".'    </p>'."\n".'</div>'."\n".'',
  7547.                                                 ],
  7548.                                                 'hover_layout' => [
  7549.                                                     'enabled' => true,
  7550.                                                     'image' => 'content__home_page__progress__hover.png',
  7551.                                                     'text' => [
  7552.                                                         'class' => '',
  7553.                                                         'content' => '',
  7554.                                                     ],
  7555.                                                     'popup' => [
  7556.                                                         'content' => '<div class="table-responsive">'."\n".'    <table class="table table-no-border">'."\n".'        <thead>'."\n".'            <tr>'."\n".'                <th class="border-top-0">Avantage</th>'."\n".'                <th>'."\n".'                    <span class="align-middle icon_progress icon_progress-star-medal-ribbon mr-2 text-secondary font-size-bigger"></span>'."\n".'                    Membre'."\n".'                </th>'."\n".'                <th>'."\n".'                    <span class="align-middle icon_progress icon_progress-star-medal-foot mr-2 text-secondary font-size-bigger"></span>'."\n".'                    VIP'."\n".'                </th>'."\n".'            </tr>'."\n".'        </thead>'."\n".'        <tbody>'."\n".'            <tr>'."\n".'                <td>Déclarer ses achats</td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            </tr>'."\n".'            <tr>'."\n".'                <td>Cumuler ses points</td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            </tr>'."\n".'            <tr>'."\n".'                <td>Commander</td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            </tr>'."\n".'            <tr>'."\n".'                <td>Accès au catalogue services pros</td>'."\n".'                <td class="text-center"><span class="fa fa-times text-danger"></span></td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            </tr>'."\n".'            <tr>'."\n".'                <td>Bonification de 10% sur les points déclarés</td>'."\n".'                <td class="text-center"><span class="fa fa-times text-danger"></span></td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            </tr>'."\n".'        </tbody>'."\n".'    </table>'."\n".'</div>'."\n".'',
  7557.                                                     ],
  7558.                                                 ],
  7559.                                             ],
  7560.                                             => [
  7561.                                                 'title' => 'VIP',
  7562.                                                 'points' => 501,
  7563.                                                 'number' => 2,
  7564.                                                 'subtitle' => '500 points',
  7565.                                                 'icon' => [
  7566.                                                     'svg' => NULL,
  7567.                                                     'class' => 'icon_progress icon_progress-star-medal-foot',
  7568.                                                 ],
  7569.                                                 'description' => [
  7570.                                                     'content' => '<div class="p-5 mb-5 border border-primary rounded-25">'."\n".'    <h3 class="text-primary text-center">Bravo !</h3>'."\n".'    <p class="font-weight-bold">'."\n".'        Votre statut actuel est celui de Â« VIP Â»'."\n".'    </p>'."\n".''."\n".'    <p>'."\n".'        Dès l’atteinte de 1000 points vous atteindrez le plus haut statut du cercle Daikin et obtiendrez accès au code coupe-file Ã  la hotline technique Daikin !'."\n".'    </p>'."\n".'</div>'."\n".'',
  7571.                                                 ],
  7572.                                                 'hover_layout' => [
  7573.                                                     'enabled' => true,
  7574.                                                     'image' => 'content__home_page__progress__hover.png',
  7575.                                                     'text' => [
  7576.                                                         'class' => '',
  7577.                                                         'content' => '',
  7578.                                                     ],
  7579.                                                     'popup' => [
  7580.                                                         'content' => '<div class="table-responsive">'."\n".'    <table class="table table-no-border">'."\n".'        <thead>'."\n".'            <tr>'."\n".'                <th>Avantage</th>'."\n".'                <th>'."\n".'                    <span class="align-middle icon_progress icon_progress-star-medal-foot mr-2 text-secondary font-size-bigger"></span>'."\n".'                    VIP'."\n".'                </th>'."\n".'                <th>'."\n".'                    <span class="align-middle icon_progress icon_progress-star-cup mr-2 text-secondary font-size-bigger"></span>'."\n".'                    Ambassadeur'."\n".'                </th>'."\n".'            </tr>'."\n".'        </thead>'."\n".'        <tbody>'."\n".'            <tr>'."\n".'                <td>Déclarer ses achats</td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            </tr>'."\n".'            <tr>'."\n".'                <td>Cumuler ses points</td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            </tr>'."\n".'            <tr>'."\n".'                <td>Commander</td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            </tr>'."\n".'            <tr>'."\n".'                <td>Accès au catalogue services pros</td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            </tr>'."\n".'            <tr>'."\n".'                <td>Accès Ã  la hotline technique DAIKIN</td>'."\n".'                <td class="text-center"><span class="fa fa-times text-danger"></span></td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            </tr>'."\n".'            <tr>'."\n".'                <td>Bonification de 10% sur les points déclarés</td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'                <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            </tr>'."\n".'        </tbody>'."\n".'    </table>'."\n".'</div>'."\n".'',
  7581.                                                     ],
  7582.                                                 ],
  7583.                                             ],
  7584.                                             => [
  7585.                                                 'title' => 'Ambassadeur',
  7586.                                                 'points' => 1001,
  7587.                                                 'number' => 3,
  7588.                                                 'subtitle' => '1000 points >',
  7589.                                                 'icon' => [
  7590.                                                     'svg' => NULL,
  7591.                                                     'class' => 'icon_progress icon_progress-star-cup',
  7592.                                                 ],
  7593.                                                 'description' => [
  7594.                                                     'content' => '<div class="p-5 mb-5 border border-primary rounded-25">'."\n".'    <h3 class="text-primary text-center">Félicitations !</h3>'."\n".'    <p class="font-weight-bold">'."\n".'       Vous entrez désormais dans le cercle très fermé des Ambassadeurs Daikin'."\n".'    </p>'."\n".''."\n".'    <h3 class="text-primary text-center">VOUS BÉNÉFICIEZ Ã€ PRÉSENT D’UN ACCÈS VIP Ã€ LA HOTLINE TECHNIQUE DAIKIN</h3>'."\n".'    <div class="text-center">'."\n".'        <strong>Appelez au <a href=\'tel:0437722400\'>04 37 72 24 00</a></strong>'."\n".''."\n".'        <p>Entrez votre code d\'accès</p>'."\n".'        <span class=" p-3 d-inline-block border border-primary text-primary font-weight-bold font-size-bigger">'."\n".'            >2050'."\n".'        </span>'."\n".'    </div>'."\n".'</div>'."\n".'',
  7595.                                                 ],
  7596.                                                 'hover_layout' => [
  7597.                                                     'enabled' => true,
  7598.                                                     'image' => 'content__home_page__progress__hover.png',
  7599.                                                     'text' => [
  7600.                                                         'class' => '',
  7601.                                                         'content' => '',
  7602.                                                     ],
  7603.                                                     'popup' => [
  7604.                                                         'content' => '<div class="table-responsive">'."\n".'    <table class="table table-no-border">'."\n".'        <thead>'."\n".'        <tr>'."\n".'            <th>Avantage</th>'."\n".'            <th class="text-center">'."\n".'                <span class="align-middle icon_progress icon_progress-star-medal-ribbon mb-2 text-secondary font-size-big"></span>'."\n".'                Membre'."\n".'            </th>'."\n".'            <th class="text-center">'."\n".'                <span class="align-middle icon_progress icon_progress-star-medal-foot mb-2 text-secondary font-size-big"></span>'."\n".'                VIP'."\n".'            </th>'."\n".'            <th class="text-center">'."\n".'                <span class="align-middle icon_progress icon_progress-star-cup mb-2 text-secondary font-size-big"></span>'."\n".'                Ambassadeur'."\n".'            </th>'."\n".'        </tr>'."\n".'        </thead>'."\n".'        <tbody>'."\n".'        <tr>'."\n".'            <td>Déclarer ses achats</td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        <tr>'."\n".'            <td>Cumuler ses points</td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        <tr>'."\n".'            <td>Commander</td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        <tr>'."\n".'            <td>Accès au catalogue services pros</td>'."\n".'            <td class="text-center"><span class="fa fa-times text-danger"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        <tr>'."\n".'            <td>Accès Ã  la hotline technique DAIKIN</td>'."\n".'            <td class="text-center"><span class="fa fa-times text-danger"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-times text-danger"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        <tr>'."\n".'            <td>Bonification de 10% sur les points déclarés</td>'."\n".'            <td class="text-center"><span class="fa fa-times text-danger"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        </tbody>'."\n".'    </table>'."\n".'</div>'."\n".'',
  7605.                                                     ],
  7606.                                                 ],
  7607.                                             ],
  7608.                                         ],
  7609.                                     ],
  7610.                                 ],
  7611.                                 'section_2' => [
  7612.                                     'type' => 'default_slider_video',
  7613.                                     'enabled' => true,
  7614.                                     'wrapper' => 'bg-secondary elevate-shadow video py-5',
  7615.                                     'container' => '',
  7616.                                     'config' => [
  7617.                                         'id' => 'homepage-slider',
  7618.                                         'items' => 2,
  7619.                                         'loop' => true,
  7620.                                         'center' => true,
  7621.                                         'nav' => false,
  7622.                                         'custom_nav' => true,
  7623.                                         'dots' => false,
  7624.                                         'video' => true,
  7625.                                         'lazyLoad' => true,
  7626.                                         'stagePadding' => 50,
  7627.                                         'margin' => 50,
  7628.                                     ],
  7629.                                     'title' => [
  7630.                                         'enabled' => true,
  7631.                                         'content' => '<span class="text-light">New !</span><br>Découvrez nos capsules vidéos produits',
  7632.                                         'type' => 'h2',
  7633.                                         'class' => 'text-center text-uppercase mt-0 mb-5 pseudo_border pseudo_border-light w-100 text-dark',
  7634.                                     ],
  7635.                                     'children' => [
  7636.                                         'video_1' => [
  7637.                                             'enabled' => true,
  7638.                                             'video' => [
  7639.                                                 'url' => 'https://www.youtube.com/watch?v=RQ8AqZQYKco&t=15s',
  7640.                                                 'file' => '',
  7641.                                                 'colume' => 'col-8',
  7642.                                             ],
  7643.                                             'text' => [
  7644.                                                 'enabled' => true,
  7645.                                                 'type' => 'div',
  7646.                                                 'content' => '6 minutes pour tout savoir sur le mural Daikin Emura 3',
  7647.                                                 'class' => 'text-justify mb-4',
  7648.                                             ],
  7649.                                             'button' => [
  7650.                                                 'enabled' => false,
  7651.                                                 'content' => 'déclarer mes achats',
  7652.                                                 'route' => 'front_purchase_new',
  7653.                                                 'class' => 'btn-blue-nuance rounded text-uppercase',
  7654.                                             ],
  7655.                                         ],
  7656.                                         'video_2' => [
  7657.                                             'enabled' => true,
  7658.                                             'video' => [
  7659.                                                 'url' => 'https://www.youtube.com/watch?v=hWte76P-LGo',
  7660.                                                 'file' => '',
  7661.                                                 'colume' => 'col-8',
  7662.                                             ],
  7663.                                             'text' => [
  7664.                                                 'enabled' => true,
  7665.                                                 'content' => '6 minutes pour tout savoir sur le mural Perfera FTXM-R',
  7666.                                                 'class' => 'text-justify mb-4',
  7667.                                                 'type' => 'div',
  7668.                                             ],
  7669.                                             'button' => [
  7670.                                                 'enabled' => false,
  7671.                                                 'content' => 'déclarer mes achats',
  7672.                                                 'route' => 'front_purchase_new',
  7673.                                                 'class' => 'btn-blue-nuance rounded text-uppercase',
  7674.                                             ],
  7675.                                         ],
  7676.                                         'video_3' => [
  7677.                                             'enabled' => true,
  7678.                                             'video' => [
  7679.                                                 'url' => 'https://www.youtube.com/watch?v=P2_WZaeR7tk',
  7680.                                                 'file' => '',
  7681.                                                 'colume' => 'col-8',
  7682.                                             ],
  7683.                                             'text' => [
  7684.                                                 'enabled' => true,
  7685.                                                 'content' => '6 minutes pour tout savoir sur la console Daikin Perfera FVXM',
  7686.                                                 'class' => 'text-justify mb-4',
  7687.                                                 'type' => 'div',
  7688.                                             ],
  7689.                                             'button' => [
  7690.                                                 'enabled' => false,
  7691.                                                 'content' => 'déclarer mes achats',
  7692.                                                 'route' => 'front_purchase_new',
  7693.                                                 'class' => 'btn-blue-nuance rounded text-uppercase',
  7694.                                             ],
  7695.                                         ],
  7696.                                         'video_4' => [
  7697.                                             'enabled' => true,
  7698.                                             'video' => [
  7699.                                                 'url' => 'https://www.youtube.com/watch?v=tQ2ScLEI6VQ',
  7700.                                                 'file' => '',
  7701.                                                 'colume' => 'col-8',
  7702.                                             ],
  7703.                                             'text' => [
  7704.                                                 'enabled' => true,
  7705.                                                 'content' => '6 minutes pour tout savoir sur les Sky air',
  7706.                                                 'class' => 'text-justify mb-4',
  7707.                                                 'type' => 'div',
  7708.                                             ],
  7709.                                             'button' => [
  7710.                                                 'enabled' => false,
  7711.                                                 'content' => 'déclarer mes achats',
  7712.                                                 'route' => 'front_purchase_new',
  7713.                                                 'class' => 'btn-blue-nuance rounded text-uppercase',
  7714.                                             ],
  7715.                                         ],
  7716.                                         'video_5' => [
  7717.                                             'enabled' => true,
  7718.                                             'video' => [
  7719.                                                 'url' => 'https://www.youtube.com/watch?v=wJucBhYixos',
  7720.                                                 'file' => '',
  7721.                                                 'colume' => 'col-8',
  7722.                                             ],
  7723.                                             'text' => [
  7724.                                                 'enabled' => true,
  7725.                                                 'content' => '6 minutes pour tout savoir sur la Daikin Altherma 3M',
  7726.                                                 'class' => 'text-justify mb-4',
  7727.                                                 'type' => 'div',
  7728.                                             ],
  7729.                                             'button' => [
  7730.                                                 'enabled' => false,
  7731.                                                 'content' => 'déclarer mes achats',
  7732.                                                 'route' => 'front_purchase_new',
  7733.                                                 'class' => 'btn-blue-nuance rounded text-uppercase',
  7734.                                             ],
  7735.                                         ],
  7736.                                         'video_6' => [
  7737.                                             'enabled' => true,
  7738.                                             'video' => [
  7739.                                                 'url' => 'https://www.youtube.com/watch?v=-is0Penb6vg',
  7740.                                                 'file' => '',
  7741.                                                 'colume' => 'col-8',
  7742.                                             ],
  7743.                                             'text' => [
  7744.                                                 'enabled' => true,
  7745.                                                 'content' => '6 minutes pour tout savoir sur les purificateurs d\'air',
  7746.                                                 'class' => 'text-justify mb-4',
  7747.                                                 'type' => 'div',
  7748.                                             ],
  7749.                                             'button' => [
  7750.                                                 'enabled' => false,
  7751.                                                 'content' => 'déclarer mes achats',
  7752.                                                 'route' => 'front_purchase_new',
  7753.                                                 'class' => 'btn-blue-nuance rounded text-uppercase',
  7754.                                             ],
  7755.                                         ],
  7756.                                     ],
  7757.                                 ],
  7758.                                 'section_4' => [
  7759.                                     'type' => 'catalogue_summary_daikin',
  7760.                                     'class' => 'dk',
  7761.                                     'title' => [
  7762.                                         'label' => 'Les catalogues',
  7763.                                         'class' => 'text-center text-uppercase',
  7764.                                     ],
  7765.                                 ],
  7766.                             ],
  7767.                             'css_custom' => NULL,
  7768.                             'page' => 'home_page',
  7769.                             'template' => NULL,
  7770.                         ],
  7771.                         'program' => [
  7772.                             'container' => true,
  7773.                             'css_config' => '',
  7774.                             'sections' => [
  7775.                                 'title' => [
  7776.                                     'type' => 'default_title_paragraph',
  7777.                                     'enabled' => true,
  7778.                                     'container' => 'w-100 text-center my-5',
  7779.                                     'title' => [
  7780.                                         'type' => 'h1',
  7781.                                         'class' => 'text-center text-uppercase pseudo_border',
  7782.                                         'content' => 'Le programme du cercle daikin',
  7783.                                         'enabled' => true,
  7784.                                     ],
  7785.                                     'text' => [
  7786.                                         'enabled' => false,
  7787.                                     ],
  7788.                                     'link' => [
  7789.                                         'enabled' => false,
  7790.                                     ],
  7791.                                 ],
  7792.                                 'main_content' => [
  7793.                                     'type' => 'section',
  7794.                                     'class' => 'justify-content-center align-items-center',
  7795.                                     'keys' => 'content.program.sections.main_content.sections',
  7796.                                     'sections' => [
  7797.                                         'section_1' => [
  7798.                                             'type' => 'default_video',
  7799.                                             'container' => 'col-md-8',
  7800.                                             'video' => [
  7801.                                                 'url' => 'DAIKIN-v8.mp4',
  7802.                                                 'class' => '',
  7803.                                                 'loop' => false,
  7804.                                                 'muted' => false,
  7805.                                                 'controls' => true,
  7806.                                                 'width' => '100%',
  7807.                                                 'preload' => 'auto',
  7808.                                                 'extension' => 'mp4',
  7809.                                             ],
  7810.                                         ],
  7811.                                         'section_2' => [
  7812.                                             'type' => 'default_title_paragraph',
  7813.                                             'enabled' => true,
  7814.                                             'container' => 'col-md-4',
  7815.                                             'title' => [
  7816.                                                 'enabled' => false,
  7817.                                                 'type' => 'h2',
  7818.                                                 'class' => '',
  7819.                                                 'content' => '',
  7820.                                             ],
  7821.                                             'text' => [
  7822.                                                 'enabled' => true,
  7823.                                                 'type' => 'div',
  7824.                                                 'class' => '',
  7825.                                                 'content' => 'Visionnez la vidéo "Le Cercle DAIKIN" afin de tout comprendre sur le programme.'."\n".'',
  7826.                                             ],
  7827.                                             'link' => [
  7828.                                                 'enabled' => true,
  7829.                                                 'content' => 'déclarer mes achats',
  7830.                                                 'route' => 'front_purchase_new',
  7831.                                                 'class' => 'btn-blue-nuance rounded text-uppercase mt-5',
  7832.                                             ],
  7833.                                         ],
  7834.                                     ],
  7835.                                 ],
  7836.                             ],
  7837.                             'page' => 'program',
  7838.                             'template' => NULL,
  7839.                         ],
  7840.                         'advantage' => [
  7841.                             'container' => true,
  7842.                             'css_config' => '',
  7843.                             'sections' => [
  7844.                                 'title' => [
  7845.                                     'type' => 'default_title_paragraph',
  7846.                                     'enabled' => true,
  7847.                                     'container' => 'w-100 text-center my-5',
  7848.                                     'title' => [
  7849.                                         'type' => 'h1',
  7850.                                         'class' => 'text-center text-uppercase pseudo_border',
  7851.                                         'content' => 'Mes avantages',
  7852.                                         'enabled' => true,
  7853.                                     ],
  7854.                                     'text' => [
  7855.                                         'enabled' => false,
  7856.                                     ],
  7857.                                     'link' => [
  7858.                                         'enabled' => false,
  7859.                                     ],
  7860.                                 ],
  7861.                                 'main_content' => [
  7862.                                     'type' => 'section',
  7863.                                     'class' => 'justify-content-center flex-column align-items-center',
  7864.                                     'keys' => 'content.advantage.sections.main_content.sections',
  7865.                                     'sections' => [
  7866.                                         'table' => [
  7867.                                             'type' => 'custom_element',
  7868.                                             'wrapper' => 'col-md-6 d-flex flex-wrap justify-content-around align-items-center mb-5 box-shadow',
  7869.                                             'format' => 'html',
  7870.                                             'content' => '<div class="table-responsive">'."\n".'    <table class="table table-no-border">'."\n".'        <thead>'."\n".'        <tr>'."\n".'            <th>Avantage</th>'."\n".'            <th>'."\n".'                <span class="align-middle icon_progress icon_progress-star-medal-ribbon mr-2 text-secondary font-size-bigger"></span>'."\n".'                Membre'."\n".'            </th>'."\n".'            <th>'."\n".'                <span class="align-middle icon_progress icon_progress-star-medal-foot mr-2 text-secondary font-size-bigger"></span>'."\n".'                VIP'."\n".'            </th>'."\n".'            <th>'."\n".'                <span class="align-middle icon_progress icon_progress-star-cup mr-2 text-secondary font-size-bigger"></span>'."\n".'                Ambassadeur'."\n".'            </th>'."\n".'        </tr>'."\n".'        </thead>'."\n".'        <tbody>'."\n".'        <tr>'."\n".'            <td>Déclarer ses achats</td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        <tr>'."\n".'            <td>Cumuler ses points</td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        <tr>'."\n".'            <td>Commander</td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        <tr>'."\n".'            <td>Accès au catalogue outils pro</td>'."\n".'            <td class="text-center"><span class="fa fa-times text-danger"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        <tr>'."\n".'            <td>Accès Ã  la hotline technique DAIKIN</td>'."\n".'            <td class="text-center"><span class="fa fa-times text-danger"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-times text-danger"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        <tr>'."\n".'            <td>Bonification de 10% sur les points déclarés</td>'."\n".'            <td class="text-center"><span class="fa fa-times text-danger"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'            <td class="text-center"><span class="fa fa-check-square text-success"></span></td>'."\n".'        </tr>'."\n".'        </tbody>'."\n".'    </table>'."\n".'</div>'."\n".'',
  7871.                                         ],
  7872.                                         'section_2' => [
  7873.                                             'type' => 'default_title_paragraph',
  7874.                                             'enabled' => true,
  7875.                                             'container' => 'col-md-6',
  7876.                                             'title' => [
  7877.                                                 'enabled' => false,
  7878.                                                 'type' => 'h2',
  7879.                                                 'class' => '',
  7880.                                                 'content' => '',
  7881.                                             ],
  7882.                                             'text' => [
  7883.                                                 'enabled' => true,
  7884.                                                 'type' => 'div',
  7885.                                                 'class' => '',
  7886.                                                 'format' => 'html',
  7887.                                                 'content' => '<p><strong>Les statuts du programme: </strong></p>'."\n".'<p>- Statut "Membre" : statut acquis par l\'installateur au moment de son inscription au club de fidélité Le Cercle Daikin</p>'."\n".'<p>- Statut "VIP" : statut acquis par l\'installateur inscrit au cercle Daikin Ã  partir de 500 points</p>'."\n".'<p>- Statut "Ambassadeur" : statut acquis par l\'installateur inscrit au cercle Daikin Ã  partir de 1 000 points</p>'."\n".''."\n".'    <hr>'."\n".'<p><strong>Règles: </strong></p>'."\n".'<p>- Les statuts seront mis Ã  jour dès l\'atteinte d\'un des seuils statuts (VIP : 500 points et Ambassadeur : 1 000 points) pendant l\'année N.</p>'."\n".'    <p>- Le statut atteint durant l\'année N sera conservé en N+1.</p>'."\n".'    <p>- Afin de maintenir son statut pour l\'année N+2, les points acquis en N+1 devront atteindre au minimum le seuil requis du statut concerné.</p>'."\n".'',
  7888.                                             ],
  7889.                                             'link' => [
  7890.                                                 'enabled' => false,
  7891.                                             ],
  7892.                                         ],
  7893.                                     ],
  7894.                                 ],
  7895.                             ],
  7896.                             'page' => 'advantage',
  7897.                             'template' => NULL,
  7898.                         ],
  7899.                         'purchase' => [
  7900.                             'folder' => 'LeCercleDaikin',
  7901.                             'container' => false,
  7902.                             'sections' => [
  7903.                                 => [
  7904.                                     'type' => 'verif_purchase',
  7905.                                 ],
  7906.                             ],
  7907.                             'form' => [
  7908.                                 'label_color' => 'text-dark',
  7909.                                 'groups' => [
  7910.                                     => [
  7911.                                         'wrapper' => 'd-flex flex-wrap col-12 mb-3',
  7912.                                         'title' => [
  7913.                                             'enabled' => false,
  7914.                                             'type' => 'h2',
  7915.                                             'class' => '',
  7916.                                             'content' => '',
  7917.                                         ],
  7918.                                         'fields' => [
  7919.                                             'product' => [
  7920.                                                 'wrapper' => 'w-100 mb-5',
  7921.                                                 'label' => 'w-100',
  7922.                                                 'input' => 'w-100',
  7923.                                             ],
  7924.                                             'invoiceNumber' => [
  7925.                                                 'wrapper' => 'w-100 mb-5',
  7926.                                                 'label' => 'w-100',
  7927.                                                 'input' => 'w-100',
  7928.                                             ],
  7929.                                             'invoiceDate' => [
  7930.                                                 'wrapper' => 'w-100 mb-5',
  7931.                                                 'label' => 'w-100',
  7932.                                                 'input' => 'w-100',
  7933.                                             ],
  7934.                                             'distributor' => [
  7935.                                                 'wrapper' => 'w-100 mb-3',
  7936.                                                 'label' => 'w-100',
  7937.                                                 'input' => 'w-100',
  7938.                                             ],
  7939.                                         ],
  7940.                                     ],
  7941.                                     => [
  7942.                                         'wrapper' => 'd-flex flex-wrap col-12 mb-5',
  7943.                                         'title' => [
  7944.                                             'enabled' => true,
  7945.                                             'type' => 'p',
  7946.                                             'class' => 'form-label text-dark w-100',
  7947.                                             'content' => '3 - <span style="text-transform: capitalize;">S</span>électionner un distributeur',
  7948.                                         ],
  7949.                                         'fields' => [
  7950.                                             'distributorCompany' => [
  7951.                                                 'wrapper' => 'w-100 mb-3 px-5',
  7952.                                                 'label' => 'w-100',
  7953.                                                 'input' => 'w-100',
  7954.                                             ],
  7955.                                             'distributorCompanyAutocomplete' => [
  7956.                                                 'wrapper' => 'w-100 mb-3 px-5',
  7957.                                                 'label' => 'w-100',
  7958.                                                 'input' => 'w-100',
  7959.                                             ],
  7960.                                             'distributorPostcode' => [
  7961.                                                 'wrapper' => 'w-100 mb-3 px-5',
  7962.                                                 'label' => 'w-100',
  7963.                                                 'input' => 'w-100',
  7964.                                             ],
  7965.                                             'distributorCity' => [
  7966.                                                 'wrapper' => 'w-100 mb-3 px-5',
  7967.                                                 'label' => 'w-100',
  7968.                                                 'input' => 'w-100',
  7969.                                             ],
  7970.                                         ],
  7971.                                     ],
  7972.                                     => [
  7973.                                         'wrapper' => 'd-flex flex-wrap col-12',
  7974.                                         'title' => [
  7975.                                             'enabled' => true,
  7976.                                             'type' => 'p',
  7977.                                             'class' => 'form-label text-dark  w-100',
  7978.                                             'content' => '4 - Joindre ma facture *',
  7979.                                             'format' => 'html',
  7980.                                         ],
  7981.                                         'fields' => [
  7982.                                             'addPurchaseFile' => [
  7983.                                                 'wrapper' => 'row mb-5',
  7984.                                                 'label' => 'col-12',
  7985.                                                 'input' => 'col-12',
  7986.                                                 'title' => [
  7987.                                                     'type' => 'p',
  7988.                                                     'class' => 'w-100',
  7989.                                                     'content' => 'Comment procéder ?',
  7990.                                                 ],
  7991.                                                 'text' => [
  7992.                                                     'type' => 'p',
  7993.                                                     'format' => 'html',
  7994.                                                     'content' => '1. <span style="color:red">Il est obligatoire de surligner les références Daikin pour que votre facture soit traitée</span><br>'."\n".'2. Prendre en <b>photo ou scanner</b> les pages de votre facture.<br>'."\n".'3. Télécharger votre facture'."\n".'',
  7995.                                                 ],
  7996.                                                 'button' => [
  7997.                                                     'class' => 'btn btn-primary btn-hover-secondary mb-3',
  7998.                                                     'title' => 'Ajouter un bon',
  7999.                                                     'content' => 'Ajouter un fichier',
  8000.                                                 ],
  8001.                                                 'fileList' => [
  8002.                                                     'class' => 'col text-light-grey font-20 font-open-sans-regular',
  8003.                                                 ],
  8004.                                             ],
  8005.                                         ],
  8006.                                     ],
  8007.                                 ],
  8008.                                 'submit' => [
  8009.                                     'wrapper' => [
  8010.                                         'class' => 'w-100',
  8011.                                     ],
  8012.                                     'container' => [
  8013.                                         'class' => 'row justify-content-center',
  8014.                                     ],
  8015.                                     'text' => [
  8016.                                         'type' => 'p',
  8017.                                         'class' => 'font-open-sans-regular font-15 text-danger col-12',
  8018.                                         'format' => 'html',
  8019.                                         'content' => 'ATTENTION : Cliquez sur Â« Valider ma déclaration Â» seulement si vous'."\n".'avez terminé d\'ajouter votre facture (la ou les pages).'."\n".'',
  8020.                                     ],
  8021.                                     'button' => [
  8022.                                         'wrapper' => '',
  8023.                                         'class' => 'btn btn-outline-primary text-uppercase my-5',
  8024.                                         'content' => 'Valider ma déclaration',
  8025.                                     ],
  8026.                                 ],
  8027.                             ],
  8028.                             'page' => 'purchase',
  8029.                             'template' => NULL,
  8030.                         ],
  8031.                         'purchase_history' => [
  8032.                             'title' => 'Mon historique de déclaration',
  8033.                             'page' => 'purchase_history',
  8034.                             'template' => NULL,
  8035.                         ],
  8036.                         'contact' => [
  8037.                             'container' => true,
  8038.                             'row' => true,
  8039.                             'row_justify' => 'justify-content-center',
  8040.                             'layout_class' => '',
  8041.                             'sections' => [
  8042.                                 'contact_title' => [
  8043.                                     'enabled' => true,
  8044.                                     'type' => 'default_title_paragraph',
  8045.                                     'container' => 'col-12  text-center mb-5',
  8046.                                     'title' => [
  8047.                                         'type' => 'h1',
  8048.                                         'class' => 'text-uppercase text-dark',
  8049.                                         'content' => 'Nous <span class="text-primary">contacter</span>',
  8050.                                     ],
  8051.                                     'text' => [
  8052.                                         'type' => 'p',
  8053.                                         'class' => 'text-uppercase',
  8054.                                         'content' => 'pour toute demande au sujet du site, des cadeaux, des gains,<br> merci de nous contacter en remplissant le formulaire ci-dessous.',
  8055.                                     ],
  8056.                                     'link' => [
  8057.                                         'enabled' => false,
  8058.                                     ],
  8059.                                 ],
  8060.                                 'contact_left' => [
  8061.                                     'type' => 'contact_left',
  8062.                                     'enabled' => true,
  8063.                                     'class' => 'col-md-5 col-lg-3 mb-5',
  8064.                                     'wrapper' => [
  8065.                                         'class' => 'border border-primary p-4',
  8066.                                     ],
  8067.                                     'contact_info' => [
  8068.                                         'enabled' => true,
  8069.                                         'wrapper' => [
  8070.                                             'class' => '',
  8071.                                         ],
  8072.                                         'name' => [
  8073.                                             'class' => '',
  8074.                                             'enabled' => false,
  8075.                                         ],
  8076.                                         'email' => [
  8077.                                             'class' => '',
  8078.                                             'enabled' => true,
  8079.                                         ],
  8080.                                         'phone' => [
  8081.                                             'class' => '',
  8082.                                             'enabled' => false,
  8083.                                         ],
  8084.                                     ],
  8085.                                 ],
  8086.                                 'contact_right' => [
  8087.                                     'class' => 'col-lg-5',
  8088.                                     'enabled' => true,
  8089.                                     'wrapper' => '',
  8090.                                     'type' => 'contact_right',
  8091.                                     'form' => [
  8092.                                         'inline' => true,
  8093.                                         'fields' => [
  8094.                                             'subject' => [
  8095.                                                 'enabled' => true,
  8096.                                                 'hidden' => true,
  8097.                                                 'required' => true,
  8098.                                             ],
  8099.                                             'society' => [
  8100.                                                 'enabled' => false,
  8101.                                                 'required' => false,
  8102.                                             ],
  8103.                                             'rrdiCode' => [
  8104.                                                 'enabled' => false,
  8105.                                                 'required' => false,
  8106.                                             ],
  8107.                                             'lastname' => [
  8108.                                                 'enabled' => true,
  8109.                                                 'required' => true,
  8110.                                             ],
  8111.                                             'firstname' => [
  8112.                                                 'required' => true,
  8113.                                                 'enabled' => true,
  8114.                                             ],
  8115.                                             'phone' => [
  8116.                                                 'enabled' => true,
  8117.                                                 'required' => true,
  8118.                                             ],
  8119.                                             'email' => [
  8120.                                                 'enabled' => true,
  8121.                                                 'required' => true,
  8122.                                             ],
  8123.                                             'message' => [
  8124.                                                 'enabled' => true,
  8125.                                                 'required' => true,
  8126.                                             ],
  8127.                                         ],
  8128.                                         'submit' => [
  8129.                                             'content' => 'Envoyer',
  8130.                                             'class' => 'btn btn-primary text-uppercase',
  8131.                                         ],
  8132.                                     ],
  8133.                                     'rgpd' => [
  8134.                                         'company' => '37Deux',
  8135.                                         'contact' => [
  8136.                                             'enabled' => false,
  8137.                                             'email' => 'dpo@37deux.com',
  8138.                                         ],
  8139.                                     ],
  8140.                                 ],
  8141.                             ],
  8142.                             'page' => 'contact',
  8143.                             'template' => NULL,
  8144.                         ],
  8145.                         'document' => [
  8146.                             'header' => true,
  8147.                             'footer' => true,
  8148.                             'page' => 'document',
  8149.                             'template' => NULL,
  8150.                         ],
  8151.                         'profile' => [
  8152.                             'theme_color' => 'primary',
  8153.                             'layout_class' => '',
  8154.                             'title_section' => [
  8155.                                 'type' => 'default_title_paragraph',
  8156.                                 'container' => 'w-100 text-center',
  8157.                                 'enabled' => false,
  8158.                                 'title' => [
  8159.                                     'enabled' => true,
  8160.                                     'type' => 'h1',
  8161.                                     'class' => 'text-uppercase text-primary',
  8162.                                     'content' => 'votre compte fidelité',
  8163.                                 ],
  8164.                                 'text' => [
  8165.                                     'enabled' => false,
  8166.                                     'type' => 'p',
  8167.                                     'content' => '',
  8168.                                 ],
  8169.                                 'link' => [
  8170.                                     'enabled' => false,
  8171.                                 ],
  8172.                             ],
  8173.                             'page' => 'profile',
  8174.                             'template' => NULL,
  8175.                         ],
  8176.                         'catalogue' => [
  8177.                             'container' => true,
  8178.                             'theme_color' => 'primary',
  8179.                             'sections' => [
  8180.                                 => [
  8181.                                     'type' => 'default_slider_new_product',
  8182.                                     'enabled' => false,
  8183.                                     'size' => 'full',
  8184.                                     'wrapper' => '',
  8185.                                     'container' => 'row justify-content-center',
  8186.                                     'class' => 'col-lg-12',
  8187.                                     'title' => [
  8188.                                         'type' => 'h2',
  8189.                                         'class' => 'pseudo_border',
  8190.                                         'content' => 'Nouveautés objets pub',
  8191.                                     ],
  8192.                                     'catalogue_type' => 'obj_pub',
  8193.                                     'config' => [
  8194.                                         'id' => 'new_product_slider',
  8195.                                         'items' => 4,
  8196.                                         'margin' => 10,
  8197.                                         'stagePadding' => 10,
  8198.                                         'loop' => false,
  8199.                                         'center' => false,
  8200.                                         'nav' => false,
  8201.                                         'video' => false,
  8202.                                         'custom_nav' => true,
  8203.                                         'dots' => true,
  8204.                                         'lazyLoad' => true,
  8205.                                         'autoplay' => false,
  8206.                                         'autoplayTimeout' => 5000,
  8207.                                         'autoplayHoverPause' => false,
  8208.                                     ],
  8209.                                     'product' => [
  8210.                                         'wrapper' => 'h-100',
  8211.                                         'container' => 'd-flex flex-column justify-content-start h-100',
  8212.                                         'title' => [
  8213.                                             'ellipsis' => NULL,
  8214.                                             'class' => 'h5',
  8215.                                         ],
  8216.                                         'description' => [
  8217.                                             'ellipsis' => 100,
  8218.                                             'class' => 'text-dark text-hover-dark mb-0',
  8219.                                         ],
  8220.                                     ],
  8221.                                     'products' => [
  8222.                                         => 'le.crayon.a.graines',
  8223.                                         => 'enceinte.en.liege.5w.baia',
  8224.                                         => 'mini.enceinte.sans.fil.en.aluminium',
  8225.                                         => 'adaptateur.de.voyage.avec.4.ports.usb',
  8226.                                         => 'support.voiture.pour.telephone.360',
  8227.                                         => 'bouteille.isotherme.et.etanche.avec.couvercle.en.acier.clima',
  8228.                                         => 'mug.glossy',
  8229.                                         => 'bento.mihara.noir.avec.couvercle.en.bambou',
  8230.                                         => 'sac.isotherme.combymiam',
  8231.                                         => 'metre.ruban.bambou.5m.9mm',
  8232.                                     ],
  8233.                                 ],
  8234.                                 => [
  8235.                                     'type' => 'catalogue_category_list',
  8236.                                 ],
  8237.                             ],
  8238.                             'page' => 'catalogue',
  8239.                             'template' => NULL,
  8240.                         ],
  8241.                     ],
  8242.                 ],
  8243.                 'back_office' => [
  8244.                     'menu' => [
  8245.                         'items' => [
  8246.                             => [
  8247.                                 'slug' => 'dashboard',
  8248.                                 'name' => 'Tableau de bord',
  8249.                                 'route' => 'back_dashboard',
  8250.                                 'routeParams' => [
  8251.                                 ],
  8252.                                 'subItems' => [
  8253.                                 ],
  8254.                                 'includedRoutes' => [
  8255.                                     => 'back_dashboard',
  8256.                                 ],
  8257.                             ],
  8258.                             => [
  8259.                                 'slug' => 'community',
  8260.                                 'name' => 'Communauté',
  8261.                                 'route' => NULL,
  8262.                                 'routeParams' => [
  8263.                                 ],
  8264.                                 'subItems' => [
  8265.                                     => [
  8266.                                         'slug' => 'distributor',
  8267.                                         'name' => 'Distributeurs',
  8268.                                         'route' => 'back_distributor_list',
  8269.                                         'routeParams' => [
  8270.                                         ],
  8271.                                         'subItems' => [
  8272.                                         ],
  8273.                                         'includedRoutes' => [
  8274.                                             => 'back_distributor_edit',
  8275.                                         ],
  8276.                                     ],
  8277.                                     => [
  8278.                                         'slug' => 'agency_manager',
  8279.                                         'name' => 'Chefs d\'agence',
  8280.                                         'route' => 'back_agency_manager_list',
  8281.                                         'routeParams' => [
  8282.                                         ],
  8283.                                         'subItems' => [
  8284.                                         ],
  8285.                                         'includedRoutes' => [
  8286.                                             => 'back_agency_manager_edit',
  8287.                                         ],
  8288.                                     ],
  8289.                                     => [
  8290.                                         'slug' => 'commercial',
  8291.                                         'name' => 'Commerciaux',
  8292.                                         'route' => 'back_commercial_agent_list',
  8293.                                         'routeParams' => [
  8294.                                         ],
  8295.                                         'subItems' => [
  8296.                                         ],
  8297.                                         'includedRoutes' => [
  8298.                                             => 'back_commercial_agent_edit',
  8299.                                             => 'back_installer_change_commercial',
  8300.                                         ],
  8301.                                     ],
  8302.                                     => [
  8303.                                         'slug' => 'installer',
  8304.                                         'name' => 'Installateurs',
  8305.                                         'route' => 'back_installer_list',
  8306.                                         'routeParams' => [
  8307.                                         ],
  8308.                                         'subItems' => [
  8309.                                         ],
  8310.                                         'includedRoutes' => [
  8311.                                             => 'back_installer_edit',
  8312.                                         ],
  8313.                                     ],
  8314.                                     => [
  8315.                                         'slug' => 'admin',
  8316.                                         'name' => 'Administrateurs',
  8317.                                         'route' => 'back_admin_list',
  8318.                                         'routeParams' => [
  8319.                                         ],
  8320.                                         'subItems' => [
  8321.                                         ],
  8322.                                         'includedRoutes' => [
  8323.                                             => 'back_admin_edit',
  8324.                                         ],
  8325.                                     ],
  8326.                                     => [
  8327.                                         'slug' => 'seller_37deux',
  8328.                                         'name' => 'Vendeur 37deux',
  8329.                                         'route' => 'back_seller_37deux_list',
  8330.                                         'routeParams' => [
  8331.                                         ],
  8332.                                         'subItems' => [
  8333.                                         ],
  8334.                                         'includedRoutes' => [
  8335.                                             => 'back_seller_37deux_edit',
  8336.                                         ],
  8337.                                     ],
  8338.                                 ],
  8339.                                 'includedRoutes' => [
  8340.                                 ],
  8341.                             ],
  8342.                             => [
  8343.                                 'slug' => 'shop',
  8344.                                 'name' => 'Boutique',
  8345.                                 'route' => NULL,
  8346.                                 'routeParams' => [
  8347.                                 ],
  8348.                                 'subItems' => [
  8349.                                     => [
  8350.                                         'slug' => 'order',
  8351.                                         'name' => 'Commandes',
  8352.                                         'route' => 'back_order_list',
  8353.                                         'routeParams' => [
  8354.                                         ],
  8355.                                         'subItems' => [
  8356.                                         ],
  8357.                                         'includedRoutes' => [
  8358.                                         ],
  8359.                                     ],
  8360.                                     => [
  8361.                                         'slug' => 'pro_services',
  8362.                                         'name' => 'Outils pro',
  8363.                                         'route' => 'back_custom_product_list',
  8364.                                         'routeParams' => [
  8365.                                             'slug' => 'service_pro',
  8366.                                         ],
  8367.                                         'subItems' => [
  8368.                                         ],
  8369.                                         'includedRoutes' => [
  8370.                                             => 'back_custom_product_edit',
  8371.                                         ],
  8372.                                     ],
  8373.                                     => [
  8374.                                         'slug' => 'trip',
  8375.                                         'name' => 'Voyages',
  8376.                                         'route' => 'back_trip_list',
  8377.                                         'routeParams' => [
  8378.                                         ],
  8379.                                         'subItems' => [
  8380.                                         ],
  8381.                                         'includedRoutes' => [
  8382.                                             => 'back_trip_new',
  8383.                                             => 'back_trip_edit',
  8384.                                             => 'back_trip_cancel',
  8385.                                         ],
  8386.                                     ],
  8387.                                     => [
  8388.                                         'slug' => 'management_fees',
  8389.                                         'name' => 'Frais de gestion',
  8390.                                         'route' => 'back_management_fees_list',
  8391.                                         'routeParams' => [
  8392.                                         ],
  8393.                                         'subItems' => [
  8394.                                         ],
  8395.                                         'includedRoutes' => [
  8396.                                         ],
  8397.                                     ],
  8398.                                     => [
  8399.                                         'slug' => 'black_list',
  8400.                                         'name' => 'Adresses en liste noire',
  8401.                                         'route' => 'back_black_list_index',
  8402.                                         'routeParams' => [
  8403.                                         ],
  8404.                                         'subItems' => [
  8405.                                         ],
  8406.                                         'includedRoutes' => [
  8407.                                         ],
  8408.                                     ],
  8409.                                 ],
  8410.                                 'includedRoutes' => [
  8411.                                 ],
  8412.                             ],
  8413.                             => [
  8414.                                 'slug' => 'point',
  8415.                                 'name' => 'Points',
  8416.                                 'route' => NULL,
  8417.                                 'routeParams' => [
  8418.                                 ],
  8419.                                 'subItems' => [
  8420.                                     => [
  8421.                                         'slug' => 'booster',
  8422.                                         'name' => 'Boosters',
  8423.                                         'route' => 'back_point_transaction_boost_show',
  8424.                                         'routeParams' => [
  8425.                                         ],
  8426.                                         'subItems' => [
  8427.                                         ],
  8428.                                         'includedRoutes' => [
  8429.                                         ],
  8430.                                     ],
  8431.                                     => [
  8432.                                         'slug' => 'multiplier',
  8433.                                         'name' => 'Multiplicateurs',
  8434.                                         'route' => 'back_point_transaction_multiplier_list',
  8435.                                         'routeParams' => [
  8436.                                         ],
  8437.                                         'subItems' => [
  8438.                                         ],
  8439.                                         'includedRoutes' => [
  8440.                                         ],
  8441.                                     ],
  8442.                                 ],
  8443.                                 'includedRoutes' => [
  8444.                                 ],
  8445.                             ],
  8446.                             => [
  8447.                                 'slug' => 'customization',
  8448.                                 'name' => 'Personnalisation',
  8449.                                 'route' => NULL,
  8450.                                 'routeParams' => [
  8451.                                 ],
  8452.                                 'subItems' => [
  8453.                                     => [
  8454.                                         'slug' => 'slider',
  8455.                                         'name' => 'Sliders',
  8456.                                         'route' => 'back_slider_list',
  8457.                                         'routeParams' => [
  8458.                                         ],
  8459.                                         'subItems' => [
  8460.                                         ],
  8461.                                         'includedRoutes' => [
  8462.                                             => 'back_slider_edit',
  8463.                                         ],
  8464.                                     ],
  8465.                                     => [
  8466.                                         'slug' => 'document',
  8467.                                         'name' => 'Documents',
  8468.                                         'route' => 'back_document_list',
  8469.                                         'routeParams' => [
  8470.                                         ],
  8471.                                         'subItems' => [
  8472.                                         ],
  8473.                                         'includedRoutes' => [
  8474.                                             => 'back_document_edit',
  8475.                                         ],
  8476.                                     ],
  8477.                                     => [
  8478.                                         'slug' => 'website_parameter',
  8479.                                         'name' => 'Paramètres du site',
  8480.                                         'route' => 'back_setting_list',
  8481.                                         'routeParams' => [
  8482.                                         ],
  8483.                                         'subItems' => [
  8484.                                         ],
  8485.                                         'includedRoutes' => [
  8486.                                         ],
  8487.                                     ],
  8488.                                     => [
  8489.                                         'slug' => 'yaml',
  8490.                                         'name' => 'Platform (.yaml)',
  8491.                                         'route' => 'back_platform_yaml_edit',
  8492.                                         'routeParams' => [
  8493.                                         ],
  8494.                                         'subItems' => [
  8495.                                         ],
  8496.                                         'includedRoutes' => [
  8497.                                         ],
  8498.                                     ],
  8499.                                     => [
  8500.                                         'slug' => 'dynamic_import_history_list',
  8501.                                         'name' => 'Liste imports dynamiques',
  8502.                                         'route' => 'back_dynamic_import_history_list',
  8503.                                         'routeParams' => [
  8504.                                         ],
  8505.                                         'subItems' => [
  8506.                                         ],
  8507.                                         'includedRoutes' => [
  8508.                                         ],
  8509.                                     ],
  8510.                                 ],
  8511.                                 'includedRoutes' => [
  8512.                                 ],
  8513.                             ],
  8514.                             => [
  8515.                                 'slug' => 'statistics',
  8516.                                 'name' => 'Statistiques',
  8517.                                 'route' => 'back_statistics_show',
  8518.                                 'routeParams' => [
  8519.                                 ],
  8520.                                 'subItems' => [
  8521.                                 ],
  8522.                                 'includedRoutes' => [
  8523.                                 ],
  8524.                             ],
  8525.                             => [
  8526.                                 'slug' => 'purchase',
  8527.                                 'name' => 'Achat',
  8528.                                 'route' => NULL,
  8529.                                 'routeParams' => [
  8530.                                 ],
  8531.                                 'subItems' => [
  8532.                                     => [
  8533.                                         'slug' => 'purchase_declaration',
  8534.                                         'name' => 'Déclarations d\'achat',
  8535.                                         'route' => 'back_purchase_declaration_show',
  8536.                                         'routeParams' => [
  8537.                                         ],
  8538.                                         'subItems' => [
  8539.                                         ],
  8540.                                         'includedRoutes' => [
  8541.                                             => 'back_purchase_declaration_edit',
  8542.                                         ],
  8543.                                     ],
  8544.                                     => [
  8545.                                         'slug' => 'reference',
  8546.                                         'name' => 'Références Daikin',
  8547.                                         'route' => 'back_purchase_product_list',
  8548.                                         'routeParams' => [
  8549.                                         ],
  8550.                                         'subItems' => [
  8551.                                         ],
  8552.                                         'includedRoutes' => [
  8553.                                         ],
  8554.                                     ],
  8555.                                 ],
  8556.                                 'includedRoutes' => [
  8557.                                 ],
  8558.                             ],
  8559.                         ],
  8560.                     ],
  8561.                     'dashboard' => [
  8562.                         'last_orders' => [
  8563.                             'order' => 3,
  8564.                             'col' => 3,
  8565.                         ],
  8566.                         'analytic' => [
  8567.                             'order' => 4,
  8568.                             'col' => 6,
  8569.                         ],
  8570.                         'popular_items' => [
  8571.                             'order' => 5,
  8572.                             'col' => 3,
  8573.                         ],
  8574.                         'graph' => [
  8575.                             'order' => 6,
  8576.                             'overrides' => [
  8577.                                 'order' => [
  8578.                                     'jobs' => [
  8579.                                         'ADMIN_2' => 0,
  8580.                                     ],
  8581.                                     'roles' => [
  8582.                                         'ROLE_AGENCY_MANAGER' => 0,
  8583.                                         'ROLE_COMMERCIAL' => 0,
  8584.                                     ],
  8585.                                 ],
  8586.                             ],
  8587.                             'col' => 12,
  8588.                             'items' => [
  8589.                                 => [
  8590.                                     'type' => 'registered_status',
  8591.                                     'order' => 1,
  8592.                                     'col' => 12,
  8593.                                     'height' => 75,
  8594.                                 ],
  8595.                                 => [
  8596.                                     'type' => 'declaration_by_product_family',
  8597.                                     'order' => 2,
  8598.                                     'col' => 12,
  8599.                                     'height' => 75,
  8600.                                 ],
  8601.                                 => [
  8602.                                     'type' => 'cumul_status_by_agency',
  8603.                                     'order' => 3,
  8604.                                     'col' => 12,
  8605.                                     'height' => 75,
  8606.                                 ],
  8607.                                 => [
  8608.                                     'type' => 'declaration_evolution',
  8609.                                     'order' => 4,
  8610.                                     'col' => 12,
  8611.                                     'height' => 75,
  8612.                                 ],
  8613.                                 => [
  8614.                                     'type' => 'number_point_evolution',
  8615.                                     'order' => 4,
  8616.                                     'col' => 12,
  8617.                                     'height' => 75,
  8618.                                 ],
  8619.                                 => [
  8620.                                     'type' => 'order_volume_turnover',
  8621.                                     'order' => 5,
  8622.                                     'col' => 12,
  8623.                                     'height' => 75,
  8624.                                 ],
  8625.                             ],
  8626.                         ],
  8627.                         'cards_custom_period' => [
  8628.                             'order' => 2,
  8629.                             'col' => 12,
  8630.                         ],
  8631.                     ],
  8632.                     'statistics' => [
  8633.                         'compareToLastYear' => false,
  8634.                     ],
  8635.                 ],
  8636.             ],
  8637.             'host' => 'lecercledaikin.dtv-projects.com',
  8638.             'saml_IdEntity' => 'https://fidm.gigya.com/saml/v2.0/3_Xb5SajfDPMga54Ei-JZ_D6LNOAQ0MrvT6MbvMX0UbDsX4HWg92IAYh1gLkf8kOXk',
  8639.             'saml_singleSignOnService_url' => 'https://fidm.eu1.gigya.com/saml/v2.0/3_Xb5SajfDPMga54Ei-JZ_D6LNOAQ0MrvT6MbvMX0UbDsX4HWg92IAYh1gLkf8kOXk/idp/sso',
  8640.             'saml_singleLogoutService_url' => 'https://fidm.eu1.gigya.com/saml/v2.0/3_Xb5SajfDPMga54Ei-JZ_D6LNOAQ0MrvT6MbvMX0UbDsX4HWg92IAYh1gLkf8kOXk/idp/slo',
  8641.             'saml_signing_cert' => 'MIIDKDCCAhCgAwIBAgIQcPbbhIRASrJL7thh61pI3zANBgkqhkiG9w0BAQUFADBPMU0wSwYDVQQDHkQARwBpAGcAeQBhACAAUwBBAE0ATAAgAEkARABQACAAZgBvAHIAIABzAGkAdABlACAAMwBfAFgAYgA1AFMAYQBqAGYARDAgFw0yMTA1MTQxMTM3MzRaGA8yMTIxMDUxNDExMzczNFowTzFNMEsGA1UEAx5EAEcAaQBnAHkAYQAgAFMAQQBNAEwAIABJAEQAUAAgAGYAbwByACAAcwBpAHQAZQAgADMAXwBYAGIANQBTAGEAagBmAEQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCN080UT9G98S6QJYB0oFZgGARX1s/KDv0UVrdn3rZ+Qi9FR2gqdxxu9E21ZXRQ3uhCT+NlvWrPXwUj+KlvrWGJdZlsGadOjD1OOaJ+ger+jgK+wAUvDmbSdIgRw9v1MDa+3SQtt3AAYr1o6meLkuyMsgo9CVntCDGWyEkwqnmwE4W5DkXnoD+/Ugi7sRmx0FDyPHa9YtEDsUY45FFEuaPi9oegtNtxyfAc4/xuZ5GUiukR3iTLw1i3xQa9aGxCMiQoO9rxt+azKDXhfv9veA4GQpERvz5AASxISxiuLXC84DDV7GRdAExrs9st1XS2LIO7ccECYRLi3q8Qsm8AFTMxAgMBAAEwDQYJKoZIhvcNAQEFBQADggEBABRZl2A3MBFTdSAy4dgwElI0isij16wNdUrdJHfVHEVDiu3q95V4C8W8+F8MDWo2jtkCG2rU75szCcwfBwLdHIBauU91F+3WdX2oJzp5dnw2c+nsL7zDcFMzM+JsDcBqiNf9EUf2y9eEWpt1SsbYcE20bPSIgX5+SKWDJ/jhCYWLXXelpPFv63R+Q0MJdJmTDZFUszo73wLkG5heyNTf2JkIJdSGBdtM5LZ43F112HmRYWJSYhUI2O15mPVpmuES88DPx73iNYZKiqVCPQhtleyaQBucmSFwKdo1Jf5mTB35ljKPt4zbdW0k/MKsY0qoTtrSPap9OtcUh5e8oMwBPT0=',
  8642.             'platform_global_subdomain' => 'lecercledaikin.dtv-projects.com',
  8643.             'event_dispatcher.event_aliases' => [
  8644.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8645.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8646.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8647.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8648.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8649.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8650.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8651.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8652.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8653.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8654.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8655.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8656.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8657.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8658.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8659.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8660.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8661.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  8662.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  8663.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  8664.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  8665.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  8666.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  8667.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  8668.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8669.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8670.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8671.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8672.             ],
  8673.             'fragment.renderer.hinclude.global_template' => NULL,
  8674.             'fragment.path' => '/_fragment',
  8675.             'kernel.http_method_override' => true,
  8676.             'kernel.trusted_hosts' => [
  8677.             ],
  8678.             'kernel.default_locale' => 'fr',
  8679.             'kernel.enabled_locales' => [
  8680.             ],
  8681.             'kernel.error_controller' => 'error_controller',
  8682.             'debug.file_link_format' => NULL,
  8683.             'asset.request_context.base_path' => NULL,
  8684.             'asset.request_context.secure' => NULL,
  8685.             'translator.logging' => false,
  8686.             'translator.default_path' => (\dirname(__DIR__5).'/translations'),
  8687.             'debug.error_handler.throw_at' => -1,
  8688.             'router.request_context.host' => 'localhost',
  8689.             'router.request_context.scheme' => 'http',
  8690.             'router.request_context.base_url' => '',
  8691.             'router.resource' => 'kernel::loadRoutes',
  8692.             'request_listener.http_port' => 80,
  8693.             'request_listener.https_port' => 443,
  8694.             'session.metadata.storage_key' => '_sf2_meta',
  8695.             'session.storage.options' => [
  8696.                 'cache_limiter' => '0',
  8697.                 'cookie_secure' => 'auto',
  8698.                 'cookie_httponly' => true,
  8699.                 'cookie_samesite' => 'lax',
  8700.                 'gc_probability' => 1,
  8701.             ],
  8702.             'session.save_path' => NULL,
  8703.             'session.metadata.update_threshold' => 0,
  8704.             'form.type_extension.csrf.enabled' => true,
  8705.             'form.type_extension.csrf.field_name' => '_token',
  8706.             'validator.translation_domain' => 'validators',
  8707.             'profiler_listener.only_exceptions' => false,
  8708.             'profiler_listener.only_main_requests' => false,
  8709.             'twig.form.resources' => [
  8710.                 => '@VichUploader/Form/fields.html.twig',
  8711.                 => 'form_div_layout.html.twig',
  8712.                 => 'form/bootstrap_4_layout.html.twig',
  8713.                 => 'form/image.html.twig',
  8714.                 => 'form/tagify_custom.html.twig',
  8715.                 => 'form/picture_custom.html.twig',
  8716.             ],
  8717.             'twig.default_path' => (\dirname(__DIR__5).'/templates'),
  8718.             'monolog.use_microseconds' => true,
  8719.             'monolog.swift_mailer.handlers' => [
  8720.             ],
  8721.             'monolog.handlers_to_channels' => [
  8722.                 'monolog.handler.console' => [
  8723.                     'type' => 'exclusive',
  8724.                     'elements' => [
  8725.                         => 'event',
  8726.                         => 'doctrine',
  8727.                         => 'console',
  8728.                     ],
  8729.                 ],
  8730.                 'monolog.handler.deduplicated' => NULL,
  8731.                 'monolog.handler.streamed' => NULL,
  8732.             ],
  8733.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  8734.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  8735.             'stof_doctrine_extensions.translation_fallback' => false,
  8736.             'stof_doctrine_extensions.persist_default_translation' => false,
  8737.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  8738.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  8739.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  8740.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  8741.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  8742.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  8743.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  8744.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  8745.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  8746.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  8747.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  8748.             'vich_uploader.mappings' => [
  8749.                 'slider_item_images' => [
  8750.                     'uri_prefix' => '/static-file/slider_item_images',
  8751.                     'upload_destination' => (\dirname(__DIR__5).'/medias/lecercledaikin.dtv-projects.com/slider_item_images'),
  8752.                     'namer' => [
  8753.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.slider_item_images',
  8754.                         'options' => [
  8755.                         ],
  8756.                     ],
  8757.                     'directory_namer' => [
  8758.                         'service' => NULL,
  8759.                         'options' => NULL,
  8760.                     ],
  8761.                     'delete_on_remove' => true,
  8762.                     'delete_on_update' => true,
  8763.                     'inject_on_load' => false,
  8764.                     'db_driver' => 'orm',
  8765.                 ],
  8766.                 'advertising_images' => [
  8767.                     'uri_prefix' => '/static-file/advertising_images',
  8768.                     'upload_destination' => (\dirname(__DIR__5).'/medias/lecercledaikin.dtv-projects.com/advertising_images'),
  8769.                     'namer' => [
  8770.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.advertising_images',
  8771.                         'options' => [
  8772.                         ],
  8773.                     ],
  8774.                     'directory_namer' => [
  8775.                         'service' => NULL,
  8776.                         'options' => NULL,
  8777.                     ],
  8778.                     'delete_on_remove' => true,
  8779.                     'delete_on_update' => true,
  8780.                     'inject_on_load' => false,
  8781.                     'db_driver' => 'orm',
  8782.                 ],
  8783.                 'general_documents' => [
  8784.                     'uri_prefix' => '/static-file/general_documents',
  8785.                     'upload_destination' => (\dirname(__DIR__5).'/medias/lecercledaikin.dtv-projects.com/general_documents'),
  8786.                     'namer' => [
  8787.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.general_documents',
  8788.                         'options' => [
  8789.                         ],
  8790.                     ],
  8791.                     'directory_namer' => [
  8792.                         'service' => NULL,
  8793.                         'options' => NULL,
  8794.                     ],
  8795.                     'delete_on_remove' => true,
  8796.                     'delete_on_update' => true,
  8797.                     'inject_on_load' => false,
  8798.                     'db_driver' => 'orm',
  8799.                 ],
  8800.                 'parameter_thumbnail' => [
  8801.                     'uri_prefix' => '/static-file/general_documents/thumbnails',
  8802.                     'upload_destination' => (\dirname(__DIR__5).'/medias/lecercledaikin.dtv-projects.com/general_documents/thumbnails'),
  8803.                     'namer' => [
  8804.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.parameter_thumbnail',
  8805.                         'options' => [
  8806.                         ],
  8807.                     ],
  8808.                     'directory_namer' => [
  8809.                         'service' => NULL,
  8810.                         'options' => NULL,
  8811.                     ],
  8812.                     'delete_on_remove' => true,
  8813.                     'delete_on_update' => true,
  8814.                     'inject_on_load' => false,
  8815.                     'db_driver' => 'orm',
  8816.                 ],
  8817.                 'activity_images' => [
  8818.                     'uri_prefix' => '/static-file/activity_images',
  8819.                     'upload_destination' => (\dirname(__DIR__5).'/medias/lecercledaikin.dtv-projects.com/activity_images'),
  8820.                     'namer' => [
  8821.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.activity_images',
  8822.                         'options' => [
  8823.                         ],
  8824.                     ],
  8825.                     'directory_namer' => [
  8826.                         'service' => NULL,
  8827.                         'options' => NULL,
  8828.                     ],
  8829.                     'delete_on_remove' => true,
  8830.                     'delete_on_update' => true,
  8831.                     'inject_on_load' => false,
  8832.                     'db_driver' => 'orm',
  8833.                 ],
  8834.                 'service_pro_images' => [
  8835.                     'uri_prefix' => '/static-file/service_pro_images',
  8836.                     'upload_destination' => (\dirname(__DIR__5).'/medias/lecercledaikin.dtv-projects.com/service_pro_images'),
  8837.                     'namer' => [
  8838.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.service_pro_images',
  8839.                         'options' => [
  8840.                         ],
  8841.                     ],
  8842.                     'directory_namer' => [
  8843.                         'service' => NULL,
  8844.                         'options' => NULL,
  8845.                     ],
  8846.                     'delete_on_remove' => true,
  8847.                     'delete_on_update' => true,
  8848.                     'inject_on_load' => false,
  8849.                     'db_driver' => 'orm',
  8850.                 ],
  8851.                 'custom_product_images' => [
  8852.                     'uri_prefix' => '/static-file/custom_product_images',
  8853.                     'upload_destination' => (\dirname(__DIR__5).'/medias/lecercledaikin.dtv-projects.com/custom_product_images'),
  8854.                     'namer' => [
  8855.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.custom_product_images',
  8856.                         'options' => [
  8857.                         ],
  8858.                     ],
  8859.                     'directory_namer' => [
  8860.                         'service' => NULL,
  8861.                         'options' => NULL,
  8862.                     ],
  8863.                     'delete_on_remove' => true,
  8864.                     'delete_on_update' => true,
  8865.                     'inject_on_load' => false,
  8866.                     'db_driver' => 'orm',
  8867.                 ],
  8868.                 'customer_product_images' => [
  8869.                     'uri_prefix' => '/static-file/customer_product_images',
  8870.                     'upload_destination' => (\dirname(__DIR__5).'/medias/lecercledaikin.dtv-projects.com/customer_product_images'),
  8871.                     'namer' => [
  8872.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.customer_product_images',
  8873.                         'options' => [
  8874.                         ],
  8875.                     ],
  8876.                     'directory_namer' => [
  8877.                         'service' => NULL,
  8878.                         'options' => NULL,
  8879.                     ],
  8880.                     'delete_on_remove' => true,
  8881.                     'delete_on_update' => true,
  8882.                     'inject_on_load' => false,
  8883.                     'db_driver' => 'orm',
  8884.                 ],
  8885.                 'user_avatar' => [
  8886.                     'uri_prefix' => '/static-file/user_avatar',
  8887.                     'upload_destination' => (\dirname(__DIR__5).'/medias/lecercledaikin.dtv-projects.com/user_avatar'),
  8888.                     'namer' => [
  8889.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_avatar',
  8890.                         'options' => [
  8891.                         ],
  8892.                     ],
  8893.                     'directory_namer' => [
  8894.                         'service' => NULL,
  8895.                         'options' => NULL,
  8896.                     ],
  8897.                     'delete_on_remove' => true,
  8898.                     'delete_on_update' => true,
  8899.                     'inject_on_load' => false,
  8900.                     'db_driver' => 'orm',
  8901.                 ],
  8902.                 'user_logo' => [
  8903.                     'uri_prefix' => '/static-file/user_logo',
  8904.                     'upload_destination' => (\dirname(__DIR__5).'/medias/lecercledaikin.dtv-projects.com/user_logo'),
  8905.                     'namer' => [
  8906.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_logo',
  8907.                         'options' => [
  8908.                         ],
  8909.                     ],
  8910.                     'directory_namer' => [
  8911.                         'service' => NULL,
  8912.                         'options' => NULL,
  8913.                     ],
  8914.                     'delete_on_remove' => true,
  8915.                     'delete_on_update' => true,
  8916.                     'inject_on_load' => false,
  8917.                     'db_driver' => 'orm',
  8918.                 ],
  8919.                 'user_registration_document' => [
  8920.                     'uri_prefix' => '/static-file/user_registration_document',
  8921.                     'upload_destination' => (\dirname(__DIR__5).'/medias/lecercledaikin.dtv-projects.com/user_registration_document'),
  8922.                     'namer' => [
  8923.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_registration_document',
  8924.                         'options' => [
  8925.                         ],
  8926.                     ],
  8927.                     'directory_namer' => [
  8928.                         'service' => NULL,
  8929.                         'options' => NULL,
  8930.                     ],
  8931.                     'delete_on_remove' => true,
  8932.                     'delete_on_update' => true,
  8933.                     'inject_on_load' => false,
  8934.                     'db_driver' => 'orm',
  8935.                 ],
  8936.             ],
  8937.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  8938.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  8939.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  8940.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  8941.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  8942.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  8943.             'fos_js_routing.request_context_base_url' => NULL,
  8944.             'fos_js_routing.cache_control' => [
  8945.                 'enabled' => false,
  8946.             ],
  8947.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8948.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8949.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8950.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8951.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8952.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8953.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8954.             'doctrine.entity_managers' => [
  8955.                 'default' => 'doctrine.orm.default_entity_manager',
  8956.             ],
  8957.             'doctrine.default_entity_manager' => 'default',
  8958.             'doctrine.dbal.connection_factory.types' => [
  8959.             ],
  8960.             'doctrine.connections' => [
  8961.                 'default' => 'doctrine.dbal.default_connection',
  8962.                 'user_logs' => 'doctrine.dbal.user_logs_connection',
  8963.             ],
  8964.             'doctrine.default_connection' => 'default',
  8965.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8966.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8967.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8968.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8969.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8970.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8971.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8972.             'doctrine.orm.cache.memcache_port' => 11211,
  8973.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8974.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8975.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8976.             'doctrine.orm.cache.memcached_port' => 11211,
  8977.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8978.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8979.             'doctrine.orm.cache.redis_host' => 'localhost',
  8980.             'doctrine.orm.cache.redis_port' => 6379,
  8981.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8982.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8983.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8984.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8985.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8986.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8987.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8988.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8989.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8990.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8991.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8992.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8993.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8994.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8995.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8996.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8997.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8998.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8999.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9000.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9001.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9002.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9003.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9004.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9005.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9006.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9007.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9008.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9009.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9010.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9011.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9012.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  9013.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9014.             'doctrine.migrations.preferred_em' => NULL,
  9015.             'doctrine.migrations.preferred_connection' => NULL,
  9016.             'white_october_breadcrumbs.options' => [
  9017.                 'separator' => '/',
  9018.                 'separatorClass' => 'separator',
  9019.                 'listId' => 'wo-breadcrumbs',
  9020.                 'listClass' => 'breadcrumb',
  9021.                 'itemClass' => '',
  9022.                 'linkRel' => '',
  9023.                 'locale' => NULL,
  9024.                 'translation_domain' => NULL,
  9025.                 'viewTemplate' => '@WhiteOctoberBreadcrumbs/microdata.html.twig',
  9026.             ],
  9027.             'fos_elastica.property_accessor.magicCall' => false,
  9028.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  9029.             'fos_elastica.default_index' => 'group37deux',
  9030.             'nelmio_api_doc.areas' => [
  9031.                 => 'default',
  9032.             ],
  9033.             'nelmio_api_doc.use_validation_groups' => false,
  9034.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9035.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9036.             'web_profiler.debug_toolbar.mode' => 2,
  9037.             'liip_test_fixtures.cache_db.sqlite' => NULL,
  9038.             'liip_test_fixtures.keep_database_and_schema' => false,
  9039.             'liip_test_fixtures.cache_metadata' => true,
  9040.             'nelmio_alice.functions_blacklist' => [
  9041.                 => 'current',
  9042.                 => 'shuffle',
  9043.                 => 'date',
  9044.                 => 'time',
  9045.                 => 'file',
  9046.                 => 'md5',
  9047.                 => 'sha1',
  9048.                 => 'current',
  9049.                 => 'shuffle',
  9050.                 => 'date',
  9051.                 10 => 'time',
  9052.                 11 => 'file',
  9053.                 12 => 'md5',
  9054.                 13 => 'sha1',
  9055.             ],
  9056.             'nelmio_alice.locale' => 'fr_FR',
  9057.             'nelmio_alice.seed' => 1,
  9058.             'nelmio_alice.loading_limit' => 5,
  9059.             'nelmio_alice.max_unique_values_retry' => 150,
  9060.             'nelmio_cors.map' => [
  9061.                 '^/white-mark/' => [
  9062.                     'allow_origin' => true,
  9063.                     'allow_headers' => [
  9064.                         => 'x-custom-auth',
  9065.                         => 'content_type',
  9066.                     ],
  9067.                     'allow_methods' => [
  9068.                         => 'GET',
  9069.                         => 'OPTIONS',
  9070.                     ],
  9071.                     'max_age' => 3600,
  9072.                     'skip_same_as_origin' => true,
  9073.                 ],
  9074.                 '^/' => [
  9075.                     'skip_same_as_origin' => true,
  9076.                 ],
  9077.             ],
  9078.             'nelmio_cors.defaults' => [
  9079.                 'allow_origin' => true,
  9080.                 'allow_credentials' => false,
  9081.                 'allow_headers' => [
  9082.                     => 'accept',
  9083.                     => 'origin',
  9084.                     => 'content-type',
  9085.                     => 'authorization',
  9086.                 ],
  9087.                 'expose_headers' => [
  9088.                     => 'Link',
  9089.                 ],
  9090.                 'allow_methods' => [
  9091.                     => 'GET',
  9092.                 ],
  9093.                 'max_age' => 3600,
  9094.                 'hosts' => [
  9095.                 ],
  9096.                 'origin_regex' => true,
  9097.                 'forced_allow_origin_value' => NULL,
  9098.                 'skip_same_as_origin' => true,
  9099.             ],
  9100.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  9101.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  9102.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  9103.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  9104.             'default_path' => (\dirname(__DIR__5).'/config/datatable/'),
  9105.             'test_path' => (\dirname(__DIR__5).'/config/tests/datatable/'),
  9106.             'templates' => (\dirname(__DIR__5).'/templates/datatable/'),
  9107.             'custom_functions' => '\\App\\Services\\Back\\DatatableServices',
  9108.             'statistic.default_path' => (\dirname(__DIR__5).'/config/statistics/'),
  9109.             'statistic.tmp_folder' => (\dirname(__DIR__5).'/tmp/statistics'),
  9110.             'hslavich_onelogin_saml.settings' => [
  9111.                 'debug' => true,
  9112.                 'idp' => [
  9113.                     'entityId' => 'https://fidm.gigya.com/saml/v2.0/3_Xb5SajfDPMga54Ei-JZ_D6LNOAQ0MrvT6MbvMX0UbDsX4HWg92IAYh1gLkf8kOXk',
  9114.                     'singleSignOnService' => [
  9115.                         'url' => 'https://fidm.eu1.gigya.com/saml/v2.0/3_Xb5SajfDPMga54Ei-JZ_D6LNOAQ0MrvT6MbvMX0UbDsX4HWg92IAYh1gLkf8kOXk/idp/sso',
  9116.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
  9117.                     ],
  9118.                     'singleLogoutService' => [
  9119.                         'url' => 'https://fidm.eu1.gigya.com/saml/v2.0/3_Xb5SajfDPMga54Ei-JZ_D6LNOAQ0MrvT6MbvMX0UbDsX4HWg92IAYh1gLkf8kOXk/idp/slo',
  9120.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
  9121.                     ],
  9122.                     'x509certMulti' => [
  9123.                         'signing' => [
  9124.                             => 'MIIDKDCCAhCgAwIBAgIQcPbbhIRASrJL7thh61pI3zANBgkqhkiG9w0BAQUFADBPMU0wSwYDVQQDHkQARwBpAGcAeQBhACAAUwBBAE0ATAAgAEkARABQACAAZgBvAHIAIABzAGkAdABlACAAMwBfAFgAYgA1AFMAYQBqAGYARDAgFw0yMTA1MTQxMTM3MzRaGA8yMTIxMDUxNDExMzczNFowTzFNMEsGA1UEAx5EAEcAaQBnAHkAYQAgAFMAQQBNAEwAIABJAEQAUAAgAGYAbwByACAAcwBpAHQAZQAgADMAXwBYAGIANQBTAGEAagBmAEQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCN080UT9G98S6QJYB0oFZgGARX1s/KDv0UVrdn3rZ+Qi9FR2gqdxxu9E21ZXRQ3uhCT+NlvWrPXwUj+KlvrWGJdZlsGadOjD1OOaJ+ger+jgK+wAUvDmbSdIgRw9v1MDa+3SQtt3AAYr1o6meLkuyMsgo9CVntCDGWyEkwqnmwE4W5DkXnoD+/Ugi7sRmx0FDyPHa9YtEDsUY45FFEuaPi9oegtNtxyfAc4/xuZ5GUiukR3iTLw1i3xQa9aGxCMiQoO9rxt+azKDXhfv9veA4GQpERvz5AASxISxiuLXC84DDV7GRdAExrs9st1XS2LIO7ccECYRLi3q8Qsm8AFTMxAgMBAAEwDQYJKoZIhvcNAQEFBQADggEBABRZl2A3MBFTdSAy4dgwElI0isij16wNdUrdJHfVHEVDiu3q95V4C8W8+F8MDWo2jtkCG2rU75szCcwfBwLdHIBauU91F+3WdX2oJzp5dnw2c+nsL7zDcFMzM+JsDcBqiNf9EUf2y9eEWpt1SsbYcE20bPSIgX5+SKWDJ/jhCYWLXXelpPFv63R+Q0MJdJmTDZFUszo73wLkG5heyNTf2JkIJdSGBdtM5LZ43F112HmRYWJSYhUI2O15mPVpmuES88DPx73iNYZKiqVCPQhtleyaQBucmSFwKdo1Jf5mTB35ljKPt4zbdW0k/MKsY0qoTtrSPap9OtcUh5e8oMwBPT0=',
  9125.                         ],
  9126.                         'encryption' => [
  9127.                             => 'MIIEqzCCApMCBFX5VecwDQYJKoZIhvcNAQEFBQAwGjEYMBYGA1UEAwwPc2FtbC1lbmNyeXB0aW9uMB4XDTE1MDkxNjExNDMzNVoXDTI1MDkxMzExNDMzNVowGjEYMBYGA1UEAwwPc2FtbC1lbmNyeXB0aW9uMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwuCBcs0bIGSg3roMQ/qCmADMB2RFginKDFIgO2FVDDvblgwHS9Re677aHrEwfmObpRNm9ddzIJaedqIVyRVJmrwuKiC1QA4Q1RnV85gv/shRr1T4oCB9e+Abvn8v3+6Qhd5Cp/loX9sbUHVdvPbSFE2wZxIat7lK4yHFn4NwINaFtXjZ9lp4SBM7EsZ6hLnwoT4/oPvLz7m18xhJ0toM5mhDsg0e8eVA3zaMNYXu/FX4t1AwN9xRnqtDwUWIye84my2S3NOE9CeOuDVOm5COwsQ3XvgDIR4iGj8jMZ5lMgWnW2MKm5JiwrTF4Z5wkUMsUaRpz2v3X5UDHIhtvqUps9dIJzbNVeBtbnuRkzkAO6V3L+9AlOisb8MWytIfqXq3ABRiBagFVaLfbtPu7lq/n51HQ+M39TW+RP20axsROg5exD/IqoLnm/vzUMintR0pvh5LYGqtwnkKKcZry3Miz4zKXmaMLB74jj1tGIBsUhR/22TANFZmBveU1CdninhmVXW0fpLmUzTZ8Q3u4ZmG5zIHa4qye35QsGuDL+mroOg0Q1aPQDY55KEDpP5BIH4VOAlW9S4FpQ/WhCrrADr9aNgysWVj8srzsHGkfCUVWAu5NfKBU1pX8wehvhnzIptQtcFsQVM+NHcw2MxvIodUhT8wJQQlVIFRGxpudPY+yJsCAwEAATANBgkqhkiG9w0BAQUFAAOCAgEAtMCNsXZGbZ8JHWT81K3hs3Wgj35b8R/6xJ/vF4eQ6j/BkNnlbvZlLhDxS6WAkjsFjjOL5i47/oSqf8s0Nii/XEe+ic5DsiJH4ElyjPetcyZwo0Wh3h85WaUYeF1fLUOyWkxe+b/5G/pvrH124QpK4kYjmfp72/AJqIEqdQxdt694dpmGSvQemerwG93kHuLZkfFEqZV+f2fmeT/sRGCuN+hXvZ5oiG1pEV3ztYLrtStZtgTm38a3zN78wR+agH+Le1E/Uw6hAnYOdBETbBjWAaNCH0Jg7JMlhpJUP6fVeV2gMe1LlXoytgyjXMS9zUdx2TS+6x5vr57hFnxiJ0RWtc/XLqKR7dWoxhGo0rKmeKJ4CKr0z0zan6kBSbITDKkdCuOYfpglbTo7NM/4yFY7v6Vy6GEbygRt8Ai8ub5d/dWhlsb9pKtS1jOzGEZSk5RIe1BhPK4WbnMTAcugMq8yTXo1G0vjv1k1r/ZTKUruiXI0nLR9Y6ehhOvvPnKUwXVoQZcMutPwkrq3xcbuAnjxlJvn7gN9SQJ3cGVKmD/ovpaT/HnEkZAalsdDdeY27XW9J7oZ+2pq5sayVS3doNY5fqvaqudeouWlDtkSylyx2V1JXlr3qeazRIQDP4cyz9v9x4RtGerS+gJpxLMnQgnzdqn8ZXyK03bsfB0oveiH95k=',
  9128.                         ],
  9129.                     ],
  9130.                 ],
  9131.                 'sp' => [
  9132.                     'entityId' => 'https://lecercledaikin.dtv-projects.com/saml/metadata',
  9133.                     'assertionConsumerService' => [
  9134.                         'url' => 'https://lecercledaikin.dtv-projects.com/saml/acs',
  9135.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
  9136.                     ],
  9137.                     'singleLogoutService' => [
  9138.                         'url' => 'https://lecercledaikin.dtv-projects.com/saml/logout',
  9139.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  9140.                     ],
  9141.                     'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified',
  9142.                     'x509cert' => 'MIICoDCCAgmgAwIBAgIBADANBgkqhkiG9w0BAQsFADBtMQswCQYDVQQGEwJmcjEZMBcGA1UECAwQUGF5cyBkZSBsYSBMb2lyZTEPMA0GA1UECgwGMzdkZXV4MRMwEQYDVQQDDAozN2RldXguY29tMR0wGwYJKoZIhvcNAQkBFg5kZXZAMzdkZXV4LmNvbTAeFw0yMDEwMTQwOTAwMjNaFw0yMjEyMjMwOTAwMjNaMG0xCzAJBgNVBAYTAmZyMRkwFwYDVQQIDBBQYXlzIGRlIGxhIExvaXJlMQ8wDQYDVQQKDAYzN2RldXgxEzARBgNVBAMMCjM3ZGV1eC5jb20xHTAbBgkqhkiG9w0BCQEWDmRldkAzN2RldXguY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+X2rw82R/8hrP0TJ2tmDfSmN/Al+CugqPf+1iUSw3W10wQuQs396VC7CHMDGUNMT/aDwQPDILoc7Y5/VOUREpBQQMVr0o68o52I9XLpdmGnUKIJ7Se/Q4ba5fdbySgFWmLq3/wM3OclnVbCByOZVi1uXcyp2McgTYTpc7dXBtEwIDAQABo1AwTjAdBgNVHQ4EFgQUJEhuIBr/4rJX9r2wFVhLYQOEneUwHwYDVR0jBBgwFoAUJEhuIBr/4rJX9r2wFVhLYQOEneUwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOBgQCyGVM0kUP3nhYRhnwaKbnY2r33mH2gvSr0kaSTpurgVlfWDNI6H6cc5I6D7UEBH4/mr223dTaW+9BsIYrWJDXU0D100gYwUgIO7q8yIEE8FG8GivoWZw9IesefLul+sHqtd0UU0AqIjaAf6OgMGsWCcgWXMNOKqkvRu5iyPM/WQg==',
  9143.                     'privateKey' => 'MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBAL5favDzZH/yGs/RMna2YN9KY38CX4K6Co9/7WJRLDdbXTBC5Czf3pULsIcwMZQ0xP9oPBA8Mguhztjn9U5RESkFBAxWvSjryjnYj1cul2YadQogntJ79Dhtrl91vJKAVaYurf/Azc5yWdVsIHI5lWLW5dzKnYxyBNhOlzt1cG0TAgMBAAECgYBC+2myO8Epr3K1mkKqOENfbVoSrzAR3AmpMfbBOBRZqeDhATgtfdtgD8vd1RwsrGCACRnREIz/QMB52yuZkbZ6X4zcyhyzq8UjOgtTXEAeGr2IR3nZEb66MsMsVNb1ssmkTD/bsbigRdSiVEj7ydaRcrTia/arqEix0B7k4DZKKQJBAO3JhCELjs/oUm6ML8+lFN8qAR6nM3hSF0iq/7smDpnPXgRrKZDNISxS13AiWS7UrFXSf0BACEJskc2+3UPyXnUCQQDM9DVg2ksGQgksUt9Ymh6TMPqKr7rcx1rei4FNEF1Eu2Gwj0kNkmmL6kfbj27F9gskeHVYQtqJlVfpyLyGhTxnAkA+xPdQEdD9KQK5k9/7HETKNDhfcxuvI1xqHlmreXxZNdhHqlIqmzuqi6O7QhXwustTTGGzADQt9KL4gO2/xfcRAkEAsvgdFHIKSXCoqffD6I7MXCPM5AYH2nqKswKG6lB74WTvLUoxtJRBblgqX2Oki2EK4dH+RhA63SF4H0GWvrDhyQJADi6Fr/v9ZV6iC1OQ72Ur2A45Gbr6K50wCRiqmLIFkNPtdXVycTqX7cGWBmUdw/LTrUp8LJEL0v6lqhtdjnxJRQ==',
  9144.                 ],
  9145.                 'security' => [
  9146.                     'nameIdEncrypted' => false,
  9147.                     'authnRequestsSigned' => false,
  9148.                     'logoutRequestSigned' => false,
  9149.                     'logoutResponseSigned' => false,
  9150.                     'wantMessagesSigned' => false,
  9151.                     'wantAssertionsSigned' => false,
  9152.                     'wantNameIdEncrypted' => false,
  9153.                     'requestedAuthnContext' => true,
  9154.                     'signMetadata' => false,
  9155.                     'wantXMLValidation' => true,
  9156.                     'signatureAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
  9157.                     'digestAlgorithm' => 'http://www.w3.org/2001/04/xmlenc#sha256',
  9158.                     'destinationStrictlyMatches' => true,
  9159.                 ],
  9160.                 'contactPerson' => [
  9161.                     'technical' => [
  9162.                         'givenName' => 'Developpeurs',
  9163.                         'emailAddress' => 'dev@37deux.com',
  9164.                     ],
  9165.                 ],
  9166.                 'organization' => [
  9167.                     'en' => [
  9168.                         'name' => '37deux',
  9169.                         'displayname' => '37deux',
  9170.                         'url' => 'https://37deux.com',
  9171.                     ],
  9172.                 ],
  9173.             ],
  9174.             'maintenance.page' => (\dirname(__DIR__5).'/templates/common/maintenance/lecercledaikin.dtv-projects.com.html.twig'),
  9175.             'maintenance.web' => (\dirname(__DIR__5).'/public'),
  9176.             'maintenance.symlink' => true,
  9177.             'maintenance.hard_lock' => 'lock.html',
  9178.             'maintenance.soft_lock' => 'soft.lock',
  9179.             'maintenance.white_paths' => [
  9180.             ],
  9181.             'maintenance.white_ips' => [
  9182.                 => '172.16.238.1',
  9183.             ],
  9184.             'security.role_hierarchy.roles' => [
  9185.                 'ROLE_USER' => [
  9186.                     => 'ROLE_USER_ONLY',
  9187.                 ],
  9188.                 'ROLE_DEMO' => [
  9189.                     => 'ROLE_USER',
  9190.                 ],
  9191.                 'ROLE_VALIDATION' => [
  9192.                     => 'ROLE_USER',
  9193.                 ],
  9194.                 'ROLE_INSTALLER' => [
  9195.                     => 'ROLE_USER',
  9196.                 ],
  9197.                 'ROLE_COMMERCIAL' => [
  9198.                     => 'ROLE_USER',
  9199.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9200.                 ],
  9201.                 'ROLE_AGENCY_MANAGER' => [
  9202.                     => 'ROLE_COMMERCIAL',
  9203.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9204.                 ],
  9205.                 'ROLE_37_DEUX_SELLER' => [
  9206.                     => 'ROLE_USER',
  9207.                 ],
  9208.                 'ROLE_DTV_LOGISTIQUE' => [
  9209.                     => 'ROLE_USER',
  9210.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9211.                 ],
  9212.                 'ROLE_DTV_COMMERCIAL' => [
  9213.                     => 'ROLE_USER',
  9214.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9215.                 ],
  9216.                 'ROLE_DTV_COMPTA' => [
  9217.                     => 'ROLE_USER',
  9218.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9219.                 ],
  9220.                 'ROLE_DTV_CDP' => [
  9221.                     => 'ROLE_USER',
  9222.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9223.                 ],
  9224.                 'ROLE_PREVIOUS_ADMIN' => [
  9225.                     => 'ROLE_USER',
  9226.                 ],
  9227.                 'ROLE_ADMIN' => [
  9228.                     => 'ROLE_AGENCY_MANAGER',
  9229.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9230.                 ],
  9231.                 'ROLE_SUPER_ADMIN' => [
  9232.                     => 'ROLE_ADMIN',
  9233.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9234.                 ],
  9235.                 'ROLE_DEVELOPER' => [
  9236.                     => 'ROLE_SUPER_ADMIN',
  9237.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9238.                 ],
  9239.             ],
  9240.             'security.access.denied_url' => NULL,
  9241.             'security.authentication.manager.erase_credentials' => true,
  9242.             'security.authentication.session_strategy.strategy' => 'migrate',
  9243.             'security.access.always_authenticate_before_granting' => false,
  9244.             'security.authentication.hide_user_not_found' => true,
  9245.             'security.firewalls' => [
  9246.                 => 'dev',
  9247.                 => 'api_login',
  9248.                 => 'api',
  9249.                 => 'app',
  9250.             ],
  9251.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  9252.             'lexik_jwt_authentication.pass_phrase' => 'pass1234',
  9253.             'lexik_jwt_authentication.token_ttl' => NULL,
  9254.             'lexik_jwt_authentication.clock_skew' => 0,
  9255.             'lexik_jwt_authentication.user_identity_field' => 'username',
  9256.             'lexik_jwt_authentication.allow_no_expiration' => true,
  9257.             'lexik_jwt_authentication.user_id_claim' => 'username',
  9258.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  9259.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  9260.             'knp_snappy.pdf.binary' => '/usr/local/bin/wkhtmltopdf',
  9261.             'knp_snappy.pdf.options' => [
  9262.             ],
  9263.             'knp_snappy.pdf.env' => [
  9264.             ],
  9265.             'cron.resolver.class' => 'Cron\\CronBundle\\Cron\\Resolver',
  9266.             'cron.manager.class' => 'Cron\\CronBundle\\Cron\\Manager',
  9267.             'cron.command_builder.class' => 'Cron\\CronBundle\\Cron\\CommandBuilder',
  9268.             'cron.executor.class' => 'Cron\\Executor\\Executor',
  9269.             'cron.validator.class' => 'Cron\\Validator\\CrontabValidator',
  9270.             'slope_it_breadcrumb.template' => 'front/front_breadcrumb.html.twig',
  9271.             'dh_auditor.configuration' => [
  9272.                 'enabled' => true,
  9273.                 'timezone' => 'Europe/Paris',
  9274.                 'user_provider' => 'dh_auditor.user_provider',
  9275.                 'security_provider' => 'dh_auditor.security_provider',
  9276.                 'role_checker' => 'dh_auditor.role_checker',
  9277.             ],
  9278.             'dh_auditor.provider.doctrine.configuration' => [
  9279.                 'table_prefix' => 'audit_',
  9280.                 'table_suffix' => '',
  9281.                 'viewer' => true,
  9282.                 'ignored_columns' => [
  9283.                     => 'createdAt',
  9284.                     => 'updatedAt',
  9285.                 ],
  9286.                 'entities' => [
  9287.                     'App\\Entity\\User' => [
  9288.                         'ignored_columns' => [
  9289.                             => 'calculatedPoints',
  9290.                             => 'lastLogin',
  9291.                         ],
  9292.                         'enabled' => true,
  9293.                     ],
  9294.                     'App\\Entity\\PointTransaction' => [
  9295.                         'enabled' => true,
  9296.                     ],
  9297.                     'App\\Entity\\CustomProduct' => [
  9298.                         'enabled' => true,
  9299.                     ],
  9300.                     'App\\Entity\\CustomerProduct' => [
  9301.                         'enabled' => true,
  9302.                     ],
  9303.                 ],
  9304.                 'storage_services' => [
  9305.                     => 'doctrine.orm.default_entity_manager',
  9306.                 ],
  9307.                 'auditing_services' => [
  9308.                     => 'doctrine.orm.default_entity_manager',
  9309.                 ],
  9310.                 'storage_mapper' => NULL,
  9311.             ],
  9312.             'maker.compatible_check.doctrine.supports_attributes' => true,
  9313.             'data_collector.templates' => [
  9314.                 'data_collector.request' => [
  9315.                     => 'request',
  9316.                     => '@WebProfiler/Collector/request.html.twig',
  9317.                 ],
  9318.                 'data_collector.time' => [
  9319.                     => 'time',
  9320.                     => '@WebProfiler/Collector/time.html.twig',
  9321.                 ],
  9322.                 'data_collector.memory' => [
  9323.                     => 'memory',
  9324.                     => '@WebProfiler/Collector/memory.html.twig',
  9325.                 ],
  9326.                 'data_collector.validator' => [
  9327.                     => 'validator',
  9328.                     => '@WebProfiler/Collector/validator.html.twig',
  9329.                 ],
  9330.                 'data_collector.ajax' => [
  9331.                     => 'ajax',
  9332.                     => '@WebProfiler/Collector/ajax.html.twig',
  9333.                 ],
  9334.                 'data_collector.form' => [
  9335.                     => 'form',
  9336.                     => '@WebProfiler/Collector/form.html.twig',
  9337.                 ],
  9338.                 'data_collector.exception' => [
  9339.                     => 'exception',
  9340.                     => '@WebProfiler/Collector/exception.html.twig',
  9341.                 ],
  9342.                 'data_collector.logger' => [
  9343.                     => 'logger',
  9344.                     => '@WebProfiler/Collector/logger.html.twig',
  9345.                 ],
  9346.                 'data_collector.events' => [
  9347.                     => 'events',
  9348.                     => '@WebProfiler/Collector/events.html.twig',
  9349.                 ],
  9350.                 'data_collector.router' => [
  9351.                     => 'router',
  9352.                     => '@WebProfiler/Collector/router.html.twig',
  9353.                 ],
  9354.                 'data_collector.cache' => [
  9355.                     => 'cache',
  9356.                     => '@WebProfiler/Collector/cache.html.twig',
  9357.                 ],
  9358.                 'data_collector.translation' => [
  9359.                     => 'translation',
  9360.                     => '@WebProfiler/Collector/translation.html.twig',
  9361.                 ],
  9362.                 'data_collector.security' => [
  9363.                     => 'security',
  9364.                     => '@Security/Collector/security.html.twig',
  9365.                 ],
  9366.                 'data_collector.twig' => [
  9367.                     => 'twig',
  9368.                     => '@WebProfiler/Collector/twig.html.twig',
  9369.                 ],
  9370.                 'data_collector.http_client' => [
  9371.                     => 'http_client',
  9372.                     => '@WebProfiler/Collector/http_client.html.twig',
  9373.                 ],
  9374.                 'data_collector.doctrine' => [
  9375.                     => 'db',
  9376.                     => '@Doctrine/Collector/db.html.twig',
  9377.                 ],
  9378.                 'data_collector.dump' => [
  9379.                     => 'dump',
  9380.                     => '@Debug/Profiler/dump.html.twig',
  9381.                 ],
  9382.                 'mailer.data_collector' => [
  9383.                     => 'mailer',
  9384.                     => '@WebProfiler/Collector/mailer.html.twig',
  9385.                 ],
  9386.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  9387.                     => 'vich_uploader.mapping_collector',
  9388.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  9389.                 ],
  9390.                 'data_collector.jms_serializer' => [
  9391.                     => 'jms_serializer',
  9392.                     => '@JMSSerializer/Collector/panel.html.twig',
  9393.                 ],
  9394.                 'fos_elastica.data_collector' => [
  9395.                     => 'elastica',
  9396.                     => '@FOSElastica/Collector/elastica.html.twig',
  9397.                 ],
  9398.                 'data_collector.config' => [
  9399.                     => 'config',
  9400.                     => '@WebProfiler/Collector/config.html.twig',
  9401.                 ],
  9402.             ],
  9403.             'console.command.ids' => [
  9404.                 => 'console.command.public_alias.corley_maintenance.command.maintenance_command',
  9405.                 => 'console.command.public_alias.corley_maintenance.command.soft_maintenance_command',
  9406.                 => 'console.command.public_alias.corley_maintenance.command.dump_apache_command',
  9407.                 => 'console.command.public_alias.corley_maintenance.command.dump_nginx_command',
  9408.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronCreateCommand',
  9409.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDeleteCommand',
  9410.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronDisableCommand',
  9411.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronEnableCommand',
  9412.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronListCommand',
  9413.                 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronReportsTruncateCommand',
  9414.                 10 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronRunCommand',
  9415.                 11 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStartCommand',
  9416.                 12 => 'console.command.public_alias.Cron\\CronBundle\\Command\\CronStopCommand',
  9417.             ],
  9418.         ];
  9419.     }
  9420.     protected function throw($message)
  9421.     {
  9422.         throw new RuntimeException($message);
  9423.     }
  9424. }